Friday, February 10, 2017

How to create wlfullclient.jar over weblogic installation?

First position within the folder of weblogic home:
 
cd WL_HOME/server/lib

Next to create de jar with the following execution parameter:

java -jar wljarbuilder.jar
 
Now you will have wlfullclient.jar created in the folder.

Important links:
http://docs.oracle.com/cd/E24329_01/web.1211/e24378/jarbuilder.htm#SACLT421

Thursday, February 2, 2017

How to connect Http Pub/Sub with Cometd on Oracle Stream Analytics?

Establish a connection between Oracle Stream Analytics with a service pub/sub on weblogic using cometd could cause a problem like the one is described below:

So to resolve the problem connection on Oracle Stream Analytics you have to change de Server Url adding uri /cometd to discover correctly the service, for example:
http://127.0.0.1:7001/cometservice/cometd

Best regards,

Enlaces: