Re: Can't deploy Maven jar (MDB) on Jboss 6

2011-06-11 Thread Jamshed Katta
Thanks Mark, i have posted the problem on Jboss community, heres the link. http://community.jboss.org/thread/167907 -- View this message in context: http://maven.40175.n5.nabble.com/Can-t-deploy-Maven-jar-MDB-on-Jboss-6-tp4478195p4478714.html Sent from the Maven - Users mailing list archive at

Can't deploy Maven jar (MDB) on Jboss 6

2011-06-11 Thread Jamshed Katta
I am using jboss6, message driven bean, hibernate and maven2 in my application when i try to compile my mdb using maven2 and deploy on jboss6 i get the following error: Failed to create Resource MessageBean.jar - cause: java.lang.Exception:Failed to start deployment [vfs:///opt/jboss6/server/defa

RE: Problem when web app is built via Maven

2011-05-18 Thread Jamshed Katta
Hey Curtis, Thanks for your reply. I used Beyond Compare, and found out that there is s difference between the war generated by the normal method and the war generated via maven (The war generated in the first case works.) The war that maven generates has just 2 folders WEB-INF and META-INF and

Problem when web app is built via Maven

2011-05-13 Thread Jamshed Katta
Problem with Maven Dependency. Hello All, This is in reference to my earlier post http://maven.40175.n5.nabble.com/Maven-Users-f40176.html When i dont build via maven and export the project as a war ( I use Eclipse for J2EE ) and deploy it to Jboss6 via its admin console it runs fine, whereas

Re: Web app not workin when compiled via Maven.

2011-05-13 Thread Jamshed Katta
No Wayne, That didnot resolve the issue :( I have narrowed down the problem and i am pretty sure the problem is with my pom.xml I have the following J2EE dependencies, Which of these are most likely to cause a Faces Listener Error ? javax ja

Re: Web app not workin when compiled via Maven.

2011-05-11 Thread Jamshed Katta
Thank you Wayne, I will remember that next time. -- View this message in context: http://maven.40175.n5.nabble.com/Web-app-not-workin-when-compiled-via-Maven-tp4384067p4389380.html Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: Web app not workin when compiled via Maven.

2011-05-11 Thread Jamshed Katta
Do you think something is wrong with my context path ? -- View this message in context: http://maven.40175.n5.nabble.com/Web-app-not-workin-when-compiled-via-Maven-tp4384067p4387846.html Sent from the Maven - Users mailing list archive at Nabble.com. -

Web app not workin when compiled via Maven.

2011-05-10 Thread Jamshed Katta
Hey everyone, I am facing a problem while deploying my webapp on JBoss AS 6 Final. I am using Eclipse with Java (JDK 1.6)and J2EE on Open SUSE 11.4. When i mvn clean install my project,the war file is built but when i try to deploy the file by pasting it to the Jboss deploy directory, my webapp d