Well, I don´t know so much about XDoclet , but online documentation says:
@ejb.persistence , method tag
with property
read-only (boolean).
I'll try to run it , and I got
field1
false
FIELD1
I guess it's not possible to set up different properties to set/get
methods, but I'm not sure
2
Hi everybody,
I'm pretty new in XDoclet, and it's really hard to fine some good
documentation about it.
So, as I'm working on a project created by others than me, I don't really
understand the XDoclet part in EJB
I've something like that in the XDoclet definition :
* @ejb.bean name="Agency"
On Fri, 2008-01-04 at 14:30 +, eric deleau wrote:
> Hello
>
> I want to generate in the "web.xml" the following informations
>
>
>
> jstockageproperties
> java.net.URL
> Container
> Shareable
>
>
> and in
Hello
I want to generate in the "web.xml" the following informations
jstockageproperties
java.net.URL
Container
Shareable
and in the "ibm-web-bnd.xmi"
Actually i use a ANT task but i was unable to
--- 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
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.
>>( Neither is XD2 ) - but I'm watching both lists
>>anyway.
is this url
--- 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 )
>
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 )
sadly i must to say, i dont know nothing of maven :-(
and my b
--- 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
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-Version: 3.2.1.ga
>>If you would use xdoclet-2 with recent plugi
--- 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:
>
>
hello guys
i have this problem
according to example in Hibernate In Action page 336, shown this
Code:
applied for my case is
Code:
so how i use xdoclet go get that???
in this way
Code:
/**
* @hibernate.many-to-one column="almacenPK"
class="co
hi sorry for the delay in replying - been busy at work..
apache ant 1.6.5
java jdk 1.5.0_07
also it may help to know that i am developing with the very reasonable jboss
ide for eclipse version 2.0.0.beta2
regards
D'Averc
rapunzel wrote:
>
> Hi again!
>
> D'Averc, which Ant version and wh
Hi again!
D'Averc, which Ant version and which JDK are you using within your JBoss
IDE?
Rapunzel
D wrote:
>
> unfortunately no, rapunzel - i am using xdoclet 1.2.3 and it works just
> fine... :o(
> also i think it is unlikely that there would be such a basic bug in a
> fundamental tag as ejb
Hey D'Averc!
Thanks for your help.
Which XDoclet-version are you using?
Actually I was using version 1.2.3, now I tried (desperately seeking for a
reason why the create-method wasn't generated) version 1.2.2.
TADAAA it works...
Don't know if it is a bug in the latest XDoclet version perhaps?
yep - i am using xdoclet 1.2.3.
well done in fixing your problem.
Also - i recommend XDoclet in Action, by Manning. Very good quick reference
and you can buy it online.
http://www.manning.com/walls/
blue skies
D'Averc
rapunzel wrote:
>
> Hey D'Averc!
>
> Thanks for your help.
> Which XDocle
Hi - D'Averc here agin - just had a play with my xdoclet environment and
added your tags. My environment is JBoss IDE which has an xdoclet engine
built in - so it does a lot of the thinking for me.. when i added an
ejbcreate method to a bean with your tags in it it generated
/**
Hi - have you tried leavng the main jndi tag out? Putting a local jndi ref in
there should be enough because you are specifying view type of local. I am a
newbie to xdoclet, but I'd try that first.
Thanks,
D'Averc.
rapunzel wrote:
>
> Hello!
>
> I am trying to generate EJB Interfaces with XD
Hello!
I am trying to generate EJB Interfaces with XDoclet.
Everything works fine, but the create-Methode in the LocalHomeInterface
isn't generated.
Here is my EntityBean:
(...)
/**
* BenutzerEJB
*
* @ejb.bean type="CMP" name="Benutzer" reentrant="false" primkey-field="id"
view-type="loc
Hello,
I use XDoclet 1.2.3 for generating hbm.xml files that are required by
hibernate 3.2
I've got a relation one to many /many to one, and I use a List.
In te hibernate documentation explains it,
http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#assoc-bidirectional-m21
The prob
Hello everyone,
has anybody encountered this problem or a similar problem before?
I'm trying to update the xdoclet version in use in a J2EE application
project from very ancient to most current, and I'm gettin headaches from the
getReadOnlyXXXValue() method generated for entity bean value objects
hello, my silly mistake. i placed xdoclet tags between package and imports. weird enough.. but no ejb ref were generated in ejb-jar.xml.now i have donepacakgeimportxdocletclassand it worked fine
sorry for botheringrgds marcoOn 8/9/06, Marco Mistroni <[EMAIL PROTECTED]> wrote:
hello all, i have
hello all, i have following EJB (i m runnign xdoclet from maven2)/** * @ejb.bean * name="TranslationServiceSession" * view-type="remote" * jndi-name="ngen/mw/ejb/TranslationServiceSessionLocalHome"
* * * @ejb.ejb-ref * ejb-name="SiteTransmissionType" * re
Hi, I'm using eclipse and Xdoclet (xdoclet-bea-module-1.2.3.jar) to generate a very simple stateless EJB to be deployed in BEA Weblogic. Here is the EJB source/** * @ejb.bean name="EJBStateless" * display-name="Name for EJBStateless"
* description="Description for EJBStateless
The generated local interface extends javax.ejb.EJBLocalObject.
So the remove method is already there.
You don't have to provide it in your entity bean for XDoclet processing.
M. Szypke wrote:
Hi!
I have a problem with CMP Bean:
I use XDoclet to generate Local and LocalHome interfaces (and all
Hi!
I have a problem with CMP Bean:
I use XDoclet to generate Local and LocalHome interfaces (and all xml
files as well).
I want to have remove() method in my Beans' Local interfaces, problem is
that I don't know how to do it with XDoclet and don't want to put it there
manually...
I tried
/
Hi all i'm new in this list. I start use XDoclet in collaboration with Appfuse
project. I also use Struts to create my Action in my application. The problem
is this. I put on my action XDoclet tag like this one:
/**
*
* @struts.actionpath="/unbookExam"
*
Hi Ankush,
is this something that can be managed through the weblogic console?
Cheers,
Matt.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ankush
Purwar
Sent: Thursday, 25 August 2005 7:37 PM
To: xdoclet-user@lists.sourceforge.net
Subject: [Xdoclet-user
Hi ,
I have a problem with xDoclet. I am using weblogic 8.x server.
We are using xDoclet to generate descriptor files.
I want to add one weblogic specific tag in my Stateful session Bean
session-timeout-seconds
The structure of this tag looks like :
Title: Problem Generating jaxrpc-mapping.xml
Hi,
I'm using XDoclet 1.2.3 and I'm trying to generate everything required to deploy a stateless session bean as a web service.
I'm using the following Ant target:
destdir="${build.dir}/j
What is the error?
Anyway check the includes. Are you sure the resolve to the source path. I
would have used **/*Servlet.jar.
If they belong to a package, you MUST make sure that the src.dir points to
the root of your sources.
For example: if you have a directory structure like this:
src
s
Hi,
I am using xdoclet1.2.3
I have the apache module setup as a dependency. However, when I run
webdoclet, no struts-config file is generated. I do have the apache module
as a dependency. Here's a snippet:
xdoclet
1.2.3
xdoclet
xdoclet-web-module
Hi,
I am using xdoclet1.2.3
I have the apache module setup as a dependency. However, when I run
webdoclet, no struts-config file is generated. I do have the apache module
as a dependency. Here's a snippet:
xdoclet
1.2.3
xdoclet
xdoclet-web-module
Hi, I created a project in Eclipse and I tried to use xdoclet to generate struts-config.xml I imported these jar files to the project: xdoclet-1.2.2.jar xdoclet-apache-module-1.2.2.jar xdoclet-ejb-module-1.2.2.jar xdoclet-web-module-1.2.2.jar xdoclet-webwork-module-1.2.2.jar xdoclet-webwork-
Thanks!
I haven't rewrote my finder as relation User-Vehicle is uni-directional,
I just put it on Vehicles bean, and it works perfect.
tito
El jue, 07-04-2005 a las 14:06 +0100, Gary Bennett escribiÃ:
> Why not just rewrite your finder and put it in your vehicles bean
>
> * @ejb.finder
> * si
Why not just rewrite your finder and put it in your vehicles bean
* @ejb.finder
* signature="mypackage.VehicleLocal findVehicleById(java.lang.String
id, java.lang.Object o)"
* query="SELECT OBJECT(m) FROM Vehicle m WHERE m.id = ?1 and m.User.XXX = ?2
LIKE ?1"
Simon Godden wrote:
Just
Just a question; Is possible to have a finder method that returns some
Local interface which is different from Local Interface which calls it?
>> No it is not possible. Finders can only return the type of the interface
on which they are defined.
I have a EJB like that:
@ejb.bean
* name=
Just a question; Is possible to have a finder method that returns some
Local interface which is different from Local Interface which calls it?
I have a EJB like that:
@ejb.bean
* name="User"
*
[...]
* @ejb.finder
* signature="mypackage.VehicleLocal findVehicleById(java.lang.String
Harkness, David wrote:
Sven L. penned
The build.xml file works without an exception but it does not
generate the mapping file for hibernate.
This looks suspect:
Try using "**/*.java" to search all subdirectories for the source files
to be processed.
Hello David,
your idea mad
Sven L. penned
> The build.xml file works without an exception but it does not
> generate the mapping file for hibernate.
This looks suspect:
>
>
>
Try using "**/*.java" to search all subdirectories for the source files
to be processed.
--
David Harkness
On Mar 11, 2005, at 10:19 PM, Sven L. wrote:
I want to start using xdoclet with hibernate. I have written the
build.xml file for ant and put the xdoclet tags in the source file.
The build.xml file works without an exception but it does not generate
the mapping file for hibernate. I suspect a rea
Hello,
I want to start using xdoclet with hibernate. I have written the
build.xml file for ant and put the xdoclet tags in the source file. The
build.xml file works without an exception but it does not generate the
mapping file for hibernate. I suspect a really simple mistake but I do
not see i
Hi Andrew,
Andrew Stevens wrote:
Although that's the line number it mentions, it could be that the
problems on one of the subtasks and it misreports it as the task
element. What else is contained inside the ?
Oh... I didn't know that... That was the point. The -Task has
changed within these updat
On Mon, 2005-02-21 at 17:42, MArtin Schumacher wrote:
> Hi everyone,
>
> i'm really confused: I just updated the xdoclet version of my project.
> before i used 1.2 now i tried to use 1.2.2. i updated the files and my
> classpath. now i get an errormessage from my build.xml:
>
> D:\dev\\
Hi everyone,
i'm really confused: I just updated the xdoclet version of my project.
before i used 1.2 now i tried to use 1.2.2. i updated the files and my
classpath. now i get an errormessage from my build.xml:
D:\dev\\\build\andromda.xml:76: true is not a legal value for
this attribute
On Tue, 2005-01-18 at 13:31, [EMAIL PROTECTED] wrote:
> Hello Heiko,
>
>thank you for advice. I have missed parameter
>createtables="Disabled" within the tag.
See
http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/bea/wls/ejb/WebLogicSubTask.html
The createtables entry states
>
Hello Heiko,
thank you for advice. I have missed parameter
createtables="Disabled" within the tag.
Best regards,
Julian
Tuesday, January 18, 2005, 1:36:48 PM, you wrote:
>>
>>
>>
RH> Try :
RH>peristence="weblogic"
RH> createtables="Disabled"/>
>
>
>
Try :
Heiko
--
i.A. Heiko W. Rupp EMail: [EMAIL PROTECTED]
Senior Consultant Telefon: +49 711 222 992 - 900
Cellent AG Finance SolutionsTelefax: +49 711 222 992 - 999
Calwer Str. 33 D-70173 Stuttgart
Hello,
I have a problem to generate EJB stuff (home & remote interface +
deployment descriptor) for WebLogic 8.1. I have configured build file
as following:
When I run build file, there is following error occured:
weblogic: Argument for createtabl
Hi,
I am using the same version of eclipse, jboss and xdoclet but I use a
Postgresql 7.4.5 database. And when I use sequences, I usually
include this tag: /** @jboss.persistence auto-increment="true" */ at
the get method of the primary key. Hope that helped. Good luck!
Gino
--
Hi,
We have a problem
with the automatic generation of a primary key in a CMP entity
bean.
We are using
eclipse 3.0, jboss3.2.4 and xdoclet 1.2.1.
In the entity bean,
we added the following xdoclet tags:
/**
*
@ejb.bean name="PropertySOVCMP"
*
jndi-name="fr.com.gerling.rm.ejb
On Mon, 2004-11-29 at 19:24, Kevin Hinners wrote:
> I have a custom template that I am using to generate a class file. The ant
> task is:
>
>
>
>destinationFile="${pkgPath}/${ejb}Delegate.java">
>
>
>
>
>
>
>
>
> When I modify
I have a custom template that I am using to generate a class file. The ant
task is:
When I modify the source file, triggering the xdoclet task to run, the
results are appended to the existing destination file. I need this file to
be overwritte
I seem to have a problem auto generating my struts-config.xml file.
The build runs successfully but it appears that xdoclet gives me a few
warnings. It appears that Xdoclet gives me a template of how a
struts-config.xml file should look. but nothing in the form bean tags
or anything els
thinking.
your suggestion is always wel-come..
regards
Nirmish.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of asolomon15
Sent: Monday, July 05, 2004 3:38 AM
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] problem installing xdoclet
I am having a problem with the
asolomon15 [EMAIL PROTECTED] wrote:
> I am having a problem with the installation if xdoclet. I am
> not sure
> if I should place the xdoclet-1.2.1.jar in my aint lib
> directory or just
> place all of the xdoclet jar files in the ant lib directory.
You can use XDoclet from Ant without putting th
I am having a problem with the installation if xdoclet. I am not sure
if I should place the xdoclet-1.2.1.jar in my aint lib directory or just
place all of the xdoclet jar files in the ant lib directory. I also
placed Xdoclet-1.2.1/lib in my classpath . Which would be the best way
to get xd
Hi,
I am trying to create a uni-directional 1-to-1 relationship between my
CreditApplicationBean and my BusinessBean. (A CreditApplication contains
one Business).
The files are generated ok but when it comes time to compile, I get the
following error:
/usr/ice/gen/ejb-jar/com/wf/bd/ice/creditapp
Behalf Of Andrew
Stevens
Sent: 06 April 2004 07:24
To: [EMAIL PROTECTED]
Subject: Re: [Xdoclet-user] Problem with generated web.xml
On Sun, 2004-04-04 at 15:14, marco mistroni wrote:
> hi all,
> i am experiencing problems with web.xml generated by xdoclet.
> reason is that it place
Title: Re: [Xdoclet-user] Problem with generated web.xml
JBoss supports it.
There is a message logged (iirc) if you set
distributable on a one node install, that it can't distribute.
About a year ago, Jetty refused to to
correct session/cookie handling if distributable was set
On Sun, 2004-04-04 at 15:14, marco mistroni wrote:
> hi all,
> i am experiencing problems with web.xml generated by xdoclet.
> reason is that it places a tag after the tag, and
> when
> i try to run it into jboss3.2.3 (which i suppose does not support web-app
> 2.3 version) jboss complaints
On Apr 4, 2004, at 10:14 AM, marco mistroni wrote:
hi all,
i am experiencing problems with web.xml generated by xdoclet.
reason is that it places a tag after the
tag, and
when
i try to run it into jboss3.2.3 (which i suppose does not support
web-app
2.3 version) jboss
complaints.
a
Title: [Xdoclet-user] Problem with generated web.xml
set the distributable
attribute of the deployment descrptor subtask accordingly
servletspec="2.3"
distributable="no"
Von: [EMAIL PROTECTED] im
Auftrag von marco mistroniGesendet: So 04.04.2004 16:14An:
[EMA
hi all,
i am experiencing problems with web.xml generated by xdoclet.
reason is that it places a tag after the tag, and
when
i try to run it into jboss3.2.3 (which i suppose does not support web-app
2.3 version) jboss
complaints.
anyone knows how can i skip the tag ?
thanx in advance
did you tried src/merge/web
as merge dir? Maybe full path (
${basedir}/src/merge/web )
will help?
-- marco mistroni <[EMAIL PROTECTED]>
wrote:
> hi all,
> i am having problem in merging servlets.xml with
> web.xm
>
> for some mysterious reasons xdoclet simply refuses
> to include my
> servl
hi all,
i am having problem in merging servlets.xml with web.xm
for some mysterious reasons xdoclet simply refuses to include my
servlets.xml and mappings.xml ..
i have created a src/merge/web dir in which i have placed the servlets.xml
and mappings.xml
here is hte excerpt of my build.xml
ter = ?1"
*signature = "java.util.Collection findByPrinter(java.lang.String
printer)"
and it worked.
Thanks again.
Frédéric
-Message d'origine-
De: Harkness, David [mailto:[EMAIL PROTECTED]
Date: jeudi 22 janvier 2004 16:05
À: [EMAIL PROTECTED]
Objet: RE: [Xdoclet-
[EMAIL PROTECTED] wrote:
> I have an EJB-QL issue when deploying an EJB.
> Jboss says :
> 51:17,033 WARN [ServiceController] Problem starting service
> jboss.j2ee:jndiName=com.gerling.inventaire.ejb.ConsumableCMPBe
> an,service=EJB .jboss.deployment.DeploymentException: Error compiling
> EJB-QL st
-Message d'origine-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Date: jeudi 22 janvier 2004 15:08
À: [EMAIL PROTECTED]
Objet: [Xdoclet-user] Problem with EJB-QL Compilation (Newbie)
Hi
I have an EJB-QL issue when deploying an EJB.
Jboss says :
51:17,033 WARN [ServiceContr
Hi
I have an EJB-QL issue when deploying an EJB.
Jboss says :
51:17,033 WARN [ServiceController] Problem starting service
jboss.j2ee:jndiName=com.gerling.inventaire.ejb.ConsumableCMPBean,service=EJB
.jboss.deployment.DeploymentException: Error compiling EJB-QL statement
'SELECT OBJECT(a) FROM co
I
am attempting to use xdoclet from within Maven and am running into an
odd issue. The strutsconfig.xml is generated, but none of my actions
are mapped within. I believe that xdoclet is finding them (there are
two just now), but it seems to get stuck while trying to process them.
So if I run ma
Hi,
I get the following error. Please help me
Also attached herewith is my build.xml file.
D:\eclipse\workspace\EJBTest\count>ant -v
Apache Ant version 1.6.0 compiled on December 18 2003
Buildfile: build.xml
Detected Java version: 1.4 in: C:\Program
Files\Java\j2re1.4.0-rc
Detected OS: Wind
Hi,
On one machine i am getting the previous error and on
another i am getting the error mentioned hereunder
Buildfile: build.xml
prepare:
ejbdoclet:
BUILD FAILED
D:\eclipse\workspace\EJBTest\count\build.xml:28: Class
xdoclet.modules.ejb.EjbDo
cletTask doesn't support the nested "remoteinte
What versions you are using? ( xdoclet and
dependencies )
Did you tried to activate verbosity in ant?
--- Rupen Mody <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I get the following error when i try to use XDoclet.
>
> Attached herewith are my build.xml and
> build.properties files. Please kindly guid
Hi,
I get the following error when i try to use XDoclet.
Attached herewith are my build.xml and
build.properties files. Please kindly guide me as I
new to xdoclets
prepare:
ejbdoclet:
BUILD FAILED
D:\eclipse\workspace\EJBTest\count\build.xml:36: Could
not create task of type:
ejbdoclet due to
__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Softwar
On Tue, 2004-01-06 at 11:23, Rafal Kedziorski wrote:
> I'm working with the current xdoclet version but the problem was in the
> last beta version. I have this code:
>
> * @jboss.persistence
> * read-only = "true"
> * read-time-out = "-1"
> * list-cache-max = "100"
> *
Hi Rafal,
just add
@ejb.persistence = "acl_entry"
to your code.
Regards,
Roger
Rafal Kedziorski wrote:
Hi,
I'm working with the current xdoclet version but the problem was in the
last beta version. I have this code:
* @jboss.persistence
* read-only = "true"
* read-time-out = "
Hi,
I'm working with the current xdoclet version but the problem was in the
last beta version. I have this code:
* @jboss.persistence
* read-only = "true"
* read-time-out = "-1"
* list-cache-max = "100"
* table-name = "acl_entry"
But in my jbosscmp-jdbc.xml I'm missi
;
>
> At least that's what I'm using.
>
> David Harkness
> Sr. Software Engineer
> Sony Pictures Digital Networks
> (310) 482-4756
>
>
> > -Original Message-
> > From: [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, December 30, 20
0) 482-4756
>
>
> > -Original Message-
> > From: [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, December 30, 2003 11:45 PM
> > To: [EMAIL PROTECTED]
> > Subject: [Xdoclet-user] [problem] one-one cmr
> bidirection
> >
> >
> > hi
s Digital Networks
(310) 482-4756
> -Original Message-
> From: [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 30, 2003 11:45 PM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] [problem] one-one cmr bidirection
>
>
> hi, i'm new to xdoclet and currently le
hi, i'm new to xdoclet and currently learning how to
compose cmr thru xdoclet.
however, there's a problem occurred. it issues "CMP
field for key not found".
the env contains j2sdk1.4.1_01,
jboss3.0.4-tomcat4.1.12, xdoclet-1.2b3.
the source is as A):
build file is as B):
i appreciate any suggestions
I have just committed some updates to the resources page, including all
of the links I mentioned below.
Could someone that has the right privs update the website with these
changes? thanks!
Erik
On Dec 25, 2003, at 9:27 PM, <[EMAIL PROTECTED]> wrote:
It's great for such kind of tutorial
It's great for such kind of tutorial. Thank you very
much. Can it be linked on the xdoclet website? That
might be helpful for beginners who want to learn how
to use xdoclet. though such kind of tutorial can be
searched through google, at least it helps newbie
facus on a centered issue; for instance
On Dec 24, 2003, at 9:27 PM, <[EMAIL PROTECTED]> wrote:
hi,
thanks your help. now the problem has been solved.
yes, it's the problem occurred that the name used in
struts:form and struts:action are difference.
however i have a small suggestion.
i think it's minor for expert here, but it's a li'
hi,
thanks your help. now the problem has been solved.
yes, it's the problem occurred that the name used in
struts:form and struts:action are difference.
however i have a small suggestion.
i think it's minor for expert here, but it's a li'l
hard to be perceived via newbie persona like me. i
sugges
/**
* @struts:form name="LoginForm"
*
* Form bean for the Login main page. There are two
fields on this
* form used for authentication
*
* username - the username to login
* password - the password to authenticate
*
*/
public final class LoginForm extends ActionForm {
Note you said nam
hi,
i encounter a problem after deploying war file to
jboss3.0.4-tomcat4.1.12 container. it issues error "
Cannot retrieve definition for form bean LoginAction";
yet i have already an action named LoginAction in the
folder. what might causes such error occurred?
the folder name space looks like:
co
On Fri, 2003-12-19 at 14:56, Marco Mistroni wrote:
> I have downloaded XDoclet (latest version)
By that do you mean the latest CVS version, or beta 3?
> and tried to build it
> from
> Sources.
> Everything went fine until xdoclet tried to build the samples.
> At that stage the build failed
Hi all,
I have downloaded XDoclet (latest version) and tried to build it
from
Sources.
Everything went fine until xdoclet tried to build the samples.
At that stage the build failed with following exception
ejbdoclet:
[echo] +---+
[
PROTECTED]
Assunto: RE: [Xdoclet-user] problem with a get method
Dazzi, Giselle wrote:
> Hi all, I have another issue, I have defined a get method
> using xdoclet in my entity bean like this:
>
> * @ejb.relation
> *name="ItemTradeIn-ItemProposta"
> *
Dazzi, Giselle wrote:
> Hi all, I have another issue, I have defined a get method
> using xdoclet in my entity bean like this:
>
> * @ejb.relation
> *name="ItemTradeIn-ItemProposta"
> *role-name="ItemProposta-has-ItemTradeIn"
> *cascade-delete="yes"
> *target-mu
Hi all, I have another issue, I have defined a get method using xdoclet in
my entity bean like this:
[CODE]
/**
* This is a bi-directional one-to-many relationship CMR method
*
* @return the related ItemTradeInLocal.
*
* @ejb.interface-method view-type="local"
*
* @e
sorry, it's all my fault for not noticing the folder
structure which contains source files. it has odd
folder , named web, before the root source package;
yet no extra message print on console.
now i can see contents generated in the
struts-config.xml. and process to the next stage.
thanks your hel
you have Struts JAR file in the classpath for webdoclet? How
about servlet.jar or j2ee.jar?
On Tuesday, December 9, 2003, at 08:09 PM,
<[EMAIL PROTECTED]> wrote:
hi mavens,
i'm currently learning how to use xdoclet to help me
to accomplish my project development easily, yet i
enounter so
hi mavens,
i'm currently learning how to use xdoclet to help me
to accomplish my project development easily, yet i
enounter some problem when generating
struts-config.xml and web.xml via webdoclet (i.e., no
content generated in those config files).
there's no error occurred when performing ant com
nt: 18 November, 2003 10:50
> To: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] Problem with 1-->Many
> bidirectional relationship
>
>
> Comment out the target-* attributes in your GroupBean.
> These attributes are used in uni-directional
> relationship.
>
> guo
marco
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> ext guo yingshou
> Sent: 18 November, 2003 10:50
> To: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] Problem with 1-->Many
> bidirectional relationship
>
&
Comment out the target-* attributes in your GroupBean.
These attributes are used in uni-directional
relationship.
guo
--- [EMAIL PROTECTED] 的正文:> hi all,
> i have a GroupBean and UserBean which have 1-->Many
> cmr.
>
> a group can have many users, and each user has only
> one group.
> i am
1 - 100 of 289 matches
Mail list logo