I have deployed a WebLogic Cluster in WL 10.3, with EJBs and JMS. There are one admin server and two managed nodes.
We tried adding Rampart to our module\'s POM file and after doing so our ear can no longer start with the following exception:
My application is deployed on Weblogic server and the following code private boolean validateParse() {
I am trying to acquire heap dump using the Eclipse Memory Analyzer Tool (MAT).I have Weblogic 10.3 app server running.It\'s a windows XP OS with 32 bit Java installed.Wh开发者_StackOverflow社区en I tr
I can\'t create a datasource for MySQL and WebLogic server 10.3 due to this error: Error: cannot load driver: com.mysql.jdbc.Dri开发者_Python百科ver
My application is a war deployed in weblogic 10. In one of my class, I need to make 2 webservice calls A and W. A is based on AXIS2 using wstx-asl-3.2.4.jar, W is based on weblogic webservice using ja
hi guys I want to retrieve the name and path of the domain开发者_如何学Python of weblogic from my start up class. how can i achieve this?Take a look at the getCurrentDirectory() of ServerRuntimeMBeanI
Is there a good way to get the logged in user count in a Java web application that is running in a cluster?
I am using HttpServletResponseWrapper to capture the status c开发者_如何学运维ode in a servlet filter. It seems to work fine.
i have a question for you. I have a component that have 2 methods. The first method needs to be attached to a outher transacion started from another component present into the chain (I use Spring Inte