• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Startup Class Configuration

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
This referes to the StartupClass tag attributes.
In weblogic700 there is an MBean reference called LoadBeforeAppDeployments. The documentation says that if this value is true then the Startup class will be invoked before all the applications and if its false then it will be invoked after all the applications are deployed.
This doesn't work properly irrespective of the value it takes i.e true or false the Startup class is always invoked prior to any application deployment.
Did anyone have a solution for this.
Thanks
Chee.
reply
    Bookmark Topic Watch Topic
  • New Topic