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
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
--- 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
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).
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
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
--- [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
>
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
└─
> >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
> 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
10 matches
Mail list logo