Title: Message
Hello,
Using JDK 1.4.1 we just updated from XDoclet 1.2
beta2 to beta3. Once we upgraded we started getting errors in our
generated ejb-jar.xml deployment descriptor.
For all of our entity beans, regardless that we
specified view-type="remote" in the @ejb.bean tag, the c
Title: Message
I cannot speak for anyone else, but I defintely
look in the source for the possible tags, not in the docs. Then I will look at
the DTDs or something similar to see possible values.
Found a few useful ones not documented too
(webwork.command, hibernate.query, etc)
Good luck.
4, 2003 5:37 PM
Subject: Re: [Xdoclet-user] WebWork actions.xml template.
>
> I submitted a patch that adds a subtask (see JIRA
issue XDT-138) a few
> weeks ago. It hasn't been applied yet, though. The committers are quite
busy and just haven't
> gotten around to it yet.
>
>
For those that care,
I wrote (see attachment) an XDoclet Template to produce an actions.xml file
for WebWork. It might be nice to get this, or something like this integrated
into 1.2 before final release (not sure of how or if this can be done).
Ideally a new tag/ task class (not ) should be used
Please disregard. Very sorry to bother
everyone.
Just starting a new "project" and forgot to add my
main level package to JUnit's exclude.properties file.
Don't let this happen to you ;-)
- Original Message -----
From:
Frank Febbraro
To: xdoclet-
I am using XDoclet 1.2.0 beta2, Ant 1.5.1,
and JBoss 3.0.6 (Jetty).
When I generate a util object for my Stateless
Session Bean and call Util.getHome() I get a ClassCastException as noted
below. I grabbed the Object reference and it is an Object ($Proxy) that
implements EjbStoreRemoteHome,