On Fri, 2003-03-07 at 00:26, Carl Schmidt wrote:
> What does your ant taskdef look like? You need to include all of the
> XDoclet jars in the classpath. Something like this...
>
>
>
>
>
>
>
>
>
>
> I *think* you also need to include the J2EE
Hi,
Everything looks ok, but why don't you verify that "xdoclet.class.path" is
passed ok with;
if it's not correct try to use a build.properties file to specify its value.
Jordi
- Original Message -
From: "Hunter Hillegas" <[EMAIL PROTECTED]>
To: "xDoclet" <[EMAIL PROTECTED]>
Sent: Thu
I like xdoclet but it often gets me when I untar a new release and its
got the contents of the app rather than a top-level directory with a
name like 'xdoclet-vvv'.
tar -xzvf xdoclet-bin.tar.gz
will extract the three directories rather than a single xdoclet-vvv/
directory.
Just my two cents. It
--- Begin Message ---
Hi there,
I am using @ejb.ejb-external-ref to generate ejb-ref tags in my
ejb-jar.xml.
One example would be:
* @ejb.ejb-external-ref view-type="remote"
* link="XYZSessionBean"
* ref-name="XYZSessionBean" type="Session"
* home="my.import.XYZSessionHome"
* remote="my.
I apologize for the last minute announcement (perhaps this can be
forwarded to the announce list by someone that has the right karma).
I'll be in Colorado (USA) next week for a vacation / business trip. I
present "Introduction to XDoclet" at three JUG meetings:
March 11 - Colorado Springs - ht
What does your ant taskdef look like? You need to include all of the
XDoclet jars in the classpath. Something like this...
I *think* you also need to include the J2EE jars and such...
- Carl
> -Original Message-
> From: Hunter Hi
Just built the CVS version of xdoclet and when I try to run it on my
project, I get the trace below.
This is my first run with xdoclet, so I'm not sure my environment is setup
properly (though I think it is, just not proven).
Any ideas?
Thanks,
Hunter
Trace:
ejbdoclet:
[echo] +---
Hi,
We are considering adding XDoclet to our build process for our product (to
generate EJB bits and pieces). But we are stuck on WebLogic 5.1 for a couple
more months yet.
We believe that we will use XDoclet eventually anyway and we think that if
we spend the time to refactor our EJBs and buil
> Are there searchable archives for the mailing list so I can try to
> help myself?
Check out http://www.mail-archive.com/ and type in "xdoclet" in the
search. That will show you links to both the user & dev lists, which are
searchable.
-Original Message-
From: Hunter Hillegas [mailto:[EM
I am setting up xdoclet for the first time and I'm having trouble. I'm sure
I am making a simple mistake.
Are there searchable archives for the mailing list so I can try to help
myself?
Here is my problem:
Basically, I see this:
file:/Users/hunter/Desktop/groundswell-commerce/build.xml:74: Can'
JBoss
3.2 RC1 shipped with 3.0 DTDs. RC2 and RC3 are now shipping with the 3.2
DTDs. Unfortunately, the current 1.2 Beta 2 of XDoclet won't generate for
3.2 (as you've probably noticed). I grabbed a CVS snapshot of XDoclet (1.2
Beta 3), built it, and it works for me!
- Carl
-Ori
Hi,
We are considering
adding XDoclet to our build process for our product (to generate EJB bits and
pieces). But we are stuck on WebLogic 5.1 for a couple more months
yet.
We believe that we
will use XDoclet eventually anyway and we think that if we spend the time to
refactor our EJBs
Folks,
I found the error that was preventing the PersonUId from being set in my
value object. I had declared the type to be an int instead of an Integer
in one of my setters, and xdoclet instead of choking just skipped over it.
Thanks for all your help.
Nat
Hi,
I was using with success Xdoclet
1.2 Beta2 with JBoss 3.2.0 RC1 and with the ant task
destdir="." />
Now I moved to RC3 and get error with the
jbosscmp-jdbc.xml :
entity-command & auto-increment seems to be out
of the place.
Could anyway help me?
Thanks
Simone
Hi!!
i don't know if this is a bug or a problem with my own code but i guess
some can help me with this.
Whenever i run ant i'm getting the following error.
ejbdoclet:
[ejbdoclet] Running
[ejbdoclet] Generating Local interface for
'step.undergraduate.domain.applicatio
n.UndergraduateApplicatio
Is there a simple BMP example for jboss using xdoclet and a database like
oracle or mysql? Thanks
Sunil
_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
--
Hi,
It is possible to make value objects which aggregate other to return a
Collection, not an Array ?
My code specifies to use a type="Collection" for the value object but
when I look at the generated source files, the get/setter return an
array of valueobject, although it is internally stored
I use eclipse+lomboz,When I deploy the created by jar file to jboss,there is no error,but when I run the Test class, jboss throws an exception:
javax.ejb.FinderException: Find failed: java.sql.SQLException: Syntax error or access violation: You have an error in your SQL syntax near 'FROM produc
I use eclipse+lomboz,When I deploy the created by jar file to jboss,there is no error,but when I run the Test class, jboss throws an exception:
javax.ejb.FinderException: Find failed: java.sql.SQLException: Syntax error or access violation: You have an error in your SQL syntax near 'FROM produ
Thanks for the suggestions on junitee and cactus.
RE: junitee. I'm not certain I want to have the overhead of running
simple tests in servlets. Also I believe this would require slightly
more work (custom goal) since we use maven for builds.
Re: cactus. It seems reasonable, but more involved.
On Wednesday, March 5, 2003, at 07:06 PM, Andrew Stevens wrote:
The "{2}" is a bug, fixed in the next version. The message should
actually read "Make sure the jar file containing the
javax.servlet.Servlet class is on the classpath specified in the
that defined webdoclet." I suspect you've now re
To bring things back on topic,
If you use Junitee, make sure you add :
@ejb.util
generate="physical"
To your class level tags, as the default is to use the JNDI-ENC which is
not always available to the web tier, this tag will use the JNDI tag as
per your class level tags.
Otherw
Hi,
Assuming that I have an M:N relationship between two beans (say Person and Task, a Person can own M tasks and a task can be shared between N persons).
As it is possible to use a relation table to handle this and the relation process beeing transparent to the two beans, where do I put the find
Wrong forum for this question but I feel good today so... :-)
Use Cactus for server-side testing: http://jakarta.apache.org/cactus/
Regards Peter
-Ursprungligt meddelande- Från: Chris
Butler [mailto:[EMAIL PROTECTED] Skickat: on 2003-03-05 17:54
Till: [EMAIL PROTECTED] Kopi
24 matches
Mail list logo