RE: [Xdoclet-user] [ SOS ] ejb ref is hell (prayer to the xdoclet gurus)

2003-06-26 Thread Casteels Jan
The spec does not allow this. CMR needs to be in the same jar file Jan -Original Message- From: Ionel Gardais [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:27 AM To: [EMAIL PROTECTED] Subject: [Xdoclet-user] [ SOS ] ejb ref is hell (prayer to the xdoclet gurus) Hi, Does any

[Xdoclet-user] Template problem: xdoclet.template.TemplateException: Error in template file: = sign expected but something different found, line=6 of template file:

2003-06-18 Thread Casteels Jan
-Original Message- From: Casteels Jan Sent: Wednesday, June 18, 2003 10:52 AM To: '[EMAIL PROTECTED]' Subject: RE: [Xdoclet-user] [NEWBIE] Generating only local interfaces in a single task Hi all, After building the CVS of Xdoclet i got the following error Anyone an idea?

RE: [Xdoclet-user] [NEWBIE] Generating only local interfaces in a single task

2003-06-18 Thread Casteels Jan
Hi all, After building the CVS of Xdoclet i got the following error Anyone an idea? I attached the file that is giving the problem. [ejbdoclet] 0 [main] INFO XDocletMain.start - Running [ejbdoclet] 750 [main] INFO XDocletMain.start - Running [ejbdoclet] 781 [main] INFO XDocletMain.start - R

RE: [Xdoclet-user] Xdoclet and Weblogic 8.1

2003-04-03 Thread Casteels Jan
oclet-user] Xdoclet and Weblogic 8.1 I don't think so. - Original Message - From: Casteels Jan <[EMAIL PROTECTED]> Date: Thursday, April 3, 2003 9:58 am Subject: [Xdoclet-user] Xdoclet and Weblogic 8.1 > Hi All, > > Is there anyone working on weblogic 8.1 suppor

[Xdoclet-user] Xdoclet and Weblogic 8.1

2003-04-03 Thread Casteels Jan
Hi All, Is there anyone working on weblogic 8.1 support? Regards Jan The information in this email is confidential and is intended solely for the addressee(s). Access to this email by anyone else is unauthorised. If you a

RE: [Xdoclet-user] XDoclet 1.1.2 and WinXP

2003-03-21 Thread Casteels Jan
Title: Message Is there an error? Try to run with -v to get more information   Jan -Original Message-From: Boris Tamarkin [mailto:[EMAIL PROTECTED] Sent: donderdag 20 maart 2003 0:16To: '[EMAIL PROTECTED]'Subject: [Xdoclet-user] XDoclet 1.1.2 and WinXP When moved fr

[Xdoclet-user] Weblogic 7.0 support

2003-03-20 Thread Casteels Jan
Is there somebody working on the topic or responsible? I added some missing features to beta 3 like Optimistic locking, delayed inserts until commits and all that stuff. Regards Jan The information in this email is confident

RE: [Xdoclet-user] XDoclet 1.1.2 and WinXP

2003-03-19 Thread Casteels Jan
Title: Message Seems he is not finding any of your beans   Check if your ejbDoclet task is finding the beans and that he has all relevant information like the jar of Jboss app server.   Regards   Jan -Original Message-From: Boris Tamarkin [mailto:[EMAIL PROTECTED] Sent: donde

RE: [Xdoclet-user] CMR relations driving me crazy

2003-03-17 Thread Casteels Jan
quot;instrument-instrumentCodes" That's how easy this was Jan -Original Message- From: kiuma [mailto:[EMAIL PROTECTED] Sent: zaterdag 15 maart 2003 10:20 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] CMR relations driving me crazy Casteels Jan wrote: >Hi All, > >Plea

[Xdoclet-user] CMR Relations driving me crazy extra info

2003-03-14 Thread Casteels Jan
Sorry,   I forgot to attach database model     Jan <> The information in this email is confidential and is intended solely for the addressee(s). Access to this email by anyone else is unauthorised. If you a

[Xdoclet-user] CMR relations driving me crazy

2003-03-14 Thread Casteels Jan
Hi All, Please help me out, this is driving me insane. I have made a 1-N relationship but for a strange reason the insert statement in instrumentcodes has 2 times the FK. I think it is because I did something wrong with my Xdoclet specification of relationships. /** generated by Weblogic ejbc co

[Xdoclet-user] Writing your own docletgenerator

2003-03-13 Thread Casteels Jan
Hi All, We are already using XDoclet for our EJB's, but now I want to take it a step further by making a docletgenerator for some HomeDecorators that are a combination of the util but they include the finders, Where can I find some guidelines to do this? Jan

RE: [Xdoclet-user] Problems using CMR with Weblogic in external package

2003-03-12 Thread Casteels Jan
external package The only way this works is when the beans that participate in the CMR relationship are in the same jar ( to do with the EJB specs). Manoj  Casteels Jan <[EMAIL PROTECTED]> wrote: Hi All,I have the following situationThere are 2 beans where I am trying to

[Xdoclet-user] Problems using CMR with Weblogic in external package

2003-03-12 Thread Casteels Jan
Hi All, I have the following situation There are 2 beans where I am trying to create a relationship between them. The beans are in 2 different jars. It works if it is in one jar but in 2 different jars I get the following exception. [echo] [example - instruments] Doing XDoclet... [ejbdocle

RE: [Xdoclet-user] Where to start? I'm puzzled!

2003-02-27 Thread Casteels Jan
Title: Message On the serverside their is a sample chapter of of book using XDoclet, That should help you.   Jan -Original Message-From: Dmitri Colebatch [mailto:[EMAIL PROTECTED] Sent: donderdag 27 februari 2003 12:10To: [EMAIL PROTECTED]Subject: Re: [Xdoclet-user] Wher

[Xdoclet-user] XDoclet 2.0 beta 1

2003-02-25 Thread Casteels Jan
What is the status of XDoclet 2.0? Can we fetch already something? Jan The information in this email is confidential and is intended solely for the addressee(s). Access to this email by anyone else is unauthorised. If you a

RE: [Xdoclet-user] Problem generating Local Interface for Stateless Session Bean usi ng Xdoclet 1.1.2

2003-02-25 Thread Casteels Jan
Hi Bruce, You will need to add and to your xdoclet task. It should be as simple as that. Jan -Original Message- From: Bruce Crawford [mailto:[EMAIL PROTECTED] Sent: dinsdag 25 februari 2003 18:48 To: [EMAIL PROTECTED] Subject: [Xdoclet-user] Problem generating Local Interface for Sta

[Xdoclet-user] Inheritance on EJBS and generation of business interfaces

2003-02-24 Thread Casteels Jan
Hi All, Question, I have the following structure EntityBean | | * InstrumentBean extends EntityBean | | * FundBean extends InstrumentBean In the instrumentBean there are some methods that are generic and that I want to expose through the business interface of my fundbean. I can to

[Xdoclet-user] weblogic xdoclet problem

2003-02-17 Thread Casteels Jan
Hi all, I am using XDoclet 1.2 beta 3 I am getting this strange exception, how do i need to use the transaction-isolation level attribute? Please give me some hints, I am pretty new to xdoclet but impressed so I want to get this up and running. Input: * @weblogic:transaction-isolation isolat

RE: [Xdoclet-user] New Misssion [Was: Packaging XDoclet in One Ja r?]

2003-02-17 Thread Casteels Jan
Having the same names lowers the access for new users to xdoclet like me. Knowing WLS very well, I was pleased by the usage of the same names of weblogic. Jan -Original Message- From: Ben Litchfield [mailto:[EMAIL PROTECTED]] Sent: maandag 17 februari 2003 15:11 To: '[EMAIL PROTECTED]'

[Xdoclet-user] Support for Weblogic 7.0

2003-02-11 Thread Casteels Jan
Hi all, Is there support for weblogic 7.0? On the website I only saw weblogic 6.0 and weblogic 6.1 Jan The information in this email is confidential and is intended solely for the addressee(s). Access to this email by anyon

[Xdoclet-user] Weblogic support for ejbql

2003-02-11 Thread Casteels Jan
Title: Weblogic support for ejbql Hi, Weblogic has made some extensions to the ejbql like the "order by" and "group by" therefore the EJBQL that use that feature need tobe specified in the weblogic-ejb-jar.xml and not in the ejb-jar.xml Is there support for this? If so, what attribute tags