up vote 1 down vote favorite
share [g+] share [fb]

At http://www.java2s.com/Code/Java/EJB3/EJBtutorialfromJBossAsynchronouscall.htm i've found an example showing how to call ejb methods in asynchronous fashion. Do you use asynchronous proxy in EJB 3.0 on Jboss AS and does it work as it should?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

It depends on the version. The latest version of the jboss ejb jars do NOT work per the linked example.
See: http://www.mastertheboss.com/en/jboss-server/219-ejb-31-tutorial.html http://javahowto.blogspot.com/2010/03/simple-asynchronous-methods-in-ejb-31.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.