Re: [Xdoclet-user] xdoclet for JUnit?

2001-10-13 Thread Konstantin Priblouda
using straightforward ( and well defined ) patterns. But you still have to write logic yourself - how cat it be applied to writing tests? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts

Re: [Xdoclet-user] Is writing a completely portable J2EE app possible with xdoclet?

2002-01-18 Thread Konstantin Priblouda
at the docs. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do You Yahoo!? Send FREE video

Re: [Xdoclet-user] OFF: Get Together?

2002-04-15 Thread Konstantin Priblouda
, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do You Yahoo!? Yahoo! Tax Center - online filing

[Xdoclet-user] RE: XDocletGUI feedback

2002-10-15 Thread Konstantin Priblouda
, are there any docs/usage notes/design/future direction notes for xdocletgui? There are generated docs. Just do ant dist regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http

Re: [Xdoclet-user] EJB Security

2002-10-23 Thread Konstantin Priblouda
specify role-name=foo,bar,baz or unchecked on: @ejb.pk , and all finder tags regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

RE: [Xdoclet-user] EJB Security

2002-10-23 Thread Konstantin Priblouda
with my actual user passwords and roles? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you

Re: [Xdoclet-user] How to make an ejb-ref to an ejb in another deployment descriptor

2002-10-18 Thread Konstantin Priblouda
=Entity * home=com.ukw.sequence.interfaces.SequenceHome * business=com.ukw.sequence.interfaces.Sequence regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http

Re: [Xdoclet-user] using a EJB superclass

2002-10-29 Thread Konstantin Priblouda
like to achieve? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? HotJobs - Search

Re: [Xdoclet-user] EJB inheritance / generated PK and Data

2002-10-29 Thread Konstantin Priblouda
___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http

RE: [Xdoclet-user] findAllLocalHome

2002-10-29 Thread Konstantin Priblouda
This sound funny. XDoclet generates correctly ( I'm also use it, also with jboss and have no problem ) Can you post ejb-jar.xml? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online

Re: [Xdoclet-user] EJB inheritance / generated PK and Data

2002-10-29 Thread Konstantin Priblouda
--- Sebastien BLANC [EMAIL PROTECTED] wrote: Konstantin, do u confirm I only have the xdoclet module to retrieve from CVS for this fix ? thanx. seb. Do checkout xdoclet-all, and be happy :) ( and you will get GUI for tagging your files also ) = Konstantin Priblouda ( ko5tik

Re: [Xdoclet-user] problems with ejb-refs in web.xml

2002-10-29 Thread Konstantin Priblouda
... ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? HotJobs - Search new jobs

Re: [Xdoclet-user] problems with ejb-refs in web.xml

2002-10-29 Thread Konstantin Priblouda
--- Christopher Lenz [EMAIL PROTECTED] wrote: Konstantin Priblouda wrote: --- Christopher Lenz [EMAIL PROTECTED] wrote: Hi all, I'm trying to get ejb-ref elements into the web.xml descriptor (with XDoclet, of course ;-) ). For that I'm adding @ejb.ejb-ref tags to Struts

Re: [Xdoclet-user] xdoc generation

2002-10-30 Thread Konstantin Priblouda
, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? HotJobs - Search new jobs daily now http

Re: [Xdoclet-user] Package/Directory Management Best Practices

2002-10-31 Thread Konstantin Priblouda
Remote Interface classes? I personally ignore it. And do not use IDEs which cost a lot of money, and try to be smarter than myself :) ( i scraped JBuilder, NetBeans ( too slow ) , Eclipse ( too smart :) ) and Together (memory hog ) in favor of jEdit ) regards, = Konstantin Priblouda ( ko5tik

Re: [Xdoclet-user] javadoc warnings about ejbdoclet tags

2002-11-01 Thread Konstantin Priblouda
it complaints. Anyone else seeing this? Is there a way to tell javadoc to ignore these tags? Well, if there is any way to mute javadoc, it is surely covered at java.sun.com/wherever javadoc descrived regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http

Re: [Xdoclet-user] Default EJB Permissions?

2002-11-02 Thread Konstantin Priblouda
And of course such permission matches every method in your EJB. Setting permission on method creates yet another entry, but just for specified method - and does not invalidate globbed permission. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de

Re: [Xdoclet-user] Default EJB Permissions?

2002-11-02 Thread Konstantin Priblouda
holding role Hello would be able to run only this method. Roles are additive... I give universal permission only to administrative roles, which ought to be able to call everything, and then ease restrictions on some methods for those who need it ( I'm also using JBoss ) regards, = Konstantin

Re: [Xdoclet-user] permission problem

2002-11-03 Thread Konstantin Priblouda
xdoclet-generated classes. This is even mentioned in the docs. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

Re: [Xdoclet-user] permission problem

2002-11-03 Thread Konstantin Priblouda
--- Jeremy Cowgar [EMAIL PROTECTED] wrote: Konstantin Priblouda wrote: This is known feature. You have to use FQNs for your xdoclet-generated classes. This is even mentioned in the docs. FQNs? Fully Qualified [Class] Names ... Problem arises because those classes are not existent

RE: [Xdoclet-user] Toplink/CORBA Xdoclet

2002-11-05 Thread Konstantin Priblouda
asked there ] regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? HotJobs - Search new

Re: [Xdoclet-user] Problems with 1.2.0b1

2002-11-05 Thread Konstantin Priblouda
the deploymentdescriptor task is running. Does this sound like a known issue to anyone? I will provide more details if it is not. Throw in your ant script ( taskdef + invocation ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games

Addition: RE: [Xdoclet-user] Problems with 1.2.0b1

2002-11-05 Thread Konstantin Priblouda
It's important to add all xdoclet modules to classpath. There are dependencies between modules ( some tag habdlers are used widely, and a lot of such tag handlers is in xdoclet-xdoclet-module.jar ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http

Re: [Xdoclet-user] generating docs

2002-11-05 Thread Konstantin Priblouda
| | Porto Alegre - Brasil| |xx| You will need maven to generate docs. Grab it from jakarta.apache.org then once you installed it say maven site regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play

Re: [Xdoclet-user] xdoclet tags for hibernate

2002-11-06 Thread Konstantin Priblouda
to contribute it it comes as soon as contributed. If none of the above applies, lobby work is necessary on developer list. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http

Re: [Xdoclet-user] Anyone interested in writing a version of PetStore with xDoclet?

2002-11-07 Thread Konstantin Priblouda
/Dashboard.jspa It's our new bug and issue tracking tool ( we favored it over SF bug tracking ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

Re: [Xdoclet-user] Re: idea plugin

2002-11-10 Thread Konstantin Priblouda
GUI and activate debugging output - then you will see how it parses tag declarations, and checks for applicability = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de

RE: [Xdoclet-user] XDT template relations

2002-11-11 Thread Konstantin Priblouda
) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? U2 on LAUNCH - Exclusive

Re: [Xdoclet-user] getting started with samples question

2002-11-11 Thread Konstantin Priblouda
, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http

Re: [Xdoclet-user] getting started with samples question

2002-11-11 Thread Konstantin Priblouda
are created by jboss ( for example ) while deployment. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

Re: [Xdoclet-user] getting started with samples question

2002-11-12 Thread Konstantin Priblouda
--- wu qihua [EMAIL PROTECTED] wrote: then what is the diffence between them? Between what and what? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de

Re: [Xdoclet-user] template loops

2002-11-12 Thread Konstantin Priblouda
/ /definition Unfortunately xdoclet templating engine stores current class tag in static variables - this means, no nested loops over the same entity :( Look into existing module, maybe there is something specific you can use... regards = Konstantin Priblouda ( ko5tik )Freelance Software

RE: [Xdoclet-user] template loops

2002-11-12 Thread Konstantin Priblouda
templating engine is not very easy programmed... That's why xdoclet2 would use velocity. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

RE: [Xdoclet-user] template loops

2002-11-12 Thread Konstantin Priblouda
... ) If whyt you do has value for common usage with tiles, you may raise improvement issue in JIRA, and then provide patch of correct solution. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online

Re: [Xdoclet-user] Why is there a separate CMP class for each bean?

2002-11-12 Thread Konstantin Priblouda
( or overnext ) when they finally manage to publish my article. grüß, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

Re: [Xdoclet-user] getting started with samples question

2002-11-13 Thread Konstantin Priblouda
( mostly :) approach Basically you can go without them ( as I do most of the time ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

[Xdoclet-user] RE: [Xdoclet-devel] xrai

2002-11-13 Thread Konstantin Priblouda
--- Ara Abrahamian [EMAIL PROTECTED] wrote: Silly mistake :-) Corrected. Continuig discussion about XDT-148 and autocompletion - comipled came straight out of it , and you never noticed :) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de

Re: [Xdoclet-user] Value Object reentrant problem

2002-11-13 Thread Konstantin Priblouda
() work.ejb.AddressesCMP.getAddressesConfidentialValue() work.ejb.EmployeeCMP.getEmployeeConfidentialValue() work.ejb.AddressesCMP.getAddressesConfidentialValue() work.ejb.EmployeeCMP.getEmployeeConfidentialValue() What app server you are using? Problem may be there... regards, = Konstantin Priblouda ( ko5tik

Re: [Xdoclet-user] Value Object reentrant problem

2002-11-13 Thread Konstantin Priblouda
Can you post your beans? Seems taht you created a loop somehow... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

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

2002-11-13 Thread Konstantin Priblouda
xdoclet tags even on word documents, but question is wuld it do anything usefull ? XDoclet uses xjavadoc to parse java source files ( and get tag information ) - jsp is not java source file. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de

Re: [Xdoclet-user] xdoclet compile problem

2002-11-16 Thread Konstantin Priblouda
--- kiuma [EMAIL PROTECTED] wrote: Thx, this solved the problem, but now (also before), I have a problem with xdcletgui, Now, when I load my bean The tree isn't filled. Are there any errors logged? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http

Re: [Fwd: Re: [Xdoclet-user] xdoclet compile problem]

2002-11-16 Thread Konstantin Priblouda
do ant configlog4j to generate log4j.properties, ( set everything to debug ) then you will see what happens... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http

Re: [Fwd: Re: [Xdoclet-user] xdoclet compile problem]

2002-11-16 Thread Konstantin Priblouda
] at de.japhy.tools.configLog4j.ConfigLog4j.main(ConfigLog4j.java:286) [java] Java Result: 1 I commited change to configuration of configlog4j to reflec to new directory layout of xjavadoc. try again :) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http

Re: [Xdoclet-user] about this ml

2002-11-16 Thread Konstantin Priblouda
--- kiuma [EMAIL PROTECTED] wrote: Why the default receiver is the sender and not the ml? Good question... We got used to it somehow. You may as well raise support request in JIRA... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de

Re: [Xdoclet-user] Template problem

2002-11-20 Thread Konstantin Priblouda
. You need somethig like XDtClass:classTagValue... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

RE: [Xdoclet-user] Template problem

2002-11-20 Thread Konstantin Priblouda
can loop over tokens in given tag parameter... Most of template tags you may be interested in ( basic iterators ) live in core of xdoclet... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts

Re: [Xdoclet-user] why xdoclet can not point out the error when the tag property is error?

2002-11-22 Thread Konstantin Priblouda
) - this will prevent most typos. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo

Re: [Xdoclet-user] does PostgreSQL support the EJB-QL LOCATE() function?

2002-11-22 Thread Konstantin Priblouda
, and there is certainly one about persistence problems... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

Re: [Xdoclet-user] XDoclet included in Out-of-the-Box Open Source distribution

2002-11-24 Thread Konstantin Priblouda
and convenient :) If somebody likes to do it... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do

Re: [Xdoclet-user] mergedir problem: weblogic task

2002-11-26 Thread Konstantin Priblouda
. Currently most of the merge points like to have .xdt files ( which can contain xdoclet template tags ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de

Re: [Xdoclet-user] ejbActivate() and ejbPassivate() in CMP

2002-11-27 Thread Konstantin Priblouda
Ingo,raise enhancement issue in JIRA: http://opensource.atlassian.com/projects/xdoclet/secure/Dashboard.jsp And I will look for it ( you may assign it to me, if you can not, send me issue number ) grüß, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de

Re: AW: [Xdoclet-user] problem generating some cmp-field in ejb-jar .xml

2002-11-27 Thread Konstantin Priblouda
Blame my eyes :) Put your tags on getters, not on setters - it's said somewhere in the docs ( I hope ) grüß, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de

Re: [Xdoclet-user] Best Practice for Merge Directory Location

2002-11-27 Thread Konstantin Priblouda
, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign

Re: [Xdoclet-user] if last in loop tag???

2002-11-27 Thread Konstantin Priblouda
for invocations. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail Plus

RE: [Xdoclet-user] can't get ofType value-object feature to work

2002-11-27 Thread Konstantin Priblouda
://opensource.atlassian.com/projects/xdoclet/secure/Dashboard.jspa regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do

Re: [Xdoclet-user] Exception in deploymentdescriptor/

2002-11-28 Thread Konstantin Priblouda
-module.jar!/xdoclet/ modules/ejb/dd/resources/ejb-jar_xml.xdt [ejbdoclet] java.lang.IncompatibleClassChangeError [ejbdoclet] at Such error [mostly] indicates that you need clean build... regards, regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http

Re: [Xdoclet-user] how add code to value-object setEntityBeanValue method?

2002-11-28 Thread Konstantin Priblouda
instead of original one. Put int your merge file whatever you like to appear in your method. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

Re: [Xdoclet-user] jdodoclet task?

2002-11-28 Thread Konstantin Priblouda
is used to build tag documentation and in GUI tool ( which will allow you to edit tags on your sources ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de

Re: [Xdoclet-user] further merge point ?

2002-11-28 Thread Konstantin Priblouda
=where your changed template lives as parameter to the subtask. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

Re: [Xdoclet-user] local object generated is empty...

2002-11-28 Thread Konstantin Priblouda
=StockQuote *type=CMP *cmp-version=2.x *primkey-field=id *schema=stocks YOu surely mean local interface? If you like to have it generated specify parameter view-type=local or both on @ejb.bean regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer

Re: [Xdoclet-user] Exception in deploymentdescriptor/

2002-11-28 Thread Konstantin Priblouda
--- Jesse Stockall [EMAIL PROTECTED] wrote: On Thu, 2002-11-28 at 02:58, Konstantin Priblouda wrote: Such error [mostly] indicates that you need clean build... What do you mean by clean build? I'm only using XDoclet to generate the deployment descriptors, so there is nothing

Re: [Xdoclet-user] local object generated is empty...

2002-11-28 Thread Konstantin Priblouda
--- padhu vinirs [EMAIL PROTECTED] wrote: That did not help also. post your bean source again, I'll look on it. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http

RE: [Xdoclet-user] local object generated is empty...

2002-11-28 Thread Konstantin Priblouda
--- Shaw, Chris [EMAIL PROTECTED] wrote: For starters, shouldn't /* Be /** It should... I would recommend to use GUI tool to tag java source files. This reduces amount of typos... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de

Re: [Xdoclet-user] xdoclet cvs co fails to build

2002-11-29 Thread Konstantin Priblouda
--- Hanasaki JiJi [EMAIL PROTECTED] wrote: just did a checkout of xdoclet. under linux it seems to be trying to call a .bat file. any ideas? You can ignore this warning... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java

RE: [Xdoclet-user] caching homes in util

2002-11-29 Thread Konstantin Priblouda
--- Aslak_Hellesoy [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Konstantin Priblouda Sent: 29. november 2002 11:47 To: Lukas Severin Cc: xdoclet-user Subject: Re: [Xdoclet-user] caching homes in util

RE: [Xdoclet-user] caching homes in util

2002-11-29 Thread Konstantin Priblouda
to be narrowed? ( which is bigger PITA than casting ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

Re: AW: [Xdoclet-user] xdoclet1.2beta1 bug?: xxxUtil.getHome() usingCOMP_NAME instead of JNDI_NAME?

2002-11-29 Thread Konstantin Priblouda
values is correct, but it seems easier to understand. how can i help with improving the documentation? Read it, and point us when you see something wrong or missing. Any help is always appreciated. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http

Re: [Xdoclet-user] Security Exception magically appears

2002-12-02 Thread Konstantin Priblouda
name always... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail Plus

Re: [Xdoclet-user] finder method

2002-12-03 Thread Konstantin Priblouda
with jboss persistence engine. What database mapping you are using? Maybe you can ask this question in jboss forums - there is a lot of people who understand it better. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http

Re: [Xdoclet-user] Problem using template file for JBoss 3 cmp in xDoclet 1.2 beta 1

2002-12-03 Thread Konstantin Priblouda
... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful

Re: [Xdoclet-user] 503 Server Not Initialized Problem

2002-12-03 Thread Konstantin Priblouda
advice on where to start please ? Thanks, Trish. I think this question is better asked in jboss forums, or specific lists for your servlet container ( if you use default jboss settings, you most likely got jetspeed - also on jboss site ) regards, = Konstantin Priblouda ( ko5tik )Freelance

Re: [Xdoclet-user] Facades and value objects.

2002-12-04 Thread Konstantin Priblouda
handy in swing applications. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo

Re: [Xdoclet-user] Birds of a feather: EJB users at OOP 2003?

2002-12-04 Thread Konstantin Priblouda
, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: [Xdoclet-user] Why is my entityPK not working?

2002-12-04 Thread Konstantin Priblouda
field. So, no PK generated... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo

Re: [Xdoclet-user] Facades and value objects.

2002-12-04 Thread Konstantin Priblouda
interfaces. ( but funny thing, if sessionfacaceEJB likes to return remote interfaces, it would have to call entites also remotely... ) regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online

RE: [Xdoclet-user] Why is my entityPK not working?

2002-12-04 Thread Konstantin Priblouda
easier live for SWING frontend... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo

Re: [Xdoclet-user] Facades and value objects.

2002-12-04 Thread Konstantin Priblouda
... I developed sessionfacade/remotefacade pair for my swing application scenario, where I have a lot of CRUD stuff - which also need to be done... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de

Re: [Xdoclet-user] Facades and value objects.

2002-12-04 Thread Konstantin Priblouda
, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign

Re: [Xdoclet-user] Using XDoclet to switch b/w form-based authentication and JAAS

2002-12-05 Thread Konstantin Priblouda
user could go by different names depending on web context) I just can not see what XDoclet got to do with it. It's just templating engine which renders templates based on metadata contained in the java sources... just my EUR 0.02 regards, = Konstantin Priblouda ( ko5tik )Freelance Software

Re: [Xdoclet-user] Dublicate methods in local home interface!?

2002-12-06 Thread Konstantin Priblouda
got classpath problem. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo

RE: [Xdoclet-user] Fix for webwork.module

2002-12-07 Thread Konstantin Priblouda
--- Herve Tchepannou [EMAIL PROTECTED] wrote: where do I send the patch? Use JIRA: http://opensource.atlassian.com/projects/xdoclet/secure/Dashboard.jspa Create enhancement issue. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play

Re: [Xdoclet-user] slightly ot: populating country and language tables

2002-12-08 Thread Konstantin Priblouda
that will automatically insert the codes and names of the countries listed on: I'm not aware of it. But write a perl script which will parse this page owuld be pice of cake. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http

Re: [Xdoclet-user] Default COMP_NAME in local interfaces.

2002-12-12 Thread Konstantin Priblouda
not. But what you are looking for lives in JNDI_NAME. If you believe that configurable COMP_NAME would be usefull, fill enhancement request in JIRA. You can also change template yourself and feed it to subtask... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http

Re: [Xdoclet-user] superclass for value-objects

2002-12-13 Thread Konstantin Priblouda
extends java.lang.Object and not some.package.name.MyValueBase. I am using the 1.2beta1 version downloaded december 6'th If you believe that it'a bug, fill the support request in JIRA - or else it wil be lost in the list... regards, = Konstantin Priblouda ( ko5tik )Freelance

Re: [Xdoclet-user] JNDI_NAME COMP_NAME

2002-12-19 Thread Konstantin Priblouda
Here is where it changed: http://tinyurl.com/3old Konstantin? Well, there was an issue which I fixed... I see you reopened it Shall I tweak it back? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http

Re: [Xdoclet-user] Database Compound Primary Key Issue

2002-12-20 Thread Konstantin Priblouda
for it ) grüß aus Wiesbaden, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail Plus

RE: [Xdoclet-user] Database Compound Primary Key Issue

2002-12-20 Thread Konstantin Priblouda
Is it? If not, will it be?? Probability that it will be if you fill enhancement request in JIRA - then people in charge for weblogic will see this... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http

Re: [Xdoclet-user] RE: [Hibernate] Problem using Xdoclet to generate relationships [newbie]

2002-12-23 Thread Konstantin Priblouda
--- Matt Raible [EMAIL PROTECTED] wrote: I'm trying to run the xdocletgui (using run.bat) and getting a ClassNotFound error: Exception in thread main java.lang.NoClassDefFoundError: xjavadoc/XJavaDocException at xdocletgui.Run.main(Run.java:28) Any ideas? I'm committing

Re: [Xdoclet-user] Intercepting write access to bean attributes

2002-12-27 Thread Konstantin Priblouda
be possible. In 2.x - not sure. YOur CMP class shall be abstract in relation to setters, and container qill generate them on the fly. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online

Re: [Xdoclet-user] XDoclet - info needed

2003-01-01 Thread Konstantin Priblouda
it. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful

Re: [Xdoclet-user] Any great mind working on jakarta OJB?

2003-01-03 Thread Konstantin Priblouda
an ojbdoclet? Is anyone working on this? AFAIK, at the moment nobody works on this... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray

Re: [Xdoclet-user] stricter rules for full-qualified vs unqualified class names in ebjdoclet in v1.2?

2003-01-03 Thread Konstantin Priblouda
xjavadoc ( which replaced the javadoc ) for classes not on xdoclet source path ( and especially those you are generating ) or it would qualify them in the same package as your beans. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java

Re: [Xdoclet-user] stricter rules for full-qualified vs unqualified class names in ebjdoclet in v1.2?

2003-01-03 Thread Konstantin Priblouda
--- Torgeir Veimo [EMAIL PROTECTED] wrote: On Fri, 2003-01-03 at 06:11, Konstantin Priblouda wrote: --- Torgeir Veimo [EMAIL PROTECTED] wrote: We had these @ejb tags which generated fine under xdoclet 1.1.2; @ejb:pk class=com.somewhere.ejbcontainer.domain.IntegerIntegerPK

RE: [Xdoclet-user] Any great mind working on jakarta OJB?

2003-01-03 Thread Konstantin Priblouda
in JIRA, can you look at this issue? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo

Re: [Xdoclet-user] hibernatedoclet and sequence type generator

2003-01-03 Thread Konstantin Priblouda
, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign

Re: [Xdoclet-user] Any plans to support auto increment fields for jboss???

2003-01-04 Thread Konstantin Priblouda
fields are major PITA for using in EJB... Short version is that you must set your PK in ejbCreate, but it's called before any sql goes to database... Can you point us to those jboss forums? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de

Re: [Xdoclet-user] Need help with Value Objects and Struts Form Beans

2003-01-25 Thread Konstantin Priblouda
your ideas there. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online - http://www.pribluda.de/povray/ __ Do you Yahoo!? Yahoo! Mail

Re: [Xdoclet-user] Need help with Value Objects and Struts Form Beans

2003-01-25 Thread Konstantin Priblouda
AFAIK, There are is something to achieve this in jakarta sandbox - uses reflection etc. Any pointers? jakarta.apache.org/sandbox I recall that there was somethign like beanutils... regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de

Re: [Xdoclet-user] Re: [Xdoclet-devel] Castor bugs in JIRA

2003-01-27 Thread Konstantin Priblouda
whatever (quick) action is possible. Problem is, that its going to go relatively untested. Dito for me. I did not anything for castor support, and do not use it in my daily developer life. I can apply patches, but no testing... regards, = Konstantin Priblouda ( ko5tik )Freelance

Re: [Xdoclet-user] xdocletgui problems

2003-01-29 Thread Konstantin Priblouda
? NOt exactly xdocletgui problem, but FileSelwectionDialog. It looks that you do not have permissions to write to some directories, where jdk/jre attempts to store locks etc. regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http

  1   2   3   4   5   6   >