• 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

Weblogic 8.1 and IDEs

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
WLS 8.1 is released but IDEs (e.g. JBuilder, JDeveloper) are not supporting it yet.
Has anyone any suggestion how to make e.g. JBuilder 8 or JDeveloper work with WLS 8.1?
br
MikLa
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Installed WebLogic 8.1 locally.
2. Set up local server.
3. Defined connection pool and 2 data sources. The difference in new version is that there is not a separate TX Data Source node in the WebLogic Admin Console. You define each data source in the Data Sources node of the console's tree. For the TX Data Source I selected the "Honor Global Transactions" option. (Not 100% sure about this).
4. Changed my C:\bea\registry.xml file to say my WebLogic 8.1 release level was 7 (<release level="7.0").
5. Changed my server details in JBuilder to use my local WebLogic 8.1 server. The label in JBuilder Configure Servers is still WebLogic Application Server 7.x, but, the references are pointing to the 8.1 files.
6. Did a rebuild & deploy on ejb projects after changing the server setup in JBuilder to my local version.
 
Mila
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks JBuilder works with this kind of configuration!
Has anyone succesfully used JDeveloper 9.0.3.1
with WLS 8.1?
Br
Mikla
 
Here. Have a potato. I grew it in my armpit. And from my other armpit, this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic