• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java EE 6 Tutorial - Cart issues

 
Ranch Hand
Posts: 52
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using NetBeans IDE 6.91, and walking through the Java EE 6 Tutorial. In chapter 16 - Running the Enterprise Bean Examples, page 291 has you "Build, Package, and Deploy the cart Example using NetBeans IDE". I get the following results in the output window from invoking the Deploy on the cart project:

Initializing...
deploy?path=C:\glassfishv3\glassfish\docs\javaee-tutorial\examples\ejb\cart\dist\gfdeploy\cart&name=cart&force=true failed on GlassFish Server 3
C:\glassfishv3\glassfish\docs\javaee-tutorial\examples\ejb\cart\nbproject\build-impl.xml:268: The module has not been deployed.


-----
Looking at line 268 of build-impl.xml is the following line:

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


Since some of this is still "greek" to me what do I need to do to fix this?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic