Problem with ear

2006-11-06 Thread maven_learner
Hi folks, im trying to make an ear out which contains a war. the war can be deployed in jboss without problems. but using the same war, packed in an ear using maven's ear plugin, there are certain actions which i can load and certain ones which i cant. the actions have nothing but just forwards.

Re: Problem with ear

2006-11-06 Thread maven_learner
please help me . i can send u my ear and war to see as well. there ear only contains a META-INF directory (with 2 files, application.xml and manifest.mf) and a war. i can send you the ear as well, just ask. -- View this message in context:

Re: Problem with ear

2006-11-06 Thread maven_learner
Hi Wayne, sorry. ok i'll explain more. ok i have a working war with struts actions and forms. if i deploy only the war alone it works fine. when i pack it into an ear with maven ear plugin it , some of the struts action and form classes cannot be found. the error messages look like this :

Re: Dependencies in EJB project

2006-10-19 Thread maven_learner
Hi Wayne! Thanks for your reply. Does that mean i have to include the jars (which i need inside my ejb-jar) in my ear project? which means i need to do the dependencies in my ejb project and my ear project , assuming my ear project has a dependency on the ejb project. thank you very much.