Re: [Xdoclet-user] xdoclet-ejb-hibernate discussion

2003-11-19 Thread khote
Is it possible to use @ejb.value-object in a session bean? I mean to describe the pojo resulting. - Original Message - From: "Konstantin Priblouda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 1:32 AM Subject: Re: [Xdoclet-user] xdoclet-ejb-hibernate dis

Re: [Xdoclet-user] XDoclet 1.1 with Ant 1.6b2?

2003-11-19 Thread Erik Hatcher
On Wednesday, November 19, 2003, at 11:06 AM, Tim Dawson wrote: We upgraded to XDoclet 1.2b3 which did work with Ant 1.6b2 for generating generic J2EE descriptors, but were forced back to XDoclet 1.1 due to bugs with generating WebSphere-specific deployment descriptors. What bugs? Did you try

Re: [Xdoclet-user] Rapid EJB development with XDoclet

2003-11-19 Thread Konstantin Priblouda
--- Gregory Pierce <[EMAIL PROTECTED]> wrote: > Was curious if there was a point person to contact > for some of the > finer details. XDoclet itself is pretty > straightforward until you get > to the vendor specific tags and I have a few > questions about their > operation (not to much how t

[Xdoclet-user] Rapid EJB development with XDoclet

2003-11-19 Thread Gregory Pierce
Was curious if there was a point person to contact for some of the finer details. XDoclet itself is pretty straightforward until you get to the vendor specific tags and I have a few questions about their operation (not to much how they work, but why they work the way they do).

[Xdoclet-user] XDoclet 1.1 with Ant 1.6b2?

2003-11-19 Thread Tim Dawson
Is anybody successfully using XDoclet 1.1 with Ant 1.6b2? I get this whenever running the ejbdoclet task with 1.6x…   [ejbdoclet] Constructing Javadoc information... [ejbdoclet] Running XDoclet failed. An IO error occured while reading context data.   We upgraded to XDoclet 1.2b3 which

RE: [Xdoclet-user] Maven-plugin does not work

2003-11-19 Thread egglersim
Okay, it does work, now. Obviously the weblogic plugin does have a dependency on the xdoclet-web-module module. I'm still struggling with the configuration, though, the following few lines seem to be wrong. maven.xdoclet.ejbdoclet.utilobject.0=true maven.xdoclet.ejbdoclet.utilobject.0.cacheHomes

Re: [Xdoclet-user] Maven-plugin does not work

2003-11-19 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > I'm trying to set up a project with maven. > > I'm using the standard directory structure. > > Project > †€€€src >  †€€€conf >  †€€€java >   „€€€foobar >   „€€€ejb > „€€€target > †€€€classes > †€€€docs >  †€€€images >  

[Xdoclet-user] Maven-plugin does not work

2003-11-19 Thread egglersim
I'm trying to set up a project with maven. I'm using the standard directory structure. Project ├───src │ ├───conf │ ├───java │ │ └───foobar │ │ └───ejb └───target ├───classes ├───docs │ ├───images │ │ └───logos │ └───style ├───generated-xdocs └─

Re: [Xdoclet-user] Resend: Account rollover in XDoclet

2003-11-19 Thread Konstantin Priblouda
> >You can model your domain data in a way, that no > >relation goes out of transaction ( say transaction > >knows nothing about accounts, or whatever is in > your > >domain ) > > > >And then you have object "month", which has > collection > >of transactions. And this collection happens to > selec

Re: [Xdoclet-user] xdoclet-ejb-hibernate discussion

2003-11-19 Thread Konstantin Priblouda
> I'd like to have DAOs, for example a personDAO, that > does the usual person > CRUD stuff, lookup lists, whatever. I've written > it, and it works as > expected, it tests well anyway. You almost ready... > now to the point: I would like this personDAO to be > used/accessible by a an > EJB Se