weblogic-10.x

Weblogic 10.3 pubsub API - anybody ?!

Recently got to know that WL10.3 inculdes "pubsub" API for doing comet. In this regard there's a question - is it useable in real projects ?! Would like to hear people that have been used this API in real work. Thanks! ...

Testing Weblogic webservices using SOAP UI

We have implemented webservices on Weblogic 10.3. I am trying to test the webservices using the SOAP UI client (soapui.org). but I get following error message: Error 401--Unauthorized Error 401--Unauthorized From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.2 401 Unauthorized The request requi...

Securing webservice with certificates in weblogic server

I'm recently facing an issue with web service security. the basic requirement is that, the client code doesn't want to use username token to authenticate the user, they want to use certificates. (some big companies have password policies and certificates live longer) There are multiple users calling the service and different client will...

Securing webservice with certificates in weblogic server

I'm recently facing an issue with web service security. the basic requirement is that, the client code doesn't want to use username token to authenticate the user, they want to use certificates. (some big companies have password policies and certificates live longer) There are multiple users calling the service and different client will...

Not able to execcute java utils.MulticastTest in Weblogic 11G

I know this is very basic but i am frustrated like anything.. i googled and tried everything i could. But i am not able to execute this utility. java utils.MulticastTest I am using weblogic 11g on Linux open SUSE. i gotta find it soon as need to replicate on production : Also i guess (not sure) this utility exists in weblogic.jar i ...

GWT + EJB 3.0 + Eclipse + Java EE + Weblogic 10g

I'm pretty new with EJB's and GWT but I've been using Java for a little while. My question is: How do I get GWT and EJB's running all together on eclipse? I keep getting pretty severe memory issues with it all together. It consumes 600mb of VM and 200mb of mem and every other operation I do (i.e. open a .java file or build), it crashes ...

Play framework weblogic 10.3.3.0 deployment

I built a Play app and tried to deploy on weblogic using the following commands: play war -o myApp myApp Later I just deployed the exploded war directory to weblogic, everything worked fine but everytime I try to access a route. I get the following error: Not found GET /myApp/params This is a rest service not an application with U...

Web Logic 10.3 upgrade causes issues with escaped characters in JSP.

We recently upgraded our application servers from Weblogic 9.2 to Weblogic 10.3 and we are having an issue with escaped characters in a JSP code. Here is an example of what we are seeing: var convertedBody1 = document.getElementById('body').value.replace(/\$FIRST_NAME\$/g, firstName); This code works in Weblogic 9.2. In Weblogic 10.3 w...

Weblogic 10.3 with axis

Hi, I am migrating from weblogic 8.1 to 10.3 with JRockit1.6. When accesing the webservice using jaxrpc.Call.Invoke() method, it throws NullPointerException. I had a workaround fix of using the Xerces.jar to be preloaded in the weblogic prior weblogic.jar. But i dont want to use the xerces.jar as this is going to be a additional jar....

Weblogic 10.3 - Servlet failed with Exception

Hi I am trying to upgrade my application from Weblogic 8.1 SP 6 to Weblogic 10.3. For this, I have installed Weblogic 10.3 and created a domain. WLS 10.3 started successfully from my domain. I recomplied the code in Java 1.6 and deployed successfully with out any code changes. I have deployed the application and trying to launch the a...

on save compile and deploy with maven eclipse and weblogic

Hi All, I just started maven in general and m2eclipse in specific. What I have been doing before is follow: 1)Deploy my application to tomcat. 2) make any changes to the java or jsp files. 3) save and run the application again ( no restart is neccessary unless I changed a config file). now, everytime I make a minor change to my maven...