[Xdoclet-user] ejbdoclet, verbosity

2004-03-05 Thread David Corbin
Is it just me, or does the ejbdoclet seem particuarly verbose, even when it has nothing to do. I'd really like to be able ot silence it completely, unless the -v is specfied. -- David Corbin <[EMAIL PROTECTED]> --- This SF.Net email is spon

Re: [Xdoclet-user] Problems with jboss and unknown cmr fields after xdoclet 1.2b3->1.2 final upgrade

2004-03-05 Thread Thomas Hentschel Lund
Thank you very much - it was indeed a matter of case. That particular example was "left overs" from desperate attempts to do trial-and-error bugfixing. I reverted to an older CVS version and started from there with the initial bugs. If others should thread the path I am on, then it seems there

RE: [Xdoclet-user] value-object: problems with "extends" attribute!

2004-03-05 Thread Harkness, David
Marcus Beyer wrote: > * @ejb.value-object > * name="Person" > * match = "*" > * extends = "PersonListItemValue" > > The problem: the second "extends" always gets ignored, > i.e. both value-object classes extends the same class. > Is this a bug?? Please help! What happens if you fully qu

Re: [Xdoclet-user] Unable to run xdoclet using maven

2004-03-05 Thread Frederic Gedin
Kevin Hagel a écrit : I was having similar problems at one time, and I never really figured out why. I did decide to use a single entity include in all my subprojects which used XDoclet, hoping that once I got it right all the project/subprojects would work. This solution works for me, here's

Re: [Xdoclet-user] Problems with jboss and unknown cmr fields after xdoclet 1.2b3->1.2 final upgrade

2004-03-05 Thread Damjan S. Vujnovic
- Original Message - From: "Thomas Hentschel Lund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 6:46 PM Subject: [Xdoclet-user] Problems with jboss and unknown cmr fields after xdoclet 1.2b3->1.2 final upgrade > org.jboss.deployment.DeploymentException: Error c

[Xdoclet-user] Problems with jboss and unknown cmr fields after xdoclet 1.2b3->1.2 final upgrade

2004-03-05 Thread Thomas Hentschel Lund
I am in the middle of an upgrade of our product that is using xdoclet and cmp/cmr. After much working around minor issues I have gotten the code to compile (I am not the original author of the code naturally), and now I'm dead stuck on a weird error. It appears in various beans but is similar. Co

Re: [Xdoclet-user] Unable to run xdoclet using maven

2004-03-05 Thread Kevin Hagel
I was having similar problems at one time, and I never really figured out why. I did decide to use a single entity include in all my subprojects which used XDoclet, hoping that once I got it right all the project/subprojects would work. This solution works for me, here's a view from a subprojec

[Xdoclet-user] value-object: problems with "extends" attribute!

2004-03-05 Thread Marcus Beyer
Hi all, I have this inside my EJB: * @ejb.value-object * name = "PersonListItem" * match = "ListItem" * extends = "java.lang.Object" * * @ejb.value-object * name="Person" * match = "*" * extends = "PersonListItemValue" The problem: the second "extends" always gets ignored,

Re: [Xdoclet-user] Unable to run xdoclet using maven

2004-03-05 Thread Frederic Gedin
Kevin Hagel a écrit : that method of declaring dependencies is the "old" method ... though certainly this may not be the problem. give this a try: xdoclet xdoclet-web-module 1.2 What does your repository look like, do you know for sure that the XDoclet jars are installed? Hi Unfortunately,

Re: [Xdoclet-user] Unable to run xdoclet using maven

2004-03-05 Thread Kevin Hagel
that method of declaring dependencies is the "old" method ... though certainly this may not be the problem. give this a try: xdoclet xdoclet-web-module 1.2 What does your repository look like, do you know for sure that the XDoclet jars are installed? Konstantin Priblouda wrote: --- Frederic

Re: [Xdoclet-user] Unable to run xdoclet using maven

2004-03-05 Thread Frederic Gedin
Konstantin Priblouda a écrit : --- Frederic Gedin <[EMAIL PROTECTED]> wrote: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT xdoclet-webdoclet: [echo] inside xdoclet-webdoclet [echo] BUILD FAILED File.

Re: [Xdoclet-user] Unable to run xdoclet using maven

2004-03-05 Thread Konstantin Priblouda
--- Frederic Gedin <[EMAIL PROTECTED]> wrote: > Konstantin Priblouda a écrit : > > > > > > > > >you need to specify proper dependecies in your > >project. > >xdoclet maven plugin lists only core modules - and > >webdoclet is optional. > > > > > > xdoclet+web-module > > 1.2b3 ( or