[Xdoclet-devel] Value Objects: Entity beans without explicit PK class

2002-03-02 Thread Marcus Brito
Once again value objects are troubling me... Vincent, you did a great job on value objects but there still much to be done. I hope I'll be of any help. For now, I've got two problems: all my beans use a simple Integer as PK class, so all 1-n relationships fail to be generated. I noticed that in e

[Xdoclet-devel] Value Objects: Entities without Value Setter

2002-03-02 Thread Marcus Brito
Value objects, once again. If an entity bean does not declare a value object setter, XDoclet should refrain from generating any code that modifies the entity value object. So, for collection based objects, no add, remove, update or set methods should be generated. BTW: I'm starting to sound gru

[Xdoclet-devel] Value Objects: aggregate interfaces shouldd use getLocalHome()

2002-03-02 Thread Marcus Brito
Value Object once again. I'll be expert in them when all this trouble is over. entity-value.j generate some calls to lookup aggregated home interfaces. It uses .getHome() to get it. However, aggregated objects are use in *relations*. Relations are defined in terms of local interfaces, so entity-v

Re: [Xdoclet-devel] Samples won't build?

2002-03-02 Thread Erik Hatcher
- Original Message - From: "Andrew Stevens" <[EMAIL PROTECTED]> > What determines the order of the fileset's jars in name="**/*.jar" /> anyway? (so we can make sure crimson comes first) The safe answer is that it is undetermined. Filesets should be considered unordered collections. Pa

Re: [Xdoclet-devel] Samples won't build?

2002-03-02 Thread Andrew Stevens
Eureka! And I find it hard to believe I'm the only one this is affecting. If I explicitly add crimson.jar first in the project.class.path with then everything validates perfectly. My guess is that xalan-2.0.0.jar is getting put before it in the classpath, and

Re: [Xdoclet-devel] Samples won't build?

2002-03-02 Thread Andrew Stevens
The exception's being thrown during XML validation; it's not just the deploymentdescriptor subtask that's affected - if I set validatexml to false on that one it just fails on the weblogic subtask instead. If I set it to false on weblogic, it fails at the jrun task instead... The ejb-jar.xml

RE: [Xdoclet-devel] Error logging in to anonymous CVS

2002-03-02 Thread Andrew Stevens
A wise old hermit known only as Vincent Harcq <[EMAIL PROTECTED]> once said: > Don't you have to "cvs login" at least once ? With blank password. That's what I was trying to do in Netbeans that failed... I believe jCVS does it for you as necessary. Andrew. > > -Original Message- >

RE: [Xdoclet-devel] Bluestone tags

2002-03-02 Thread Andrew Stevens
A wise old hermit known only as Ara Abrahamian <[EMAIL PROTECTED]> once said: > > and lastly, there's > > @bluestone:ejb-ref type="colocated|distributed" jndi-name= > > ref-name= [app= host= port=] > > or > > @ejb:ejb-ref bluestone-type="colocated|distributed" > > bluestone-jndi-name= bluestone-

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/ref/ejb/ejb CreateMethodSLSession.java IFTagSLSession.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 04:16:44 Added: core/test/src/xdoclet/retest/ref/ejb/ejb CreateMethodSLSession.java IFTagSLSession.java Log: More tests - and the first that breaks xdoclet :( Revision ChangesPath 1.1 xdoclet/core/

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/bean/ejb/ejb CreateMethodSLBean.java IFTagSLBean.java SimpleSLBean.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 04:16:44 Modified:core/test/src/xdoclet/retest/bean/ejb/ejb SimpleSLBean.java Added: core/test/src/xdoclet/retest/bean/ejb/ejb CreateMethodSLBean.java IFTagSLBean.java Log: More tests - and the first that breaks xdoclet :

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/bean/ejb/base BaseEJBHome.java BaseEJBLocalHome.java BaseEJBLocalObject.java BaseEJBObject.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 04:16:44 Added: core/test/src/xdoclet/retest/bean/ejb/base BaseEJBHome.java BaseEJBLocalHome.java BaseEJBLocalObject.java BaseEJBObject.java Log: More tests - and the first that breaks xdoclet :( Re

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/test/ejb AllRegressionTest.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 04:16:44 Modified:core/test/src/xdoclet/retest/test/ejb AllRegressionTest.java Log: More tests - and the first that breaks xdoclet :( Revision ChangesPath 1.2 +5 -5 xdoclet/core/test/src/xdoclet/retest/test/ejb/AllRegressionTest.

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces CreateMethodSL.java CreateMethodSLHome.java CreateMethodSLLocal.java CreateMethodSLLocalHome.java IFTagSL.java IFTagSLHome.java IFTagSLLocal.java IFTagSLLocalHome.java SimpleSFUtil.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 04:16:42 Added: core/test/src/xdoclet/retest/ref/ejb/interfaces CreateMethodSL.java CreateMethodSLHome.java CreateMethodSLLocal.java CreateMethodSLLocalHome.java IFTagSL.java

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/bean/ejb/base - New directory

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 04:15:17 xdoclet/core/test/src/xdoclet/retest/bean/ejb/base - New directory ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

RE: [Xdoclet-devel] Error logging in to anonymous CVS

2002-03-02 Thread Ara Abrahamian
> "The CVS Request failed. > Failed authentication with the user name 'anonymous'. > > I HATE YOU > > ** The command completed with an error status." > > Is that really the actual message coming back from the CVS server, or just > something jCVS has added? (either way, it doesn't seem very frie

RE: [Xdoclet-devel] Article of HP on J2EE Best Practices mentiones XDoclet

2002-03-02 Thread Ara Abrahamian
It's a bit bad; they are talking about and using xdoclet of today. The *real* scalable xdoclet will be available in 2-3 months. Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Mathias Bogaert > Sent: Saturday, March 02, 2002 2

RE: [Xdoclet-devel] Ant property expansion questions

2002-03-02 Thread Ara Abrahamian
> I think this decision is more architectural than just this particular > issue - decoupling the subtasks themselves from the "model" a bit more so > that they go through some middle layer to get at the model in a unified > way > allowing easy substitution of Ant properties globally with one chang

RE: [Xdoclet-devel] Error logging in to anonymous CVS

2002-03-02 Thread Vincent Harcq
Don't you have to "cvs login" at least once ? With blank password. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Andrew Stevens > Sent: samedi 2 mars 2002 11:16 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] Error logging in to anonymous

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/bean/ejb/ejb SimpleSFBean.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 02:50:28 Modified:core/test/src/xdoclet/retest/bean/ejb/ejb SimpleSFBean.java Log: Improvement of regression unit test Revision ChangesPath 1.2 +14 -11 xdoclet/core/test/src/xdoclet/retest/bean/ejb/ejb/SimpleSFBean.java Index:

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/ref/ejb/ejb SimpleSFSession.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 02:50:29 Added: core/test/src/xdoclet/retest/ref/ejb/ejb SimpleSFSession.java Log: Improvement of regression unit test Revision ChangesPath 1.1 xdoclet/core/test/src/xdoclet/retest/ref/ejb/ejb/Simp

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/test EnterpriseJavaBeanRegressionTestCase.java BMPEntityBeanRegressionTestCase.java CMPEntityBeanRegressionTestCase.java EntityBeanRegressionTestCase.java SessionBeanRegressionTestCase.java StatefulSessionBeanRegressionTestCase.java StatelessSessionBeanRegressionTestCase.java EnterpriseJavaSeanRegressionTestCase.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 02:50:27 Modified:core/test/src/xdoclet/retest/test BMPEntityBeanRegressionTestCase.java CMPEntityBeanRegressionTestCase.java EntityBeanRegressionTestCase.java S

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/ref/ejb/interfaces SimpleSF.java SimpleSFHome.java SimpleSFLocal.java SimpleSFLocalHome.java SimpleSFUtil.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 02:50:28 Added: core/test/src/xdoclet/retest/ref/ejb/interfaces SimpleSF.java SimpleSFHome.java SimpleSFLocal.java SimpleSFLocalHome.java SimpleSFUtil.java Log: Improvement of regression unit test R

[Xdoclet-devel] CVS update: xdoclet/core/test/src/xdoclet/retest/test/ejb AllRegressionTest.java SimpleSFTest.java SimpleSLTest.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 02:50:28 Added: core/test/src/xdoclet/retest/test/ejb AllRegressionTest.java Removed: core/test/src/xdoclet/retest/test/ejb SimpleSFTest.java SimpleSLTest.java Log: Improvement of regression unit test Revision Chang

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/tags AbstractProgramElementTagsHandler.java

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 02:47:23 Modified:core/src/xdoclet/tags AbstractProgramElementTagsHandler.java Log: Avoid throwing 2 times the same exception Revision ChangesPath 1.22 +5 -2 xdoclet/core/src/xdoclet/tags/AbstractProgramElementTagsHandler.java

[Xdoclet-devel] Error logging in to anonymous CVS

2002-03-02 Thread Andrew Stevens
I just tried setting up Netbeans to download a clean copy of the CVS module using the anonymous CVS access, but it couldn't login (I'm pretty sure I used exactly the same settings I had previously). So, just in case it's something changed in Netbeans (I've upgraded to 3.3.1 since I had this w

[Xdoclet-devel] CVS update: xdoclet/core/src/xdoclet/tags XmlTagsHandler.java

2002-03-02 Thread Andrew Stevens
User: stevensa Date: 02/03/02 01:35:37 Modified:core/src/xdoclet/tags XmlTagsHandler.java Log: Adds a description for this namespace to the template tags summary doc page. Revision ChangesPath 1.4 +3 -1 xdoclet/core/src/xdoclet/tags/XmlTagsHandler.java In

[Xdoclet-devel] [ xdoclet-Feature Requests-524738 ] Value Object Naming

2002-03-02 Thread noreply
Feature Requests item #524738, was opened at 2002-03-02 10:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=524738&group_id=31602 Category: ejbdoclet Group: None Status: Open Priority: 5 Submitted By: Vincent Harcq (vharcq) Assigned to: Vincent Harcq (v

[Xdoclet-devel] CVS update: xdoclet/core/resources/xdoclet/ejb entity-value-instantiation.j

2002-03-02 Thread Vincent Harcq
User: vharcq Date: 02/03/02 01:30:14 Modified:core/resources/xdoclet/ejb entity-value-instantiation.j Log: Check that 1-1 relation exists before getting value object from it Revision ChangesPath 1.6 +2 -1 xdoclet/core/resources/xdoclet/ejb/entity-value-insta

RE: [Xdoclet-devel] entity-value-instatiation.j aggregates: should check != null

2002-03-02 Thread Vincent Harcq
Yep. Thanks ! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Marcus Brito > Sent: vendredi 1 mars 2002 23:37 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] entity-value-instatiation.j > aggregates: should check != null > > > Vincent, I