• 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

Netbeans 5/JBoss problems

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When trying to deploy to JBoss from Netbeans 5 or 5.5 Beta 2, Netbeans seems to hang during deployment. It deploys the file fine but it never seems to know when it is "done". I find this especially annoying when trying to use the debugging features to step through my code. Since Netbeans never knows when its done deploying, it never creates the "hook" from the server to the debugger. Like I said, it actually deploys the ear but the little meter never finishes, even after I manually stop the server, Netbeans still thinks its trying to deploy still. Does anyone have a fix? I really don't want to reinstall. Since this is happening in two version of Netbeans, I wonder if it has something to do with JBOSS? JBoss version is 4.0.4GA
 
reply
    Bookmark Topic Watch Topic
  • New Topic