Re: [Xdoclet-user] Exclude relation from ValueObject?

2002-07-17 Thread Steve Knight
/ [ejbdoclet] Running entitycmp/ ... Peter -Original Message- From: Steve Knight [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:28 PM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Exclude relation from ValueObject? Yes, I believe it was entity-value.j. Make the changes and try

Re: [Xdoclet-user] Exclude relation from ValueObject?

2002-07-16 Thread Steve Knight
ionValues( java.util.Collection configurationValues ); = Re: [Xdoclet-user] Exclude relation from ValueObject? ---

Re: RE: [Xdoclet-user] Data Object vs Value Object

2002-04-12 Thread Steve Knight
I think I have discovered another deficiency in Value Objects. If I have two value objects for an entity (NormalValue and LightValue) and I make a call to the bean's setNormalValue( ), should the changes not be made to the LightValue object as well (the changes that are applicable to both, that

Re: [Xdoclet-user] Data Object vs Value Object

2002-04-11 Thread Steve Knight
Title: Message James, What sort of patches are you working on for Value Objects? As Marcus said, Value Objects currently DO work with CMP 2.0, as I am also using them in my own CMP 2.0 project. There are still a few small bugs I think, andmaybe some improvements could be made. But

Re: [Xdoclet-user] Exclude relation from ValueObject?

2002-04-08 Thread Steve Knight
I excluded a certain CMR field from my "LightValue" object, this method stilltries tomanipulatethe collection for the relation. I thinkthe problem might onlyaffects1-n relationships. Steve - Original Message ----- From: Steve Knight To: [EMAIL PROTECTED] Sen

Re: [Xdoclet-user] Exclude relation from ValueObject?

2002-04-08 Thread Steve Knight
- Original Message - From: Steve Knight To: [EMAIL PROTECTED] Sent: Monday, April 08, 2002 12:35 PM Subject: Re: [Xdoclet-user] Exclude relation from ValueObject? Ok, the latest patch seems to have solved part of this problem, but not all. Unless I am using it incorrectly. The value objects

Re: [Xdoclet-user] How do I use ejb:value-object?

2002-04-05 Thread Steve Knight
Title: How do I use ejb:value-object? This is a re-post of Vincent's explanation from awhile back: == OKYou need valueobject/ subtaskAddressBean have @ejb:value-object name="Address" match="*"instantiation="eager"That means that a AddressValue

Re: [Xdoclet-user] Exclude relation from ValueObject?

2002-04-03 Thread Steve Knight
if there is an easy hack. Thanks, Steve - Original Message - From: Vincent Harcq To: 'Steve Knight' ; [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 1:45 AM Subject: RE: [Xdoclet-user] Exclude relation from ValueObject? Hi, Do you mean having

Re: [Xdoclet-user] Value Objects bidirectional relationship

2002-04-03 Thread Steve Knight
Hi Marcus, Hmm... I'll take a look at this. Circular references relly looks possible, and dangerous. Yes, I tested this possibility out, and sure enough, I got a stack overflow...the value objects just kept calling each other! Steve - Original Message - From: Marcus Brito [EMAIL

[Xdoclet-user] XJavadoc

2002-04-02 Thread Steve Knight
This may seem like a silly question, but how do I reduce the amount of info logged when running the ejbdoclet task? I just startedusing the latest XDocletwith XJavadoc from CVS (so I could get the latest patches for value objects) andnow it takes forever to run XDoclet.It seems every line

[Xdoclet-user] ValueObjects

2002-03-21 Thread Steve Knight
Hey guys, any idea on when the new patches for ValueObjects will be commited to CVS? I would like to start trying them out to see if they solve some of my problems. Thanks, Steve ___ Xdoclet-user mailing list [EMAIL PROTECTED]

Re: [Xdoclet-user] ValueObjects

2002-03-21 Thread Steve Knight
Mostly, I am interested in the patches involving the new volatile tag and the fixes for the duplicate variable definition problem. I guess I will have to wait until next week :( Thanks, Steve - Original Message - From: Vincent Harcq [EMAIL PROTECTED] To: Steve Knight [EMAIL PROTECTED

Re: [Xdoclet-user] Aggregate DataObjects

2002-03-03 Thread Steve Knight
the pkfieldListFrom tag does not return all the pk fields??? Any ideas why this might be? Thanks, Steve Knight - Original Message - From: Vincent Harcq [EMAIL PROTECTED] To: 'Steve Knight' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 2:13 PM Subject: RE: [Xdoclet-user

Re: [Xdoclet-user] Aggregate DataObjects

2002-02-28 Thread Steve Knight
-name tag. I have tried 1-1 relationships and it works beautifully. Any ideas? Thanks, Steve - Original Message - From: Vincent Harcq [EMAIL PROTECTED] To: 'Steve Knight' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 2:13 PM Subject: RE: [Xdoclet-user] Aggregate

Re: [Xdoclet-user] Aggregate DataObjects

2002-02-28 Thread Steve Knight
: org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:104) is what makes me think this. Thanks again, Steve - Original Message - From: Vincent Harcq [EMAIL PROTECTED] To: 'Steve Knight' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 4:54 PM Subject: RE: [Xdoclet-user] Aggregate DataObjects

[Xdoclet-user] Aggregate DataObjects

2002-02-23 Thread Steve Knight
Hello, Can someone please explain how to use XDoclet to make Aggregate DataObjects. I realize there is a ejb:aggregate tag, but I'm not sure how to use it properly. And what gets generated? Thanks, Steve

[Xdoclet-user] Running Ant in IDEA

2002-02-16 Thread Steve Knight
Hey guys, I just started using IDEA from intellij and I would like to run my XDoclet ant scripts from the IDE, which I did. But it seems to take an enormously long time for the build to complete when run from the IDE. I assume it is because it is generating Debug info. Does anyone know how

[Xdoclet-user] local-jndi-name

2002-02-08 Thread Steve Knight
in the DOCTYPE line...without crashing the build somewhere else? Thanks! Steve Knight ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user