The module has not been deployed......EJB netbeans
854208Apr 11 2011 — edited Apr 12 2011Hello,
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.