Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The module has not been deployed......EJB netbeans

854208Apr 11 2011 — edited Apr 12 2011
Hello,

I am developing java web application in netbeans. I use EJb for business logic, jpa for entity classes (database queries), webservice from ejb classes.

Finally i create web service client from web service. Web service client gets created but after that i clean and build my project the following error starts:

"C:\Usersi\Documents\NetBeansProjects\Gallery_Art\nbproject\build-impl.xml:684: The module has not been deployed."


build-impl.xml:

<target if="netbeans.home" name="-run-deploy-nb">
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
</target>

sometimes this error gets solved if i build 2-3 times,sometimes if i restart my pc. But this time it wont go. I even created my project from scratch.

But this error persists. Plssssssssss help. I am going mad behind this error.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 10 2011
Added on Apr 11 2011
3 comments
4,098 views