Re: [Xdoclet-user] Invalid merge in jboss.xml

2008-02-17 Thread Andrew Stevens
On Fri, 2008-02-15 at 09:56 +0100, Emilio Prato wrote: I'm using xdoclet 1.2.3, ant 1.6.2, jdk 1.5. I wand to include the definition of a bean witch is not processed with the tags to the jboss.xml. Here is the ant build file fragment: jboss version=4.0

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 resource-ref id=ResourceRef_1146669195903 description /description res-ref-namejstockageproperties/res-ref-name

Re: [Xdoclet-user] Help

2007-06-04 Thread Andrew Stevens
On Mon, 2007-06-04 at 17:41 +0500, Ahmed Malik wrote: Hi I am already using xjavadoc-1.5-snapshot050611.jar, which i guess is the patched version. If not then kindly tell me from where can i get it. That sounds like the patched version to me. What does the source code look like around the

Re: [Xdoclet-user] are there more detail explain excludedTags/force/verbose attribute of hibernatedoclet?

2007-05-29 Thread Andrew Stevens
On Tue, 2007-05-29 at 22:37 +0800, hitdemo2002hitdemo2002 wrote: i am newbie to xdoclet, now i am using xdoclet to generate hibernate's hbm file. hibernatedoclet destdir=${src.dir} excludedtags=@version,@author,@todo force=false mergedir=${src.dir} verbose=false but i don't know the

Re: [Xdoclet-user] How to read .properties file in ejbdoclet task or jboss task?

2007-05-24 Thread Andrew Stevens
On Tue, 2007-05-22 at 09:45 -0700, saurabh dutta wrote: Hi, I am in a project where i need to generate code using xdoclet.I have to read aproperties file in the ejbdoclet task or in the jboss subtask,so that I can dynamically assign some values. I have searched a lot,but could not get a

Re: [Xdoclet-user] How to generate Tag Reference

2007-05-17 Thread Andrew Stevens
On Tue, 2007-05-15 at 23:44 -0700, Konstantin Priblouda wrote: --- Andrew Stevens [EMAIL PROTECTED] Depends if he's talking about the various @tags or the XDt:... template tags. Docs for the former are generated from the src/META-INF/xtags.xml in each module, which have to be kept

Re: [Xdoclet-user] How to generate Tag Reference

2007-05-15 Thread Andrew Stevens
On Sun, 2007-05-06 at 23:28 -0700, Konstantin Priblouda wrote: --- Michael [EMAIL PROTECTED] wrote: Hi, I would like to have the Xdoclet Tag-Reference available off-line. Does anyone know where to download it or how to generate it ? AFAIR, as there is no formal tag definition

Re: [Xdoclet-user] [ejbdoclet] org.xml.sax.SAXParseException: The content of element type enterprise-beans is incomplete

2007-04-06 Thread Andrew Stevens
On Thu, 2007-04-05 at 13:08 +0100, Ambika Awanty wrote: Hi, Any idea how to resolve this problem? Regards, Ambika Assuming your bean class was test.ejb.SampleEJB and it can be found in ${samples.java.dir}/test/ejb/SampleEJB.java, then the fileset in your original email

Re: [Xdoclet-user] jmxdoclet problem with generics

2007-02-28 Thread Andrew Stevens
On Mon, 2007-02-26 at 09:41 -0500, Kirby Files wrote: Folks, I've had great success using the ejbdoclet task to reduce redundant code. Thanks for a great tool! I have tried using the jmxdoclet task, and had less success. In particular, I received the following error: [jmxdoclet]

Re: [Xdoclet-user] MDB with EJB 2.0

2007-02-06 Thread Andrew Stevens
On Mon, 2007-02-05 at 10:10 -0800, tayd wrote: I am currently using EJB2.0 and have recently added a Message Driven Bean to the code base. However, I can't get xdoclet to generate the deployment descriptor for the message driven bean. Note: my code base already has some session beans which

Re: [Xdoclet-user] hi

2006-08-31 Thread Andrew Stevens
On Mon, 2006-08-28 at 14:40, kalyani goli wrote: hi, I am a new bie to hibernate and xdoclet. Can any one please tell me whether we can use xdoclet to generate hibernate mapping files with out using ant. Without Ant? Well, I suppose there's also the Maven plugin. Would that be any more

Re: [Xdoclet-user] ant build problem

2006-07-31 Thread Andrew Stevens
On Fri, 2006-07-28 at 19:46, gmachamer wrote: I'm running xdoclet as part of an any build that generates my java classes. My taskDef looks like this taskdef name=webdoclet classname=xdoclet.modules.web.WebDocletTask classpathref=mergeClasspath / But when it tries to run I get the

Re: [Xdoclet-user] xdoclet connot generate custom exceptions

2006-07-17 Thread Andrew Stevens
On Fri, 2006-07-14 at 10:22, tomasz wrote: hi all, I use xdoclet 1.2.3 with ejb, and my problem is : I try to add my custom exception to session bean /* @ejb.bean name=UserService * description=UserService * display-name=UserService *

Re: [Xdoclet-user] Websphere merge points...

2006-05-24 Thread Andrew Stevens
On Fri, 2006-05-19 at 16:27, Anthony Roy wrote: Hi all, I have been trying to get an EJB lookup working in my current project. The EJB I want to call is in a different project, and so I can't use XDoclet for this particular EJB. I have got the lookup working fine in JBoss by using the merge

Re: [Xdoclet-user] Project name

2006-04-21 Thread Andrew Stevens
On Thu, 2006-04-20 at 11:33, Blaise Gosselin wrote: Is it possible to get the project name by a XDoclet tag ? By project name, I mean the project directory in which I launch the XDoclet tag. What sort of project are you talking about? Ant project? IDE project? By tag do you mean the javadoc

RE: [Xdoclet-user] Web.xml is not filled in with info.

2006-04-14 Thread Andrew Stevens
On Sat, 2006-04-08 at 00:13, Giuseppe Sarno wrote: Hi tried but with no luck, also I noticed this in the web.xml web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2 001/XMLSchema-instance xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http

Re: [Xdoclet-user] Parsing java sources which are included in a jar archive

2006-04-04 Thread Andrew Stevens
On Mon, 2006-04-03 at 08:22, Jérémie Balcaen wrote: I have a Java class Clazz1 which is a subclass of Clazz2 (public Clazz1 extends Clazz2) but Clazz2 is in a jar file (myjarfile-1.0.jar). In Clazz2, there are some tags like in Clazz1 which must provide a final file. But the tags in Clazz2

Re: [Xdoclet-user] xdoclet tags and javadoc generation?

2006-03-18 Thread Andrew Stevens
On Thu, 2006-03-16 at 16:14, Bjørn T Johansen wrote: Is there a way to tell Ant to not include xdoclet tags when generating javadoc? Yes. Use the tag nested element inside the javadoc task. See http://ant.apache.org/manual/CoreTasks/javadoc.html#tagelement Just set the enabled attribute to

Re: [Xdoclet-user] tag for web component

2006-01-09 Thread Andrew Stevens
On Tue, 2006-01-10 at 00:31, [EMAIL PROTECTED] wrote: How do I generate this in web.xml? Thanks component component-typeorg.weblog.TabLabel/component-type component-classorg.weblog.tag.UITabLabel/component-class /component component? Is that new to J2EE 1.5 or something? I

Re: [Xdoclet-user] null pointer exception

2005-12-20 Thread Andrew Stevens
On Tue, 2005-12-20 at 17:35, Karthik V wrote: Please help me understand this stack trace .. got this while trying to run ejbdoclet on a bunch of files... The error seems to be with PackageHandler.java, a file that belongs to xdoclet. Just a guess - are you processing a file that has no

Re: [Xdoclet-user] ejbdolcet not generating

2005-12-11 Thread Andrew Stevens
On Sun, 2005-12-11 at 13:44, nikhil wrote: I have been spending some time trying to figure out why xdoclet does not generate anything w. regard to the EJBdoclet task. ... target name=ejbdoclet depends=prepare ejbdoclet destdir=${gen-src.dir}

Re: [Xdoclet-user] Support for generics in java 1.5

2005-12-08 Thread Andrew Stevens
On Tue, 2005-12-06 at 22:19, Haroon Rafique wrote: The difference between XJD-41 solution and Nicolas' is that the XJD-41 solution prevents xdoclet from choking on jdk1.5 code with generics, whereas, Nicolas' solution goes ones step further and actually lets you recognize the genericized

Re: [Xdoclet-user] XDoclet project is dead?

2005-12-05 Thread Andrew Stevens
On Mon, 2005-12-05 at 11:11, Rogerio Pereira wrote: I have a patch in jira that fixes some bugs in axis deployment descriptor, but this patch is there since 29/Oct/04 and it's still marked as unresolved. This means that xdoclet project has stopped? No, it's just that my day job got rather

Re: [Xdoclet-user] Support for generics in java 1.5

2005-12-05 Thread Andrew Stevens
On Mon, 2005-12-05 at 17:17, Haroon Rafique wrote: On Today at 3:34pm, NL=Nicolas Leroux [EMAIL PROTECTED] wrote: NL Hi, NL NL As part of my work I updated xjavadoc and xdoclet ejb module to NL support generics for the generated EJB home interface. It should not NL be hard to update the

Re: [Xdoclet-user] There is no tag generated in my tld file.

2005-11-06 Thread Andrew Stevens
On Sat, 2005-11-05 at 19:14, [EMAIL PROTECTED] wrote: Part of build.xml target name=web.doclet depends=init taskdef name=webdoclet classname=xdoclet.modules.web.WebDocletTask classpathref=xdoclet.class.path/ webdoclet

Re: [Xdoclet-user] cant unsubscriobe

2005-09-29 Thread Andrew Stevens
On Wed, 2005-09-28 at 07:36, Guy Katz wrote: hi; the unsubscribe link on xdoclet site is the same as the subscribe link, i did not see any option to unsubscribe. can anyone help here? thanks See that bit at the bottom that reads To change your subscription (set options like digest and

Re: [Xdoclet-user] Generating WebService for Websphere

2005-09-29 Thread Andrew Stevens
On Mon, 2005-09-26 at 18:17, Jeff Harmes wrote: Hi all, I have a bunch of questions concerning the generation of WebService for IBM Websphere: 1. Is my assumption correct that WebSphere expects Web Services to be bundled in an EAR file? No idea. Although I am using

Re: [Xdoclet-user] Exposing EJB as a WebService

2005-09-25 Thread Andrew Stevens
On Thu, 2005-09-22 at 22:15, Jeff Harmes wrote: Hi all, I've been banging my head trying to get all of the appropriate deployment descriptors, interfaces, etc.. generated - using XDoclet - to expose an EJB as a Web Service. I must be missing something very simple, but when the

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

2005-09-16 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 to

Re: [Xdoclet-user] Pointers to documentation for writing XDTs

2005-09-16 Thread Andrew Stevens
On Wed, 2005-09-14 at 05:38, Ajit Pendse wrote: Hi *, I am very new to XDoclets and would like to get some information on how to write the custom templates (*.xdt). Any pointers to the documentation on the same are welcome. Best examples are to look through the existing .xdt files in the

Re: [Xdoclet-user] using xdoclet programmatically

2005-08-06 Thread Andrew Stevens
On Fri, 2005-08-05 at 22:13, Gerardo wrote: Thanks Paul, i got the xjavadoc for reference. But i wonder if it is posible to create a modified version of some class using xjavadoc. That is because I need to wrap a few lines inside method's body but can't found how to access such method body.

Re: [Xdoclet-user] struts-config DTD version incorrect

2005-07-30 Thread Andrew Stevens
On Fri, 2005-07-29 at 23:16, Josh Cronemeyer wrote: Below is a question I posted here a few days ago, but nobody responded. I've still not figured out what is wrong and why I can't get Xdoclet to create my validation.xml (I include my original question in case someone can see any relation

Re: [Xdoclet-user] Re: XDoclet for java 5.0

2005-07-30 Thread Andrew Stevens
On Fri, 2005-07-29 at 15:35, Haroon Rafique wrote: On Today at 9:21am, PG=Paul Galbraith [EMAIL PROTECTED] wrote: PG PG I believe it should be in the next release, and we should make a beta PG release of it soon. PG Hi Paul, I just wanted to clarify something. I hope you can

Re: [Xdoclet-user] Duplicate session-deployment location in orion-ejb-jar.xml

2005-07-30 Thread Andrew Stevens
On Thu, 2005-07-28 at 11:37, Phil Bowker wrote: I'm generating an orion-ejb-jar.xml using xdoclet, but I find in the file I have the following: enterprise-beans !-- Session Beans -- session-deployment name=MyBean location=MyBean

Re: [Xdoclet-user] ejbdoclet: modifying generated value objects

2005-07-13 Thread Andrew Stevens
On Wed, 2005-07-13 at 15:52, Michael Fabianski wrote: I would like to modify a generated value object for one of my EJBs by adding some additional methods. I've read about using the valueobject-custom.xdt merge point and looked at the template language, but I can't see how to write a template

Re: [Xdoclet-user] XDoclet xml files merge problem...Please help

2005-07-08 Thread Andrew Stevens
On Fri, 2005-07-08 at 16:04, raj cheek wrote: I am not able to to merge the xml files ejb-security-roles.xml and weblogic-security-role-assignment.xml into the deployment descriptors ejb-jar.xml and weblogic-ejb-jar.xml using the EJBDoclet task. I don't see any of the content in the

Re: [Xdoclet-user] @ejb.transaction for MDB

2005-07-03 Thread Andrew Stevens
On Wed, 2005-06-29 at 13:23, Gérald Quintana wrote: According to XDoclet documentation, the @ejb.transaction tag only works with Entity and Session beans (seen in http://xdoclet.sourceforge.net/xdoclet/tags/ejb-tags.html). And it doesn't work with Message-driven beans (tested with XDoclet

Re: [Xdoclet-user] WSEE generating jaxrpc-mapping files

2005-07-03 Thread Andrew Stevens
On Tue, 2005-06-28 at 22:10, Sheward, Barry wrote: 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. ... Now, I generate the WSDL successfully (as far as I can tell), the webservices.xml and the ejb-jar.xml all look

Re: [Xdoclet-user] strut-config.xml generation strange

2005-07-03 Thread Andrew Stevens
On Thu, 2005-06-23 at 13:01, Lukas Oesterreicher wrote: We are using struts xdoclet tags to generate the struts-config.xml file. The strange thing is that it appears that all forms that extend ValidationForm are ignored, while forms extending ActionForm are processed correcty. Do you know

Re: [Xdoclet-user] jbosscmp-jdbc-{0}.xml Can not be merged with load groups and optimstic locking

2005-07-03 Thread Andrew Stevens
On Mon, 2005-06-20 at 00:49, Nick Hus wrote: My bean is in the package cam.config and the name of the bean class, CommentsBean. So the full name of my class bean is cam.config.CommentsBean.class. The ebj name is Comments, specified by @ejb.bean name=Comments. Here is the contents of the

Re: [Xdoclet-user] required class-references using webdoclet

2005-07-02 Thread Andrew Stevens
On Thu, 2005-06-30 at 16:23, Lukas Oesterreicher wrote: I am using the WebDocletTask to generate struts-config.xml and validation.xml. Some actions use various ~Env.java files which extend EnvironmentMgr. Unfortunately EnvironmentMgr is found in a seperate .jar file which for unfortunate

Re: [Xdoclet-user] Oracle OC4J EJB Contribution

2005-06-15 Thread Andrew Stevens
On Tue, 2005-06-14 at 15:24, Merrick Schincariol wrote: Over the last year we have updated the Oracle EJB XDoclet templates to fully support the OC4J 9.0.4/10.1.2 release, particularly with respect to CMR. We've had these modified templates in production with customers for several months now

[Xdoclet-user] Re: Problem starting xdoclet --Please Help

2005-05-31 Thread Andrew Stevens
CC'd the xdoclet-user list, where this really belongs. If the XDoclet jars are in the taskdef's path, which does appear to be the case, then it may be that the EjbDocletTask can't find the EJB classes in the classpath. I see you've got the Tomcat servlet.jar in the pathelement, but no equivalent

Re: [Xdoclet-user] successull finish, but no *.hbm.xml files.

2005-05-11 Thread Andrew Stevens
On Wed, 2005-05-11 at 16:46, Thomas Mader wrote: Hi I'm a newbie and my *.hbm.xml files are not generated ... fileset dir=. include name=./src/core/*.java/ /fileset ... package core; There's your problem. Try fileset dir=./src include

Re: [Xdoclet-user] session not abstract and does not override abstract?

2005-04-27 Thread Andrew Stevens
On Wed, 2005-04-27 at 17:34, William Irving Zumwalt wrote: The 'session' class generated from my session bean is producing the following error and I don't understand why. Any help much appreciated. --- [javac]

Re: [Xdoclet-user] Parse error when using enum

2005-04-25 Thread Andrew Stevens
On Mon, 2005-04-25 at 14:15, Michael Gale wrote: Dear XDoclet'ers, I'm a little new to XDoclet, so please excuse me if I'm asking a silly question here: When I build my project, I get the following errors: Error parsing File /some/path/somefile.java:Encountered { at line 17, column 31.

Re: [Xdoclet-user] DAO's in xdoclet

2005-04-19 Thread Andrew Stevens
On Mon, 2005-04-18 at 05:50, William Irving Zumwalt wrote: Hey all, I found this in an old email and was wondering if someone could clarify how this is done. This is exactly what I want, or am trying to do now, but I don't understand how. The pattern below was a question from Sun's DAO's.

RE: [Xdoclet-user] Merging jbosscmp-jdbc-{0}.xml files

2005-04-19 Thread Andrew Stevens
] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Stevens Sent: Sunday, April 17, 2005 01:31 To: xdoclet-user@lists.sourceforge.net Subject: Re: [Xdoclet-user] Merging jbosscmp-jdbc-{0}.xml files On Sat, 2005-04-16 at 14:11, Gerrit Grobbelaar wrote: Hi there, Is there anyway

Re: [Xdoclet-user] Re: @wsee.handler tag generating webservices.xml that cannot be deployed in WAS6.0

2005-04-19 Thread Andrew Stevens
On Tue, 2005-04-12 at 01:59, Shantanu Sen wrote: On Fri, 2005-04-08 at 23:26, Shantanu Sen wrote: I am trying to test an EJB stateless session bean that I want to expose as a web service deployed in WebSpehere 6.0 App Server. I am also adding a handler and the relevant tags in

Re: [Xdoclet-user] question regarding WebSphereDoclet

2005-04-19 Thread Andrew Stevens
On Sat, 2005-04-09 at 00:13, Shantanu Sen wrote: I am trying to test a session bean to be deployed on WebSphere 6.0 AS. I tried using the WebSphereDoclet tag and it generated two websphere specific deployment artifacts:ibm-ejb-jar-bnd.xmi and ibm-ejb-jar-ext.xmi. The ejbJar elemenet in

Re: [Xdoclet-user] Questions regarding @wsee on WAS6.0

2005-04-19 Thread Andrew Stevens
On Mon, 2005-04-11 at 16:58, Shantanu Sen wrote: I have the following tags in a stateless session bean that I want to expose as a web service in WebSphere AS 6.0. /** * @ejb.bean * name=TestCardSession * jndi-name=mytest/TestCardSessionBean * type=Stateless *

RE: [Xdoclet-user] how to automatically merge jbosscmp-jdbc-{0}.xml files

2005-04-15 Thread Andrew Stevens
On Fri, 2005-04-15 at 10:37, percy christian wrote: Hallo agian, I have some additional information which I forgot in the original post. First I wanted to correct a little error the load-groups are placed in jbosscmp-jdbc-LeafBean.xml and not jbosscmp-jdbc-OrganizationBean.xml sorry about

RE: [Xdoclet-user] merge file for resource-ref/

2005-04-13 Thread Andrew Stevens
On Tue, 2005-04-12 at 14:10, Fogleson, Allen wrote: It seems counter intuitive but... ejb-resourcerefs.xml - An XML unparsed entity containing resource-ref entities for any resources not specified in web.resource-ref tags. Al Hmm... you're right, that does seem counter-intuitive. The

Re: [Xdoclet-user] @wsee.handler tag generating webservices.xml that cannot be deployed in WAS6.0

2005-04-11 Thread Andrew Stevens
On Fri, 2005-04-08 at 23:26, Shantanu Sen wrote: I am trying to test an EJB stateless session bean that I want to expose as a web service deployed in WebSpehere 6.0 App Server. I am also adding a handler and the relevant tags in the session bean are as follows: * @wsee.handler *

Re: [Xdoclet-user] (no subject)

2005-04-07 Thread Andrew Stevens
On Sun, 2005-04-03 at 01:01, Alessandro Oliveira wrote: Hi Guys, I'm new to XDoclet and EJB in general, but I've been building some sites using hibernate, struts, mysql deploying on Tomcat Servers. Now I have to deal with it, but I found out that using XDoclet could alleviate the time

Re: [Xdoclet-user] is a method static?

2005-04-05 Thread Andrew Stevens
On Mon, 2005-04-04 at 17:39, Simon Heinzle wrote: I'm trying to write a template -- but I didn't find a way to query if a method is static, e.g. a template tag like XDtMethod:ifIsStatic. I know XDtMethod:modifiers but I don't see a way how to use this for a conditional. Does anyone have

Re: [Xdoclet-user] can't force utilobject to generate for remote home only

2005-03-17 Thread Andrew Stevens
On Thu, 2005-03-17 at 17:00, [EMAIL PROTECTED] wrote: | as my subject says, I generate EJB for Spec 1.1, but the utilobject task | creates the getLocalHome() method, too, which don't exists. | | How can I say, that it should generate getHome() (remote home) only. Ok, I will answer myself:

Re: [Xdoclet-user] Is documentdoclet still alive?

2005-03-13 Thread Andrew Stevens
On Fri, 2005-03-11 at 14:33, Anthony Hong wrote: I read book xdoclet in Action, In beginning of the book, it introducted one basic xdoclet task documentdoclet, but I could not found it in current xDoclet ant task. Is it still alive? or it is replaced by something else? I haven't read the book

Re: [Xdoclet-user] Value Object template file

2005-03-10 Thread Andrew Stevens
http://cvs.sourceforge.net/viewcvs.py/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/entity/resources/ Andrew. On Thu, 2005-03-10 at 17:28, Maik Hassel wrote: Hello everybody, I would like to have a look at the default template file(s) used to generate value objects. Does anyone know

Re: [Xdoclet-user] Can't generate JSP tld for my classes, example works fine

2005-02-23 Thread Andrew Stevens
On Wed, 2005-02-23 at 18:04, Rick Mann wrote: Hi. I've been trying to get xwebdoc to work generating TLD files for my classes, but I can only get it to work for the SimpleTag example. I even moved a copy of SimpleTag.java to be a sibling of my Tag classes, and only SimpleTag's information

Re: [Xdoclet-user] How to mute: warning - @ABC-XYZ is an unknown tag ?

2005-02-22 Thread Andrew Stevens
On Mon, 2005-02-21 at 19:59, [EMAIL PROTECTED] wrote: Hello, I am using Java 1.4.2, XDoclet 1.2.2 and Ant 1.6.2. When I put the ejbdoclet tags in my java source file for my bean and then run javadoc through Ant I get the following warnings: warning - @ejb.interface-method is an

Re: [Xdoclet-user] many-to-one

2005-02-22 Thread Andrew Stevens
On Wed, 2005-02-16 at 10:36, [EMAIL PROTECTED] wrote: It's definitely a bug. If I chance the ordering of attributes to @hibernate.many-to-one not-null=true foreign-key=FK_USERS cascade=all unique=true outer-join=true column=USER_ID class= User

Re: [Xdoclet-user] Lazy resultset loading

2005-02-22 Thread Andrew Stevens
On Tue, 2005-02-15 at 16:13, Miriam Senovilla wrote: Hi!! I'm trying to autogenerate an Xml throws Xdoclet similar to this: query query-method method-namefindAll/method-name /query-method ejb-ql![CDATA[SELECT OBJECT(a) FROM TMP_EJEMPLO AS a ORDER BY

Re: [Xdoclet-user] Xdoclet Upgrade Trouble

2005-02-22 Thread Andrew Stevens
On Thu, 2005-02-17 at 01:16, Herrick, Mike wrote: Hi, I have been banging my head against a wall trying to upgrade our XDoclet from 1.2.0 Beta 2 to 1.2.2. I fear that this is a trivial oversight, but I can't seem to figure it out. All I did for the upgrade is replace the XDoclet

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:

Re: [Xdoclet-user] template subtask ignoring java files with package statements

2005-02-19 Thread Andrew Stevens
On Fri, 2005-02-18 at 18:44, Mike Wertheim wrote: I've been trying to use xdoclets template subtask to generate proxy classes based on some of my java classes. What I have found is that a Java file with no package statement gets transformed just fine. But if a Java file has a package

Re: [Xdoclet-user] Why use merge files for plain old Java code generation?

2005-02-17 Thread Andrew Stevens
On Thu, 2005-02-17 at 18:31, Paul Lee wrote: Hi, I have some question about the philosohy of using merge files for plain old java code generation. I started asking about this here in the Xdoclet In Action forum: http://www.manning-sandbox.com/thread.jspa?threadID=11401tstart=0 Basically I

Re: [Xdoclet-user] portletdoclet generates only empty portlet.xml

2005-02-11 Thread Andrew Stevens
On Thu, 2005-02-10 at 08:26, AndreasWuest wrote: Hi Andrew, thanks a lot for that tip. After changing the fileset the task finally created the portlet definitions in the portlet.xml. Unfortunately, now i have two other problems : 1. For some reason the task creates two portlet

Re: [Xdoclet-user] portletdoclet generates only empty portlet.xml

2005-02-09 Thread Andrew Stevens
On Wed, 2005-02-09 at 10:15, AndreasWuest wrote: i have some major problems getting the portletdoclet to work. Seems like i am the first one using that feature. Searching the net did not return many results :( My problem is that the portletdoclet task does not generate a portlet.xml with my

[Xdoclet-user] Re: [Xdoclet-devel] Wrong DOCTYPE

2005-02-08 Thread Andrew Stevens
On Mon, 2005-02-07 at 22:25, Frank Langelage wrote: Miriam Senovilla wrote: But when i run xdoclet, it makes the ejb-jar.xml version 3.2: !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 3.2//EN http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd; How can i specify that i want 4.0 version??? I'm

[Xdoclet-user] Re: [Xdoclet-devel] Wrong DOCTYPE

2005-02-08 Thread Andrew Stevens
On Tue, 2005-02-08 at 08:24, Miriam Senovilla wrote: That's weird - what you've included looks fine to me. The samples also use jboss version=4.0 ... / and they generate !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 4.0//EN http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd; as expected. Do you

[Xdoclet-user] Re: [Xdoclet-devel] Wrong DOCTYPE

2005-02-07 Thread Andrew Stevens
CC'd xdoclet-user, where this should have gone originally... On Mon, 2005-02-07 at 16:55, Miriam Senovilla wrote: Hi!!! I'm trying to generate an EJB by Xdoclet, but it's generated with a wrong doctype. ... ejbdoclet ejbSpec=2.0 excludedTags=@version,@author,@todo destDir=src verbose=true

RE: [Xdoclet-user] XDoclet fails to generate JMX files

2005-02-06 Thread Andrew Stevens
, more productivity, more value from your IT investments. Visit www.quest.com to learn how. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Stevens Sent: Saturday, 5 February 2005 10:39 PM To: xdoclet-user@lists.sourceforge.net

Re: [Xdoclet-user] XDoclet fails to generate JMX files

2005-02-05 Thread Andrew Stevens
On Wed, 2005-02-02 at 05:04, Rob Griffin wrote: Hello, I'm trying to use XDoclet to generate JMX interfaces and descriptors. I have a simple HelloWorld class with this Javadoc package com.quest.jmxxx; /** * * @jmx.mbean * name=HelloWorld * persistPolicy=NoMoreOftenThan

Re: [Xdoclet-user] not generating java files...

2005-01-27 Thread Andrew Stevens
On Wed, 2005-01-26 at 18:13, John Vincent wrote: echo message=java file ${xdoclet.java.file}/ ejbdoclet destdir=${basedir}/xdoclet/build verbose=true force=true excludedtags=@version,@author ejbspec=2.0 fileset file=${basedir}/xdoclet/${xdoclet.java.file}/ Assuming

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 weblogic tag. See http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.html The createtables entry states

Re: [Xdoclet-user] Using XDoclet without implementing javax.ejb.SessionBean in the class

2005-01-10 Thread Andrew Stevens
On Mon, 2005-01-10 at 16:03, Konstantin Priblouda wrote: --- Juleni [EMAIL PROTECTED] wrote: Hello , Is there possible to use XDoclet and its @ejb:tags without implementing of the javax.ejb.SessionBean in the class? It's difficult. You need either javax.ejb.SessionBean on

Re: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask cannot be found

2005-01-07 Thread Andrew Stevens
On Thu, 2005-01-06 at 05:41, Raynil S. K. wrote: Can someone help me with this below problem, I have tried the latest builds of xdoclet and ant and have had no luck getting the build to work. xdoclet-ejb-module-1.2.2.jar is in the CLASSPATH yet the error. ejbdoclet: [echo] *---

Re: [Xdoclet-user] How to use xmlTemplate in hibernate task?

2004-12-22 Thread Andrew Stevens
On Thu, 2004-12-09 at 13:26, Vidya Vadke wrote: I need to generate one xml file which is subset of hbm.xml files getting generated. My ant task looks like this: target name=Hbm mkdir dir=${dist.dir}/Hibernate/ taskdef name=hibernatedoclet

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: target name=xdoclet depends=prebuild xdoclet destdir=${build.ejb} template templateFile=delegate-template.xdt

Re: [Xdoclet-user] type hierarchy

2004-12-17 Thread Andrew Stevens
On Fri, 2004-12-17 at 00:55, David J. Hamilton wrote: I've experienced some issues using XDtClass:forAllClasses or XDtType:ifIsOfType in a custom struts template, in particular with the extent being set to hierarchy. The behavior I'm getting is that the object hierarchy is only partially

Re: [Xdoclet-user] Simple documentation generation/extraction?

2004-11-30 Thread Andrew Stevens
On Thu, 2004-11-25 at 11:59, pwomack wrote: I have some classes within my codebase that implement an externally callable interface. I would like to generate a stand-alone document (for end users) covering all (and just) these classes. As I understand it, I could create tags in the

Re: [Xdoclet-user] use of entitycmp-custom.xdt

2004-10-26 Thread Andrew Stevens
On Tue, 2004-10-26 at 13:35, Konstantin Priblouda wrote: --- boutin [EMAIL PROTECTED] wrote: Hi, In the file entitycmp.xdt we've got entitycmp-custom.xdt to customize the cmp generated. However, I don't know where to put the file entitycmp-custom.xdt for it to be executed...

Re: [Xdoclet-user] How to use CodeUnit?

2004-10-25 Thread Andrew Stevens
On Wed, 2004-10-20 at 18:26, Aleksey Maksimov wrote: Hi, All! Where can I find any documentation for CodeUnit? Thanks! Aleksey Maksimov Well, it's mentioned in the Tools docs on the XDoclet site (http://xdoclet.sourceforge.net/xdoclet/tools.html), but that seems to be about it.

Re: [Xdoclet-user] Can't download XDoclet 1.2.2 components

2004-10-24 Thread Andrew Stevens
On Sun, 2004-10-24 at 08:06, Tuncay Baskan wrote: None of the mirrors sourceforge redirects seem to have XDoclet 1.2.2 components. SF is giving the same error for the last two days: The mirror you've selected, unc.dl.sourceforge.net does not currently have the file you requested. (This

Re: [Xdoclet-user] XDoclet 1.2.1 compilation error with linux / jdk 1.4.1 / ant 1.6

2004-10-24 Thread Andrew Stevens
On Thu, 2004-10-21 at 16:03, boutin wrote: I've begun to find a solution. In the lib directory was missing xjavadoc-1.1.jar file and the get action of the xdoclet build.xml file download the 1.0.3 file which seems to be deprecated. xdoclet 1.2.2 and the current CVS version use the later

Re: [Xdoclet-user] Support for java sources 1.5

2004-10-21 Thread Andrew Stevens
On Tue, 2004-10-19 at 12:07, pope wrote: Hi! I was trying to figure out from the mailing lists if there is any support for scanning java 1.5 sources Not if they use any of the new syntax. or if there is something scheduled for the near future. Yes. See enhancement request XJD-41 in

Re: [Xdoclet-user] Help required

2004-10-13 Thread Andrew Stevens
On Wed, 2004-10-13 at 10:48, pmp kannan wrote: Hi, when i run the build script that i've attached i am getting the following error. Basically i am trying to create a beaninfo for a java file. a beaninfoxxx.jave file gets created with nothing in it...and i get the following error... could

[Xdoclet-user] A bit of light relief

2004-10-12 Thread Andrew Stevens
http://theserverside.com/cartoons/TalesFromTheServerSide.tss -- --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free

Re: [Xdoclet-user] how to get return value of dao-call

2004-10-01 Thread Andrew Stevens
On Fri, 2004-10-01 at 21:31, William I. Zumwalt wrote: I have a feeling this is goign to be a really stupid questions, but I have a session bean that makes a call to my DAO's method which queries a database. My problems is I'm using XDoclet (and have been for only a few weeks) and not sure

Re: [Xdoclet-user] build issues

2004-09-29 Thread Andrew Stevens
On Sun, 2004-09-26 at 20:59, Hani Suleiman wrote: not directly related to xdoclet functionality but Why oh why is xdoclet so horribly messy when it comes to building? To issues that make it feel very, very sloppy: - the doclypse.xslt stuff which makes a remote request to sf.net for

Re: [Xdoclet-user] help w/ making DAO's

2004-09-27 Thread Andrew Stevens
On Mon, 2004-09-27 at 19:38, William I. Zumwalt wrote: I'm trying to implement a DAO pattern in my enitities (first time) and I understand them, but what I'm not understanding is how to do them w/ XDoclet. I think basically I just need to create an interface for my DAO, and then the DAO

Re: [Xdoclet-user] Hibernate cascade element

2004-09-21 Thread Andrew Stevens
On Tue, 2004-09-21 at 07:57, Daniel Or wrote: Does anyone knows why the cascade element in the various tags (@hibernate.array, @hibernate.bag, @hibernate.set etc) does not support all-delete-orphan. What version of XDoclet? According to the CVS logs it looks like it's been in the

Re: [Xdoclet-user] Hibernate collection batch-size attribute?

2004-09-18 Thread Andrew Stevens
On Fri, 2004-09-17 at 14:25, Roland Chan wrote: Is the batch-size attribute available for hibernatedoclet collections? Do I need to upgrade to XDoclet 2? I can't find any mention of batch-size in the current module, apart from in the Hibernate DTDs, so I guess it's not available in 1.2.x.

Re: [Xdoclet-user] templateFile is ignored in maven project

2004-09-16 Thread Andrew Stevens
On Thu, 2004-09-16 at 09:48, Joachim Bader wrote: Hi, I want to work with my one template file for the ejbdoclet borland subtask. How can I tell xdoclet to use my template file and not the build in from xdoclet-borland-module-1.2.2-SNAPSHOT.jar? You can't. I created such a file in my

RE: [Xdoclet-user] Changing the torqueschema/ DTD

2004-09-13 Thread Andrew Stevens
On Mon, 2004-09-13 at 14:16, Durham David Contr 805 CSPTS/SCE wrote: Where did that come from? There isn't any such module in the xdoclet-bin-1.2.1.tgz download on Sourceforge... I got it from OJB. Brilliant! It's about time some of these vendors maintained their own modules ;-) If you

Re: [Xdoclet-user] wsdl and dd for apache soap

2004-09-13 Thread Andrew Stevens
On Mon, 2004-09-13 at 15:17, Michal Malecki wrote: You might have a look at the samples section of xdoclet wsee does generate wsdl there. Heiko Could you be more precize? I looked at the samples and found only such task apachesoap destdir=${samples.meta-inf.dir}/ which generated

Re: [Xdoclet-user] Maven XDoclet v1.2.1, setup issue

2004-09-11 Thread Andrew Stevens
On Fri, 2004-09-10 at 01:00, David Smiley wrote: On Sep 9, 2004, at 4:07 AM, M.-Leander Reimer wrote: ... Thanks... this information led me on the right path. I went into a sub-folder than where I was running maven commands yesterday. The sub-folder is a module which uses ejbdoclet and it

Re: [Xdoclet-user] Changing the torqueschema/ DTD

2004-09-11 Thread Andrew Stevens
On Fri, 2004-09-10 at 20:04, David Durham wrote: I'm using xdoclet-ojb-module-1.2.1 Where did that come from? There isn't any such module in the xdoclet-bin-1.2.1.tgz download on Sourceforge... Andrew. The torque_xml.xdt contains the following line: !DOCTYPE database SYSTEM

RE: [Xdoclet-user] help w/ BMP primary keys

2004-09-09 Thread Andrew Stevens
On Wed, 2004-09-08 at 02:12, Harkness, David wrote: William I. Zumwalt penned ... Also, seems weird, but would I just code the primary key return type as the return of my ejbCreate() methods ... before it's even been generated? I'm not understanding this. That's my understanding of

  1   2   3   4   5   6   >