RE: Example POM for WebLogic servicegen needed

2006-11-11 Thread Jeff Bailey
> the pom.xml so you will only have to include the ejb artifact in order for > servicegen to find it. > > Scott Ryan > Chief Technology Officer > Soaring Eagle L.L.C. > [EMAIL PROTECTED] > www.soaringeagleco.com > (303) 263-3044 > > -Original Message- > F

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 t

Example POM for WebLogic servicegen needed

2006-11-09 Thread Jeff Bailey
I need to create a WebService from a session bean using the WebLogic 8.1.4 servicegen ant task. Can anyone provide me a good example of a clean way to accomplish this in the POM? I'm successfully using the weblogic-maven-plugin to run appc, but the plugin does not yet support servicegen. Thanks