Hi

Yes, it would help if you could post the exact error msg. We created a typical 
Enterprise app. (which will create a dynamic web project) in RAD 7 and added 
all the seam files as follows...

In the Dynamic web project...
Everything from view dir. under WebContent directory (including WEB-INF).
All the source code went under "src" directory.
All jars under WEB-INF/lib (the files will be displayed under the 
Libraries/WebApp library)
seam.properties, security.drl and META-INF/persistence.xml should be under the 
"src" directory. RAD automatically copies these to WebContent/WEB-INF/classes 
directory during auto-build/deploy.

Also one must ensure that the websphere class loader is set to PARENT_LAST for 
the web module (use either the deployment descriptor or the classloader 
settings in the admin console for the deployed app.)

Good luck.

Note: The app. i worked on is a POJO based app. No EJB3.

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

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

Reply via email to