[Xdoclet-user] RE: Business Interface for Session Beans [SOLVED]

2003-09-26 Thread Harkness, David
A few minutes ago I wrote > Another developer in our group is creating several stateless > session beans (A, B, C) that will all have the same interface > (I). Initially he wanted to just set their names to all be > the same using the ejb.interface tags: > > @ejb.bean name="A" > @ejb.inter

[Xdoclet-user] Wrapping legacy class

2003-09-26 Thread Nolan, Jim
Hello all, I have a question regarding taking some legacy code and exposing it as an EJB, automatically generating the necessary code. I would like to do it slightly differently than is shown in the XDoclet examples. It's important that my legacy class not be a subclass of one of the EJB classes

Re: [Xdoclet-user] beta3 bug - Please read

2003-09-26 Thread Konstantin Priblouda
--- Simone Milani <[EMAIL PROTECTED]> wrote: > Hi, > > I found that when in an entity bean I have a > field with more than one > consecutive uppercase letter the value object code > generated is > inconsistent. > Example: > Setter name: getMDSId > > ejb-jar.xml: > > >

[Xdoclet-user] beta3 bug - Please read

2003-09-26 Thread Simone Milani
Hi, I found that when in an entity bean I have a field with more than one consecutive uppercase letter the value object code generated is inconsistent. Example: Setter name: getMDSId ejb-jar.xml: MDSId Value Object: private boolean MDSIdHasBe

Re: [Xdoclet-user] todo documentation problem

2003-09-26 Thread Dylan van Iersel
I did. I bumped it up to 640 after which the task actually ran. Before that it just failed. > Try bumping your memory up this way: > > setenv ANT_OPTS "-Xmx1000m" > > (or the appropriate variant for other shells/environments) > > Erik > > > On Friday, September 26, 2003, at 05:50 A

Re: [Xdoclet-user] prefered way to call 1 EJB from another EJB?

2003-09-26 Thread Mick Knutson
What are the EJB references for then? --- Thanks Mick Knutson http://www.baselogic.com +001(805) 563-0666 Office +001 (708) 570-2772 Fax --- - Original Message - From: "COCKLE Timothy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 3:00 AM Subject: RE: [Xdo

Re: [Xdoclet-user] todo documentation problem

2003-09-26 Thread Erik Hatcher
Try bumping your memory up this way: setenv ANT_OPTS "-Xmx1000m" (or the appropriate variant for other shells/environments) Erik On Friday, September 26, 2003, at 05:50 AM, Dylan van Iersel wrote: Hi all, I am trying to set up the "todo documentation" target as described by Erik in his bo

RE: [Xdoclet-user] prefered way to call 1 EJB from another EJB?

2003-09-26 Thread COCKLE Timothy
XDoclet will also create util classes for each EJB. This is easy, but a EJBHomeFactory is more effiecent. -Original Message- From: Harkness, David [mailto:[EMAIL PROTECTED] Sent: Fri 26/09/2003 02:18 To: [EMAIL PROTECTED] Cc: Subject:RE: [Xdoclet-user] prefered way t

[Xdoclet-user] todo documentation problem

2003-09-26 Thread Dylan van Iersel
Hi all, I am trying to set up the "todo documentation" target as described by Erik in his book and articles. Ofcourse, the target setup is quite easy but when I run it, memory consumption runs well over 1,2 Gb!! and nothing gets produced in terms of actual results. Only the basic stuff gets gener

Re: [Xdoclet-user] @struts.action-form

2003-09-26 Thread Edward Kenworthy
Naturally, 5 minutes after posting I find the answers myself. 1. Include struts.jar on the xdoclet classpath. 2. It's @struts.form, not @struts.action-form (although that doesn't explain the error message). Excelsior! ;-) Edward On 25/9/03 7:49 pm, "Edward Kenworthy" <[EMAIL PROTECTED]> wrote: