Re: [Xdoclet-user] ECCN for xdoclet

2015-04-20 Thread Konstantin Priblouda
Hi Maria,  Nice to hear that XDoclet is still in use by somebody.  But as it is not actively developed  anymore ( it became obsolete ages ago )  there are no active developers. So I'm affraid you will have to do the work yourselves,  or try to hire some of original developers ( like me, as I'm  

Re: [Xdoclet-user] list within a list

2012-01-26 Thread Konstantin Priblouda
as Justin says, you shall try to upgrade to xdoclet 2 - hey we are also planing lazy last release ther. I affraid all the skills and will to hack XD1 are gone. regards,   [ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/

Re: [Xdoclet-user] generating multiple files

2011-09-22 Thread Konstantin Priblouda
jects/ From: Justin Case To: Konstantin Priblouda ; End-user support for the XDoclet code generator Sent: Thursday, September 22, 2011 7:40 PM Subject: Re: [Xdoclet-user] generating multiple files ...a single request: as you're about to get a new release, could y

Re: [Xdoclet-user] generating multiple files

2011-09-20 Thread Konstantin Priblouda
ltogether - I don't like such dirty hacks in my project... Thank you very much, JC > >From: Konstantin Priblouda >To: Justin Case ; End-user support for the >XDoclet code generator >Sent: Tuesday, September 20, 2011 9:26 AM >Subject: Re

Re: [Xdoclet-user] generating multiple files

2011-09-20 Thread Konstantin Priblouda
Hi Justin, You are not forgotten -  it's just me havong too much to hack around and XDoclet is not on the high priority list. Current engine does not support generation of multiple files from same java sources,  but you can have more than one plugin instance in same run giving you similar func

Re: [Xdoclet-user] Support for bundle attribute using xdoclet

2009-09-30 Thread Konstantin Priblouda
> Konstantin Priblouda wrote: > > > > If you provide the patch (with testcases, in jira) > > > I have never used jira. I can share with you some sample > code, even files > with you to take help. If you can guide me how can I > provide necessary > information

Re: [Xdoclet-user] Support for bundle attribute using xdoclet

2009-09-29 Thread Konstantin Priblouda
> > I double checked the end requirement with my head. It comes > out that we need > to support two different resource bundles simultaneously. > Lets take an > example, Login page-> user name field. For Role1, the > validation rule is: > username cannot have numbers, i.e. only alphabets are > allo

Re: [Xdoclet-user] Support for bundle attribute using xdoclet

2009-09-29 Thread Konstantin Priblouda
As XDoclet-1 is no more developed actively, you shall look for xdoclet-2 instead. Regards, [ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/ --- On Tue, 9/29/09, amiteshuni wrote: > From: amiteshuni > Subject: [Xdoc

Re: [Xdoclet-user] Move to anotations?

2009-07-13 Thread Konstantin Priblouda
--- On Mon, 7/13/09, John Leonard wrote: > Well, annotations and Javadoc tags both serve the same > purpose - they > add descriptive information to *.java files which can be > used by various > software processors in different ways. > However annotations constitute a change in the Java > lan

Re: [Xdoclet-user] Move to anotations?

2009-07-12 Thread Konstantin Priblouda
This is a good questions, asked on a wrong list. As this list is used for XDoclet-1, which is not really active anymore. ( Nevertheess, all active developers hopefully lurk here ) What is your idea of annotations usage? regards, [ Konstantin Pribluda http://www.pribluda.de ]--

Re: [Xdoclet-user] Generate DTO from JPA annotated class

2009-07-03 Thread Konstantin Priblouda
gt; @Entity > Class Customer > { > String name; > > > @do not replicate > String Password > > getters and setters > > } > > > replicated class > > Package  client; > > Class Customer > { > String name; > > Customer(server.cu

Re: [Xdoclet-user] Generate DTO from JPA annotated class

2009-07-02 Thread Konstantin Priblouda
XDoclet s the right tool to do this, but it does not process anotations, but xdoclet ( kind-of javadoc ) tags instead. To achieve your task you can start from existing hibernate plugin, reuse its tag definitions and create your own velocity template. regars, [ Konstantin Pribluda http://

Re: [Xdoclet-user] xml generation.

2009-06-24 Thread Konstantin Priblouda
--- On Wed, 6/24/09, John Leonard wrote: > From: John Leonard > Subject: [Xdoclet-user] xml generation. > To: xdoclet-user@lists.sourceforge.net > Date: Wednesday, June 24, 2009, 5:19 PM > with xdoclet I was able to create > *.xdt file and pass it to > xdoclet.DocletTask class which would gen

Re: [Xdoclet-user] how to create own tags using qtags

2009-06-16 Thread Konstantin Priblouda
--- On Tue, 6/16/09, Justin Case wrote: > It is, but it's still called xdoclet in all the links and > mailing lists and it's sometimes codehaus sometimes > sourceforge and has different versions on different > components... it takes a while to get used to which is > which, sorry :) > All the b

Re: [Xdoclet-user] how to create own tags using qtags

2009-06-16 Thread Konstantin Priblouda
--- On Tue, 6/16/09, Justin Case wrote: > From: Justin Case > Subject: Re: [Xdoclet-user] how to create own tags using qtags > To: "End-user support for the XDoclet code generator" > > Date: Tuesday, June 16, 2009, 11:50 AM > > Sure, I'm moving it there. > However, given there's no mention

Re: [Xdoclet-user] how to create own tags using qtags

2009-06-16 Thread Konstantin Priblouda
This discussion belongs on xdoclet-plugin-interest mailing list! --- On Mon, 6/15/09, Justin Case wrote: > From: Justin Case > Subject: [Xdoclet-user] how to create own tags using qtags > To: "End-user support for the XDoclet code generator" > > Date: Monday, June 15, 2009, 6:01 PM > >

Re: [Xdoclet-user] how to skip parsing inappropriate files

2009-06-15 Thread Konstantin Priblouda
Do we speak about XD1 or XD2 ;) ( if XD2, we shall go to the xdoclet-plugin-interest list of http://www.sourceforge.net/prpojects/xdoclet-plugins/ ) But in both versions, it' decision of a plugin to process file or not. Otherwise you have to exclude file from sourceset. regards, [ Ko

Re: [Xdoclet-user] Reference xdocpath not found

2009-06-15 Thread Konstantin Priblouda
Apparently, you should not create src dir with your ant script, it shall be already there. ( And not under WEB-INF ) Meanwhile, there is a quite standart layout used by maven: src/main/java /web /test And everything is build under target/ regards, [ Konstantin Pribluda http://w

Re: [Xdoclet-user] Migrate from xdoclet to xdoclet2.

2009-06-15 Thread Konstantin Priblouda
--- On Mon, 6/15/09, John Leonard wrote: > From: John Leonard > I have spent some time with xdoclet and think I need to > move to > xdoclet2. ... since 3-4 years - definitely ;) > xdoclet doesn't seem able to work with generics, > annotations > or enums. I have downloaded Maven and begun

Re: [Xdoclet-user] Reference xdocpath not found

2009-06-15 Thread Konstantin Priblouda
AFAIR, webdoclet also requires servlet api somewhere on c lasspath... I would enable debugging output from ant, and look for errors in detail regards, [ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/ --- On Mon, 6/15

Re: [Xdoclet-user] 1.0.5 mvn install failure

2009-06-15 Thread Konstantin Priblouda
this is not a maven project, but complete binary distribution containing everything you need to run XD2 and plugins [ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/ --- On Mon, 6/15/09, Justin Case wrote: > From: J

Re: [Xdoclet-user] ValueObject source code missing

2009-06-15 Thread Konstantin Priblouda
er support for the XDoclet code generator" > > Date: Monday, June 15, 2009, 12:32 PM > > --- On Mon, 6/15/09, Konstantin Priblouda > wrote: > > justin, please do not email me directly but through > list > > ( so there is a contrail for others ) > >

Re: [Xdoclet-user] ValueObject source code missing

2009-06-15 Thread Konstantin Priblouda
; location: class > org.xdoclet.plugin.qtags.impl.test.TagLibrary > > E:\eclipse\eclipse-jee-ganymede-win32\xdoclet-plugins-sf\plugin-qtags\src\test\java\org\xdoclet\plugin\qtags\impl\test\TagLibrary.java:[18,79] > cannot find symbol > symbol  : class FooBarTagImpl > location

Re: [Xdoclet-user] ValueObject source code missing

2009-06-12 Thread Konstantin Priblouda
( do not send message to me directly please, use the list ) Just forgot, building with maven works best if you have some additional repositories specified: -%< default codehaus

Re: [Xdoclet-user] which version of XDoclet is still under development?

2009-06-09 Thread Konstantin Priblouda
--- On Tue, 6/9/09, Justin Case wrote: > > There is some development, and I pushed release 2.0.7 > last week. > > Indeed, I've seen in the subversion link (and only there) > that the latest version is 2.0.7. My problem was, there is > no roadmap or timeline of the project on the webpage so I

Re: [Xdoclet-user] which version of XDoclet is still under development?

2009-06-08 Thread Konstantin Priblouda
--- On Mon, 6/8/09, Justin Case wrote: > Excuse the confusion but I don't really understand if > there's anything still going on around here... the XDoclet > web page mentions only latest version 1.2.3, some mailing > lists mention though there's a XDoclet 2, finally one finds > the XDoclet2 p

Re: [Xdoclet-user] xdoclet libraries

2009-06-02 Thread Konstantin Priblouda
XD1.x is not actively developet anymore, latest versions of xdoclet-2 are on codehaus maven repositories. http://xdoclet.codehaus.org ( though it is not technically related to XD1 ) regards, [ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www

Re: [Xdoclet-user] xdoclet - many-to-one ignores lazy=false

2009-05-26 Thread Konstantin Priblouda
Migrate to XDoclet 2 , its plugins are in way better shape and still supproted. http://xdoclet.codehaus.org regards, [ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/ --- On Tue, 5/26/09, Dora Potluri wrote: > From: D

Re: [Xdoclet-user] Use of Include-updates in finders

2009-05-07 Thread Konstantin Priblouda
, Rajakumari wrote: > From: Sakthivadivelu, Rajakumari > Subject: Re: [Xdoclet-user] Use of Include-updates in finders > To: "End-user support for the XDoclet code generator" > > Date: Thursday, May 7, 2009, 9:31 PM > Hi Konstantin Priblouda > Thanks for the reply > I

Re: [Xdoclet-user] Use of Include-updates in finders

2009-05-07 Thread Konstantin Priblouda
XD 1.2.3 is last version in 1.x branch, which is not developed anymore since 3-4years ( AFAIR ) There is xdoclet-2 though, with (somehow) more active developer community. http://xdoclet.codehaus.org/ ( Well, being commiter there myself I can not recall state of weblogic plugins, as I do not u

Re: [Xdoclet-user] Could not find tag handler for prefix: 'XDtPackage'

2009-03-03 Thread Konstantin Priblouda
--- On Tue, 3/3/09, Nourhéne Alaya wrote: > From: Nourhéne Alaya > Subject: [Xdoclet-user] Could not find tag handler for prefix: 'XDtPackage' > To: xdoclet-user@lists.sourceforge.net > Date: Tuesday, March 3, 2009, 7:18 PM > Hello, > I'm a new XDoclet user and i'm developing a Web > Application

Re: [Xdoclet-user] How to generate classes for each method of a class through Xdoclet?‏

2008-12-12 Thread Konstantin Priblouda
[ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/ --- On Fri, 12/12/08, John Dous wrote: > From: John Dous > Subject: [Xdoclet-user] How to generate classes for each method of a class > through Xdoclet?‏ > To: xdocl

Re: [Xdoclet-user] xdoclet annotation for hibenate field level access

2008-09-18 Thread Konstantin Priblouda
--- On Thu, 9/18/08, miro <[EMAIL PROTECTED]> wrote: > From: miro <[EMAIL PROTECTED]> > Subject: Re: [Xdoclet-user] xdoclet annotation for hibenate field level access > To: xdoclet-user@lists.sourceforge.net > Date: Thursday, September 18, 2008, 6:17 PM > can you please tell me more about this

Re: [Xdoclet-user] custom annotations using xdoclet

2008-09-17 Thread Konstantin Priblouda
[ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/ --- On Wed, 9/17/08, miro <[EMAIL PROTECTED]> wrote: > From: miro <[EMAIL PROTECTED]> > Subject: [Xdoclet-user] custom annotations using xdoclet > To: xdoclet-user@lis

Re: [Xdoclet-user] xdoclet annotation for hibenate field level access

2008-09-17 Thread Konstantin Priblouda
[ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/ --- On Thu, 9/18/08, miro <[EMAIL PROTECTED]> wrote: > From: miro <[EMAIL PROTECTED]> > Subject: Re: [Xdoclet-user] xdoclet annotation for hibenate field level access >

Re: [Xdoclet-user] xdoclet annotation for hibenate field level access

2008-09-17 Thread Konstantin Priblouda
[ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/ --- On Wed, 9/17/08, miro <[EMAIL PROTECTED]> wrote: > From: miro <[EMAIL PROTECTED]> > Subject: [Xdoclet-user] xdoclet annotation for hibenate field level access > To:

Re: [Xdoclet-user] Is the mergeDir mandatory for ejbdoclet?

2008-03-31 Thread Konstantin Priblouda
--- Fredrik Andersson <[EMAIL PROTECTED]> wrote: > > Hello!Thanks for your reply!I tried what you > suggets, added my weblogic.jar (including javax.ejb) > to the classpath in the target: > classname="xdoclet.modules.ejb.EjbDocletTask" > name="ejbdoclet" > classpath="xdoclet/lib/xdoclet.jar; >

Re: [Xdoclet-user] Is the mergeDir mandatory for ejbdoclet?

2008-03-30 Thread Konstantin Priblouda
--- Fredrik Andersson <[EMAIL PROTECTED]> wrote: > > Hello! > > My ejb-jar.xml and weblogic-ejb-jar.xml does not get > populated at all. > > It just says (in weblogic-ejb-jar.xml ) > It's just a hint that there is a merge point. YOu shall nesure that javax,ejb.* is on claspath of xdoclet

Re: [Xdoclet-user] What might be wrong with this ant-task (ejbdoclet)??

2008-03-30 Thread Konstantin Priblouda
It looks that XDoclet did not recognized your sources being EJBs. This can happen, if you forget to inlcude javax.ejb.* classes on xdoclet classpath. If those classes are not available, it's impossible to tell what exactly is ejb - thus everything gets ignored. I would also drop ant itself

Re: [Xdoclet-user] xdoclet2 not recognizing ant env properties

2007-12-14 Thread Konstantin Priblouda
--- "Shishir K. Singh" <[EMAIL PROTECTED]> wrote: > No problem. I decided to get my hands dirty and did > the following > changes in XDocletTask to make things work for me > (till a better soln is > found) That's cool - engaged developers are always cool ;) > a) To overcome the Id issue, I chan

Re: [Xdoclet-user] xdoclet2 not recognizing ant env properties

2007-12-12 Thread Konstantin Priblouda
t.java:1 > 60) > at > org.apache.tools.ant.Task.perform(Task.java:347) > at > org.apache.tools.ant.Target.execute(Target.java:357) > at > org.apache.tools.ant.Target.performTasks(Target.java:385) > at > org.apache.tools.ant.Project.executeSorte

Re: [Xdoclet-user] xdoclet2 not recognizing ant env properties

2007-12-11 Thread Konstantin Priblouda
--- "Shishir K. Singh" <[EMAIL PROTECTED]> wrote: > It seems that Xdoclet2 does not supports the same > (at least just by > replacing xdoclet by xdoclet2). Is there a way to > achieve the same in > xdoclet2. The fact that I am unable to replicate the > above feature is > preventing me from moving

Re: [Xdoclet-user] hibernatedoclet including files that it should not have (java 5 workaround)

2007-11-01 Thread Konstantin Priblouda
--- Ajay Gautam <[EMAIL PROTECTED]> wrote: > Konstantin: > Sorry, I wasn't aware of "xdoclet 2". I just wen't > to xdoclet's > website and was looking for solutions / workarounds > there. Perhaps I > missed the link to xdoclet 2. > I am going to assume that XD2 > (http://xdoclet.codehaus.org/) is

Re: [Xdoclet-user] hibernatedoclet including files that it should not have (java 5 workaround)

2007-11-01 Thread Konstantin Priblouda
--- Ajay Gautam <[EMAIL PROTECTED]> wrote: > I have a few java files that have java 5 code in > them. > After much googling, I came to the conclusion that I > can't upgrade > xdoclet and have it process java 5 files. > > The thing is that this java file does not contain > any hibernatedoclet > t

Re: [Xdoclet-user] compiste key

2007-08-20 Thread Konstantin Priblouda
If you like to have composie primary key, you really should go dedicated class. ( and define hashCode() and equals() properly - or you are lost ) You also should provide default noarg constructor so hibernate will be able to instantiate your class. Since XD1 old, you should evaluate move to XD

Re: [Xdoclet-user] develop xdoclet 2 with eclipse

2007-07-31 Thread Konstantin Priblouda
--- Mark Russell <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I would like to create some plugins and I use > eclipse as my development environment. Is there a > team project set to import the > code or a document that tells you how to load the > code into ec

Re: [Xdoclet-user] Hopeless MAVEN 2 + XDoclet 1 integration

2007-07-11 Thread Konstantin Priblouda
--- Alessandro Oliveira <[EMAIL PROTECTED]> wrote: > > Hi guys, Hi, > I'm currently evaluating to maven2 restructure > several J2EE projects in > > order to have a more organized build process, but I > couldn't find > > information on how to transition the ant/xdoclet1 > build scripts to >

Re: [Xdoclet-user] eclipse plugin calling xdoclet

2007-07-11 Thread Konstantin Priblouda
--- Mark Russell <[EMAIL PROTECTED]> wrote: > I'm trying to write a plugin for eclipse that is a > builder that will handle the generation of the the > XDoclet artifacts > automatically when a file containing the XDoclet > code is modified. I have had one issue I can not > solve. > > I can't fi

Re: [Xdoclet-user] xdoclet-user Digest, Vol 13, Issue 8

2007-06-28 Thread Konstantin Priblouda
--- John Doe <[EMAIL PROTECTED]> wrote: > So, this is one of the way, thanks for advise. If you find another - let me know ;) I do not use EJBs anymore so I'm not current withlatest specs - but maybe EJB 3 would be better on this issue. regards, [ Konstantin Pribluda http://www.pribluda.d

Re: [Xdoclet-user] xdoclet-user Digest, Vol 13, Issue 6

2007-06-27 Thread Konstantin Priblouda
--- John Doe <[EMAIL PROTECTED]> wrote: > Konstantin, what yaour counter bean looks like? Is > it just increment the > last ID in table or what? just an entity bean, keyed with string, with incrementing counter - throw in decent transaction handlng and you are fine. eiteher use one instance fo

Re: [Xdoclet-user] get new created row Id

2007-06-25 Thread Konstantin Priblouda
--- John Doe <[EMAIL PROTECTED]> wrote: > Hi. I create row in DB through cmp and try to get > it's id like this : > Object ref = context.lookup("ContractLocal"); > ContractLocalHome contractLocal = > (ContractLocalHome) ref; > ret = contractLocal.create(contract).getId(); > > but I get : > > 2

Re: [Xdoclet-user] using XDoclet with Sun System Application Server 8.2

2007-06-13 Thread Konstantin Priblouda
--- Florian Reiser <[EMAIL PROTECTED]> wrote: > I don't know if I stay at the sun server, because it > does make not a well designed impression. (The > administration interface is very clumsy). Maybe I'll > switch to JBoss or some other application server if > I'm finished. JBoss got better supp

Re: [Xdoclet-user] using XDoclet with Sun System Application Server 8.2

2007-06-13 Thread Konstantin Priblouda
--- Florian Reiser <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using the Sun System Application Server 8.2 in > combination with the jdk 1.6 and xdoclet 1.2.3. > > When generating the ejb-jar.xml for my Session-EJB, > there are a couple of issues I've not solved > currently to get a working ear

Re: [Xdoclet-user] return a unique parameter type list for all methods of a class

2007-06-07 Thread Konstantin Priblouda
--- Paul O\'Connell <[EMAIL PROTECTED]> wrote: > Hi Konstantin, > > Thanks for the link which i've read but i'm still > unsure how i would > use this API. Could you clarrify how you would > expect me to use this > API to solve the issue i'm having. It would be helpfull if you would quote origin

Re: [Xdoclet-user] Help

2007-06-04 Thread Konstantin Priblouda
--- Ahmed Malik <[EMAIL PROTECTED]> wrote: > I am a novice, while building my project through > ant, i am encountering the > following exception > > [jmxdoclet] (XDocletMain.start 47 > ) Running > > [jmxdoclet] Error parsing File > E:\GhostWorkspace\tryProject\audioTransfer\s

Re: [Xdoclet-user] return a unique parameter type list for all methods of a class

2007-05-31 Thread Konstantin Priblouda
--- Paul O'Connell <[EMAIL PROTECTED]> wrote: > Hey, > > I'm trying to find a way of getting the unique list > of parameter types for > all methods of a class. My goal is to create a > method that will return default > obbject for each unique parameter type, to be used > in a junit test class.

Re: [Xdoclet-user] New XDoclet1 version?

2007-05-25 Thread Konstantin Priblouda
--- Gwyn Evans <[EMAIL PROTECTED]> wrote: > Ah - thanks! With that hint, I find that I need to > ignore the list on > the site[1], and instead check the source > repository[2]. Truth is definitely out there ;) At the moment build is not in perfect shape, so tag doc is generated properly but not

Re: [Xdoclet-user] New XDoclet1 version?

2007-05-24 Thread Konstantin Priblouda
--- Gwyn Evans <[EMAIL PROTECTED]> wrote: > It may be so, but it doesn't support the same > funtionality - e.g. > Weblogic - does it? There is definitely weblogic plugin. You are welcome to try it out ( I have no use case for it ) regards, [ Konstantin Pribluda http://www.pribluda.de ]---

Re: [Xdoclet-user] New XDoclet1 version?

2007-05-24 Thread Konstantin Priblouda
--- Ary Junior <[EMAIL PROTECTED]> wrote: > Right, and what about the migration XDoclet1 to > XDoclet2? I developed many > ant tasks that generate XML and Java source files > with XDocet1. well, XD2 is fully optional and of production quality. current plugins version is 1.0.4-SNAPSHOT so fresh

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

2007-05-22 Thread Konstantin Priblouda
--- saurabh dutta <[EMAIL PROTECTED]> 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 > as > t

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

2007-05-17 Thread Konstantin Priblouda
--- Andrew Stevens <[EMAIL PROTECTED]> > > xtags.xml do not define tags - it is for > > documentation puproses > > Well, yes, and he was asking how to generate their > documentation... Which is not necessarily correct ;) > True, though I did go through them and sync things > up some time a

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

2007-05-15 Thread Konstantin Priblouda
--- 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-INF/xtags.xml in each module, which have to > be kept in sync > manually with the code that uses them, and the > latter are

Re: [Xdoclet-user] Running XDoclet failed.: xdoclet.template.TemplateException

2007-05-14 Thread Konstantin Priblouda
--- Ambika Awanty <[EMAIL PROTECTED]> wrote: > Hi, > I cant change the build to use the maven, > because i dont have currently maven.xml file to > build, i have to use ant only. Is there any way to > download all the jars of xdoclet2 which supports all > features which xdoclet 1.2.3 supports

Re: [Xdoclet-user] Running XDoclet failed.: xdoclet.template.TemplateException

2007-05-14 Thread Konstantin Priblouda
--- Ambika Awanty <[EMAIL PROTECTED]> wrote: > Hi, > thanks for replying soon. I am new to xdoclet, > correct me if i am wrong anywhere. XD1 in your mail > refers to xdoclet1.* version and XD2 means > xdoclet2.* version right? > But i am able to get a download option for > Xdoclet2, in

Re: [Xdoclet-user] Running XDoclet failed.: xdoclet.template.TemplateException

2007-05-14 Thread Konstantin Priblouda
Judging from NPE probability is high, that your tag is missing some mandatory parameter. Unfortunately due to lack of formal declaration of tags in XD1 you will get no hint from XD what exactly is missing. ( XD2 solves this problem, and you really should upgrade ) XD1 templates are kept insid

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

2007-05-06 Thread Konstantin Priblouda
--- 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 definitionin XD1, so there is no way to generate accurate documentation abo

Re: [Xdoclet-user] xdoclet hibernate bug?

2007-04-19 Thread Konstantin Priblouda
--- tartar <[EMAIL PROTECTED]> wrote: > } > /** > * @hibernte.property column="email" > * @return String > */ > > Any idea? Thanks! What about using @hibernate.property instead? ;) You should consider to move to XDoclet 2 ( http://xdoclet.hibernate.org/ ) as there is mo

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

2007-04-09 Thread Konstantin Priblouda
--- Ambika Awanty <[EMAIL PROTECTED]> wrote: > I have sampleEJB.java file also in which i am > importing >import javax.ejb.EntityBean; As XDoclet ist not compiler, it does not actially care of classpath correctness. It will not bomb if it does not find something - it will treat it as unkno

Re: [Xdoclet-user] collection hibernate/xdoclet problem

2007-04-07 Thread Konstantin Priblouda
--- dr_pompeii <[EMAIL PROTECTED]> wrote: > > hi thanks > > for the reply > > i like to see your opinion about this , before to > read and go deeply in > maven2 > > http://forum.springframework.org/showthread.php?t=33376&highlight=maven Well, being pico/nanocontainer developer I do not rea

Re: [Xdoclet-user] collection hibernate/xdoclet problem

2007-04-07 Thread Konstantin Priblouda
--- dr_pompeii <[EMAIL PROTECTED]> wrote: > > i really appreciate your help > thank so much both of you for your time It's easter - so work free. I call it a fun ;) > >Of course. Nothing is so exciting as big > refactoring > >and change of build system on the eve of important > >deadline ;)

Re: [Xdoclet-user] HELP! Floundering using maven2 and the maven-xdoclet plugin.

2007-04-07 Thread Konstantin Priblouda
--- "Peter L. Berghold" <[EMAIL PROTECTED]> wrote: > On Sat, 2007-04-07 at 03:54 -0700, Konstantin > Priblouda wrote: > > > Maybe you just have a typo? ( dbcURL = jdbcURL )? > > > > Nope.. the "j" dropped off during the copy/paste.

Re: [Xdoclet-user] HELP! Floundering using maven2 and the maven-xdoclet plugin.

2007-04-07 Thread Konstantin Priblouda
--- "Peter L. Berghold" <[EMAIL PROTECTED]> wrote: > Hi folks, > > I have an application that I'm trying to build using > maven2 and the > maven-xdoclet-plugin. The area in my pom.xml that > I'm mud wrestling > with now is: > > version="3.0" > > dbcURL="jdbc:postgresql://72.24

Re: [Xdoclet-user] collection hibernate/xdoclet problem

2007-04-07 Thread Konstantin Priblouda
--- dr_pompeii <[EMAIL PROTECTED]> wrote: > >If maven (2) is not an option for you, you still > can > >use XD2 with ant, but you will have to hunt for > >dependencies yourself ( with m2 it is just > specifying > >plugin and watching them downloaded ) > i tried with ant, was a hell, and almost i

Re: [Xdoclet-user] collection hibernate/xdoclet problem

2007-04-06 Thread Konstantin Priblouda
--- dr_pompeii <[EMAIL PROTECTED]> wrote: > > hi guys > > thanks so much both of you for your replies > > well, by parts > > by the moment i cant use xdoclet2, i have party of > errors about dependences > and i cant learn maven by lack of time > so, by the moment this option is in stand by

Re: [Xdoclet-user] collection hibernate/xdoclet problem

2007-04-06 Thread Konstantin Priblouda
It seems that your problem lies in use of typed collection. YOu are using XDoclet 1.x , and I'm not sure its parser ( xjavadoc ) supports those java-5 features correctly. As you are using hibernate module you option would be to upgrade to XDoclet-2 ( which uses qdox source parser which is know

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

2007-04-05 Thread Konstantin Priblouda
--- Ambika Awanty <[EMAIL PROTECTED]> wrote: > Hi, > Any idea how to resolve this problem? Not unless you post relevant information. There is a lot of potential causes: - lack of j2ee classes on classpath - wrong directory structure regards, [ Konstantin Pribluda http://www.pribl

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

2007-04-05 Thread Konstantin Priblouda
--- Ambika Awanty <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to xdoclet, i dont have clear idea of > how does it work. There is nothing in create > ejb-jar.xml, it just contains. > > > Inc.//DTD Enterprise JavaBeans 2.0//EN" > "http://java.sun.com/dtd/ejb-jar_2_ > 0.dtd"> > >

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

2007-04-05 Thread Konstantin Priblouda
Look into gonerated file. What is there? Check whether you have J2EE classes on invocation class path - if they are not there xdoclet ( xjavadoc ) would not recognize your sources as EJBs Please note that XD1 is pretty old and not under active development. There is xdoclet-2. ( http://xd

Re: [Xdoclet-user] XDoclet2: generating J2EE AS specific XML descriptors supported/possible?

2007-03-16 Thread Konstantin Priblouda
--- Holger Rauch <[EMAIL PROTECTED]> wrote: > Hi, Hi, Somehow yaou are on a wrong list. This message is belongs to xdoclet 2 plugin discussion list. > After having looked at > > http://xdoclet.codehaus.org > > I couldn't find any plugin related to generating > J2EE AS specific > descripto

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 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-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 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: > >

Re: [Xdoclet-user] First time simple use of XDoclet

2007-03-12 Thread Konstantin Priblouda
--- Mary OToole <[EMAIL PROTECTED]> wrote: > I'm just getting started and want to start with > something very simple. > I want to be able to control the value of a string > in my source code via > XDoclet. > This is my existing code: > > private static final String DEFAULT_CONFIG_PROP = > "data

Re: [Xdoclet-user] IntelliJ License

2007-02-15 Thread Konstantin Priblouda
--- Paolo Donà <[EMAIL PROTECTED]> wrote: > JetBrains has renewed the free license for > developing XDoclet2 with IntelliJ > IDEA. > I was the one who contacted them in the first place > so they kept me > sending email about it. > They just need us to put a little banner in the home > page. >

Re: [Xdoclet-user] Using Xdoclet to generate two descriptors from each bean file

2007-01-24 Thread Konstantin Priblouda
--- Chema <[EMAIL PROTECTED]> wrote: > And why don't you use two different "ejbdoclet" > entries? ejbdoclet in current would surely barf if it finds several bean declarations - AFAIR, last one would win but I'm not sure. In any case you will need some patching. and XD2 is easier to patch. >

Re: [Xdoclet-user] Using Xdoclet to generate two descriptors from each bean file

2007-01-23 Thread Konstantin Priblouda
--- Casey Rayman <[EMAIL PROTECTED]> wrote: > I have a situation where I am attempting to migrate > an application to > use Xdoclet, but I've run into a roadblock. This > application makes use > of a Weblogic feature where you can have multiple > entity bean deployment > descriptors for each ent

Re: [Xdoclet-user] XDoclet and Annotations

2007-01-02 Thread Konstantin Priblouda
--- Ary Junior <[EMAIL PROTECTED]> wrote: > Hi, I cant migrate to XD2 now... in any way thanks > very much for your > help... I think that I found a bug in xjavadoc and > fixed this... xjavadoc is > not prepared for an empty array in attribute, like: > > ...attribute = {} // I get exception > >

Re: [Xdoclet-user] XDoclet and Annotations

2006-12-28 Thread Konstantin Priblouda
--- Ary Junior <[EMAIL PROTECTED]> wrote: > Hi, thanks very much... Im using my own modules... > do you have any > experience with this type of migration to XD2? well, being commiter & maintainer of XD2 I should have some experience ;) basically, module development is easier because there are

Re: [Xdoclet-user] XDoclet and Annotations

2006-12-28 Thread Konstantin Priblouda
--- Ary Junior <[EMAIL PROTECTED]> wrote: > Hi, Im trying to use XDoclet to parse java files > with annotations and Im get > the error below: > > Error parsing File > /documentos/SisLAME_Java/Documentos/Codificacao/ExemploCAEdFramework/src/br/ufjf/caed/exemplo/model/Instituicao.java:Parse > erro

Re: [Xdoclet-user] @ejb.ejb-ref and XDoclet searching classes

2006-12-15 Thread Konstantin Priblouda
--- Chema <[EMAIL PROTECTED]> wrote: > Thanks, but I guess dont, althought that looked like > good :-( > > I tried in MYPROJECT1's xdoclet-build.xml : > > > > > > > > > > name="xdoclet-module-jboss-net-${jboss.net.version}*.jar"/> > > > > > But doesn't work. > Indeed, deploymentdes

Re: [Xdoclet-user] @ejb.ejb-ref and XDoclet searching classes

2006-12-15 Thread Konstantin Priblouda
--- Chema <[EMAIL PROTECTED]> wrote: > Hello: > > I'm working with Eclipse + JBossIDE ( XDoclet 1.2.3 > ) > > I've got a single Java project ( EJB components ) > and I would like to split > it in two. > Components at one will have references to another > one. > > Now , with only one project, I

Re: [Xdoclet-user] hibernate composite-element problem

2006-12-07 Thread Konstantin Priblouda
Obviously properties of composite element has to be marked in that class instead of where you placed it ( in your case: com.wr.adProgram.hibernate.utils.columnViewDetail ) I'm not sure though how well composite element is suppored in XD1, so I would recommend to upgrade to XD2 ( plugin version 1

Re: [Xdoclet-user] implementation class from interface class

2006-11-29 Thread Konstantin Priblouda
--- Narahari 'n' Savitha <[EMAIL PROTECTED]> wrote: > Friends, > > I have an interface that I want an empty stubbed > implementation class to be > generated. > package tmp; > > /** > * @implmentation.class.name=TestImpl > */ > public interface Test { > public String getMe(String name, Strin

Re: [Xdoclet-user] Support for WebLogic 9.2

2006-11-22 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > > We are planning to upgrade our applications to > WebLogic 9.2. Currently, we > are using WebLogic 7. We use XDoclet to generate EJB > interfaces (home and > remote) and deployment descriptors (ejb-jar.xml and > weblogic-ejb-jar.xml). > > As a part of our upgra

Re: [Xdoclet-user] possible to declare default value for table column in hibernate.property?

2006-11-22 Thread Konstantin Priblouda
--- Man-Chi Leung <[EMAIL PROTECTED]> wrote: > hi, > > e.g. @hibernate.property column="enabled" > > I want to set default value for this column as "Y" > > how can i do it? AFAIR there is no such attribute in property mapping. ( though nobody prohibits you from setting such value in default

Re: [Xdoclet-user] Hibernate doclet / problem in running HibernateConfig plugin

2006-11-21 Thread Konstantin Priblouda
--- Marco Mistroni <[EMAIL PROTECTED]> wrote: > hi all, > i am currently using xd2 maven plugin (i m running > it under maven2) > at the moment, i had generated only mapping files > for my classes, but i was > going to try to generate also hibernate config file ... then you should ask those q

Re: [Xdoclet-user] how to invoke another ant task with xdoclets help

2006-11-18 Thread Konstantin Priblouda
--- Narahari 'n' Savitha <[EMAIL PROTECTED]> wrote: > want to use my own tags and with the tags and > xdoclet framework I want to > be able to invoke an ant task. > > My requirement is > > Java file > > public interface Test { > > /** >*@ hr.include.in.ws = true >

Re: [Xdoclet-user] sunone-beans.xml ?

2006-11-15 Thread Konstantin Priblouda
--- gbas gbas <[EMAIL PROTECTED]> wrote: > Hi. > I need the jboss-beans.xml funcionality for SunOne > (sunone-beans.xml maybe?) > Some idea? Do it yourself > Why is present sunone-role-mappings.ent, > sunone-pm-descriptors.xml, in > merge files and not sunone-beans ?? Nobody volunteered

Re: [Xdoclet-user] ejbdoclet and EJB 3.0

2006-10-30 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > How can I generate ejb-jar.xml for EJB 3.0 ? > ejbSpec attribute of ejbdoclet task seems to accept > only 1.1, 2.0 and 2.1. are you sure it is supported at all? regards, [ Konstantin Pribluda http://www.pribluda.de ] Still using XDoclet 1.x

  1   2   3   4   5   6   7   8   >