http://jira.jboss.com/jira/browse/JBAS-1600
Previously, home.create() only created the proxy to the ejb. It didn't try to create the ejb instance. This change is incomplete anyway, since the home.create() might suceed, but some other thread takes that instance and the remote/local method still has to create another instance and that might fail. The UndeclaredThrowableException should not be happening. It should be throwing an EJBException if it cannot create an instance to satisfy a particular request. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877276#3877276 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877276 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
