On Wednesday, March 19, 2003, at 04:13 PM, Art Brander wrote:
Let me preface this with a couple of things:
1) We're just getting into using Xdoclet. We've used the trusty vi approach
til now. I love it in concept, but the docs are all over the map in terms
of completeness and consistency across versions. I understand 1.2 is a
beta. Would you advise 1.12 until the smoke clears? Betas do often come in
varying degrees of usefulness.
Definitely use xdoclet 1.2, if you could use the latest cvs version that'd be even better.
2) This is happening in coordination with a move to EJB2 with the release ofYep, we have a fairly huge app using xdoclet and orion 2.0 (although even with orion 1.5.4 we were using ejb 2.0, so it isn't a painful transition at all)
Orion 2.0. Our hope is that bringing Xdoclet into the mix will lighten some
of the ridiculous amount of stuff that needs to be generated to support
local, remote, home, deployment, relations, etc...
Hm, that sounds like you have a general ejb issue, not an orion specific one. Have a look at the included samples in xdoclet, there are some ejb refs used in there that you can compare with yours.And now, on with the show, for example, my source has these lines: * @ejb.ejb-ref ejb-name="ContractType" view-type="both" * ref-name="ContractType" * @ejb.ejb-ref ejb-name="KeyGenerator" view-type="both" * ref-name="KeyGenerator"
If you don't need to customise this data, then don't bother specifying it. Orion will automatically fill it in for you on deployment. The orion-ejb-jar.xml should contain your extra customisations that are orion specific, rather than the defaults which orion provides.What I was trying to accomplish with the other stuff I mentioned was to replicate our <cmp-field-mapping> <entity-ref> <cmp-field-mapping /> </entity-ref> </cmp-field-mapping>
Hani
-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
