Yes and no... this is a component of the Oracle Enterprise Pack for Eclipse - Oracle Weblogic Server tools.
There appears to be three ways to attempt this install:
1.) Via the Server menu in the Eclipse Preferences:
Preferences -> Server -> Runtime Environments -> Add... -> Download Additional Adapters -> Oracle Weblogic Server Tools 1.2.0.200907171310 [the only on the list]
2.) Via the Install New Software... feature on the help menu using the default list of site (select "All Available Sites" and look for Oracle Weblogic Server Adapter)
If I try to use the Install New Software... feature from the help menu, it appears to try and install the same software (Oracle Weblogic Server Tools 1.2.0.200907171310) but yields the following message:
Code:
Cannot complete the install because one or more required items could not be found.
Software being installed: Oracle WebLogic Server Tools 1.2.0.200907171310 (com.oracle.tools.eclipse.ganymede.wls.feature.feature.group 1.2.0.200907171310)
Missing requirement: Oracle Common Tools 1.2.0.200907171310 (com.oracle.tools.eclipse.ganymede.common.feature.feature.group 1.2.0.200907171310) requires 'org.eclipse.platform.feature.group [3.4.1,3.5.0)' but it could not be found
Cannot satisfy dependency:
From: Oracle WebLogic Server Tools 1.2.0.200907171310 (com.oracle.tools.eclipse.ganymede.wls.feature.feature.group 1.2.0.200907171310)
To: com.oracle.tools.eclipse.ganymede.common.feature.feature.group [1.2.0.200907171310]
3.) Via Oracles update site http://download.oracle.com/otn_software/oepe/galileo
If you try to use the Eclipse 3.5 link from Oracle's website for the Oracle Enterprise Pack for Eclipse, you get these errors (it appears to want Spring IDE as a dependency). I just found out that it will actually install the one component above (Oracle WebLogic Server Tools) with the Oracle Common Tools dependency and uses version 1.2.0.200907171332 of these applications. The full pack will not install though. An attempt to install the actual Oracle Enterprise Pack for Eclipse 1.2.0.200907171332 component results in these errors:
Code:
Cannot complete the install because of a conflicting dependency.
Software being installed: Oracle Enterprise Pack for Eclipse 1.2.0.200907171332 (oracle.eclipse.tools.galileo.oepe.product.feature.group 1.2.0.200907171332)
Software currently installed: SpringSource Tool Suite 2.1.0.200908052147-SR01 (com.springsource.sts.ide 2.1.0.200908052147-SR01)
Only one of the following can be installed at once:
Spring IDE Refactoring Support 2.2.4.RELEASE (org.springframework.ide.eclipse.beans.ui.refactoring 2.2.4.RELEASE)
Spring IDE Refactoring Support 2.2.6.200908051215-RELEASE (org.springframework.ide.eclipse.beans.ui.refactoring 2.2.6.200908051215-RELEASE)
Cannot satisfy dependency:
From: SpringSource Tool Suite 2.1.0.200908052147-SR01 (com.springsource.sts.ide 2.1.0.200908052147-SR01)
To: com.springsource.sts.package.feature.group [2.1.0.200908052147-SR01]
Cannot satisfy dependency:
From: SpringSource Tool Suite 2.1.0.200908052147-SR01 (com.springsource.sts.package.feature.group 2.1.0.200908052147-SR01)
To: org.springframework.ide.eclipse.aop.feature.feature.group 0.0.0
Cannot satisfy dependency:
From: Oracle Enterprise Pack for Eclipse 1.2.0.200907171332 (oracle.eclipse.tools.galileo.oepe.product.feature.group 1.2.0.200907171332)
To: org.springframework.ide.eclipse.feature.feature.group [2.2.4.RELEASE]
Cannot satisfy dependency:
From: Spring IDE AOP Extension (optional) 2.2.6.200908051215-RELEASE (org.springframework.ide.eclipse.aop.feature.feature.group 2.2.6.200908051215-RELEASE)
To: org.springframework.ide.eclipse.feature.feature.group [2.2.6,3.0.0)
Cannot satisfy dependency:
From: Spring IDE Core (required) 2.2.4.RELEASE (org.springframework.ide.eclipse.feature.feature.group 2.2.4.RELEASE)
To: org.springframework.ide.eclipse.beans.ui.refactoring [2.2.4.RELEASE]
Cannot satisfy dependency:
From: Spring IDE Core (required) 2.2.6.200908051215-RELEASE (org.springframework.ide.eclipse.feature.feature.group 2.2.6.200908051215-RELEASE)
To: org.springframework.ide.eclipse.beans.ui.refactoring [2.2.6.200908051215-RELEASE]
Thanks.
Keith