RE: [Xdoclet-user] Can't Run EJBDoclet

2003-03-06 Thread Andrew Stevens
On Fri, 2003-03-07 at 00:26, Carl Schmidt wrote: > What does your ant taskdef look like? You need to include all of the > XDoclet jars in the classpath. Something like this... > > > > > > > > > > > I *think* you also need to include the J2EE

Re: [Xdoclet-user] Mailing List Archives and Simple Problem

2003-03-06 Thread Jordi Valldaura
Hi, Everything looks ok, but why don't you verify that "xdoclet.class.path" is passed ok with; if it's not correct try to use a build.properties file to specify its value. Jordi - Original Message - From: "Hunter Hillegas" <[EMAIL PROTECTED]> To: "xDoclet" <[EMAIL PROTECTED]> Sent: Thu

[Xdoclet-user] Just a general comment on the tar file

2003-03-06 Thread sfg
I like xdoclet but it often gets me when I untar a new release and its got the contents of the app rather than a top-level directory with a name like 'xdoclet-vvv'. tar -xzvf xdoclet-bin.tar.gz will extract the three directories rather than a single xdoclet-vvv/ directory. Just my two cents. It

[Xdoclet-user] [Fwd: ejb-external-ref problem]

2003-03-06 Thread Hardy Ferentschik
--- Begin Message --- Hi there, I am using @ejb.ejb-external-ref to generate ejb-ref tags in my ejb-jar.xml. One example would be: * @ejb.ejb-external-ref view-type="remote" * link="XYZSessionBean" * ref-name="XYZSessionBean" type="Session" * home="my.import.XYZSessionHome" * remote="my.

[Xdoclet-user] Colorado: Intro to XDoclet

2003-03-06 Thread Erik Hatcher
I apologize for the last minute announcement (perhaps this can be forwarded to the announce list by someone that has the right karma). I'll be in Colorado (USA) next week for a vacation / business trip. I present "Introduction to XDoclet" at three JUG meetings: March 11 - Colorado Springs - ht

RE: [Xdoclet-user] Can't Run EJBDoclet

2003-03-06 Thread Carl Schmidt
What does your ant taskdef look like? You need to include all of the XDoclet jars in the classpath. Something like this... I *think* you also need to include the J2EE jars and such... - Carl > -Original Message- > From: Hunter Hi

[Xdoclet-user] Can't Run EJBDoclet

2003-03-06 Thread Hunter Hillegas
Just built the CVS version of xdoclet and when I try to run it on my project, I get the trace below. This is my first run with xdoclet, so I'm not sure my environment is setup properly (though I think it is, just not proven). Any ideas? Thanks, Hunter Trace: ejbdoclet: [echo] +---

[Xdoclet-user] XDoclet w/ WebLogic 5.1

2003-03-06 Thread Craig Dickson
Hi, We are considering adding XDoclet to our build process for our product (to generate EJB bits and pieces). But we are stuck on WebLogic 5.1 for a couple more months yet. We believe that we will use XDoclet eventually anyway and we think that if we spend the time to refactor our EJBs and buil

RE: [Xdoclet-user] Mailing List Archives and Simple Problem

2003-03-06 Thread Tim Dawson
> Are there searchable archives for the mailing list so I can try to > help myself? Check out http://www.mail-archive.com/ and type in "xdoclet" in the search. That will show you links to both the user & dev lists, which are searchable. -Original Message- From: Hunter Hillegas [mailto:[EM

[Xdoclet-user] Mailing List Archives and Simple Problem

2003-03-06 Thread Hunter Hillegas
I am setting up xdoclet for the first time and I'm having trouble. I'm sure I am making a simple mistake. Are there searchable archives for the mailing list so I can try to help myself? Here is my problem: Basically, I see this: file:/Users/hunter/Desktop/groundswell-commerce/build.xml:74: Can'

RE: [Xdoclet-user] JBoss 3.2.0 RC3

2003-03-06 Thread Carl Schmidt
JBoss 3.2 RC1 shipped with 3.0 DTDs.  RC2 and RC3 are now shipping with the 3.2 DTDs.  Unfortunately, the current 1.2 Beta 2 of XDoclet won't generate for 3.2 (as you've probably noticed).  I grabbed a CVS snapshot of XDoclet (1.2 Beta 3), built it, and it works for me!    - Carl -Ori

[Xdoclet-user] XDoclet w/ WebLogic 5.1

2003-03-06 Thread Craig Dickson
Hi,   We are considering adding XDoclet to our build process for our product (to generate EJB bits and pieces). But we are stuck on WebLogic 5.1 for a couple more months yet.   We believe that we will use XDoclet eventually anyway and we think that if we spend the time to refactor our EJBs

Re: [Xdoclet-user] Value Objects : What am I missing ?

2003-03-06 Thread Nathaniel Rahav
Folks, I found the error that was preventing the PersonUId from being set in my value object. I had declared the type to be an int instead of an Integer in one of my setters, and xdoclet instead of choking just skipped over it. Thanks for all your help. Nat

[Xdoclet-user] JBoss 3.2.0 RC3

2003-03-06 Thread Simone Milani
Hi,       I was using with success Xdoclet 1.2 Beta2 with JBoss 3.2.0 RC1 and with the ant task    destdir="."  />   Now I moved to RC3 and get error with the jbosscmp-jdbc.xml : entity-command & auto-increment seems to be out of the place.   Could anyway help me?   Thanks   Simone  

[Xdoclet-user] Bean class not found in XDoclet source path :-/

2003-03-06 Thread Mohammed Shahfazal
Hi!! i don't know if this is a bug or a problem with my own code but i guess some can help me with this. Whenever i run ant i'm getting the following error. ejbdoclet: [ejbdoclet] Running [ejbdoclet] Generating Local interface for 'step.undergraduate.domain.applicatio n.UndergraduateApplicatio

[Xdoclet-user] xdoclet BMP example for jboss

2003-03-06 Thread Sunny Bro
Is there a simple BMP example for jboss using xdoclet and a database like oracle or mysql? Thanks Sunil _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus --

[Xdoclet-user] make valueobjects to return a Collection not an Array

2003-03-06 Thread Ionel Gardais
Hi, It is possible to make value objects which aggregate other to return a Collection, not an Array ? My code specifies to use a type="Collection" for the value object but when I look at the generated source files, the get/setter return an array of valueobject, although it is internally stored

[Xdoclet-user] entity bean created by xdoclet for jboss ,when test there is a strange error!

2003-03-06 Thread wu qi
 I use eclipse+lomboz,When I deploy the created by jar file to jboss,there is no error,but when I run the Test class,  jboss throws an exception:   javax.ejb.FinderException: Find failed: java.sql.SQLException: Syntax error or access violation: You have an error in your SQL syntax near 'FROM produc

[Xdoclet-user] simple entity bean created by xdoclet for jboss, but test error!

2003-03-06 Thread wu qi
  I use eclipse+lomboz,When I deploy the created by jar file to jboss,there is no error,but when I run the Test class,  jboss throws an exception:   javax.ejb.FinderException: Find failed: java.sql.SQLException: Syntax error or access violation: You have an error in your SQL syntax near 'FROM produ

RE: [Xdoclet-user] JUnit test for Util.getLocalHome()

2003-03-06 Thread Chris Butler
Thanks for the suggestions on junitee and cactus. RE: junitee. I'm not certain I want to have the overhead of running simple tests in servlets. Also I believe this would require slightly more work (custom goal) since we use maven for builds. Re: cactus. It seems reasonable, but more involved.

Re: [Xdoclet-user] xdoclet problem on Mac OSX

2003-03-06 Thread Dave Steinbrunn
On Wednesday, March 5, 2003, at 07:06 PM, Andrew Stevens wrote: The "{2}" is a bug, fixed in the next version. The message should actually read "Make sure the jar file containing the javax.servlet.Servlet class is on the classpath specified in the that defined webdoclet." I suspect you've now re

RE: [Xdoclet-user] JUnit test for Util.getLocalHome()

2003-03-06 Thread Oisin Kim
To bring things back on topic, If you use Junitee, make sure you add : @ejb.util generate="physical" To your class level tags, as the default is to use the JNDI-ENC which is not always available to the web tier, this tag will use the JNDI tag as per your class level tags. Otherw

[Xdoclet-user] self M:N relationship : where to put the finders ?

2003-03-06 Thread Ionel Gardais
Hi, Assuming that I have an M:N relationship between two beans (say Person and Task, a Person can own M tasks and a task can be shared between N persons). As it is possible to use a relation table to handle this and the relation process beeing transparent to the two beans, where do I put the find

SV: [Xdoclet-user] JUnit test for Util.getLocalHome()

2003-03-06 Thread Westlin Peter
Wrong forum for this question but I feel good today so... :-) Use Cactus for server-side testing: http://jakarta.apache.org/cactus/   Regards Peter -Ursprungligt meddelande- Från: Chris Butler [mailto:[EMAIL PROTECTED] Skickat: on 2003-03-05 17:54 Till: [EMAIL PROTECTED] Kopi