I deployed the EJB's and a web app in an ear with the following jboss-app.xml 
in META-INf dir:


  | jboss-app>
  |   <loader-repository>jboss.messaging:loader=ScopedLoaderRepository
  |     
<loader-repository-config>java2ParentDelegation=false</loader-repository-config>
  |   </loader-repository>
  |   <module>
  |     <service>bootstrap.sar</service>
  |   </module>
  | </jboss-app>
  | 
  | 

This should actually work!
Class SessionAspect at line 161 is throwing the index out of bounds exception. 
This is thrown because there are now acknowledgements for this message. Do you 
have any hints what causes this? 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984933#3984933

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984933
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to