Re: [Xdoclet-user] Default COMP_NAME in local interfaces.

2002-12-12 Thread Konstantin Priblouda
--- Ryan LeCompte [EMAIL PROTECTED] wrote: Hello all, Is there any way to tell Xdoclet to not append the string java:comp/env/ejb/ to the following generated code in the home interfaces: public static final String COMP_NAME=java:comp/env/ejb/ApplicationInputManager; Currently not.

Re: [Xdoclet-user] Unable to generate ejb-ref tags inejb-jar.xml

2002-12-12 Thread Joseph Parks
I think you have the tag name reversed: * jndi-local-name=UserLocalHome should be * local-jndi-name=UserLocalHome -Joe Eric Jablow [EMAIL PROTECTED] 12/09/02 07:52PM I am having a strange problem using XDoclet 1.2-beta1. I have a session bean, LogonBean: /** * A session bean that

[Xdoclet-user] newbie question about commons-logging.jar ejbdoclet

2002-12-12 Thread Brian McSweeney
Hi everyone, just starting using version xdoclet version 1.2. I'm having a little trouble with ejbdoclet though. It seems to need commons-logging.jar on the classpath. Ok, (even though it doesn't comewith the distribution - why is this?). I'm using ant version 1.5 and I have set up my

RE: [Xdoclet-user] newbie question about commons-logging.jar ejbdoclet

2002-12-12 Thread Rupp,Heiko
Hi, trouble with ejbdoclet though. It seems to need commons-logging.jar on the classpath. Ok, (even though it doesn't come with the distribution - why is this?). It looks like this is in the source archive, but no in the distribution, so I think this was just forgotten. Any help at all would

[Xdoclet-user] idea 3.0 and xdoclet tags

2002-12-12 Thread Kevin Galligan
I tried to find info about this but only found info about the idea plugin. Anyway, in the idea source editor, it flags the xdoclet tags as Wrong tags. Is there any way to get it to recognize them? Thanks = This message contains

RE: [Xdoclet-user] idea 3.0 and xdoclet tags

2002-12-12 Thread Aslak Hellesøy
http://www.intellij.org/twiki/bin/view/Main/XDoclet aslak -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Galligan Sent: 12. desember 2002 15:10 To: '[EMAIL PROTECTED]' Subject: [Xdoclet-user] idea 3.0 and xdoclet tags I tried to find

SV: [Xdoclet-user] idea 3.0 and xdoclet tags

2002-12-12 Thread Oystein Aadland
It is possible to put additional javadoc tags in the IDEA options/Settings dialog. These are saved in the ideahome\config\options\editor.codeinsight.xml You can also just tell it to supress the javadoc warnings :) That's what I did. Oystein -Opprinnelig melding- Fra: Kevin Galligan

Re: [Xdoclet-user] new release of xPetStore

2002-12-12 Thread tek1
thanks herve! this looks awesome! just wanted to let you know though that the link for You can browse the deployment descriptors 'here' on http://xpetstore.sourceforge.net/x344.html appears to be broken. thank you again! At 22:39 02/12/11 -0500, you wrote: I'm proud to announce the lattest

Re: [Xdoclet-user] slightly ot: populating country and language tables

2002-12-12 Thread tek1
thank you erik and konstantin for your feedback. came across this fyi: http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt At 06:09 02/12/08 -0800, you wrote: --- tek1 [EMAIL PROTECTED] wrote: sorry for the off-topic post, but do any ant or other

RE: [Xdoclet-user] new release of xPetStore

2002-12-12 Thread Herve Tchepannou
Title: RE: [Xdoclet-user] new release of xPetStore This will be fix soon. But if you run the ant target named 'xdoclet', you can access the depleyment descriptor at: XPETSTORE_HOME/src/petstore/gen/META-INF and XPETSTORE_HOME/src/petstore/gen/WEB-INF -Original Message- From: tek1

[Xdoclet-user] How to specify package and class name of VO

2002-12-12 Thread Craig Dickson
I have just started using the valueobject task and tags for the first time. I cannot seem to find documentation on how to specify the exact package and class name to be generated. At the moment I can only get it to generate the VO in the same package as the entity bean and it always appends

Re: [Xdoclet-user] How to specify package and class name of VO

2002-12-12 Thread Ryan LeCompte
Check this out: http://xdoclet.sourceforge.net/valueobjects.html Regards, Ryan LeCompte [EMAIL PROTECTED] http://www.louisiana.edu/~rml7669 - Original Message - From: Craig Dickson To: '[EMAIL PROTECTED]' Sent: Thursday, December 12, 2002 11:33 AM Subject:

RE: [Xdoclet-user] How to specify package and class name of VO

2002-12-12 Thread Craig Dickson
yes, i have read this doc, it was very helpful, but unless i missed it, i don't think it answers my exact 2 questions. -Original Message-From: Ryan LeCompte [mailto:[EMAIL PROTECTED]]Sent: Thursday, December 12, 2002 9:38 AMTo: Craig Dickson; [EMAIL PROTECTED]Subject: Re:

[Xdoclet-user] How to specify package and class name of VO

2002-12-12 Thread Herve Tchepannou
When you invode valueobject in your build.xml, you can do this: valueobject pattern="{0}VO" packageSubstitution packages="ejb" substituteWith="model"/ /valueobject This will generate for an EJB class named: com.foo.bar.ejb.NameBean a value object named: com.foo.bar.valueobject.NameVO

[Xdoclet-user] Transaction Isolation and WebLogic Optimistic Locking

2002-12-12 Thread Joey Gibson
I'm working with XDoclet 1.2b (fetched about two weeks ago) and I can't seem to find a way to set the transaction isolation or, as a side excursion, to set the weblogic specific concurrency strategy of Optimistic. I'm assuming that this is a Weblogic 7 extension since concurreny-strategy can be

[Xdoclet-user] Where can I find parser.jar?

2002-12-12 Thread Jim Clayson
Hi, I'm just getting started with Xdoclet and was trying to build the samples before needlessly hitting the user mailing list. Can anyone tell me where to source a copy of parser.jar - the one mentioned in the samples readme as being neccesary to build successfully. Cheers Jim

[Xdoclet-user] getting started

2002-12-12 Thread Jim Clayson
Hi, Forgive me but I am struggling to get going and I don't know where else to look. I am used to using Ant, tomcat, struts and jboss(3) as parts of my dev tools, servers and environment and now I would like to see if I can setup XDoclet and use it. I have downloaded the distribution and

Re: [Xdoclet-user] getting started

2002-12-12 Thread Matt Raible
Erik Hatcher has posted a good example of using XDoclet with Struts, EJBs, JUnit and JBoss, you can find it at: http://www.ehatchersolutions.com/downloads/ Release Notes: - Just a few bits of information about my application (before you start sending me bug reports): - it

Re: [Xdoclet-user] getting started

2002-12-12 Thread Matt Raible
Sorry, I put a bad URL for my app: http://www.javawebapps.com/downloads/index.html Right to zip file: http://www. javawebapps.com/downloads/struts-example.zip Matt On Thursday, December 12, 2002, at 04:49 PM, Matt Raible wrote: Erik Hatcher has posted a good example of using XDoclet with

Re: [Xdoclet-user] getting started

2002-12-12 Thread Herve Tchepannou
Or you can look at xPetStore application, a lightweight version of Sun PetStore application that uses: xDoclet, Struts, Sitemesh with JBoss or WebLogic http://xpetstore.sourceforge.net On Thu, 2002-12-12 at 18:04, Jim Clayson wrote: Hi, Forgive me but I am struggling to get going and I don't