hello,
Iam trying to depoly a stateless session bean.I declared both the home n local home interfaces n the local n remote interfaces.
In the ejb-jar.xml DD,i define the local home and EJBLocalObject interfaces using <local-home> n <local> tag elements under <enterprise-beans><session> sub elemnt.
When i build the project-try to compile the project(using JBuidler 9),i get an error saying that 'local-home' is not defined.I mean these 2 interfaces ,.class files r not getting added to the manifest file which gets automatically generated when i build the project.
is <local-home> and <local> tag valid tags in ejb-jar.i think they r.why am i gettign the error.please clarify my doubt
thanks
kamala
-
ejb-jar.xml (1 messages)
- Posted by: kamala pydimarry
- Posted on: November 03 2003 12:42 EST
Threaded Messages (1)
- ejb-jar.xml by Slava Imeshev on November 03 2003 18:11 EST
-
ejb-jar.xml[ Go to top ]
- Posted by: Slava Imeshev
- Posted on: November 03 2003 18:11 EST
- in response to kamala pydimarry