[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: unable to .wtpmodules file

Thanks Larry & Ed Merks for ur reply.....
i am using WTP 1.5.x...so i added the following code in the org.eclipse.wst.common.component.


<dependent-module deploy-path="/WEB-INF/lib" handle="module:/resource/sampleEJBClient/sampleEJBClient">
<dependency-type>uses</dependency-type>
</dependent-module>


sampleEJBClient is my ejb client. i have added sampleEJBClient in my javaBuildpath.

but when i am calling a method i am getting the error "Tiger not bound".
Tiger is the interface in the sampleEJBClient.
Plz help me
Thanks
bye