[Xdoclet-user] Re: @ejb.value-object with CMR multivalued fields not working

2004-05-09 Thread Leandro Melo
Sorry, need to pay more attention. I added another create method on the bean class and used the ejb-create method tag (with the CompanyPhoneVO as an attribute). Is it the way to solve the problem, isn't it? Altough, the reason why xdoclet is not generating the import java.util.Collection interfac

[Xdoclet-user] @ejb.value-object with CMR multivalued fields not working

2004-05-09 Thread Leandro Melo
Hi, when trying to generate VOs with the following code /** * * Returns the phone numbers of the PartyHouse * * @return java.util.Collection the phone numbers * * @ejb.interface-method * view-type="local" *

[Xdoclet-user] Struts and xdoclet not plugging (one more comment)!

2004-05-09 Thread Leandro Melo
Observação: mensagem anexa encaminhada. = beginner __ Yahoo! Messenger - Fale com seus amigos online. Instale agora! http://br.download.yahoo.com/messenger/--- Begin Message --- I need to post one more comment. It actuall

Re: [Xdoclet-user] Struts and xdoclet not plugging !

2004-05-09 Thread Matt Raible
I don't know - I've never run XDoclet through any Eclipse plugins. It just seems easier to run it from the command line via Ant. You might ask the Easy Struts or Lomboz teams. It looks like you're missing a JAR from Easy Struts in your classpath. Matt On May 9, 2004, at 7:59 AM, Leandro Mel

[Xdoclet-user] Struts and xdoclet not plugging !

2004-05-09 Thread Leandro Melo
Hi, i recently sent a message that i was not able to "generate classes" with xdoclet (lomboz). This happened after i started using EasyStruts. Someone adviced me to comment out one line and i said i worked again, but the fact is that it was a mistake, i STILL got the problem. It actually worked a

Re: [Xdoclet-user] Specifying a remove method on the home interface?

2004-05-09 Thread Bruno Beloff
Rupp Thank you very much. Yes that's it. Cheers, Bruno. On 8 May 2004, at 14:09, Rupp, Heiko wrote: Hi,   so you don't mean the (ejb)Remove() method in the local or remote interface but a new 'remove()' in the home interface (in which the (ejb)create() also resides)?   If so, you might try

Re: [Xdoclet-user] Generation of Value Objects/DTO for non EJB classes

2004-05-09 Thread Konstantin Priblouda
--- cedric <[EMAIL PROTECTED]> wrote: > Hi all, > > In the context of our project, we use a different > framework than the > standard J2EE/EJB, but we face out the same issue > solved by the Value Object > pattern. > > Is there any available xdoclet which supports the > generation of Value Objec

[Xdoclet-user] Generation of Value Objects/DTO for non EJB classes

2004-05-09 Thread cedric
Hi all, In the context of our project, we use a different framework than the standard J2EE/EJB, but we face out the same issue solved by the Value Object pattern. Is there any available xdoclet which supports the generation of Value Object from non EJB classes ? Thank you Cedric