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:
>
>
> xmle
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
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
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.
>
> excludedtags="@version,@author,@todo" force="false"
> mergedir="${src.dir}" verbose="false">
>
> but i don't know the detail meaning of ex
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
> task or in the subtask,so that I
> can dynamically assign some values.
>
> I have searched a lot,but could not get a guidance a
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
> > template tags. Docs for the former are generated
> > from the
> > src/META
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 fo
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
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:
>
> [jmxdocl
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 w
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 m
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
>
> classpathref="mergeClasspath" />
>
> But when it tries to run I get the following error.
> file:C:/Velocity/source/antScripts/build.xml:33
Copied to xdoclet-user, where it more properly belongs.
Just because you ask four times, it won't get answered any quicker;
asking in the right place may have better results ;-)
On Wed, 2006-07-19 at 07:01, chaithanya xdoclet wrote:
> Hi,
> When i run xdoclet, the value of the property generated
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"
> *
On Wed, 2006-06-14 at 18:59, Konstantin Priblouda wrote:
> --- "Reao, Eric (Mission Systems)" <[EMAIL PROTECTED]>
> wrote:
>
> >
> > Will there be another formal release of xdoclet in
> > the future (a new
> > revision to version 1.2.3) or has the entire effort
> > moved on to
> > xdoclet2?
>
>
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
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 java
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
>
> 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
> ://java.sun.com/xm
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 Clazz
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 nested element inside the task.
See http://ant.apache.org/manual/CoreTasks/javadoc.html#tagelement
Just set the enabled attribute to false, and
On Tue, 2006-01-10 at 00:31, [EMAIL PROTECTED] wrote:
> How do I generate this in web.xml?
>
> Thanks
>
>
> org.weblog.TabLabel
> org.weblog.tag.UITabLabel
>
component? Is that new to J2EE 1.5 or something? I don't recall that
element being in the 2.2/2.3 DTD or 2.4 schema (thoug
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 n
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.
...
>
> destdir="${gen-src.dir}"
> excludedtags="@version,@author"
>
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
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
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 b
On Sat, 2005-11-05 at 19:14, [EMAIL PROTECTED] wrote:
> Part of build.xml
>
>
> classname="xdoclet.modules.web.WebDocletTask"
>classpathref="xdoclet.class.path"/>
>
> mergedir="${xdoclet.merge.dir}/web">
>
>
>
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 W
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 d
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
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 t
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
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 bo
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:
>
>
>
> location="MyBean"
> location="myJndi/MyBeanLocal">
The template has
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 hop
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
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 templa
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 conte
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
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
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
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 1
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
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 no
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
On Wed, 2005-05-11 at 16:46, Thomas Mader wrote:
> Hi I'm a newbie and my *.hbm.xml files are not generated
...
>
>
>
...
> package core;
There's your problem. Try
instead (or even name="**/*.java", so you don't have to change it if y
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]
> /home/projects/iis/build/gen/com/quest/iis/ejb/session/dbaseFetch/DBa
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, col
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"
>
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
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 relevan
> or not.
Is there some particular reason you can't just add @jboss.entity-command
and @jboss.entity-command-attribute tags on the classes that need them?
Andrew.
>
> Gerrit.
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTEC
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
On Sat, 2005-04-16 at 14:11, Gerrit Grobbelaar wrote:
> Hi there,
>
> Is there anyway that when I have individual merge files for some of my
> beans, that the contents of the merging file does not completely
> override the default contents of the tag of those beans?
>
> Currently I do get the
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 are placed in
> jbosscmp-jdbc-LeafBean.xml and not jbosscmp-jdbc-OrganizationBean.xml sorry
> about that.
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. Th
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
> *
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
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 .
>
> I know but I don't see a way how to use this for a
> conditional.
>
> Does anyone have an idea how to do this??
If the
On Thu, 2005-03-17 at 17:00, [EMAIL PROTECTED] wrote:
> | as my subject says, I generate EJB for Spec 1.1, but the 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:
>
> Y
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
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 k
On Tue, 2005-03-01 at 03:51, Darmasubramanian.G wrote:
>
is missing an =" and should be
though that may have just been a typo in your email, as I'd expect Ant
to complain the build.xml isn't valid if that were so?
Andrew.
--
---
S
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 informat
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 XDo
On Tue, 2005-02-15 at 16:13, Miriam Senovilla wrote:
> Hi!!
>
> I'm trying to autogenerate an Xml throws Xdoclet similar to this:
>
>
>
> findAll
>
>
> true
>
>
> But i can't do the "lazy-resultset-loading" part, because i don't know
> what is the xdoclet tag
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"
>
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 i
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\\
On Fri, 2005-02-18 at 18:44, Mike Wertheim wrote:
> I've been trying to use xdoclet’s “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 pac
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=11401&tstart=0
>
> Basi
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 defi
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
> wi
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 and they generate
> > > "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";>
> > as expected. Do you get the same results running Ant at the command
> > line, or is
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:
> >
> > > "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd";>
> >
> > How can i specify that i want 4.0 version??? I'm using Jboss 4.0.1,
> > Eclipse, Xdo
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.
...
> destDir="src" verbose="true" addedTags="@xdoclet-generated at
> ${TODAY},@copy
one: +613 98118021
> Fax: +613 9811 8099
>
> With Quest Software, you can expect more... more performance, more
> productivity, more value from your IT investments.
>
> Visit www.quest.com to learn how.
>
>
> > -Original Message-
> > From: [EMAIL PROTE
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="N
On Thu, 2005-01-27 at 15:28, fabio quimbay wrote:
> I try to refer me to the tags of myfaces on a JSP page, but I can't.
> The lines that I include are:
>
> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%>
> <%@ taglib uri="h
On Wed, 2005-01-26 at 18:13, John Vincent wrote:
>
> force="true"
> excludedtags="@version,@author"
> ejbspec="2.0">
>
Assuming that ${xdoclet.java.file} is "jvapp/AdviceBean.java", try
replacing this with
i.e. set dir to the directory which contains "jvapp".
If you use
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
>
On Fri, 2005-01-14 at 21:27, [EMAIL PROTECTED] wrote:
> Hello,
>
>I have a problem XDoclet does not generate me DOCTYPE into the
> ejb-jar.xml file.
>
>Here is my ant task that I use:
>===
>
>
>Here is generated ejb-jar.xml file:
>=
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.S
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]
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
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:
>
>
>
> classname="xdoclet.modules.hibernate.HibernateDocletTask"
> classpathref="ejbdoclet.classpath">
>
>
>
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 parti
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
icket.
>
> I did announce Xdoclet on Freshmeat. Should have waited :-/
>
> Andrew: many thanks to you for doing all the work on releasing 1.2.2
>
> Heikio
>
>
> __
> Von: [EMAIL PROTECTED] im A
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
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 i
On Mon, 2004-10-25 at 16:26, Zhong Lun wrote:
> Hi,
>
> I encountered a problem, see below. The ejb home&interface + the
> ejb-jar.xml was generated successfully but not oracle description
> file, the assembly-descriptor is always missing, I cannot find any
> problem from my build script (the XDo
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 late
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.
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
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...
>
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 Thin
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 sur
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 f
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 i
1 - 100 of 633 matches
Mail list logo