Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBossWS] - Package name generated by wsprovide

scott.stark@jboss.org

2007-03-26


Hi,

I ran the following ant-task which executes the tool wsprovide.
<wsprovide verbose="true"
|        fork="true"
|        keep="true"
|        destdir="${build.dir}"
|        sourcedestdir="${src.dir}"
|        genwsdl="true"
|        resourcedestdir="${meta.dir}/beispiel_9"
|        sei="beispiel_9.EjbEndpoint">
|        <classpath>
|           <pathelement path="${build.dir}"/>
|        </classpath>
| </wsprovide>
The service endpoint resides in the package anonymous wrote : beispiel_9  The wsdl file were generated fine in the dirctory ${meta.dir}/beispiel_9.

But the generated wrapper classes SayHello.java and SayHelloResponse.java were placed in the packageanonymous wrote : beispiel_9.jaxws and not in the package beispiel_9. Why this?

For heaven's sake from where does the 'jaxws' come?

Best regards,

Frank

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031809#4031809

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031809
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.