Heya Harley.

It does indeed sound like a descriptor file problem... could you send your
xml files so that we might be able to take a look at it ?

Your application-client.xml should look something like this...

<application-client>
 <ejb-ref>
  <ejb-ref-name>test/TestApp</ejb-ref-name>
  <ejb-ref-type>Session</ejb-ref-type>
  <home>test.TestHome</home>
  <remote>test.TestRemote</remote>
 </ejb-ref>
</application-client>

Another thing.. your META-INF directory is case sensitive (I think...)


Reply via email to