[Xdoclet-devel] CVS update: 'xdoclet/core/src/xdoclet/ejb AbstractEjbSubTask.java'

2001-10-08 Thread Aslak Helles?y
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv31972/core/src/xdoclet/ejb Modified Files: AbstractEjbSubTask.java Log Message: Fixed a couple of serious bugs in relations. The problem was basically in relationships.j where the roles' cmr fi

[Xdoclet-devel] CVS update: 'xdoclet/core/resources/xdoclet/ejb/vendor weblogic-cmp-rdbms-jar-xml.j'

2001-10-08 Thread Aslak Helles?y
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/vendor In directory usw-pr-cvs1:/tmp/cvs-serv31972/core/resources/xdoclet/ejb/vendor Modified Files: weblogic-cmp-rdbms-jar-xml.j Log Message: Fixed a couple of serious bugs in relations. The problem was basically in relation

[Xdoclet-devel] CVS update: 'xdoclet/core/src/xdoclet/ejb/vendor WebLogicSubTask.java'

2001-10-08 Thread Aslak Helles?y
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/vendor In directory usw-pr-cvs1:/tmp/cvs-serv31972/core/src/xdoclet/ejb/vendor Modified Files: WebLogicSubTask.java Log Message: Fixed a couple of serious bugs in relations. The problem was basically in relationships.j where the ro

[Xdoclet-devel] CVS update: 'xdoclet/core/resources/xdoclet/ejb relationships.j'

2001-10-08 Thread Aslak Helles?y
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv31972/core/resources/xdoclet/ejb Modified Files: relationships.j Log Message: Fixed a couple of serious bugs in relations. The problem was basically in relationships.j where the roles' cm

[Xdoclet-devel] CVS update: 'xdoclet/core/samples/src/java/test/ejb/cmr LanguageBean.java LanguageCodeBean.java CityBean.java'

2001-10-08 Thread Aslak Helles?y
Update of /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/ejb/cmr In directory usw-pr-cvs1:/tmp/cvs-serv31972/core/samples/src/java/test/ejb/cmr Modified Files: LanguageBean.java LanguageCodeBean.java CityBean.java Log Message: Fixed a couple of serious bugs in relations. The problem

AW: [Xdoclet-devel] orion support

2001-10-08 Thread Jan Heise
hello chris, the orion stuff works for me (used it last week). perhaps you post an example bean where the problem occurs and i'm gonna have a look at it. jan -- Jan Heise / Tel: +49-163-4803237 / E-Mail: [EMAIL PROTECTED] -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMA

RE: [Xdoclet-devel] Utility class subtask

2001-10-08 Thread Konstantin Priblouda
--- Aslak_Hellesoy <[EMAIL PROTECTED]> wrote: > Wouldn't it be nice to let the same class look up > local interfaces too? > > Of course. But at the moment we are working with ejb 1.1 -> so no local interfaces at our site. Currently I do not know what to do there, so if anybody knows better

Re: [Xdoclet-devel] Bug in WLS ejbc

2001-10-08 Thread Dmitri Colebatch
How about some post-ejbdoclet task xslt at an ant level? On Mon, 8 Oct 2001, Christoph Sturm wrote: > Hi Aslak! > > > There is a bug in WLS 6.1' ejbc. It seems to want some tag values in lower > > case, although this violates the EJB 2.0 spec. > > See this post: > > http://newsgroups.bea.com/cg

RE: [Xdoclet-devel] TIP: validating xml templates and generated xml

2001-10-08 Thread Dmitri Colebatch
Perhaps an IDE is in order for developing templates? Emacs mode? Auto-complete template tags (o: I have next to no lisp experience, so wouldn't have the faintest idea how to do this, but it would be interesting (o: cheers dim On Mon, 8 Oct 2001, Ara Abrahamian wrote: > Interesting! But it wo

RE: [Xdoclet-devel] Bug in WLS ejbc

2001-10-08 Thread Aslak Hellesøy
It turns out WLS6.1 sp1 has fixed the bug. Just tested it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christoph Sturm Sent: 8. oktober 2001 21:08 To: Aslak Hellesøy Cc: [EMAIL PROTECTED] Subject: Re: [Xdoclet-devel] Bug in WLS ejbc Hi Aslak! > T

[Xdoclet-devel] Re: RE: [Xdoclet-user] @ejb:relation in xdoclet 1.0.1

2001-10-08 Thread joepoe
Hi Aslak Thanks for your answers. First: Ok I will try the CVS version instead. Second: > Do you want to work with relations remotely? Could you express more > accurately why you want relations on Data objects? AFAIK there are no > plans, but if there is a good reason to implement it, we'll cons

Re: [Xdoclet-devel] Bug in WLS ejbc

2001-10-08 Thread Christoph Sturm
Hi Aslak! > There is a bug in WLS 6.1' ejbc. It seems to want some tag values in lower > case, although this violates the EJB 2.0 spec. > See this post: > http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.develo > per.interest.ejb&item=28262&utag= Did you also try with weblogi

[Xdoclet-devel] Bug in WLS ejbc

2001-10-08 Thread Aslak Hellesøy
There is a bug in WLS 6.1' ejbc. It seems to want some tag values in lower case, although this violates the EJB 2.0 spec. See this post: http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.develo per.interest.ejb&item=28262&utag= I have only identified this problem with MD beans

[Xdoclet-devel] CVS update: 'xdoclet/core/src/xdoclet/ejb AbstractEjbSubTask.java'

2001-10-08 Thread Ara Abrahamian
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv24370 Modified Files: AbstractEjbSubTask.java Log Message: ifMessageDriven() was missing ___ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lis

RE: [Xdoclet-devel] Utility class subtask

2001-10-08 Thread Aslak Hellesoy
Wouldn't it be nice to let the same class look up local interfaces too? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Konstantin Priblouda Sent: 8. oktober 2001 19:13 To: [EMAIL PROTECTED] Subject: [Xdoclet-devel] Utility class subtask Hi folks, I a

[Xdoclet-devel] Utility class subtask

2001-10-08 Thread Konstantin Priblouda
Hi folks, I added new subtask for generation of utility objects ( to made lookup of home interfaces easy ) Generated class looks like: ---snip--- /** * Generatedutility for bank/Teller. Do not edit! */ package test.interfaces; import java.lang.*; import javax.ejb.*; import java.util.Collecti

[Xdoclet-devel] CVS update: 'xdoclet/core/src/xdoclet/ejb UtilObjectSubTask.java AbstractEjbSubTask.java EjbDocletTask.java'

2001-10-08 Thread Konstantin Pribluda
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv12658/src/xdoclet/ejb Modified Files: AbstractEjbSubTask.java EjbDocletTask.java Added Files: UtilObjectSubTask.java Log Message: Added UtilObjectSubtask - this subtask generates utilit

[Xdoclet-devel] CVS update: 'xdoclet/core/resources/xdoclet/ejb util.j'

2001-10-08 Thread Konstantin Pribluda
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv12658/resources/xdoclet/ejb Added Files: util.j Log Message: Added UtilObjectSubtask - this subtask generates utility class for each ejb to easy lookup remote interfaces note that weblogi

[Xdoclet-devel] CVS update: 'xdoclet/core/samples/script build.xml'

2001-10-08 Thread Konstantin Pribluda
Update of /cvsroot/xdoclet/xdoclet/core/samples/script In directory usw-pr-cvs1:/tmp/cvs-serv12658/samples/script Modified Files: build.xml Log Message: Added UtilObjectSubtask - this subtask generates utility class for each ejb to easy lookup remote interfaces note that weblogic stuff

[Xdoclet-devel] CVS update: 'xdoclet/core/docs ejb.html'

2001-10-08 Thread Konstantin Pribluda
Update of /cvsroot/xdoclet/xdoclet/core/docs In directory usw-pr-cvs1:/tmp/cvs-serv12658/docs Modified Files: ejb.html Log Message: Added UtilObjectSubtask - this subtask generates utility class for each ejb to easy lookup remote interfaces note that weblogic stuff barfs currently, so c

[Xdoclet-devel] Re: RE: [Xdoclet-user] @ejb:relation in xdoclet 1.0.1

2001-10-08 Thread aslak.hellesoy
Hi Johan. Thanks for your comments. Here are my answers: First: Get the latest version from CVS when you want to comment something you think is a bug. Not only the docs, but also the examples have been updated after the release of the 1.0.1 zip file. The multiple attribute is not only depreca

[Xdoclet-devel] CVS update: 'xdoclet/core/resources/xdoclet/ejb ejb-body.j'

2001-10-08 Thread Ara Abrahamian
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv3322 Modified Files: ejb-body.j Log Message: fixed two missing https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Re: RE: [Xdoclet-devel] WLS complete

2001-10-08 Thread aslak.hellesoy
There are still a few things with CMR that need to be resolved. I'm looking into it. When I said complete, I meant there is an implementation for all WLS features, but they might very well still have bugs. Chris is providing valuable feedback. Keep it up! Currently I'm working on the samples,

[Xdoclet-devel] [ xdoclet-Feature Requests-465531 ] No session beans in weblogic dd

2001-10-08 Thread noreply
Feature Requests item #465531, was opened at 2001-09-27 00:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=465531&group_id=31602 Category: None Group: None >Status: Closed Priority: 7 Submitted By: Jo Are Rosland (joare) >Assigned to: Aslak Hellesøy (r

RE: [Xdoclet-devel] TIP: validating xml templates and generated xml

2001-10-08 Thread Ara Abrahamian
Interesting! But it works only if you haven't done some crazy stuff like the ones in orion-cmp-mapping.j :-) Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Aslak Hellesøy > Sent: Sunday, October 07, 2001 9:37 PM > To: [EMAIL P

RE: [Xdoclet-devel] WLS complete

2001-10-08 Thread Ara Abrahamian
Great job! So I guess in 2-3 days we can make 1.0.2 available? Ok? Btw, there are already some bugs in bug database that we should fix for 1.0.2. Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Aslak Hellesøy > Sent: Sunday, Oc

[Xdoclet-devel] [ xdoclet-Bugs-467515 ] automatic-key-generation template

2001-10-08 Thread noreply
Bugs item #467515, was opened at 2001-10-03 08:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=467515&group_id=31602 Category: weblogic Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Aslak

[Xdoclet-devel] [ xdoclet-Bugs-467113 ] Missing EJB 2.0 parameter ???

2001-10-08 Thread noreply
Bugs item #467113, was opened at 2001-10-02 01:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=467113&group_id=31602 Category: ejbdoclet Group: None >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Sandro Baur (sandro81) Assigned to:

[Xdoclet-devel] [ xdoclet-Bugs-467515 ] automatic-key-generation template

2001-10-08 Thread noreply
Bugs item #467515, was opened at 2001-10-03 08:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=467515&group_id=31602 Category: weblogic Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Asla

[Xdoclet-devel] [ xdoclet-Feature Requests-465531 ] No session beans in weblogic dd

2001-10-08 Thread noreply
Feature Requests item #465531, was opened at 2001-09-27 00:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=465531&group_id=31602 >Category: None Group: None Status: Open Priority: 7 Submitted By: Jo Are Rosland (joare) >Assigned to: Nobody/Anonymous (n