Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
240 views

Weblogic 10.3.4 & Spring 3.0.6 & web.xml

currently working on developing a rest service that needs to be deployed on Weblogic 10.3.4. Using Spring 3.0.6 examples online but the basic loading of the DispatcherServlet seems to be causing ...
0
votes
1answer
111 views

Passing XmlBean.XmlObject to MessageDrivenBean

I have a Process from within Weblogic 10.3 that takes in an XmlObject, writes some values from that XmlObject into a table, then will be passing that xml to a JMS queue. public void ...
0
votes
1answer
153 views

Proven and stable BPEL / BPMN technologies?

After various difficulties with a proprietary BPM tool (SAP) I want to take a birds eye view on the current market and the tools which are currently available. Can anyone share experience with those ...
0
votes
1answer
125 views

Obtaining WorklistContext and Querying Tasks in Weblogic Integration

In order to get the Weblogic initial context to query the task database i am doing the following: Properties h = new Properties(); h.put(Context.SECURITY_PRINCIPAL, "weblogic"); ...
0
votes
1answer
1k views

WebLogic: WLI vs BPEL?

folks. I would really appreciate to have your help on the following question: In the last days I've been reading about Oracle's WebLogic, as I'm currently working on a project that uses it. As I've ...
0
votes
1answer
521 views

Unit-Of-Order in WLI JMSControl

One of our clientes is intented to use the Unit-Of-Order Weblogic Server Feature (UOO). Everything is OK using UOO in pure java code for sending JMS Messages with custom UOO Names, as well as ...