[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46746 ]
Vincent Massol commented on MPWAR-50:
-
Sorry guys. You're right...
The build worked fined and I failed to notice that the generated WAR didn't
have the ejb client bundled. This is a
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46738 ]
Jan Bares commented on MPWAR-50:
Vincent, I know about the article, but it is buggy, even the latest from SVN.
Just to be sure, I build it once again and the waf-controller-ejb.jar is no
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46737 ]
Arnaud Heritier commented on MPWAR-50:
--
In your article you only add the dependency on the ejb-client jar ?
But in the generated war the ejb-client jar isn't present ! :-(
> Add su
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46734 ]
Vincent Massol commented on MPWAR-50:
-
I don't know. Are you sure you need to do anything at all?
Have a look at http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html?page=4
It s
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46733 ]
Arnaud Heritier commented on MPWAR-50:
--
ok, Vincent, thus we must add the support for ejb-client ?
> Add support for EJB client code
> ---
>
> K
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46732 ]
Arnaud Heritier commented on MPWAR-50:
--
You're right.
It seems that ejb-client is just the type used internally by the ejb plugin.
I'll just add the ejb type in the war plugin.
> A
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46731 ]
Vincent Massol commented on MPWAR-50:
-
You must use a type of "ejb-client" when referencing an ejb client. Ejb clients
are put in "ejbs/" by the ejb plugin.
> Add support for EJB cl
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46729 ]
Jan Bares commented on MPWAR-50:
Actually I am not sure about the ejb-client/.jar. The code looks like it
will install the client artifact to ejb-client, but if you use
typeHandle=org.a
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46726 ]
Arnaud Heritier commented on MPWAR-50:
--
If you activate maven.ejb.client.generate=true then the ejb client library is
in ejb-clients/.jar
I'll add support for types 'ejb' and 'ejb-c