WELD-SE not running with SE 5
-----------------------------
Key: WELD-1003
URL:
https://issues.jboss.org/browse/WELD-1003
Project: Weld
Issue Type: Bug
Components: Java SE Support
Affects Versions: 1.1.1.Final
Environment: SE 5 windows
Reporter: christoph schmidt-casdorff
using weld-se with SE 5 dont't work. We found out that classes uses methods that
aren't declared in JDK 5 but in JDK 6.
E.G. weld-se (1.1.2.Final) org.jboss.weld.xml.BeansXmlHandler.getContainer() calls
String.isEmpty().
Hence, the initialization of the container via 'WeldContainer weld = new
Weld().initialize()' failed .
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira