• 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

Porting to weblogic 8.1 from weblogic 6.1..any suggestions?

 
Ranch Hand
Posts: 1209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm looking to port an application from weblogic6.1 --> 8.1
Its a standard j2ee application that uses JSPs, Struts, EJB (Session and EJb2.0 entity beans)
Is there a tool that can change the descriptors? or does it involve more than that?
I can defintely google and figure out..but Would be great if you could suggest the best way to get this thing done.
thanks.
 
Karthik Guru
Ranch Hand
Posts: 1209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok got done! Just a day's work!..c'dnt beleive it.
1.some jsp compilation issues and
2.descriptor changes and plenty of configuration options for entity beans.
 
Ranch Hand
Posts: 775
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Keep an eye out for CMR or XA wierdness. I've found that 8.1 doesn't deal with CMR relationships as effectively as I could hope (internal bugs related to multiple bean deployments), and the features to auto-create tables in a non-production environment don't seem to work with connection pools based on XA drivers, at least not for Oracle 9.2.
 
Karthik Guru
Ranch Hand
Posts: 1209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Reid M. Pinchback:
Keep an eye out for CMR or XA wierdness.



Thanks. Did you see these issues with XA drivers only? Anything thing else you would want me to know with weblogic 8.1, oracle 9, Non-XA driver.
We had quite a few issues with Optimistic concurrency and cache-betn-tx turned on.
 
reply
    Bookmark Topic Watch Topic
  • New Topic