Re: [m2e-users] m2e-wtp: wrong EJB-client dependency usage inside eclipse

2011-08-29 Thread Lars Fischer
Hello Fred, On 27 August 2011 05:48, Fred Bricon wrote: > Sorry, but ejb-client is not supported yet in m2e-wtp (See > https://issues.sonatype.org/browse/MECLIPSEWTP-26) > In order to implement proper ejb-client support, Eclipse WTP needs to open > up it's API (https://bugs.eclipse.org/bugs/show_

Re: [m2e-users] m2e-wtp: wrong EJB-client dependency usage inside eclipse

2011-08-26 Thread Fred Bricon
Sorry, but ejb-client is not supported yet in m2e-wtp (See https://issues.sonatype.org/browse/MECLIPSEWTP-26) In order to implement proper ejb-client support, Eclipse WTP needs to open up it's API (https://bugs.eclipse.org/bugs/show_bug.cgi?id=330894) One possible workaround for you is to create a

[m2e-users] m2e-wtp: wrong EJB-client dependency usage inside eclipse

2011-08-26 Thread Lars Fischer
Hello, I use Eclipse Indigo, Maven 3.0.3 and m2e with wtp to develop TWO dependent EAR applications. I split the projects into ear and ejb projects and use the ejb/ear packaging. The ejb projects are configured to create 2 jars (EJB and EJB-CLIENT) EAR-a contains EJB-a and EJB-a-CLIENT. EJB-a de