[
http://jira.jboss.com/jira/browse/EJBTHREE-626?page=all ]
Carlo de Wolf closed EJBTHREE-626.
----------------------------------
Error while booting EJB3StandaloneBootstrap if config file are in
another folder than root
------------------------------------------------------------------------------------------
Key: EJBTHREE-626
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-626
Project: EJB 3.0
Issue Type: Bug
Affects Versions: EJB 3.0 RC8 - FD
Environment: not relevant
Reporter: Christian Lischnig
Assigned To: Carlo de Wolf
Priority: Minor
Fix For: EJB 3.0 RC9 - FD
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
In the boot(String configPath) method of the EJB3StandaloneBootstrap class following
line:
URL ejb3_interceptors =
Thread.currentThread().getContextClassLoader().getResource("ejb3-interceptors-aop.xml");
should be change to
URL ejb3_interceptors =
Thread.currentThread().getContextClassLoader().getResource(basePath +
"ejb3-interceptors-aop.xml");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira