online xml validation

2010-06-17 Thread ingorfano
Hi folks i have integrated Siebel with ActiveMQ. The xml has to be validated with an xsd. Unfortunately Siebel is not able to do this validation internally. How can i get this around? I heard about Xerces. How can it be used? The validation has to be done online. Thanx valerio -- View this mess

filtereddestination selector

2010-06-01 Thread ingorfano
Hi i have added the following in my activemq.xml file under broker section. What occurs to me is that all th emessage sent to Queue TEST (from Siebel) is forwarded to both queues test1 and test2. It's like the selector is not taken into account. Is the syntax correct? Should i define this filter s

Re: SIEBEL JMS Transport business Service and ActiveMQ

2010-06-01 Thread ingorfano
, topicConnectionFactry # register some queues in JNDI using the form # queue.[jndiName] = [physicalName] #queue.MyQueue = example.MyQueue # register some topics in JNDI using the form # topic.[jndiName] = [physicalName] topic.SiebelTopic = SiebelTopic ingorfano wrote: > > Hi folks > > i m st

Re: SIEBEL JMS Transport business Service and ActiveMQ

2010-06-01 Thread ingorfano
gt;> As per my understanding following needs to be done :- >> >> 1.We need to configure profile on siebel server for JVMSubSys. >> 2.Create workflow which uses EAI JMS Transport BS. >> 3.I am using Hermes JMS GUI for creation of Queues.(This part is >> success

Re: virtual destination documentaion

2010-05-28 Thread ingorfano
Hi joe i saw that but actually it doesn't specify which xml file should i be changing.but only the xml section should be added to. what file includes the section that defines the vurtual destination? Is there a tooL/GUI for that definition or any editor is enough? vo ingorfano

virtual destination documentaion

2010-05-28 Thread ingorfano
hi guys need documentation on how creating virtual topic in ActiveMQ. and also consumer of that virtual topic.Any clue? vo -- View this message in context: http://old.nabble.com/virtual-destination-documentaion-tp28706469p28706469.html Sent from the ActiveMQ - User mailing list archive at Nabbl

Re: SIEBEL JMS Transport business Service and ActiveMQ

2010-05-27 Thread ingorfano
Yes i could :))) vo aswad wrote: > > Hi, > > Could you solve problem? > > Regards, > Aswad > > ingorfano wrote: >> >> I forgot to say that for now i just want to send message from siebel to >> the activemq topic and not receive ;) >> &

SIEBEL doesn't support Message Selector

2010-05-27 Thread ingorfano
Hi unfortunately Siebel sysytem doesn't support Message Selector, so i connect to a Topic using JNDI properties file, but cannot filter messages out. Question : Using permanent subscription with Selector, can i get this around? Pratically i would like ActiveMQ to filter messages for Siebel, the

Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory ]; Message: Cannot instantiate class: weblog

2010-03-13 Thread ingorfano
Hi folks , trying to integrate Siebel 80 with Weblogic 10.3 using JMS Transport BS Publish method. CLASSPATH = C:\cp;C:\cp\Siebel.jar;C:\cp\SiebelJI_enu.jar;C:\cp\weblogic.jar;C:\cp\weblogic.jar;C:\cp\wlclient.jar;C:\cp\wljmsclient.jar;. the cp folder contains Siebel.jar;SiebelJI_enu.jar;weblog

Re: SIEBEL JMS Transport business Service and ActiveMQ

2010-03-06 Thread ingorfano
I forgot to say that for now i just want to send message from siebel to the activemq topic and not receive ;) any help is higly appreciated ciao valerio ingorfano wrote: > > Hi folks > > i m struggiling to integrate Siebel CRM 8.0 with ActiveMq 5.3 using the > Siebel JMS Tra

SIEBEL JMS Transport business Service and ActiveMQ

2010-03-06 Thread ingorfano
Hi folks i m struggiling to integrate Siebel CRM 8.0 with ActiveMq 5.3 using the Siebel JMS Transport business Service with no success. Can u help me out? THis is my jndi.properties: java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory java.naming.provider.url =