Re: Example POM for WebLogic servicegen needed

2006-11-13 Thread Dmystery
What i have right now is a ejb-project, war-project and an ear-project. In the ejb-project i use appc to compile the generated artifact so when i do an install the 'compiled artifact' gets installed in the repository. The war-project uses the compiled ejb artifact. Same for the ear-project, it

RE: Example POM for Weblogic servicegen needed

2006-11-12 Thread Scott Ryan
Eagle L.L.C. [EMAIL PROTECTED] www.soaringeagleco.com (303) 263-3044 -Original Message- From: Jeff Bailey [mailto:[EMAIL PROTECTED] Sent: Saturday, November 11, 2006 5:08 PM To: users@maven.apache.org Subject: RE: Example POM for WebLogic servicegen needed That would be great to have

RE: Example POM for Weblogic servicegen needed

2006-11-12 Thread Dmystery
Subject: Re: Example POM for WebLogic servicegen needed Thanks for the example. That saved me a lot of time! Re: phase for appc, I'm trying to take the approach having one project create the ejb-jar and a separate project create the web services using servicegen. Currently I run appc

RE: Example POM for WebLogic servicegen needed

2006-11-11 Thread Scott Ryan
Technology Officer Soaring Eagle L.L.C. [EMAIL PROTECTED] www.soaringeagleco.com (303) 263-3044 -Original Message- From: Jeff Bailey [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 6:43 PM To: users@maven.apache.org Subject: Re: Example POM for WebLogic servicegen needed Thanks

RE: Example POM for WebLogic servicegen needed

2006-11-11 Thread Jeff Bailey
it. Scott Ryan Chief Technology Officer Soaring Eagle L.L.C. [EMAIL PROTECTED] www.soaringeagleco.com (303) 263-3044 -Original Message- From: Jeff Bailey [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 6:43 PM To: users@maven.apache.org Subject: Re: Example POM

Re: Example POM for WebLogic servicegen needed

2006-11-10 Thread Dmystery
plugin artifactIdmaven-antrun-plugin/artifactId version1.0/version executions execution phasepackage/phase configuration tasks taskdef name=servicegen classname=weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask classpath

Re: Example POM for WebLogic servicegen needed

2006-11-10 Thread Dmystery
On a different note, what execution phase are you executing the weblogic:appc? I'm doing it in a pom which first generate sources using XMLbeans, compiles some aspects, create ejb-jar, ejb-client-jar and then run weblogic:appc which is in the package phase. The problem is, when appc is started,

RE: Example POM for WebLogic servicegen needed

2006-11-10 Thread Scott Ryan
Soaring Eagle L.L.C. [EMAIL PROTECTED] www.soaringeagleco.com (303) 263-3044 -Original Message- From: Dmystery [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 3:21 AM To: users@maven.apache.org Subject: Re: Example POM for WebLogic servicegen needed On a different note, what

Re: Example POM for WebLogic servicegen needed

2006-11-10 Thread Jeff Bailey
Thanks for the example. That saved me a lot of time! Re: phase for appc, I'm trying to take the approach having one project create the ejb-jar and a separate project create the web services using servicegen. Currently I run appc in the package phase. I thought it might be better to decompose