Sorry, I forgot the Code tag. Here is the content of the blank spaces in the previous post.
| <complexType name="ParameterGroupSelectable">
| <complexContent>
| <extension base="tns1:ParameterGroup">
| <sequence>
| <element name="defaultParameterID" nillable="true" type="xsd:string" />
| <element name="selectedParameterID" nillable="true" type="xsd:string" />
| </sequence>
| </extension>
| </complexContent>
| </complexType>
|
| <wscompile fork ="true"
| import ="true"
| keep ="true"
| sourceBase ="${gend.dir}"
| base ="${build.dir}"
| mapping ="${gend.dir}/${ejb.package}/META-INF/${ejb.name}-mapping.xml"
| model ="${gend.dir}/${ejb.package}/META-INF/${ejb.name}.xml.gz"
| xprintstacktrace="true"
| config ="${config.file}">
| <classpath refid="build.classpath"/>
| </wscompile>
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885538#3885538
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885538
|