[Xdoclet-user] Dublicate methods in local home interface!?

2002-12-06 Thread Kjetil H.Paulsen
Hi Why are these tags generating two create methods on the LocalHomeInterface? Any ideas? /** * @ejb:bean name=salesclient.SalesclientFacade * view-type=local type=Stateful * local-business-interface=SalesclientFacade * @ejb:interface local-extends=SalesclientFacade,

Re: [Xdoclet-user] Dublicate methods in local home interface!?

2002-12-06 Thread Kjetil H.Paulsen
Well.. trying beta1 this happened instead so I can't answer your question... Error: build.xml:51: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found And I can't see anything wrong with my taskdef either.. taskdef name=ejbdoclet classname=xdoclet.modules.ejb.EjbDocletTask

RE: [Xdoclet-user] Dublicate methods in local home interface!?

2002-12-06 Thread Aslak Hellesoy
Run ant with -debug. You'll see that there is a lot of classes missing on your classpath. Put all xdoclet*.jar classes on the classpath. Aslak -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kjetil H.Paulsen Sent: 6. desember 2002 12:39 To: [EMAIL

Re: [Xdoclet-user] Dublicate methods in local home interface!?

2002-12-06 Thread Konstantin Priblouda
--- Kjetil H.Paulsen [EMAIL PROTECTED] wrote: Well.. trying beta1 this happened instead so I can't answer your question... Error: build.xml:51: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found And I can't see anything wrong with my taskdef either.. taskdef

[Xdoclet-user] generated web.xml not liked by tomcat 4.1.12

2002-12-06 Thread Hanasaki JiJi
Attached is the web.xml file that produces the below error. The below references indicate that there may be a but in the tomcat xml parser that is exposed by the generated web.xml. The struts tld files are copied directly form those in a working sample from the jakarta struts download.

[Xdoclet-user] CMR

2002-12-06 Thread Shankar Srinivasan
I have two entities(UserMap and User) that are in a 1:1 relation. Userid in User is a foreign key in UserMap..I don't have any problems with creating a User entity. When I try to add to UserMap using UserLocal in my ejbCreate, I get an exception that multiple userid_fk found. When I checked my

RE: [Xdoclet-user] CMR

2002-12-06 Thread Shankar Srinivasan
Thanks..that worked. -Original Message- From: Aslak Hellesoy [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 1:17 PM To: Shankar Srinivasan; [EMAIL PROTECTED] Subject: RE: [Xdoclet-user] CMR Remove the userIdFk persistence tags. This looks like middlegen output. Run middlegen

[Fwd: [Xdoclet-user] @webwork.command doesn't support neither loginnor views attributes]

2002-12-06 Thread Herve Tchepannou
-Forwarded Message- From: Herve Tchepannou [EMAIL PROTECTED] To: xdoclet [EMAIL PROTECTED] Subject: [Xdoclet-user] @webwork.command doesn't support neither login nor views attributes Date: 06 Dec 2002 02:33:42 -0500 It looks like @webwork.command support only the following attributes:

[Xdoclet-user] Fix for webwork.module

2002-12-06 Thread Herve Tchepannou
I found a that @webwork.command didn't support views attribute. This is the new webwork_views.xdt that fixes the problem -- Herve Tchepannou mailto:[EMAIL PROTECTED] # Global action views XDtMerge:merge file=views.properties #Define your forwards in a file called views.properties and

[Xdoclet-user] Util Object Best Practices for InitialContext Generation

2002-12-06 Thread Michael Hedgpeth
Greetings, When calling an application server from client code, it is a common best practice to keep your connection to the application in a static context (it takes 3-10 seconds for each InitialContext generation, this limits the generation to one time for the entire client session).

RE: [Xdoclet-user] CMR

2002-12-06 Thread Aslak Hellesoy
-Original Message- From: Matthias Bohlen [mailto:[EMAIL PROTECTED]] Sent: 6. desember 2002 23:09 To: 'Aslak Hellesoy' Subject: RE: [Xdoclet-user] CMR Hi Aslak, what kind of JBoss limitation did you mean? JBoss 3.x hates columns that participate in both CMP and CMR. Rumours say

RE: [Xdoclet-user] Fix for webwork.module

2002-12-06 Thread Aslak Hellesøy
Could you supply this as a patch Hervé? Mailing lists is the worst bug tracker in the world. It's even worse than Rational ClearQuest! ;-) If you don't, it'll get lost with 95% certainty. Thanks, Aslak -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

[Xdoclet-user] change name of generated taglib.tld file?

2002-12-06 Thread Rhodes, Phillip C.
I do not see any way to change the name of the generatedfiletaglib.tld in the xdoclet configuration. Should a new attribute (as a new feature) be added that would take an argument for the filename for the tld file? Other options include: 1) another ant task that will rename the file

Re: [Xdoclet-user] change name of generated taglib.tld file?

2002-12-06 Thread Erik Hatcher
jsptaglib validatexml=true shortName=antbook filename=antbook.tld / Rhodes, Phillip C. wrote: I do not see any way to change the name of the generated file taglib.tld in the xdoclet configuration. Should a new attribute (as

RE: [Xdoclet-user] CMR

2002-12-06 Thread Shankar Srinivasan
I'm not using Middlegen. Does it apply only for a 1:1 relation? If I remove the Fk Persistence tags for a 1:N relation. I get the following error. Both roles of a relation-table mapped relationship must have key fields: ejb-relation-name=userolesmap-role .If I use those persistence tags for Fk

[Xdoclet-user] how to get SUPERCLASSUtil.getHome.findAll() to return SUBCLASS?

2002-12-06 Thread tek1
basically, i have 2 entities, SUPERCLASS and SUBCLASS. besides defining SUBCLASS as: public abstract class SUBCLASS extends SUPERCLASS { ... } are there any special xdoclet @tags that i need to define in SUBCLASS to get SUPERCLASSUtil.getHome.findAll() to also return instances of SUBCLASS?

Re: [Xdoclet-user] how to get SUPERCLASSUtil.getHome.findAll() to return SUBCLASS?

2002-12-06 Thread tek1
hi david. i had expected that retrieving the superclass of an object would also retrieve any subclasses of the superclass type. i have been considering using castor for persistence instead of entity beans, but wanted to go with the latter for scalability concerns if needing to move to a

Re: AW: [Xdoclet-user] ejb inheritance and table creation in jboss (xdoc1.2b1/jboss3.0.4)

2002-12-06 Thread tek1
hi david. thanks for this response also. sorry that i didn't reply sooner on this one. do you know if this behavior is standard across all app servers? thank you. At 23:11 02/12/05 -0500, you wrote: At the moment jboss figures the BASE and EXTENDED entity beans are unrelated and is happy