Re: [Xdoclet-user] Generating Class-Path in Manifest.mf

2004-03-01 Thread Michal Palicka
Title: [Xdoclet-user] Generating Class-Path in Manifest.mf ï Hi,   I solved the problem using a custom ANT task. Our project is divided into several modules. Each module represents a separate JAR file (part of the EAR). Each module hash got its own build.xml file, that contains a "classpat

RE: [Xdoclet-user] Generating Class-Path in Manifest.mf

2004-03-01 Thread Craig Berry
Title: [Xdoclet-user] Generating Class-Path in Manifest.mf I am facing exactly the same problem, and have been trying to find solutions using xdoclet or ant tasks.  I found a way to do it using ant, but it's ugly and brittle.  I'm very surprised that there isn't more information available o

[Xdoclet-user] Generating Class-Path in Manifest.mf

2004-03-01 Thread Andrea Chiumenti
Hello, i was reading xdoclet in action, nice book! but currently i need to compile a Class-Path: element in an ear Manifest.mf. Since currently i cannot figure out how this would be possible with Xdoclet, i was wondering if XD is the right tool to do this task and if yes, how could i do. Thx in

[Xdoclet-user] Class loading issues with custom tasks

2004-03-01 Thread Scott Sayles
I've been having issues for quite some time with some custom xdoclet tasks I've written. The custom tasks I have are packaged in a separate jar from xdoclet and contain an xdoclet.xml file. It works fine when the initial generation happens. However, if the subtask is run again, I get failures in

RE: [Xdoclet-user] generate getxxx but excluet setxxx

2004-03-01 Thread Lorraine Fox
I just figured it out. I have to have the set on the ValueObject to set the id when the Value object is initialized with a get from the database. However, I don't want the setGenID() in the interfaces, which are not there since I did not put the ejb.interface-method tag on setGenID(). /Lorraine

Re: [Xdoclet-user] dao.call problems

2004-03-01 Thread Andrew Stevens
On Mon, 2004-03-01 at 12:59, Moreno Mauri wrote: > Hi all, > I'm an XDoclet newbie and I'm trying to write a Session Bean > that uses a DAO Object (with a method called: metodoDAO). > > Using XDcolet inside Session Bean's code I want to create a DAO > Interface with > the method "metodoDAO" declar

[Xdoclet-user] generate getxxx but excluet setxxx

2004-03-01 Thread Lorraine Fox
I have generated primary key field in my entity. This key field gets generated in ejbCreate(). I want to expose the getGenKey() to the Value object and interfaces, but I don't want to expose the setGenKey() in the ValueObject nor the interface. I don't see any tags in xdoclet that allow me to exc

[Xdoclet-user] webdoclet InvocationTargetException

2004-03-01 Thread Andreas Kemkes
I've looked through the archive and I located similar problems, but I couldn't find a solution that I was able to apply to my case: Calling webdoclet like this: causes the following invocation error: [webdoclet] 2004-03-01 10:27:30,140 (xdoclet.Con

[Xdoclet-user] dao.call problems

2004-03-01 Thread Moreno Mauri
Hi all, I'm an XDoclet newbie and I'm trying to write a Session Bean that uses a DAO Object (with a method called: metodoDAO). Using XDcolet inside Session Bean's code I want to create a DAO Interface with the method "metodoDAO" declared. *** At Class Level I