[Xdoclet-user] RE: Question

2002-11-03 Thread Abdelouahab Chetbani
Title: RE: Question Hi, Can any post me examples on struts using XDoclet to generate struts-config.xml ? Thanks. = Ce message et toutes les pièces jointes sont propriété de VALTECH et susceptibles de contenir des

[Xdoclet-user] RE: Question

2002-11-03 Thread Abdelouahab Chetbani
Title: RE: Question Hi, Can any post me examples on struts using XDoclet to generate struts-config.xml ? Thanks. = Ce message et toutes les pièces jointes sont propriété de VALTECH et susceptibles de contenir des

Re: [Xdoclet-user] permission problem

2002-11-03 Thread Konstantin Priblouda
--- julien viet [EMAIL PROTECTED] wrote: hi, I have one problem with permission method generation. I have a method with an argument which is an object from my project and xdoclet does not generate the right method-permission. my method on FacadeEJB is like /** *

Re: [Xdoclet-user] permission problem

2002-11-03 Thread Konstantin Priblouda
--- Jeremy Cowgar [EMAIL PROTECTED] wrote: Konstantin Priblouda wrote: This is known feature. You have to use FQNs for your xdoclet-generated classes. This is even mentioned in the docs. FQNs? Fully Qualified [Class] Names ... Problem arises because those classes are not existent

[Xdoclet-user] How to ensure an order of the generated mappings?

2002-11-03 Thread Neil Aggarwal
Hello: I have two classes, CreditCard and Member. CreditCard is dependent on Member. When I feed the classes thru XDoclet, I am using this xml target in my ant build script: target name=xdoclet taskdef name=ejbdoclet classname=xdoclet.ejb.EjbDocletTask / ejbdoclet

Re: [Xdoclet-user] xdoclet gui how to add modules?

2002-11-03 Thread Dmitri Colebatch
Bernardinus, Sorry about the delay - I've been away for a few days - trying to catch up on emails atm so dont have time to look into it right now. I'm guessing that I haven't kept up with idea's releases and thats what the problem is. I'll try to make time tonight to get it sorted. The only

RE: [Xdoclet-user] help with merge points?

2002-11-03 Thread Chuck . R . Irvine
-Original Message- From: rsal [mailto:rsal;mb.sympatico.ca] Sent: Friday, October 11, 2002 3:01 PM To: xdoclet-user Subject: Re: [Xdoclet-user] help with merge points? I'll try to give an example: In our project, we're using a open source component called SiteMesh. SiteMesh contains a

Re: [Xdoclet-user] help with merge points?

2002-11-03 Thread Dmitri Colebatch
I'll take a stab at joining this mid-thread... What files do you refer to with the generate xml files? I'm guessing he means ejb-jar.xml, web.xml and the app-server specific xml deployment descriptors (DDs). What he's saying, is that if you open them, there are useful comments for how to use

Re: [Xdoclet-user] help with merge points?

2002-11-03 Thread Dmitri Colebatch
Chuck, Thanks, thanks, thanks! In general, that helps a lot. I'll be able to make better progress with merging now. Unfortunately, for my present task, I don't think I have all the information that I need. np... here to help (o: What I need to do is insert the element:

RE: [Xdoclet-user] help with merge points?

2002-11-03 Thread Aslak Hellesoy
-Original Message- From: [EMAIL PROTECTED] [mailto:xdoclet-user-admin;lists.sourceforge.net]On Behalf Of [EMAIL PROTECTED] Sent: 4. november 2002 00:58 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Xdoclet-user] help with merge points? Dim,

RE: [Xdoclet-user] Modified EJB class name in deployment desc

2002-11-03 Thread Ara abrahamian
Example: PersonService (UML class) - PersonServiceBean (with XDoclet tags) + PersonServiceImpl (w/o XDoclet tags). The *Impl class always extends the *Bean class. However, XDoclet does not know that *Impl exists because it does not contain any @ejb-tags. Now, what's the deal? I believe