AW: [Xdoclet-user] Sun-j2ee-ri DD

2003-04-01 Thread Juraj . Lenharcik
Can you set up a link to this one: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDTWO-1 -Ursprungliche Nachricht- Von: Andrew Stevens [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 2. April 2003 09:06 An: [EMAIL PROTECTED] Betreff: Re: [Xdoclet-user] Sun-j2ee-

Re: [Xdoclet-user] Memory leak with NetBeans

2003-04-01 Thread Gwyn Evans
> I'm Craig Shearer! And I still have the problem - I've tried no end of > combinations - but hadn't tried the Ant 1.5.2 thing - but now you have I > won't bother! Sorry for jumping in & this may be totally unrelated, but have you tried with a 1.4.0 JDK? Reason for asking is that I came across me

Re: [Xdoclet-user] Sun-j2ee-ri DD

2003-04-01 Thread Andrew Stevens
On Tue, 2003-04-01 at 09:38, [EMAIL PROTECTED] wrote: > is there a possiblity to create SUN-J2EE-RI Deployment Descriptors? Not yet. See XDT-15 in JIRA. http://opensource.atlassian.com/projects/xdoclet/ViewIssue.jspa?key=XDT-15 Andrew. ---

[Xdoclet-user] customize util object generateGUID

2003-04-01 Thread Craig Hamilton
If I wanted to customize the generateGUID method to call the sequence table within oracle, which would be the smartest way to go about this. My dba's won't accept it being created in java, and I don't want to fight that battle I was thinking I could create/adjust a template, but I just wanted

[Xdoclet-user] Dynamic QL Syntax

2003-04-01 Thread Stuart Guthrie
Does anyone have an example of use for Dynamic-QL in Xdoclet. What is the signature? What is an example of calling from the client? TIA Stuart --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500

Re: [Xdoclet-user] Whither JARs?

2003-04-01 Thread David Geary
Hi Gwyn, How odd--I downloaded xdoclet-bin-1.2b2, and I just have 3 jars in lib. I downloaded 1.2 and now there's a bunch. Thank you for your reply, david On Tuesday, April 1, 2003, at 01:19 AM, Gwyn Evans wrote: Hi David, Where did you get your XDoclet kit from? You should have about 31

[Xdoclet-user] compound primary key

2003-04-01 Thread Joel Rives
I am trying to set up a 1:N relationship where the N side of the relationship has a compound primary key. The documentation falls a bit short in this regards. I have the following set up, which works fine if the target has a simple primary key: /** * @ejb.interface-method

[Xdoclet-user] jboss unknown pk support

2003-04-01 Thread Craig Hamilton
Is jboss unknownpk in the b3 version of xdoclet? Does anyone have an example of how to hook it in? Thanks Craig --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company

RE: [Xdoclet-user] Memory leak with NetBeans

2003-04-01 Thread Craig Shearer
Hi konrad I'm Craig Shearer! And I still have the problem - I've tried no end of combinations - but hadn't tried the Ant 1.5.2 thing - but now you have I won't bother! It's a complete mystery. Last night, I completely reinstalled NetBeans - completely erasing it from my machine, including the .ne

[Xdoclet-user] Memory leak with NetBeans

2003-04-01 Thread Konrad Hosemann
Hi, sorry, I can't reply to the original thread because I just subscribed to the list. I'm the other guy with the problem Craig Shearer posted on 2003-03-27: Every time xdoclet is run within Netbeans 2-5 MB of RAM leak. I made Netbeans use ant 1.5.2 -- as suggested by someone here on the list

Re: [Xdoclet-user] multiple jsptaglib nested tag in webdoclet

2003-04-01 Thread Erik Hatcher
On Monday, March 31, 2003, at 05:54 PM, Craig Dickson wrote: Please find attached the build script we are currently using (please excuse the mess, we are currently adapting scripts from an old project - which also showed this issue) and the output we are seeing is inline below. The important par

RE: [Xdoclet-user] Memory leak with NetBeans

2003-04-01 Thread Joseph Parks
I only looked at NetBeans for a little bit (some time ago), but I think I recall that the name of the ant jar is hard-coded somewhere in the ant support module. Can you backup/rename the "ant-1.5.1.jar" that's included with NetBeans and rename the 1.5.2 "ant.jar" to "ant-1.5.1.jar"? -Joe -Or

[Xdoclet-user] Problem calling getData.

2003-04-01 Thread Peter McCombs
All, I have an entity bean (RoleBean) with an abstract getData function. The implementation has been generated by XDoclet, and is in RoleBeanCMP. I have also generated the XDoclet session facade bean, which includes a findByPrimaryKey method. When I call this method, I get the runtime error:

[Xdoclet-user] problem while building samples shipped along with xdoclect1.2b2

2003-04-01 Thread ravishankar dwivedi
Hi All Please note that I am new to XDoclet .I am trying to build the samples of Xdoclet 1.2 beta2 but facing following problems. I down loaded ANT 1.5.2 from apache site and kept ant.jar the in class path but getting following exceptions when trying to build the samples shipped along with Xdoclet

RE: [Xdoclet-user] Many to Many M:N CMR example ?

2003-04-01 Thread Joel Rives
One approach is to use a relationship table to contain the M2M relationship. So, for instance, in your case where you have such a relationship between User and Group, you would also have a third table, perhaps called UserGroup, which maintains the relationships between rows in the User table and ro

RE: [Xdoclet-user] build fails

2003-04-01 Thread Ebersole, Steven
I'll defintely take a look at the project site. No i do not mean the system classpath. The way my project is layed out in CVS is pretty typical. From the top-level directory I have: build / scripts / lib / weblogic / xdoclet / java2html / com / ... / deplo

Re: [Xdoclet-user] build fails

2003-04-01 Thread Erik Hatcher
On Tuesday, April 1, 2003, at 08:51 AM, Ebersole, Steven wrote: I don't think I need the maven plugin, as I do not use Maven. So I tried what I think you are suggesting by taking all the jars generated during build into the xdoclet/target directory and placing them into my build classpath. But

RE: [Xdoclet-user] build fails

2003-04-01 Thread Ebersole, Steven
Thanks for the reply. As for my environment: Ant 1.5.2, JDK 1.3.1_03, Windows 2000 Server. I don't think I need the maven plugin, as I do not use Maven. So I tried what I think you are suggesting by taking all the jars generated during build into the xdoclet/target directory and placing them int

[Xdoclet-user] deploymentdescriptor - havingClassTag problem ...

2003-04-01 Thread Christophe . QUERTEMONT
Hi,   I am having a problem generating the ejb-jar.xml file. The file contains all the my EJB's even if the classTag does not match the one specified in havingClassTag  !   Any idea ?   Thanks ! -- QUERTEMONT Christophe [EMAIL PROTECTED]    

[Xdoclet-user] deploymentdescriptor - havingClassTag problem ...

2003-04-01 Thread Christophe . QUERTEMONT
Hi,   I am having a problem generating the ejb-jar.xml file. The file contains all the my EJB's even if the classTag does not match the one specified in havingClassTag  !   Any idea ?   Thanks ! -- QUERTEMONT Christophe [EMAIL PROTECTED]    

[Xdoclet-user] How do I turn on debug logging?

2003-04-01 Thread Lennart Petersson
So that I can see what this glorious tool is doing when generating my code? /L --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for you

[Xdoclet-user] Sun-j2ee-ri DD

2003-04-01 Thread Juraj . Lenharcik
Hi, is there a possiblity to create SUN-J2EE-RI Deployment Descriptors? Thanks, Juraj --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power f

Re: [Xdoclet-user] Whither JARs?

2003-04-01 Thread Gwyn Evans
Hi David, Where did you get your XDoclet kit from? You should have about 31 jars, all named xdoclet-.jar. Could you have downloaded a source kit? If so, try running Ant from the top level & doing a build, or simply try downloading the -bin- kit, as that should give you the libs, the docs & th