• 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 session when migrating ap server from Weblogic7.0 to JBoss3.2.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody, I'm going to migrate my application server from Weblogic7.0 to JBoss3.2. Then, there are problems how to make a statement of stateful session for JBoss.This is the source of weblogic-ejb-jar.xml that I have for weblogic, which contains the statement of stateful session.



I find a sample from JBoss source which may be able to replace it with.
It is standardjboss.xml, which contains a statement of stateful session.

Could you tell me that it is correct one which can be used for replacing weblogic-ejb-jar.xml?

Any help could be appreciated.



 
This tiny ad is wafer thin:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic