I have recently been working on some exercises regarding session beans.
I created entity beans in Netbeans from one table. Then I created stateless session bean with remote interface and added easy "find" operation. The last step was to build servlet and finally launch it in web browser. Everything has been working correctly until I added new operation. Since that time some errors have occurred. Whenever I try to compile session beans there are some errors regarding to "build-impl.xml" file. It looks like there is some problem with remote interface
I have no idea what that could be. Is there any sequence of when to build and when to deploy the project?
Need help
Otof Green wrote:I have recently been working on some exercises regarding session beans.
I created entity beans in Netbeans from one table. Then I created stateless session bean with remote interface and added easy "find" operation. The last step was to build servlet and finally launch it in web browser. Everything has been working correctly until I added new operation. Since that time some errors have occurred. Whenever I try to compile session beans there are some errors regarding to "build-impl.xml" file. It looks like there is some problem with remote interface
I have no idea what that could be. Is there any sequence of when to build and when to deploy the project?
Need help
First you build the project and then you deploy it.
Please tell us more about the error. May be the exact error may help.