Re: [Xdoclet-user] newbie question: writing configuration file for jsp and client application

2005-09-15 Thread Andrew Stevens
On Wed, 2005-09-14 at 20:22, Alex wrote: > Hi all, > I started using xdoclet inside eclipse and face 2 pb: > > * I can write configuration file for a servlet using xdoclet, puting the tag > before the class definition > in the servlet. But I cannot find out how/where to put the tag in a jsp page

[Xdoclet-user] newbie question: writing configuration file for jsp and client application

2005-09-14 Thread Alex
Hi all, I started using xdoclet inside eclipse and face 2 pb: * I can write configuration file for a servlet using xdoclet, puting the tag before the class definition in the servlet. But I cannot find out how/where to put the tag in a jsp page to be able to get the configuration file done by x

[Xdoclet-user] Newbie question about composite keys

2004-06-14 Thread Eric Knapp
Hi all, I am new to Xdoclet and I'm attempting to use it on a Hibernate project. If this is a common question then please accept my apologies and point me in the right direction. I have searced the archives for this list and I can't find a solution there. I am writing a web application that goes

[Xdoclet-user] newbie question: sharing beans between different apps/war files

2003-10-21 Thread Michael Harm
Hi. I'm sorry if this is a totally novice question. I'm ejb-izing some applications we're working on. I've had good luck with simple stuff, but now I'm trying to do something a bit more complicated (for me, anyway). We've got a set of tables in a given schema (oracle 9i) that are shared amon

RE: [Xdoclet-user] Newbie question - XDoclet to generate Business Delegate

2003-10-01 Thread Konstantin Priblouda
--- "Harkness, David" <[EMAIL PROTECTED]> wrote: > Sanjeev Verma once > said: > > 1. Create a new xdoclet template to generate a > business > > delegate class from the SL session bean. The > business > > delegate is a class that has the exact same > interface as the > >

RE: [Xdoclet-user] Newbie question - XDoclet to generate Business Delegate

2003-09-30 Thread Harkness, David
Sanjeev Verma once said: > 1. Create a new xdoclet template to generate a business > delegate class from the SL session bean. The business > delegate is a class that has the exact same interface as the > remote interface of the ejb, and inside the body of each > method, i

[Xdoclet-user] Newbie question - XDoclet to generate Business Delegate

2003-09-30 Thread Sanjeev Verma
Hi All: I am new to xdoclet - pretty excited to use this framework. To give you guys some idea on what I am trying to achieve here, I have to generate a webservice from a session bean, using JWSDP. Since there is no direct way of doing this in JWSDP, this is what i have in mind: 1. Create a new x

[Xdoclet-user] newbie question

2003-08-14 Thread Jan Buczkowski
how to set manually (not generated from ) class name in ? thanks jasiu --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to

AW: [Xdoclet-user] newbie question

2003-08-14 Thread Kraft, Thomas (FF)
How about [put your class name here] ? Regards, Tho-not really understanding the question-mas -Ursprüngliche Nachricht- Betreff: [Xdoclet-user] newbie question how to set manually (not generated from ) class name in ? thanks jasiu

Re: [Xdoclet-user] newbie question

2003-08-08 Thread Jan Buczkowski
t (e.g. CLDictNameBeanBMP) how can i set this (CLDictNameBeanBMP) class name using xdoclet tags? thanks jasiu - Original Message - From: "Kraft, Thomas (FF)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 1:23 PM Subject: AW: [Xdocle

AW: [Xdoclet-user] newbie question

2003-08-07 Thread Kraft, Thomas (FF)
d solve your problem, too ;) Hope to help, Thomas -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Jan Buczkowski Gesendet: Mittwoch, 6. August 2003 13:43 An: [EMAIL PROTECTED] Betreff: Re: [Xdoclet-user] newbie question in my xdoclet descripion i've: @ejb.be

RE: [Xdoclet-user] NEWBIE question:

2003-03-13 Thread Rupp,Heiko
[ Please don't use HTML mail ] From: Christian Neuroth [mailto:[EMAIL PROTECTED] > I am using the following ejbdoclet task in my build file. How can I define that the > only creates > information for the remote interfaces and not for the local interfaces? What did you specify in the source as

[Xdoclet-user] NEWBIE question:

2003-03-13 Thread Christian Neuroth
Hi!   I am new to XDoclet and probably this question is rather simple. But I can't find an answer in the docs or in the archive...   I am using the following ejbdoclet task in my build file. How can I define that the only creates information for the remote interfaces and not for the local

RE: [Xdoclet-user] newbie question about commons-logging.jar & ejbdoclet

2002-12-12 Thread Rupp,Heiko
Hi, >trouble with ejbdoclet though. It seems to need commons-logging.jar >on the classpath. Ok, (even though it doesn't come with the >distribution - why is this?). It looks like this is in the source archive, but no in the distribution, so I think this was just forgotten. >Any help at all wou

[Xdoclet-user] newbie question about commons-logging.jar & ejbdoclet

2002-12-12 Thread Brian McSweeney
Hi everyone, just starting using version xdoclet version 1.2. I'm having a little trouble with ejbdoclet though. It seems to need commons-logging.jar on the classpath. Ok, (even though it doesn't come with the distribution - why is this?).   I'm using ant version 1.5 and I have set up my c

Re: [Xdoclet-user] newbie question - how to extract part of the packagename

2002-11-21 Thread Marcus Brito
Daisy Guo wrote: I'm writing a template to generate an xml file, in which I need part of the package name, like "compay" in "com.company.MyClass". I use now, but that give me the full package name - "com.company", is there a way to leave "com." out? You'll probably need to write your own tag

[Xdoclet-user] newbie question - how to extract part of the package name

2002-11-21 Thread Daisy Guo
Hi, everybody: I'm new to xdoclet (just start yesterday), so please bear with me, ;-). I'm writing a template to generate an xml file, in which I need part of the package name, like "compay" in "com.company.MyClass". I use now, but that give me the full package name - "com.company", is there a

SV: [Xdoclet-user] Newbie Question

2002-11-18 Thread Oystein Aadland
stacktrace. Oystein -Opprinnelig melding- Fra: Sahni Istmeet [mailto:[EMAIL PROTECTED]] Sendt: 18. november 2002 17:27 Til: [EMAIL PROTECTED] Emne: [Xdoclet-user] Newbie Question Hi, I am new to XDoclet and I am trying to run samples and I am getting following error. I am using ant1.5

[Xdoclet-user] Newbie Question

2002-11-18 Thread Sahni Istmeet
Hi, I am new to XDoclet and I am trying to run samples and I am getting following error. I am using ant1.5 and log4j. I also had to add commons logging jar as it did not come bundled alongwith the Xdoclet. Any help will be highly appreciated. Thanks java.lang.NoSuchMethodError at org.apa