• 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

Stateful Bean Causing trouble

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Friends,
Am trying to deploy a Stateful Bean but it's causing problem on Weblogic 7.0. Earlier have done the same and aware of the entire process. It's working fine with Stateless. Is there any unique way to do the same? It is not deploying.
My second problem is - Where do I configure the pool size in Weblogic 7.0.
Thanks.

-Navin.
 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Navin,
Can you let us know what error you get while deploting.

You mean Pool Size for stateless bean? or pool size for DB boss.

Regards
Shankar
 
Kumar Navin
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Shankar,
Thanks for the reply. The error it is giving while deployment is :-
The Slave Delpoyer failed to complete the deployment task with id 1 for the aplication _appsdir_MyStateful_jar.
I am putting the jar file in the applications directory and not using the GUI.

-Navin.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic