I've got my utility classes working. Here's how:

Added utility.jar to the root of project.ear.

Edited project.ear/META-INF/application.xml and added
   <module>
  |       <java>utility.jar</java>
  |    </module>

Thanks for yout reply, I was not seeing that this approach worked because I had 
introduced another similar error in a different part of the application.

This has lead me to seek an answer to another question. If you want to deploy 
fully fledged statefull or stateless ejb3 session beans would you use a tag 
like this (in application.xml):
   <module>
  |       <ejb>ejb_bean_classes.jar</ejb>
  |    </module>

I'll give it a try.

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

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

Reply via email to