RE: [Xdoclet-user] Problem with XDoclet property case

2003-03-17 Thread Aslak Hellesøy
please post a bug report in JIRA. aslak > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Benoit > Menendez > Sent: 18. mars 2003 03:26 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] Problem with XDoclet property case > > > It appears that XDoclet doe

Re: [Xdoclet-user] ValueObjects, Data Objects and Struts Forms

2003-03-17 Thread Adam
Thanks for the response, and your insight. I think my question is a lot more basic, however. Simply put: Shouldn't the new objects be able to "speak" with the old objects? And shouldn't the generated forms be able to use the new objects, too? The purpose i see xdoclet having been designed for

[Xdoclet-user] hibernatedoclet jbossservice doesn't generate correctly on Windows

2003-03-17 Thread Craig Shearer
Hi All I'm using JBoss 3.0.4 running on Windows 2000 and I'm trying to use hibernatedoclet to generate my jboss-service.xml file. All goes well, except that when the MapResources are inserted into the file, the package path names are separated by a backslash (\) instead of a forward-slash (/). Wh

Re: [Xdoclet-user] XDoclet and Struts

2003-03-17 Thread Hani Suleiman
Speaking of committers and the like, I'd like to take this oppurtunity to nag (again) about my patch for the orion templates. Orion 2.0 was released tonight and it'd be nice if my patches would be committed for fully 2.0 support ;) http://opensource.atlassian.com/projects/xdoclet/secure/ Vi

Re: [Xdoclet-user] XDoclet and Struts

2003-03-17 Thread Erik Hatcher
On Monday, March 17, 2003, at 10:57 PM, Richard Mixon wrote: Alex, I suggest that you take a look at Matt Raible's example application, struts-resume. He has a patched tag that does what you are looking for. The bad news is that there is some difficulty in getting this patch accepted by the Xdo

Re: [Xdoclet-user] XDoclet and Struts

2003-03-17 Thread Dmitri Colebatch
Richard, Is the patch in JIRA? Has there been discussion? cheers dim - Original Message - From: "Richard Mixon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 18, 2003 2:57 PM Subject: RE: [Xdoclet-user] XDoclet and Struts > Alex, > > I suggest that you take a look

RE: [Xdoclet-user] XDoclet and Struts

2003-03-17 Thread Richard Mixon
Alex, I suggest that you take a look at Matt Raible's example application, struts-resume. He has a patched tag that does what you are looking for. The bad news is that there is some difficulty in getting this patch accepted by the Xdoclet committers. Here's the link: http://www.raibledesigns.com

[Xdoclet-user] Problem with XDoclet property case

2003-03-17 Thread Benoit Menendez
It appears that XDoclet does not use Inspector.decapitalize to figure out the name of properties. I have a persistent class with the following property: /** * @hibernate.property */ public String getDNPath() { return _DNPath; } public void setDNPath(String DNPath) { _DNPath = DNPath; } The actu

[Xdoclet-user] xdoclet on freebsd

2003-03-17 Thread John David Garza
Hello all, I've been working on a ejb project with xdoclet for a while now on linux and mac os x. Everythings been working great. However, our deploy machine is running FreeBSD with the freebsd native jdk 1.3.1. When we try our ejb generation in this environment we get a cryptic error: [

Re: [Xdoclet-user] Re: Re: Entity bean callback methods

2003-03-17 Thread Dmitri Colebatch
Nikolaus, > I use Xdoclet 1.1.2. No, the abstract base class was not in the same source > folder. It seems that this was the problem. > > After copying my framework sources (including the abstract base class) to > the src-folder that Xdoclet uses the callback methods are generated > correctly. The

Re: [Xdoclet-user] Why can't generate session local interface?

2003-03-17 Thread Andrew Stevens
On Mon, 2003-03-17 at 08:57, citiz wrote: > /** > * @ejb:bean name="test/CounterSession" > * display-name="My Counter Session Bean" > * type="Stateful" > * transaction-type="Container" > * jndi-name="ejb/test/CounterSession" > **/ > public class Counter

[Xdoclet-user] Re: Re: Entity bean callback methods

2003-03-17 Thread Nikolaus Rumm
Hello Dmitri, Thank you for the quick and accurate response. I use Xdoclet 1.1.2. No, the abstract base class was not in the same source folder. It seems that this was the problem. After copying my framework sources (including the abstract base class) to the src-folder that Xdoclet uses the callb

Re: [Xdoclet-user] mark a session bean both remote and local

2003-03-17 Thread Andrew Stevens
On Mon, 2003-03-17 at 16:09, Ionel Gardais wrote: > I have developped a session bean and mark it view-type="remote" > > it works fine and generate the required interfaces. > > I have try to change the view to "both", "local" or "local,remote" and > no interfaces are generated (neither local or r

RE: [Xdoclet-user] webdoclet

2003-03-17 Thread Andrew Stevens
On Mon, 2003-03-17 at 19:53, Bhagia, Mahesh wrote: > I don't use any ejb's, why does it refer to ejb... Because you're using @ejb.ejb-ref when you should be using @web.ejb-ref? Andrew. > -Original Message- > From: Bhagia, Mahesh [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 2003 2

RE: [Xdoclet-user] webdoclet

2003-03-17 Thread Bhagia, Mahesh
I don't use any ejb's, why does it refer to ejb... -Original Message- From: Bhagia, Mahesh [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 2:42 PM To: '[EMAIL PROTECTED]' Subject: [Xdoclet-user] webdoclet [adr][adr] Hi, I have set target for webdoclet, does any one know why I g

[Xdoclet-user] webdoclet

2003-03-17 Thread Bhagia, Mahesh
Hi, I have set target for webdoclet, does any one know why I get [webdoclet] Mar 17, 2003 2:29:55 PM xdoclet.template.TemplateEngine invokeMethod [webdoclet] SEVERE: Invoking method failed: xdoclet.modules.ejb.dd.EjbRefTagsHandler.forAllEjbRefs, line=23 of template file: file:/d06/dev/reportwri

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

2003-03-17 Thread Hunter Hillegas
Thanks. I finally figured that out. I posted my output in another message but I still can't see the problem. Looks like all the jars are there... Ugh > From: Aslak Hellesoy <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Mon, 17 Mar 2003 20:12:48 +0100 > To: <[EMAIL PROTECTED]> > S

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

2003-03-17 Thread Aslak Hellesoy
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Hunter > Hillegas > Sent: 17. mars 2003 18:12 > To: xDoclet > Subject: Re: [Xdoclet-user] Can't Run EJBDoclet > > > I agree with you that it "feels" like a classpath problem. > > commons-collections-2.

[Xdoclet-user] XDoclet and Struts

2003-03-17 Thread Aleksandr Shneyderman
I have a bunch of persistenet classes and wanted to generate some Struts forms off of those. I use hibernate for the persistence and was wondering how would I make that happen? As far as I can see there is strutsforms subtask in ejbdoclet but since I have no ejbs the ejbdoclet task does not pic

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

2003-03-17 Thread Hunter Hillegas
I do have a global classpath set. It looks like this: /Users/hunter/Unix/jboss-3.2.0RC3/server/default/lib/postgres.jar:/Users/hun ter/Unix/jboss-3.2.0RC3/lib/jaxp.jar:/Users/hunter/Unix/jboss-3.2.0RC3/lib/c rimson.jar:/Users/hunter/Unix/jboss-3.2.0RC3/server/default/lib/jboss-j2ee.j ar:/Users/hun

[Xdoclet-user] jboss-service-template.xdt

2003-03-17 Thread Simone Milani
Hi,       A while ago I sent an email regarding adding classpath dependencies inside the jboss-service template:     archives="farmHandPoolService.jar"/>  archives="farming.jar"/>   Anyone knows if this has been added?   Thanks!!   Simone  

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

2003-03-17 Thread Hunter Hillegas
I agree with you that it "feels" like a classpath problem. commons-collections-2.0.jar is in there... What is the best way to echo out my classpathref? Hunter > From: Andrew Stevens <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: 16 Mar 2003 00:59:20 + > To: [EMAIL PROTECTED] > Su

[Xdoclet-user] mark a session bean both remote and local

2003-03-17 Thread Ionel Gardais
Hi, I have developped a session bean and mark it view-type="remote" it works fine and generate the required interfaces. I have try to change the view to "both", "local" or "local,remote" and no interfaces are generated (neither local or remote) How can I get both locals and remotes interface f

Re: [Xdoclet-user] Deploying jar file, not deploying EJBs

2003-03-17 Thread Richard Stack
Hello Heiko, I think it was because I had META-INF in small case in the build.xml file. I changed this and JBoss found the DDs. I guess its case sensitive although in the jar file it's still small case. I also moved to JBoss 3.2. Richard "Rupp,Heiko" wrote: > > Hi, > > > Ok, here are the ejb-j

RE: [Xdoclet-user] CMR relations driving me crazy

2003-03-17 Thread Casteels Jan
I hate to answer my own questions, but this was the solution. If you create a bidirectional relationship, you need to use the same name in your relationship Fund Bean * @ejb.relation * name="instrument-instrumentCodes" InstrumentCodes * @ejb.relation * name="instrument-instrumentCodes

[Xdoclet-user] GUVENDE MISINIZ ?

2003-03-17 Thread HACKER REHBERI
TURKIYE'DE BIR ILK ! SADECE 25.000.000 TL HACKER ve GUVENLIK REHBERI CD'SI Hack ve Guvenlik konusunda bilmek istediginiz hersey, ihtiyaciniz olan her program bu cd'de. Sadece 25.00

Re: [Xdoclet-user] EJB Best Practices: Set the Value Object in ejbPostCreate(..)

2003-03-17 Thread Meyer-Willner, Bernhard
Well, this doesn't work with JBoss, however works with some other appservers or if you use deferred constraints (for example in Oracle). I changed the template to use two methods (setValueCMP and setValueCMR). Cheers, Bernie -Ursprüngliche Nachricht- Von: Jörg Barkow [mailto:[EMAIL PRO

[Xdoclet-user] EJB Best Practices: Set the Value Object in ejbPostCreate(..)

2003-03-17 Thread Jörg Barkow
Hallo, In the XDoclet 1.2b2: Best Practices you can find : > Always set the Value Object in ejbPostCreate(..), so that CMR fields are assigned correctly. but how can I practice this wenn I have defined "not null" - columns in my database model? How can I split the setXXXValue() - Method in a

RE: [Xdoclet-user] Deploying jar file, not deploying EJBs

2003-03-17 Thread Rupp,Heiko
Hi, > Ok, here are the ejb-jar.xml, jboss.xml and the > jboss-jdbc.xml. Any help I don't see any obvious errors. You say that Jboss doesn't print out anything? Did you look at the logfiles (jboss-xxx/server//log/* ?) -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33 Telefon: +

RE: [Xdoclet-user] Why can't generate session local interface?

2003-03-17 Thread Rupp,Heiko
Hi, did you add respective subtasks to your ant task? I think, when you specify view-type="remote" or no view-type at all, view-type="remote" is taken globally for the entire class even if you specify a view-type="local" for a method. > -Original Message- > From: citiz [mailto:[EMAIL PRO

[Xdoclet-user] Why can't generate session local interface?

2003-03-17 Thread citiz
Hi, all I want to use XDoclet to generate a session bean, for example /** * @ejb:bean name="test/CounterSession" * display-name="My Counter Session Bean" * type="Stateful" * transaction-type="Container" * jndi-name="ejb/test/CounterSession" **/ public