Re: WebLogic Deployment issue with WAR generated by Maven 2

2008-01-24 Thread Jeff MAURY
Try to increase the memory of the JVM: if your WAR is big (I think it is with Spring + Hibernate + JDBC). Regards Jeff On Jan 23, 2008 2:52 PM, gypsy [EMAIL PROTECTED] wrote: Hi, We are developing a web application using J2EE, Spring 1.2.8, Hibernate 3.2 and WebLogic8.1. For building and

Re: WebLogic Deployment ok from child, fails from parent ?

2007-08-07 Thread Scott Ryan
Ryan [EMAIL PROTECTED] 08/03/2007 11:53 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: WebLogic Deployment ok from child, fails from parent ? Why is the plugin definition not in your parent? If you run the command

Re: WebLogic Deployment ok from child, fails from parent ?

2007-08-07 Thread Ronn . Chinowutthichai
Subject Re: WebLogic Deployment ok from child, fails from parent ? You have to run the deploy command from the war directory if you want to deploy the war. This is because the project type and object location are dynamically determined from the pom.xml of the directory you are running

Re: WebLogic Deployment ok from child, fails from parent ?

2007-08-06 Thread Ronn . Chinowutthichai
respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: WebLogic Deployment ok from child, fails from parent ? Why is the plugin definition not in your parent? If you run the command in the parent directory then the plugin definition

Re: WebLogic Deployment ok from child, fails from parent ?

2007-08-03 Thread Scott Ryan
Why is the plugin definition not in your parent? If you run the command in the parent directory then the plugin definition needs to be there as well. Scott Ryan On Aug 3, 2007, at 1:04 AM, Anton Schoultz wrote: Hi, I have an prototype setup with three modules, 2 Jars and a WEB app. I

Re: WebLogic Deployment - class not found error

2007-08-01 Thread Scott Ryan
I would crack open the weblogic.jar to make sure that class is in the jar that you have labeled weblogic-9.2.jar in your repository. Since the system is not complaining about not being able to find the jar it must be there but I have seen many people mislabeling the jars or sending empty

RE: Weblogic Deployment

2006-07-23 Thread Scott Ryan
Try adding the following to your pom.xml repositories repository idMaven Snapshots/id urlhttp://snapshots.maven.codehaus.org/maven2//url snapshots enabledtrue/enabled /snapshots releases enabledfalse/enabled /releases /repository /repositories

Re: Weblogic Deployment

2006-07-18 Thread ertnutler
delete /org/codehaus/mojo/maven-weblogic-plugin from your local repository and run your mvn command again. i don't know why, but if there's a pom in that directory but no jar file, maven doesn't go to the remote repo again. it just fails. deleting the local directory has always solved this

Re: Weblogic Deployment

2006-07-18 Thread Ralf Quebbemann
You have to checkout the Weblogic Maven plugin from the mojo codehaus subversion repository and build and install the plugin manually. Checkout the website at http://mojo.codehaus.org/weblogic-maven-plugin. You can access the SVN at: