Re: [Xdoclet-user] static finals in home interface

2003-09-04 Thread Hani Suleiman
Alternatively, apply the patch attached to XDT-592. I've complained about this before and it won't get fixed, but you can patch your local tree to get round it. The patch adds those two fields to the util object, instead of the home. http://opensource.atlassian.com/projects/xdoclet/secure/

Re: [Xdoclet-user] static finals in home interface

2003-09-04 Thread Andrew Stevens
On Thu, 2003-09-04 at 17:45, John Shields wrote: > In attempting to create a stateless session bean, the home interface > is generated with these lines... > > public static final String COMP_NAME="blah" > public static final String JNDI_NAME="blah" > > when run against the j2eeRI(1.3.1) deploy to

RE: [Xdoclet-user] static finals in home interface

2003-09-04 Thread Hartman, Shane
I corrected this or at least got this removed by moving the "@ejb.bean" lines after my class declaration. -Original Message- From: John Shields [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 12:45 PM To: [EMAIL PROTECTED] Subject: [Xdoclet-user] static fina

[Xdoclet-user] static finals in home interface

2003-09-04 Thread John Shields
Hey gang, New to the list and the lovely virus has made the past few weeks almost unreadable so please bear with me. In attempting to create a stateless session bean, the home interface is generated with these lines... public static final String COMP_NAME="blah" public static final String JNDI