Thanks for the advise Aslak.
Yes, I have worked out the problem. You are right, it's a class path
reference prob. I have two same key declared in two different properties
file, one overwritting another, all the time I have assumed only one. This
points to a wrong path, hence the prob. all thanks t
On Thursday, March 27, 2003, at 08:46 PM, Craig Dickson wrote:
I have more than 1 JSP tag library that I wish to deploy with my
application. However it seems that it is only possible to generate the
1 .tld file because of the single nested jsptaglib tag inside
webdoclet. Am I correct, or is the
I have more than 1
JSP tag library that I wish to deploy with my application. However it seems that
it is only possible to generate the 1 .tld file because of the single nested
jsptaglib tag inside webdoclet. Am I correct, or is there a way to generate
multiple .tld files within 1 webdoclet t
Thanks for the advise Aslak.
Yes, I have worked out the problem. You are right, it's a class path
reference prob. I have two same key declared in two different properties
file, one overwritting another, all the time I have assumed only one. This
points to a wrong path, hence the prob. all thanks t
In the XDoclet documentation, under the section for Entity Bean Best
Practices, it recommends to "Always set the Value Object in
ejbPostCreate(..), so that CMR fields are assigned correctly."
What does this mean? I am using CMR fields, and I don't have anything in the
ejbPostCreate methods.
-
François,
I have been making my value setters non-abstract, and providing a definition
in the entity bean. This seems to work ok.
Honestly, I didn't know that you could use an abstract setter for value
objects... I thought you had to code those.
On Thursday 27 March 2003 12:34 pm, François Eri
Is there a way to specifiy my cmr field name in the @ejb.relation tag?
I have a situation in which pulling it from the function name is not
working.
sean.
IMPORTANT: This email is intended for the use of the individual addressee(s)
named above and may contain information that is confidential pr
>
> You know, you have the ability to answer this for yourself :-)
> As you can see form
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet
I don't really know how xdoclet runs under the hood. I would however like
to learn.
I like xdoclet, but I do find myself constantly frustrated
On Thu, 2003-03-27 at 02:00, Nathaniel Rahav wrote:
> Can you please clarify about the ejbCreate method that needs to be added?
See also the thread on "A Little Confused with Output from Value Object
Stuff With Relations".
The compiler errors should give you a clue what create method you need
to
On Thu, 2003-03-27 at 20:35, Sean wrote:
> Is there are document that can detail the different merge points to me?
Yes, at least for the jboss module. Just fetch the CVS version and
build it, the generated docs now include details of the merge points.
See XDT-342; I haven't finished all the modu
On Thu, 2003-03-27 at 20:41, Sean wrote:
> > You need a merge file called 'jboss-container.xml':
> >
> >
> >
> > A
> >
> >
>
> One other thing.
>
> This did not work for me. I am using 1.2b Xdoclet. Is it a newer feature?
You know, you have the ability to answer this for yourself
On Thu, 2003-03-27 at 11:09, SOF - Peinado Rodrigo wrote:
> Eric, send build.xml code.
>
> -Mensaje original-
> De: Eric Anderson [mailto:[EMAIL PROTECTED]
> Enviado el: miércoles, 26 de marzo de 2003 18:48
> Para: [EMAIL PROTECTED]
> Asunto: [Xdoclet-user] Newbie: cannot build samples
...
> Was jboss-container.xml in the merge directory specified in
> mergedir="mergedir" ... >?
yes
---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http
We noticed this bug
back in about November last year, and found a workaround for it at the time. We
have just come back to XDoclet again for a new project and we were surprised to
see this bug still in the beta 2 code (we were using beta 1 previously). In our
opinion at the time it seemed li
Was jboss-container.xml in the merge directory specified in ?
> -Original Message-
> From: Sean [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 27, 2003 3:41 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Xdoclet-user] jboss commit option
>
>
> > You need a merge file called 'jboss-contain
Should I expect @ejb:finder to add appropriate entries to the ejb-jar.xml?
If so, what would cause it not to?
*
* @ejb:finder signature="java.util.Collection findByFileID(long pFileID)"
* query="SELECT OBJECT(c) FROM Check c WHERE c.fileID = ?1
*
* @jboss:finder-query name="findB
> You need a merge file called 'jboss-container.xml':
>
>
>
> A
>
>
One other thing.
This did not work for me. I am using 1.2b Xdoclet. Is it a newer feature?
sean.
---
This SF.net email is sponsored by:
The Definitive IT an
> You need a merge file called 'jboss-container.xml':
>
>
>
> A
>
>
Thaks for the help.
Is there are document that can detail the different merge points to me?
Perhaps this will solve some other problems I have.
sean.
---
Thi
You need a merge file called 'jboss-container.xml':
A
> -Original Message-
> From: Sean [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 27, 2003 2:10 PM
> To: Xdoclet-User (E-mail)
> Subject: [Xdoclet-user] jboss commit option
>
>
> how do I change the jboss commit option?
Hi Guys
I'm trying to track down a memory leak that xdoclet seems to be causing with
NetBeans.
I'm running Win2K using NetBeans 3.4.1 on Sun JDK 1.4.1_01. I have an Ant
build script that I run from inside NetBeans and I was noticing that
netbeans kept increasing its memory usage - starting from a
Hello,
Is it possible to
override the CMP generated methods that use value-objects. For example, I
would like to write my own:
setCustomerValue(CustomerValue value).
When I write my own
version in CustomerBean, it is overlooked since it is generated in the CMP
class. Is there a way
The build.xml is that which is distributed in the xdoclet 1.2b2 samples
directory.
Thanks,
Eric
From: SOF - Peinado Rodrigo <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
Subject: RE: [Xdoclet-user] Newbie: cannot bui
how do I change the jboss commit option?
I do not see an entry for it in the ant task.
Standard CMP 2.x EntityBean
C
Also many jboss default options for the jbosscmp-jdbc.xml file are missing
in the
ant task such as and . I do not want to h
Hi,
Thank you for adding the Bug to JIRA. I just tested the current CVS and the
functionnality is the same. Guess we'll have to work with the awkward workaround ;)
Thanks again,
François
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Meyer-Willner, Bern
Title: nigbyqxsx
Türkiyenin
En Kaliteli En Farklý En Geniþ Porno Arþivi
100% Sert Sex Videolarý
Genç kýzlar manken olma vaadiyle kandýrýlýyor, ve acýmasýzca tecavüz edilerek kýzlýklarý alýnýyor. Onlara kiba
I had added a Bug/Feature Request in JIRA. I believe its fixed in current
CVS.
Bernhard
-Ursprüngliche Nachricht-
Von: Nathaniel Rahav [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 27. März 2003 16:01
An: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Betreff: [Xdoclet-user] RE: Value Objects
kiuma wrote:
Hello,
I'd like to use xdoclet to generate my template library, but I'm
having some problems (xdoclet cvs) infact the generated tld is
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
1.0
1.2
wtjtl
but I have a class named pageNav that is:
package com.wingstech.wtjt
That is also my workaround right now but I don't believe it's normal
behaviour. Since it is a dependant child, I would like to only be able
to modify it from its associated bean.
Thanks for your answer,
Francois
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Beha
I have also encountered this problem and posted to this list last week
about it (see http://sourceforge.net/mailarchive/message.php?msg_id=4165010 )
Could this be a bug in XDoclet's source code generation ?
My current workaround is to create the dependent value object's bean by
hand in the r
Hello,
I'd like to use xdoclet to generate my template library, but I'm having
some problems (xdoclet cvs) infact the generated tld is
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
1.0
1.2
wtjtl
but I have a class named pageNav that is:
package com.wingstech.wtjtl;
import org
I have a the generate local interfaces turned on with this pattern:
But when I use ejb-ref it references the interfaces like "xyzLocal" and
"xyzLocalHome"
instead of the "xyz_L" and "xyz_LH" it also forces the /ejb in the
"/ejb/xyz" link.
@ejb.ejb-ref ejb-name="xyz"
Is this a bug
If it generates nothing, chances are that your fileset includes nothing
(as with Otis) or that none of the sources on the fileset have proper
@hibernate tags in the class header. You are using /** */ aren't you?
Aslak
- Original Message -
From: "Bernardinus" <[EMAIL PROTECTED]>
Date: Th
Did anybody else have this problem? Its really blocking my development right now?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of François Eric
Sent: March 25, 2003 12:05 PM
To: Xdoclet Mailing List (E-mail)
Subject: [Xdoclet-user] Value Objects for one t
Hi,
If I remember correctly, you had set your relationship to be an
aggregate (in tag @value-object) instead of composite. This means that
you have to create both objects before creating the relationship between
them.
//Create your advertisement
AdvertisementValue adv_valueObj = new Advertiseme
Hi all,
Please help me one more time ;).
I have the following two classes:
Customer <-1-N-> Advertisement
I would like to use value-objects for data-encapsulation and
network-transfer.
As suggested by some of you I coded this:
CustomerEJB:
[code]
/**
* @ejb.interface-method view
Hi all,
I'm trying to port my web app from using hibernate 1.2 to hibernate 2.0b4
(cvs version), I'm using xdoclet 1.2b3-dev (cvs), but was stuck on.
I'm not getting any mapping file generated by xdoclet. Someone (Otis) was
having a similar prob. earlier and Aslak sugested a solution which solved
Eric, send build.xml code.
-Mensaje original-
De: Eric Anderson [mailto:[EMAIL PROTECTED]
Enviado el: miércoles, 26 de marzo de 2003 18:48
Para: [EMAIL PROTECTED]
Asunto: [Xdoclet-user] Newbie: cannot build samples
I've installed the latest Ant and the latest xdoclet beta code on my
Mand
Hi all,
I'm trying to port my web app from using hibernate 1.2 to hibernate 2.0b4
(cvs version), I'm using xdoclet 1.2b3-dev (cvs), but was stuck on.
I'm not getting any mapping file generated by xdoclet. Someone (Otis) was
having a similar prob. earlier and Aslak sugested a solution which solved
Sorry guys, I provided the wrong code, that code should of been:
[code]
CustomerValue valueObj = new CustomerValue("RN1AA001");
AdvertisementValue adv_valueObj = new AdvertisementValue();
adv_valueObj.setSerial("dsafasdfsddsaffasd");
valueObj.addAdvertisementValue(adv_valueObj);
[/code]
[EMA
Thank you all for your quick responses!
Just for my interest. Why can't I do something like this on my client
side:
[code]
AdvertisementValue valueObj = new AdvertisementValue("a_id");
valueObj.setCustomerValue(new CustomerValue("a_customer_id"));
AdveritsementLocal local = home.create(valueObj)
Hi!
(B
(B> Does anyone know of any other reason they wouldn't be allowed, or is it
(B> just a bug in the verifier(s)?
(B
(BThis problem is SUN RI 1.3.1 verifier BUG.
(B
(BThere is a problem in the following files when RI 1.3.1 source was
(Bdownloaded and examined.
(Bj2ee/j2ee13/src/tools/c
41 matches
Mail list logo