This content has been marked as final.
Show 1 reply
-
1. Re: jbossnet subtask and xdoclet generated value objects
karimrg Oct 20, 2004 7:33 PM (in response to ottoberg)hi,
I think that i had the same problem and resolved this way:
I put the tag
@jboss-net.xml-schema object-type="value"
in my EJB, something like this:
/**
...
* @ejb.value-object
* name="My_val_object"
* match="*"
*
* @jboss-net.xml-schema object-type="value"
...
*/
That does the trick for me in the generated web-service.xml
luck