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:
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
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.
-
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
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
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