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
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"
*
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
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
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
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
--- 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
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