Oh just remembered that the geronimo support in WTP .7 didn't support deployment of EJBs.  
- sachin



On Feb 22, 2006, at 5:09 PM, Sachin Patel wrote:

Ah...  I see the classpath is using the old .deployables from WTP .7.  So I assume thats the version you have? You'll want to move to at least WTP 1.0 or higher (as quite a number of issues have been addressed in 1.01 which is due for release this friday).

The geronimo plugin was originally in WTP .7, so I assume you are using that version.  The released version can be found at geronimo.apache.org/devtools.

- sachin



On Feb 22, 2006, at 4:59 PM, Kristian Rink wrote:


Hi Sachin;

Sachin Patel schrieb:
Also are you generating your ejb client interfaces in the ejb project or
a client jar project? If the latter, is the server classpath container
available on that project as well?

I'm trying to create the EJB within an EJB project, yes, not yet
thinking about client logic. Attached you find the .classpath of the
project. By the way, after creating an empty EJB project using the
appropriate creation wizard, the project itself starts up with a problem
like this:

2 cvc-complex-type.2.4.b: The content of element 'ejb-jar' is not
complete. One of '{"http://java.sun.com/xml/ns/j2ee":display-name,
"http://java.sun.com/xml/ns/j2ee":enterprise-beans}' is expected.
ejb-jar.xml pcConnector/ejbModule/META-INF line 5 22. Februar 2006
22:56:30 55

Though I suspect this hasn't anything to do with the class finding
issue, it still sort of confuses me...

Anyhow, thanks loads for your help. :)
Best regards,
Kris


-- 
Kristian Rink   -- Programmierung/Systembetreuung
planConnect GmbH * Strehlener Str. 12 - 14 * 01069 Dresden
0176 24472771 * [EMAIL PROTECTED]
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.4.2_10"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.geronimo.runtimeTarget/Apache Geronimo v1.0(Generic)"/>
<classpathentry output=".deployables/pcConnector" kind="src" path="ejbModule"/>
<classpathentry kind="output" path="bin"/>
</classpath>


Reply via email to