• 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

Migrating from Borland Enterprise Server 5.2.1 to Weblogic 12c

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are trying to migrate our existing project from Borland Enterprise Server 5.2.1 to Weblogic 12c. In which we have found the following borland related files *.jpx, ejb-borland.xml,
ejb-inprise.xml ,jndi-definitions.xml, *.ini, *.lst.

We are not able find any replacement or substitution for these files in Weblogic. Due to this we are unable to proceed with the task. Can you please help me on this ?
 
Ranch Hand
Posts: 376
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Weblogic has its own deployment descriptors plus the one from J2EE

weblogic.xml :
http://docs.oracle.com/cd/E24329_01/web.1211/e21049/weblogic_xml.htm

http://docs.oracle.com/cd/E24329_01/web.1211/e24973/ejb_jar_ref.htm
weblogic-ejb-jar.xml

Probably you will need to modify code as well.

Cheers,

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