Setup: WL 9.2 + Jersey 1.1.5.1 on WL\'s Jrockit. Picked Jersey 1.1.5.1 because newer versions require Java 6, I believe.
Now that Oracle have come up with a webcenter which is also a portal like produ开发者_JS百科ct. I understand that the weblogic portal support will be until 2017.
On Weblogic 10.3 my enterprise application includes a webservice that runs ant scripts inside. My problem is that I cannot get my custom tasks running due to java.lang.ClassNotFoundExceptions.
Is it possible (...knowing full well that this is crazy and seriously ill-advised...) to have a J2EE application running in开发者_StackOverflow社区 a Java app server (using weblogic presently), and ha
In-order to achieve custom loggin , am overriding java.util.logging.LogManager. Now i need to point \"java.util.logging.manager\" system property to my CustomLogManager class.
While trying to deploy a JRuby/Rails Application to a Weblogic 10.3 (Solaris Zone) container it always encounters this exception:
I have installed Weblogic server10g and Eclipse helios on my Windows 7 but when I\'m selecting new runtime for the dynamic web project it doesn\'t show Weblogic server.
I have an app running on Weblogic 10 app server. I am facing a memory leak issue due to internal weblogic objects.The following class objects are occupying a lot of memory and not clearing it off.Can
Our app is currently logging using Log4j at application level. There are a开发者_开发知识库t least 8 EAR files, which are deployed when the server runs. All 8 EAR\'s are logging into File1.log file. I
Does anyone know how to call one webservice from another webservice? Is it even possible? I am using weblogic but it doesnt really go into details with regards to how the WSDLs would chan开发者_如何学