[Xdoclet-user] EntityBeans LocalHome container-transaction getting created

2003-11-11 Thread Frank Febbraro
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

Re: [Xdoclet-user] Documentation Feedback

2003-04-15 Thread Frank Febbraro
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.

Re: [Xdoclet-user] WebWork actions.xml template.

2003-04-05 Thread Frank Febbraro
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. > >

[Xdoclet-user] WebWork actions.xml template.

2003-04-04 Thread Frank Febbraro
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

Re: [Xdoclet-user] ClassCastException in generated Util

2003-03-21 Thread Frank Febbraro
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-

[Xdoclet-user] ClassCastException in generated Util

2003-03-21 Thread Frank Febbraro
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,