Hi, 
I'm testing out Xdoclet at the moment and it works really great, however I
have trouble with the following: I want to pass a Xdoclet-generated data
object for my entity bean as the parameter for its ejbCreate method.
However, when I include it using the fully qualified name (it's the right
name, I can see the data object generated after running my ant build
script), the compiler gets angry, because it can't find the data object;
rightfully so in a way, because when compiling the source class it's not
there yet, because it's being generated by Xdoclet. In the samples I saw
some examples where such data object was passed to ejbCreate and it worked. 
Anyway, it would really help me a lot if someone could provide me with an
example of doing what I want including a sample of his/her ejbCreate method,
the Xdoclet tags and the relevant part of the ant build script. Thanks!!

Bernhard Meyer-Willner


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to