I found an answer to my previous problem:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg29696.html

I now have 1 more problem which I cannot resolve:

When XDoclet generates the wsdd it places the "type"
wrong. Besides taking the wrong package he also
mangage to name my value object 'PersonData' but it
real classname is 'PersonVO' . I found a way arround
this by editing the ejb xdt in the source and
replacing

type="java:<XDtEjbDataObj:dataObjectClass/>"

with

type="java:<XDtClass:classTagValue
tagName='jboss-net:xml-schema' paramName='type'/>"

So now it takes the text from the type argument I
specify in the entity bean.

But I assume this must also work without fidling in
those xdt files ?

Any help is appreciated !
Thanks.

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to