Oracle OC4J J2EE Container Support - plugin detailSupport for Oracle Application Server in NetBeans IDE.
[ You have to be logged in to be able to comment. ] User CommentsQuestion to Java EE 1.4 fix
Where can i get the Source to do this fix ?
Posted by salgan on May 30, 2012
Java EE 1.4 fix
I think I found the solution to also support Java EE 1.4 with this plug-in:
Rewrite in class org.netbeans.modules.j2ee.oc4j.ide.OC4JJ2eePlatformImpl: public Set getSupportedSpecVersions() { Set result = new HashSet(); result.add("1.5"); return result; } to public Set getSupportedSpecVersions() { Set result = new HashSet(); result.add("1.4"); // could also use constant from the org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModuleclass result.add("1.5"); return result; }
Posted by madenhollander on Feb 17, 2012
OC4J Support for NetBeans IDE 7.1
The current version seems to work mostly in NetBeans 7.1. The only problem I have encountered is that NetBeans thinks that this plug-in is for Java 2 EE 5, instead of Java 2 EE 1.4. This does not allow me atm to use NetBeans to deploy to the oc4j server.
Posted by madenhollander on Feb 16, 2012
Please provide download link for 6.7 version
I can`t use the update center due to proxy stuf.
Posted by soudmaijer on Jun 30, 2009
OC4J Container
I have installed netbeans 6.5 on my pluguin right way, when I try to deploy to generate a set oc4j generates the following error WARNING J2EE JSP-0033 version of tld invalid or not supported: 2.1, and then in the build-impl file notes line the truth I could not make me run the deploy to oc4j. Thanks for your help
Posted by diegolozada on Jun 24, 2009
OC4J Container
I have installed netbeans 6.5 on my pluguin right way, when I try to deploy to generate a set oc4j generates the following error WARNING J2EE JSP-0033 version of tld invalid or not supported: 2.1, and then in the build-impl file notes line the truth I could not make me run the deploy to oc4j. Thanks for your help
Posted by diegolozada on Jun 24, 2009
OC4J Container
Hi,
could you please provide more information about the problem ? I am not able to reproduce.
Posted by mmocnak on Jun 22, 2009
OC4J Container
Hi
I have installed netbeans 6.5 on my pluguin but I think a mistake when making the deploy, the error is following build-impl.xml: 562: The module has not been deployed. I would like to know that I do in this case .. Thank you
Posted by diegolozada on Jun 11, 2009
OC4J Container
Hello Dear ...........
I love the plugins and now enjoying the OC4J Contianer Thanks again..............Kamrul Hasan
Posted by mdkamrulhasan on Jun 08, 2009
OC4J Support in NetBeans IDE 6.7
OC4J plugin for NetBeans IDE 6.7 is available on development autoupdate center.
Posted by mmocnak on May 19, 2009
|