[weld-issues] [JBoss JIRA] Created: (WELD-383) JNDI prefix is wrong
Koichi Kobayashi (JIRA)
jira-events at lists.jboss.org
Mon Jan 18 06:45:54 EST 2010
JNDI prefix is wrong
--------------------
Key: WELD-383
URL: https://jira.jboss.org/jira/browse/WELD-383
Project: Weld
Issue Type: Bug
Components: Bootstrap and Metamodel API
Affects Versions: 1.0.0.GA
Reporter: Koichi Kobayashi
In org.jboss.weld.injection.spi.helpers.AbstractResourceServices
private static final String RESOURCE_LOOKUP_PREFIX = "java:/comp/env";
The right prefix is "java:comp/env".(delete a slash before "comp")
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list