[Xdoclet-devel] [XDoclet-JIRA] Created: (XDT-1289) Orion cmp-mapping uses wrong tag for sql-type

2005-03-03 Thread noreply
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1289 Here is an overview of the issue:

[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-1288) @weblogic.dispatch-policy doesnt generate an entry in weblogic-ejb-jar.xml

2005-03-03 Thread noreply
The following comment has been added to this issue: Author: max ashton Created: Thu, 3 Mar 2005 9:14 AM Body: SORRY GUYS forget about this. i am new to xdoclet. sorted it out now. I think more xdoclet feedback would be welcome to hep newbies like me when running ant's ebjdoclet t

[Xdoclet-devel] [XDoclet-JIRA] Closed: (XDT-1288) @weblogic.dispatch-policy doesnt generate an entry in weblogic-ejb-jar.xml

2005-03-03 Thread noreply
Message: The following issue has been closed. Resolver: Matthias Germann Date: Thu, 3 Mar 2005 10:14 AM You can post to the Xdoclet-user mailing list (http://xdoclet.sourceforge.net/xdoclet/mail-lists.html) if you have questions on how to use xdoclet. -

[Xdoclet-devel] New Value Object

2005-03-03 Thread Ward, Tyler
It seems that the ejb value objects are somewhat incomplete. Therefore, I have taken it upon myself to do some work on them. There are a few flaws that I see in the value objects now. 1) No synchronization. It is likely that under some situations it would be nice to be able to turn on synchr

Re: [Xdoclet-devel] New Value Object

2005-03-03 Thread Andrew Stevens
On Thu, 2005-03-03 at 21:17, Ward, Tyler wrote: > As a result, I made the following changes. > ... > 4) All returned [Collection|Set]s are > Collections.unmodifiable[Collection|Set](...). > 5) Added get*Collection() method that returns unmodifiable [Collection|Set] > of the relations. Unmodifia

Re: [Xdoclet-devel] New Value Object

2005-03-03 Thread Matthias Germann
IMHO, he would like to use the java.util.Collections class to get unmodifiable Collections and not the commons-collections library. Regards, Mathhias Andrew Stevens schrieb: On Thu, 2005-03-03 at 21:17, Ward, Tyler wrote: As a result, I made the following changes. ... 4) All returned [Collection