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

There isn't enough detail to tell what isn't working. Normally you don't manually modify the org.eclipse.wst.common.component file to add dependencies. Instead, you would go to the J2EE Module Dependencies page of the project's properties dialog and check sampleEJBClient to add it as a dependency. Is there some reason the J2EE Module Dependencies page isn't working for you?

Larry

exquistinguisher wrote:
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