[jboss-user] [JBoss Seam] - Re: How to implement cross cutting classes jar in a seam ear

trickyvail do-not-reply at jboss.com
Tue Mar 6 18:34:14 EST 2007


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



More information about the jboss-user mailing list