Re: [Xdoclet-user] Problem using the read-only parameter

2008-08-04 Thread Chema
Well, I don´t know so much about XDoclet , but online documentation says: @ejb.persistence , method tag with property read-only (boolean). I'll try to run it , and I got field1 false FIELD1 I guess it's not possible to set up different properties to set/get methods, but I'm not sure 2

[Xdoclet-user] Problem using the read-only parameter

2008-07-28 Thread pierre betz
Hi everybody, I'm pretty new in XDoclet, and it's really hard to fine some good documentation about it. So, as I'm working on a project created by others than me, I don't really understand the XDoclet part in EJB I've something like that in the XDoclet definition : * @ejb.bean name="Agency"

Re: [Xdoclet-user] problem to generate resource binding for WAS 6.0

2008-01-10 Thread Andrew Stevens
On Fri, 2008-01-04 at 14:30 +, eric deleau wrote: > Hello > > I want to generate in the "web.xml" the following informations > > > > jstockageproperties > java.net.URL > Container > Shareable > > > and in

[Xdoclet-user] problem to generate resource binding for WAS 6.0

2008-01-04 Thread eric deleau
Hello I want to generate in the "web.xml" the following informations jstockageproperties java.net.URL Container Shareable and in the "ibm-web-bnd.xmi" Actually i use a ANT task but i was unable to

Re: [Xdoclet-user] problem: xdolcet/hibernate defining relations FK

2007-03-13 Thread Konstantin Priblouda
--- dr_pompeii <[EMAIL PROTECTED]> wrote: > > Hello Konstantin > > thanks again for your time and reply, i appreciate > > >>OK, it appears that you are writing on a wrong > list, > >>because this is a list for XD1, and as you may see > >>project is not overcrowded with developers. > >>( Neith

Re: [Xdoclet-user] problem: xdolcet/hibernate defining relations FK

2007-03-13 Thread dr_pompeii
Hello Konstantin thanks again for your time and reply, i appreciate >>OK, it appears that you are writing on a wrong list, >>because this is a list for XD1, and as you may see >>project is not overcrowded with developers. >>( Neither is XD2 ) - but I'm watching both lists >>anyway. is this url

Re: [Xdoclet-user] problem: xdolcet/hibernate defining relations FK

2007-03-13 Thread Konstantin Priblouda
--- dr_pompeii <[EMAIL PROTECTED]> wrote: > > hi Konstantin > > thanks again for your time > > >>Current version under development ( and in maven > >>repository ) is 1.0.4-SNAPSHOT. This is not yet > >>realease because I lack a time and knowlege to fix > >>maven 2 build. ( help is welcome ) >

Re: [Xdoclet-user] problem: xdolcet/hibernate defining relations FK

2007-03-13 Thread dr_pompeii
hi Konstantin thanks again for your time >>Current version under development ( and in maven >>repository ) is 1.0.4-SNAPSHOT. This is not yet >>realease because I lack a time and knowlege to fix >>maven 2 build. ( help is welcome ) sadly i must to say, i dont know nothing of maven :-( and my b

Re: [Xdoclet-user] problem: xdolcet/hibernate defining relations FK

2007-03-12 Thread Konstantin Priblouda
--- dr_pompeii <[EMAIL PROTECTED]> wrote: > > Hi Konstantin > > thanks for your reply and time > > >>I hope you are speaking about recent hibernate > 3.x? > this appear in the Maniftest in tha hibernate .jar > Implementation-Version: 3.2.1.ga > Implementation-Vendor: hibernate.org > Hibernate

Re: [Xdoclet-user] problem: xdolcet/hibernate defining relations FK

2007-03-12 Thread dr_pompeii
Hi Konstantin thanks for your reply and time >>I hope you are speaking about recent hibernate 3.x? this appear in the Maniftest in tha hibernate .jar Implementation-Version: 3.2.1.ga Implementation-Vendor: hibernate.org Hibernate-Version: 3.2.1.ga >>If you would use xdoclet-2 with recent plugi

Re: [Xdoclet-user] problem: xdolcet/hibernate defining relations FK

2007-03-12 Thread Konstantin Priblouda
--- dr_pompeii <[EMAIL PROTECTED]> wrote: > > hello guys Hello, I hope you are speaking about recent hibernate 3.x? > i have this problem > according to example in Hibernate In Action page > 336, shown this > > > Code: > > > > > > > applied for my case is > Code: > >

[Xdoclet-user] problem: xdolcet/hibernate defining relations FK

2007-03-12 Thread dr_pompeii
hello guys i have this problem according to example in Hibernate In Action page 336, shown this Code: applied for my case is Code: so how i use xdoclet go get that??? in this way Code: /** * @hibernate.many-to-one column="almacenPK" class="co

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-24 Thread D'Averc
hi sorry for the delay in replying - been busy at work.. apache ant 1.6.5 java jdk 1.5.0_07 also it may help to know that i am developing with the very reasonable jboss ide for eclipse version 2.0.0.beta2 regards D'Averc rapunzel wrote: > > Hi again! > > D'Averc, which Ant version and wh

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-20 Thread rapunzel
Hi again! D'Averc, which Ant version and which JDK are you using within your JBoss IDE? Rapunzel D wrote: > > unfortunately no, rapunzel - i am using xdoclet 1.2.3 and it works just > fine... :o( > also i think it is unlikely that there would be such a basic bug in a > fundamental tag as ejb

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-17 Thread rapunzel
Hey D'Averc! Thanks for your help. Which XDoclet-version are you using? Actually I was using version 1.2.3, now I tried (desperately seeking for a reason why the create-method wasn't generated) version 1.2.2. TADAAA it works... Don't know if it is a bug in the latest XDoclet version perhaps?

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-17 Thread D'Averc
yep - i am using xdoclet 1.2.3. well done in fixing your problem. Also - i recommend XDoclet in Action, by Manning. Very good quick reference and you can buy it online. http://www.manning.com/walls/ blue skies D'Averc rapunzel wrote: > > Hey D'Averc! > > Thanks for your help. > Which XDocle

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-17 Thread D'Averc
Hi - D'Averc here agin - just had a play with my xdoclet environment and added your tags. My environment is JBoss IDE which has an xdoclet engine built in - so it does a lot of the thinking for me.. when i added an ejbcreate method to a bean with your tags in it it generated /**

Re: [Xdoclet-user] problem with create-method in local home entity bean

2007-02-17 Thread D'Averc
Hi - have you tried leavng the main jndi tag out? Putting a local jndi ref in there should be enough because you are specifying view type of local. I am a newbie to xdoclet, but I'd try that first. Thanks, D'Averc. rapunzel wrote: > > Hello! > > I am trying to generate EJB Interfaces with XD

[Xdoclet-user] problem with create-method in local home entity bean

2007-02-13 Thread rapunzel
Hello! I am trying to generate EJB Interfaces with XDoclet. Everything works fine, but the create-Methode in the LocalHomeInterface isn't generated. Here is my EntityBean: (...) /** * BenutzerEJB * * @ejb.bean type="CMP" name="Benutzer" reentrant="false" primkey-field="id" view-type="loc

[Xdoclet-user] Problem with bidirectional association list

2007-02-13 Thread fernarr
Hello, I use XDoclet 1.2.3 for generating hbm.xml files that are required by hibernate 3.2 I've got a relation one to many /many to one, and I use a List. In te hibernate documentation explains it, http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#assoc-bidirectional-m21 The prob

[Xdoclet-user] Problem with Axis, serialization and read-only subobject of value object

2006-09-24 Thread Stille, Johannes
Hello everyone, has anybody encountered this problem or a similar problem before? I'm trying to update the xdoclet version in use in a J2EE application project from very ancient to most current, and I'm gettin headaches from the getReadOnlyXXXValue() method generated for entity bean value objects

Re: [Xdoclet-user] problem with * @ejb.ejb-ref / sovled

2006-08-09 Thread Marco Mistroni
hello, my silly mistake. i placed xdoclet tags between package and imports. weird enough.. but no ejb ref were generated in ejb-jar.xml.now i have donepacakgeimportxdocletclassand it worked fine sorry for botheringrgds marcoOn 8/9/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: hello all, i have

[Xdoclet-user] problem with * @ejb.ejb-ref

2006-08-09 Thread Marco Mistroni
hello all, i have following EJB (i m runnign xdoclet from maven2)/** * @ejb.bean *        name="TranslationServiceSession" *        view-type="remote" *        jndi-name="ngen/mw/ejb/TranslationServiceSessionLocalHome"  * * * @ejb.ejb-ref *            ejb-name="SiteTransmissionType" *            re

[Xdoclet-user] problem executing xdoclet from eclipse to generate bea weblogic EJBs

2006-07-18 Thread Mario Rodriguez
Hi, I'm using eclipse and Xdoclet (xdoclet-bea-module-1.2.3.jar) to generate a very simple stateless EJB to be deployed in BEA Weblogic.  Here is the EJB source/** * @ejb.bean name="EJBStateless" *   display-name="Name for EJBStateless"  *   description="Description for EJBStateless

Re: [Xdoclet-user] Problem with remove()

2006-05-03 Thread Frank Langelage
The generated local interface extends javax.ejb.EJBLocalObject. So the remove method is already there. You don't have to provide it in your entity bean for XDoclet processing. M. Szypke wrote: Hi! I have a problem with CMP Bean: I use XDoclet to generate Local and LocalHome interfaces (and all

[Xdoclet-user] Problem with remove()

2006-05-03 Thread M. Szypke
Hi! I have a problem with CMP Bean: I use XDoclet to generate Local and LocalHome interfaces (and all xml files as well). I want to have remove() method in my Beans' Local interfaces, problem is that I don't know how to do it with XDoclet and don't want to put it there manually... I tried /

[Xdoclet-user] Problem with @struts.action

2005-10-21 Thread mannobug
Hi all i'm new in this list. I start use XDoclet in collaboration with Appfuse project. I also use Struts to create my Action in my application. The problem is this. I put on my action XDoclet tag like this one: /** * * @struts.actionpath="/unbookExam" *

RE: [Xdoclet-user] problem in xDoclet...

2005-08-30 Thread Matthew Shaw
Hi Ankush, is this something that can be managed through the weblogic console? Cheers, Matt. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ankush Purwar Sent: Thursday, 25 August 2005 7:37 PM To: xdoclet-user@lists.sourceforge.net Subject: [Xdoclet-user

[Xdoclet-user] problem in xDoclet...

2005-08-30 Thread Ankush Purwar
Hi , I have a problem with xDoclet. I am using weblogic 8.x server. We are using xDoclet to generate descriptor files. I want to add one weblogic specific tag in my Stateful session Bean session-timeout-seconds The structure of this tag looks like :

[Xdoclet-user] Problem Generating jaxrpc-mapping.xml

2005-06-23 Thread Sheward, Barry
Title: Problem Generating jaxrpc-mapping.xml Hi, I'm using XDoclet 1.2.3 and I'm trying to generate everything required to deploy a stateless session bean as a web service. I'm using the following Ant target:                     destdir="${build.dir}/j

Re: [Xdoclet-user] problem in generating strutsconfig.xml using xdoclet

2005-05-18 Thread Refricentro Alcantara
What is the error? Anyway check the includes. Are you sure the resolve to the source path. I would have used **/*Servlet.jar. If they belong to a package, you MUST make sure that the src.dir points to the root of your sources. For example: if you have a directory structure like this: src s

[Xdoclet-user] Problem with strutsconfigxml piece of webdoclet using maven

2005-05-18 Thread AAKhopkar
Hi, I am using xdoclet1.2.3 I have the apache module setup as a dependency. However, when I run webdoclet, no struts-config file is generated. I do have the apache module as a dependency. Here's a snippet: xdoclet 1.2.3 xdoclet xdoclet-web-module

[Xdoclet-user] Problem with strutsconfigxml piece of webdoclet using maven

2005-05-18 Thread AAKhopkar
Hi, I am using xdoclet1.2.3 I have the apache module setup as a dependency. However, when I run webdoclet, no struts-config file is generated. I do have the apache module as a dependency. Here's a snippet: xdoclet 1.2.3 xdoclet xdoclet-web-module

[Xdoclet-user] problem in generating strutsconfig.xml using xdoclet

2005-05-16 Thread Shirin Iraji
Hi,   I created a project in Eclipse and I tried to use xdoclet to generate struts-config.xml I imported these jar files to the project: xdoclet-1.2.2.jar  xdoclet-apache-module-1.2.2.jar  xdoclet-ejb-module-1.2.2.jar  xdoclet-web-module-1.2.2.jar  xdoclet-webwork-module-1.2.2.jar  xdoclet-webwork-

Re: [Xdoclet-user] problem with return finder

2005-04-07 Thread Tito Eritja
Thanks! I haven't rewrote my finder as relation User-Vehicle is uni-directional, I just put it on Vehicles bean, and it works perfect. tito El jue, 07-04-2005 a las 14:06 +0100, Gary Bennett escribiÃ: > Why not just rewrite your finder and put it in your vehicles bean > > * @ejb.finder > * si

Re: [Xdoclet-user] problem with return finder

2005-04-07 Thread Gary Bennett
Why not just rewrite your finder and put it in your vehicles bean * @ejb.finder * signature="mypackage.VehicleLocal findVehicleById(java.lang.String id, java.lang.Object o)" * query="SELECT OBJECT(m) FROM Vehicle m WHERE m.id = ?1 and m.User.XXX = ?2 LIKE ?1" Simon Godden wrote: Just

RE: [Xdoclet-user] problem with return finder

2005-04-07 Thread Simon Godden
Just a question; Is possible to have a finder method that returns some Local interface which is different from Local Interface which calls it? >> No it is not possible. Finders can only return the type of the interface on which they are defined. I have a EJB like that: @ejb.bean * name=

[Xdoclet-user] problem with return finder

2005-04-07 Thread Tito Eritja
Just a question; Is possible to have a finder method that returns some Local interface which is different from Local Interface which calls it? I have a EJB like that: @ejb.bean * name="User" * [...] * @ejb.finder * signature="mypackage.VehicleLocal findVehicleById(java.lang.String

Re: [Xdoclet-user] Problem with xdoclet and hibernate

2005-03-12 Thread Sven L.
Harkness, David wrote: Sven L. penned The build.xml file works without an exception but it does not generate the mapping file for hibernate. This looks suspect: Try using "**/*.java" to search all subdirectories for the source files to be processed. Hello David, your idea mad

RE: [Xdoclet-user] Problem with xdoclet and hibernate

2005-03-11 Thread Harkness, David
Sven L. penned > The build.xml file works without an exception but it does not > generate the mapping file for hibernate. This looks suspect: > > > Try using "**/*.java" to search all subdirectories for the source files to be processed. -- David Harkness

Re: [Xdoclet-user] Problem with xdoclet and hibernate

2005-03-11 Thread Mark Lundquist
On Mar 11, 2005, at 10:19 PM, Sven L. wrote: I want to start using xdoclet with hibernate. I have written the build.xml file for ant and put the xdoclet tags in the source file. The build.xml file works without an exception but it does not generate the mapping file for hibernate. I suspect a rea

[Xdoclet-user] Problem with xdoclet and hibernate

2005-03-11 Thread Sven L.
Hello, I want to start using xdoclet with hibernate. I have written the build.xml file for ant and put the xdoclet tags in the source file. The build.xml file works without an exception but it does not generate the mapping file for hibernate. I suspect a really simple mistake but I do not see i

Re: [Xdoclet-user] problem with updating from xdoclet 1.2 to 1.2.2

2005-02-22 Thread MArtin Schumacher
Hi Andrew, Andrew Stevens wrote: Although that's the line number it mentions, it could be that the problems on one of the subtasks and it misreports it as the task element. What else is contained inside the ? Oh... I didn't know that... That was the point. The -Task has changed within these updat

Re: [Xdoclet-user] problem with updating from xdoclet 1.2 to 1.2.2

2005-02-21 Thread Andrew Stevens
On Mon, 2005-02-21 at 17:42, MArtin Schumacher wrote: > Hi everyone, > > i'm really confused: I just updated the xdoclet version of my project. > before i used 1.2 now i tried to use 1.2.2. i updated the files and my > classpath. now i get an errormessage from my build.xml: > > D:\dev\\

[Xdoclet-user] problem with updating from xdoclet 1.2 to 1.2.2

2005-02-21 Thread MArtin Schumacher
Hi everyone, i'm really confused: I just updated the xdoclet version of my project. before i used 1.2 now i tried to use 1.2.2. i updated the files and my classpath. now i get an errormessage from my build.xml: D:\dev\\\build\andromda.xml:76: true is not a legal value for this attribute

Re: Re[2]: [Xdoclet-user] Problem with XDoclet for WebLogic 8.1

2005-01-19 Thread Andrew Stevens
On Tue, 2005-01-18 at 13:31, [EMAIL PROTECTED] wrote: > Hello Heiko, > >thank you for advice. I have missed parameter >createtables="Disabled" within the tag. See http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.html The createtables entry states >

Re[2]: [Xdoclet-user] Problem with XDoclet for WebLogic 8.1

2005-01-18 Thread juleni
Hello Heiko, thank you for advice. I have missed parameter createtables="Disabled" within the tag. Best regards, Julian Tuesday, January 18, 2005, 1:36:48 PM, you wrote: >> >> >> RH> Try : RH>peristence="weblogic" RH> createtables="Disabled"/>

RE: [Xdoclet-user] Problem with XDoclet for WebLogic 8.1

2005-01-18 Thread Rupp, Heiko
> > > Try : Heiko -- i.A. Heiko W. Rupp EMail: [EMAIL PROTECTED] Senior Consultant Telefon: +49 711 222 992 - 900 Cellent AG Finance SolutionsTelefax: +49 711 222 992 - 999 Calwer Str. 33 D-70173 Stuttgart

[Xdoclet-user] Problem with XDoclet for WebLogic 8.1

2005-01-18 Thread juleni
Hello, I have a problem to generate EJB stuff (home & remote interface + deployment descriptor) for WebLogic 8.1. I have configured build file as following: When I run build file, there is following error occured: weblogic: Argument for createtabl

Re: [Xdoclet-user] Problem with generating an automatic primary key

2005-01-17 Thread Gino Gervasio
Hi, I am using the same version of eclipse, jboss and xdoclet but I use a Postgresql 7.4.5 database. And when I use sequences, I usually include this tag: /** @jboss.persistence auto-increment="true" */ at the get method of the primary key. Hope that helped. Good luck! Gino --

[Xdoclet-user] Problem with generating an automatic primary key

2005-01-17 Thread frederic . kieffer
Hi,     We have a problem with the automatic generation of a primary key in a CMP entity bean. We are using eclipse 3.0, jboss3.2.4 and xdoclet 1.2.1.   In the entity bean, we added the following xdoclet tags:       /** * @ejb.bean name="PropertySOVCMP" * jndi-name="fr.com.gerling.rm.ejb

Re: [Xdoclet-user] Problem With Generated File Being Appended

2004-12-22 Thread Andrew Stevens
On Mon, 2004-11-29 at 19:24, Kevin Hinners wrote: > I have a custom template that I am using to generate a class file. The ant > task is: > > > >destinationFile="${pkgPath}/${ejb}Delegate.java"> > > > > > > > > > When I modify

[Xdoclet-user] Problem With Generated File Being Appended

2004-11-29 Thread Kevin Hinners
I have a custom template that I am using to generate a class file. The ant task is: When I modify the source file, triggering the xdoclet task to run, the results are appended to the existing destination file. I need this file to be overwritte

[Xdoclet-user] problem generating struts-config.xml

2004-07-11 Thread asolomon15
I seem to have a problem auto generating my struts-config.xml file. The build runs successfully but it appears that xdoclet gives me a few warnings. It appears that Xdoclet gives me a template of how a struts-config.xml file should look. but nothing in the form bean tags or anything els

RE: [Xdoclet-user] problem installing xdoclet

2004-07-05 Thread Nirmish R. Dholakia
thinking. your suggestion is always wel-come.. regards Nirmish. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of asolomon15 Sent: Monday, July 05, 2004 3:38 AM To: [EMAIL PROTECTED] Subject: [Xdoclet-user] problem installing xdoclet I am having a problem with the

RE: [Xdoclet-user] problem installing xdoclet

2004-07-04 Thread Harkness, David
asolomon15 [EMAIL PROTECTED] wrote: > I am having a problem with the installation if xdoclet. I am > not sure > if I should place the xdoclet-1.2.1.jar in my aint lib > directory or just > place all of the xdoclet jar files in the ant lib directory. You can use XDoclet from Ant without putting th

[Xdoclet-user] problem installing xdoclet

2004-07-04 Thread asolomon15
I am having a problem with the installation if xdoclet. I am not sure if I should place the xdoclet-1.2.1.jar in my aint lib directory or just place all of the xdoclet jar files in the ant lib directory. I also placed Xdoclet-1.2.1/lib in my classpath . Which would be the best way to get xd

[Xdoclet-user] problem implementing 1-to-1 CMR in weblogic

2004-05-13 Thread Eileen . M . Smith
Hi, I am trying to create a uni-directional 1-to-1 relationship between my CreditApplicationBean and my BusinessBean. (A CreditApplication contains one Business). The files are generated ok but when it comes time to compile, I get the following error: /usr/ice/gen/ejb-jar/com/wf/bd/ice/creditapp

RE: [Xdoclet-user] Problem with generated web.xml

2004-04-06 Thread Marco Mistroni
Behalf Of Andrew Stevens Sent: 06 April 2004 07:24 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Problem with generated web.xml On Sun, 2004-04-04 at 15:14, marco mistroni wrote: > hi all, > i am experiencing problems with web.xml generated by xdoclet. > reason is that it place

Re: [Xdoclet-user] Problem with generated web.xml

2004-04-06 Thread Rupp, Heiko
Title: Re: [Xdoclet-user] Problem with generated web.xml JBoss supports it. There is a message logged (iirc) if you set distributable on a one node install, that it can't distribute. About a year ago, Jetty refused to to correct session/cookie handling if distributable was set

Re: [Xdoclet-user] Problem with generated web.xml

2004-04-05 Thread Andrew Stevens
On Sun, 2004-04-04 at 15:14, marco mistroni wrote: > hi all, > i am experiencing problems with web.xml generated by xdoclet. > reason is that it places a tag after the tag, and > when > i try to run it into jboss3.2.3 (which i suppose does not support web-app > 2.3 version) jboss complaints

Re: [Xdoclet-user] Problem with generated web.xml

2004-04-04 Thread Erik Hatcher
On Apr 4, 2004, at 10:14 AM, marco mistroni wrote: hi all, i am experiencing problems with web.xml generated by xdoclet. reason is that it places a tag after the tag, and when i try to run it into jboss3.2.3 (which i suppose does not support web-app 2.3 version) jboss complaints. a

AW: [Xdoclet-user] Problem with generated web.xml

2004-04-04 Thread Rupp, Heiko
Title: [Xdoclet-user] Problem with generated web.xml set the distributable attribute of the deployment descrptor subtask accordingly servletspec="2.3" distributable="no" Von: [EMAIL PROTECTED] im Auftrag von marco mistroniGesendet: So 04.04.2004 16:14An: [EMA

[Xdoclet-user] Problem with generated web.xml

2004-04-04 Thread marco mistroni
hi all, i am experiencing problems with web.xml generated by xdoclet. reason is that it places a tag after the tag, and when i try to run it into jboss3.2.3 (which i suppose does not support web-app 2.3 version) jboss complaints. anyone knows how can i skip the tag ? thanx in advance

Re: [Xdoclet-user] problem in generating web.xml for struts with webdoclet

2004-03-17 Thread Konstantin Priblouda
did you tried src/merge/web as merge dir? Maybe full path ( ${basedir}/src/merge/web ) will help? -- marco mistroni <[EMAIL PROTECTED]> wrote: > hi all, > i am having problem in merging servlets.xml with > web.xm > > for some mysterious reasons xdoclet simply refuses > to include my > servl

[Xdoclet-user] problem in generating web.xml for struts with webdoclet

2004-03-17 Thread marco mistroni
hi all, i am having problem in merging servlets.xml with web.xm for some mysterious reasons xdoclet simply refuses to include my servlets.xml and mappings.xml .. i have created a src/merge/web dir in which i have placed the servlets.xml and mappings.xml here is hte excerpt of my build.xml

RE: [Xdoclet-user] Problem with EJB-QL Compilation (Newbie) (agai n)

2004-01-22 Thread frederic . kieffer
ter = ?1" *signature = "java.util.Collection findByPrinter(java.lang.String printer)" and it worked. Thanks again. Frédéric -Message d'origine- De: Harkness, David [mailto:[EMAIL PROTECTED] Date: jeudi 22 janvier 2004 16:05 À: [EMAIL PROTECTED] Objet: RE: [Xdoclet-

RE: [Xdoclet-user] Problem with EJB-QL Compilation (Newbie) (again)

2004-01-22 Thread Harkness, David
[EMAIL PROTECTED] wrote: > I have an EJB-QL issue when deploying an EJB. > Jboss says : > 51:17,033 WARN [ServiceController] Problem starting service > jboss.j2ee:jndiName=com.gerling.inventaire.ejb.ConsumableCMPBe > an,service=EJB .jboss.deployment.DeploymentException: Error compiling > EJB-QL st

[Xdoclet-user] Problem with EJB-QL Compilation (Newbie) (again)

2004-01-22 Thread frederic . kieffer
-Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Date: jeudi 22 janvier 2004 15:08 À: [EMAIL PROTECTED] Objet: [Xdoclet-user] Problem with EJB-QL Compilation (Newbie) Hi I have an EJB-QL issue when deploying an EJB. Jboss says : 51:17,033 WARN [ServiceContr

[Xdoclet-user] Problem with EJB-QL Compilation (Newbie)

2004-01-22 Thread frederic . kieffer
Hi I have an EJB-QL issue when deploying an EJB. Jboss says : 51:17,033 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=com.gerling.inventaire.ejb.ConsumableCMPBean,service=EJB .jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'SELECT OBJECT(a) FROM co

[Xdoclet-user] Problem generating correct strutsconfig.xml from within Maven

2004-01-10 Thread Rob Moore
I am attempting to use xdoclet from within Maven and am running into an odd issue. The strutsconfig.xml is generated, but none of my actions are mapped within. I believe that xdoclet is finding them (there are two just now), but it seems to get stuck while trying to process them. So if I run ma

[Xdoclet-user] Problem

2004-01-10 Thread Rupen Mody
Hi, I get the following error. Please help me Also attached herewith is my build.xml file. D:\eclipse\workspace\EJBTest\count>ant -v Apache Ant version 1.6.0 compiled on December 18 2003 Buildfile: build.xml Detected Java version: 1.4 in: C:\Program Files\Java\j2re1.4.0-rc Detected OS: Wind

[Xdoclet-user] Problem

2004-01-09 Thread Rupen Mody
Hi, On one machine i am getting the previous error and on another i am getting the error mentioned hereunder Buildfile: build.xml prepare: ejbdoclet: BUILD FAILED D:\eclipse\workspace\EJBTest\count\build.xml:28: Class xdoclet.modules.ejb.EjbDo cletTask doesn't support the nested "remoteinte

Re: [Xdoclet-user] Problem

2004-01-09 Thread Konstantin Priblouda
What versions you are using? ( xdoclet and dependencies ) Did you tried to activate verbosity in ant? --- Rupen Mody <[EMAIL PROTECTED]> wrote: > Hi, > > I get the following error when i try to use XDoclet. > > Attached herewith are my build.xml and > build.properties files. Please kindly guid

[Xdoclet-user] Problem

2004-01-09 Thread Rupen Mody
Hi, I get the following error when i try to use XDoclet. Attached herewith are my build.xml and build.properties files. Please kindly guide me as I new to xdoclets prepare: ejbdoclet: BUILD FAILED D:\eclipse\workspace\EJBTest\count\build.xml:36: Could not create task of type: ejbdoclet due to

[Xdoclet-user] Problem

2004-01-09 Thread Rupen Mody
__ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Softwar

Re: [Xdoclet-user] Problem with table-name

2004-01-06 Thread Andrew Stevens
On Tue, 2004-01-06 at 11:23, Rafal Kedziorski wrote: > I'm working with the current xdoclet version but the problem was in the > last beta version. I have this code: > > * @jboss.persistence > * read-only = "true" > * read-time-out = "-1" > * list-cache-max = "100" > *

Re: [Xdoclet-user] Problem with table-name

2004-01-06 Thread Roger Wegner
Hi Rafal, just add @ejb.persistence = "acl_entry" to your code. Regards, Roger Rafal Kedziorski wrote: Hi, I'm working with the current xdoclet version but the problem was in the last beta version. I have this code: * @jboss.persistence * read-only = "true" * read-time-out = "

[Xdoclet-user] Problem with table-name

2004-01-06 Thread Rafal Kedziorski
Hi, I'm working with the current xdoclet version but the problem was in the last beta version. I have this code: * @jboss.persistence * read-only = "true" * read-time-out = "-1" * list-cache-max = "100" * table-name = "acl_entry" But in my jbosscmp-jdbc.xml I'm missi

RE: [Xdoclet-user] [problem] one-one cmr bidirection

2004-01-05 Thread
; > > At least that's what I'm using. > > David Harkness > Sr. Software Engineer > Sony Pictures Digital Networks > (310) 482-4756 > > > > -Original Message- > > From: [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, December 30, 20

RE: [Xdoclet-user] [problem] one-one cmr bidirection

2004-01-01 Thread
0) 482-4756 > > > > -Original Message- > > From: [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, December 30, 2003 11:45 PM > > To: [EMAIL PROTECTED] > > Subject: [Xdoclet-user] [problem] one-one cmr > bidirection > > > > > > hi

RE: [Xdoclet-user] [problem] one-one cmr bidirection

2003-12-31 Thread Harkness, David
s Digital Networks (310) 482-4756 > -Original Message- > From: [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 30, 2003 11:45 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] [problem] one-one cmr bidirection > > > hi, i'm new to xdoclet and currently le

[Xdoclet-user] [problem] one-one cmr bidirection

2003-12-31 Thread
hi, i'm new to xdoclet and currently learning how to compose cmr thru xdoclet. however, there's a problem occurred. it issues "CMP field for key not found". the env contains j2sdk1.4.1_01, jboss3.0.4-tomcat4.1.12, xdoclet-1.2b3. the source is as A): build file is as B): i appreciate any suggestions

Re: [Xdoclet-user] [problem] struts web application

2003-12-26 Thread Erik Hatcher
I have just committed some updates to the resources page, including all of the links I mentioned below. Could someone that has the right privs update the website with these changes? thanks! Erik On Dec 25, 2003, at 9:27 PM, <[EMAIL PROTECTED]> wrote: It's great for such kind of tutorial

Re: [Xdoclet-user] [problem] struts web application

2003-12-25 Thread
It's great for such kind of tutorial. Thank you very much. Can it be linked on the xdoclet website? That might be helpful for beginners who want to learn how to use xdoclet. though such kind of tutorial can be searched through google, at least it helps newbie facus on a centered issue; for instance

Re: [Xdoclet-user] [problem] struts web application

2003-12-25 Thread Erik Hatcher
On Dec 24, 2003, at 9:27 PM, <[EMAIL PROTECTED]> wrote: hi, thanks your help. now the problem has been solved. yes, it's the problem occurred that the name used in struts:form and struts:action are difference. however i have a small suggestion. i think it's minor for expert here, but it's a li'

Re: [Xdoclet-user] [problem] struts web application

2003-12-24 Thread
hi, thanks your help. now the problem has been solved. yes, it's the problem occurred that the name used in struts:form and struts:action are difference. however i have a small suggestion. i think it's minor for expert here, but it's a li'l hard to be perceived via newbie persona like me. i sugges

Re: [Xdoclet-user] [problem] struts web application

2003-12-22 Thread Erik Hatcher
/** * @struts:form name="LoginForm" * * Form bean for the Login main page. There are two fields on this * form used for authentication * * username - the username to login * password - the password to authenticate * */ public final class LoginForm extends ActionForm { Note you said nam

[Xdoclet-user] [problem] struts web application

2003-12-21 Thread
hi, i encounter a problem after deploying war file to jboss3.0.4-tomcat4.1.12 container. it issues error " Cannot retrieve definition for form bean LoginAction"; yet i have already an action named LoginAction in the folder. what might causes such error occurred? the folder name space looks like: co

Re: [Xdoclet-user] Problem in running samples with XDoclet

2003-12-19 Thread Andrew Stevens
On Fri, 2003-12-19 at 14:56, Marco Mistroni wrote: > I have downloaded XDoclet (latest version) By that do you mean the latest CVS version, or beta 3? > and tried to build it > from > Sources. > Everything went fine until xdoclet tried to build the samples. > At that stage the build failed

[Xdoclet-user] Problem in running samples with XDoclet

2003-12-19 Thread Marco Mistroni
Hi all, I have downloaded XDoclet (latest version) and tried to build it from Sources. Everything went fine until xdoclet tried to build the samples. At that stage the build failed with following exception ejbdoclet: [echo] +---+ [

RES: [Xdoclet-user] problem with a get method

2003-12-11 Thread Dazzi, Giselle
PROTECTED] Assunto: RE: [Xdoclet-user] problem with a get method Dazzi, Giselle wrote: > Hi all, I have another issue, I have defined a get method > using xdoclet in my entity bean like this: > > * @ejb.relation > *name="ItemTradeIn-ItemProposta" > *

RE: [Xdoclet-user] problem with a get method

2003-12-10 Thread Harkness, David
Dazzi, Giselle wrote: > Hi all, I have another issue, I have defined a get method > using xdoclet in my entity bean like this: > > * @ejb.relation > *name="ItemTradeIn-ItemProposta" > *role-name="ItemProposta-has-ItemTradeIn" > *cascade-delete="yes" > *target-mu

[Xdoclet-user] problem with a get method

2003-12-10 Thread Dazzi, Giselle
Hi all, I have another issue, I have defined a get method using xdoclet in my entity bean like this: [CODE] /** * This is a bi-directional one-to-many relationship CMR method * * @return the related ItemTradeInLocal. * * @ejb.interface-method view-type="local" * * @e

Re: [Xdoclet-user] problem with generating struts config.

2003-12-09 Thread
sorry, it's all my fault for not noticing the folder structure which contains source files. it has odd folder , named web, before the root source package; yet no extra message print on console. now i can see contents generated in the struts-config.xml. and process to the next stage. thanks your hel

Re: [Xdoclet-user] problem with generating struts config.

2003-12-09 Thread Erik Hatcher
you have Struts JAR file in the classpath for webdoclet? How about servlet.jar or j2ee.jar? On Tuesday, December 9, 2003, at 08:09 PM, <[EMAIL PROTECTED]> wrote: hi mavens, i'm currently learning how to use xdoclet to help me to accomplish my project development easily, yet i enounter so

[Xdoclet-user] problem with generating struts config.

2003-12-09 Thread
hi mavens, i'm currently learning how to use xdoclet to help me to accomplish my project development easily, yet i enounter some problem when generating struts-config.xml and web.xml via webdoclet (i.e., no content generated in those config files). there's no error occurred when performing ant com

RE: [Xdoclet-user] Problem with 1-->Many bidirectional relationship /solved & thanks

2003-11-18 Thread Marco.Mistroni
nt: 18 November, 2003 10:50 > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] Problem with 1-->Many > bidirectional relationship > > > Comment out the target-* attributes in your GroupBean. > These attributes are used in uni-directional > relationship. > > guo

RE: [Xdoclet-user] Problem with 1-->Many bidirectional relationship

2003-11-18 Thread Marco.Mistroni
marco > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > ext guo yingshou > Sent: 18 November, 2003 10:50 > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] Problem with 1-->Many > bidirectional relationship > &

Re: [Xdoclet-user] Problem with 1-->Many bidirectional relationship

2003-11-18 Thread guo yingshou
Comment out the target-* attributes in your GroupBean. These attributes are used in uni-directional relationship. guo --- [EMAIL PROTECTED] 的正文:> hi all, > i have a GroupBean and UserBean which have 1-->Many > cmr. > > a group can have many users, and each user has only > one group. > i am

  1   2   3   >