Re: [Xdoclet-user] Any great mind working on jakarta OJB?

2003-01-03 Thread Konstantin Priblouda
--- Derek Lin [EMAIL PROTECTED] wrote: I just checked the xdoclet site and realized the addition for hibernate. This is great. I tend to think jakarta OJB is more mature than hibernate (I am not sure that's true. Maybe it is only because it's from apache) But is there any plan to make an

[Xdoclet-user] stricter rules for full-qualified vs unqualified class names inebjdoclet in v1.2?

2003-01-03 Thread Torgeir Veimo
We had these @ejb tags which generated fine under xdoclet 1.1.2; @ejb:pk class=com.somewhere.ejbcontainer.domain.IntegerIntegerPK generate=false @ejb:finder signature=com.somewhere.ejbcontainer.domain.LEtoRoleMapRemote findByPrimaryKey(IntegerIntegerPK key) However, under xdoclet 1.2beta2 I

Re: [Xdoclet-user] stricter rules for full-qualified vs unqualified class names in ebjdoclet in v1.2?

2003-01-03 Thread Konstantin Priblouda
--- Torgeir Veimo [EMAIL PROTECTED] wrote: We had these @ejb tags which generated fine under xdoclet 1.1.2; @ejb:pk class=com.somewhere.ejbcontainer.domain.IntegerIntegerPK generate=false @ejb:finder signature=com.somewhere.ejbcontainer.domain.LEtoRoleMapRemote

Re: [Xdoclet-user] stricter rules for full-qualified vsunqualified class names in ebjdoclet in v1.2?

2003-01-03 Thread Torgeir Veimo
On Fri, 2003-01-03 at 06:11, Konstantin Priblouda wrote: --- Torgeir Veimo [EMAIL PROTECTED] wrote: We had these @ejb tags which generated fine under xdoclet 1.1.2; @ejb:pk class=com.somewhere.ejbcontainer.domain.IntegerIntegerPK generate=false IIRC, you do not have to specify

Re: [Xdoclet-user] stricter rules for full-qualified vs unqualified class names in ebjdoclet in v1.2?

2003-01-03 Thread Konstantin Priblouda
--- Torgeir Veimo [EMAIL PROTECTED] wrote: On Fri, 2003-01-03 at 06:11, Konstantin Priblouda wrote: --- Torgeir Veimo [EMAIL PROTECTED] wrote: We had these @ejb tags which generated fine under xdoclet 1.1.2; @ejb:pk class=com.somewhere.ejbcontainer.domain.IntegerIntegerPK

RE: [Xdoclet-user] stricter rules for full-qualified vs unqualified class names in ebjdoclet in v1.2?

2003-01-03 Thread Aslak Hellesøy
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Torgeir Veimo Sent: 3. januar 2003 11:58 To: [EMAIL PROTECTED] Subject: [Xdoclet-user] stricter rules for full-qualified vs unqualified class names in ebjdoclet in v1.2? We had these @ejb tags

RE: [Xdoclet-user] Any great mind working on jakarta OJB?

2003-01-03 Thread Konstantin Priblouda
ojbdoclet? Is anyone working on this? AFAIK, at the moment nobody works on this... Which means you have a golden opportunity to contribute code to XDoclet ;-) Having ojb support would be great! Oh no, I'm busy with hibernate composite IDs... BTW, i made xjavadoc status red in

RE: [Xdoclet-user] Any great mind working on jakarta OJB?

2003-01-03 Thread Aslak Hellesoy
-Original Message- From: Konstantin Priblouda [mailto:[EMAIL PROTECTED]] Sent: 3. januar 2003 14:37 To: Aslak_Hellesoy Cc: xdoclet-user Subject: RE: [Xdoclet-user] Any great mind working on jakarta OJB? ojbdoclet? Is anyone working on this? AFAIK, at the moment nobody

Re: [Xdoclet-user] changing return types

2003-01-03 Thread Matt Raible
Worked like a charm - thanks! I think we might want to eventually replace the existing struts_form.xdt with a more robust one that will convert list types to ArrayLists, Dates to Strings, etc. Matt p. 270, Java Development with Ant (its right there on your desk, isn't it?! :)

[Xdoclet-user] hibernatedoclet and sequence type generator

2003-01-03 Thread Jozsa Kristof
Hi there from an old xdoclet-user :) First of all, I'd like to ask if that's the proper place to ask Hibernatedoclet questions.. if not, please ignore the parts of my mail below :) Secondly, I wonder how the @hibernate.id tag's generator tag supports the 'sequence' type, if it does. I tried to

Re: [Xdoclet-user] hibernatedoclet and sequence type generator

2003-01-03 Thread Konstantin Priblouda
--- Jozsa Kristof [EMAIL PROTECTED] wrote: Hi there from an old xdoclet-user :) First of all, I'd like to ask if that's the proper place to ask Hibernatedoclet questions.. if not, please ignore the parts of my mail below :) It's correct. Though you may as well ask on hibernate list. I'm

Re: [Xdoclet-user] maven, xdoclet, hibernatedoclet

2003-01-03 Thread Warner Onstine
Well, just in case it was a problem with Maven I created a ant build file and it still is doing nothing. I even turned verbose mode on in the tag and I'm not getting anything. I set the destDir to a valid directory, it remains empty after running the hibernatedoclet tag. If you guys want I can

Re: [Xdoclet-user] Any great mind working on jakarta OJB?

2003-01-03 Thread Derek Lin
Thanks guys for the reply. I was out the whole day until just now. Sounds like I should do research on OJB and Hibernate. If Hibernate is better, I see no reason to use OJB. Thanks, Derek - Original Message - From: Aslak Hellesoy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc:

[Xdoclet-user] WebLogic 1-M uni-directional relationship (Unsupported CMR?)

2003-01-03 Thread Kuntz, Tim
I see that this question has been asked in the lists before but doesn't seem like it has been resolved, so I'm going to ask it again to see if there has been any change in status. I'm working through the O'Reilly EJB book and one of the examples is a 1-Many Uni-Directional CMR in which I do not