• 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

Weblogic 8.1 development problems

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am developing java beans and webservices for application using Weblogic 8.1 Server and Weblogic Workshop. The development and deployment is done on the local desktop Win2K platform. But when I make any changes to the code and try to rebuild, new compile errors show up which make no sense. The errors shown wouldn't be present at all. If I shut down the server exit the workshop, remove the WLS temp files and restart the workshop and build, the same code compiles, builds and deploys with no problems. So whenever there is any change in the code I have to do all the above steps which is very frustrating. Is anybody else facing such problems, or does anybody knows if anything could be done about it. Help !!!
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've passe for similar problem that I foun'd out was causeb by my Version control system tool (in that case Borland Starteam). I believe CVS/subversion tools(or any other wich access the workshop project files) may cause the same problems.
 
Praveen kankala
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But in my case there is no version control tool. The code I am developing and the server I am deploying onto, both are on my local desktop. The only tool that accesses my code is Weblogic Workshop. What we are unable to understand is when we exit the workshop and open it again and build the application it runs fine with no errors. Whenever there is change in code thats when the problem arises.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic