Hi,

Thanks for your advise. This one actually solved my problem. The default config 
parameters seem to be incorrect. After replacing them by the ones specified in 
the NUnit csil-conf.xml file I was able to connect to my JBoss server. 
Currently I am using the following configuration : 

ConnectionFactory factory = new ConnectionFactory();
  | factory.Config.ServerAddress = "192.168.3.120";
  | factory.Config.Port = 8094;
  | factory.Config.Username = "dynsub";
  | factory.Config.Password = "dynsub";
  | factory.Config.PingPeriod = 60000;
  | factory.Config.TcpNoDelay = false;
  | factory.Config.ServerILName = 
"tamalesoftware.messaging.csil.xil2.XIL2ServerIL";
  | 
  | factory.Config.ClientILServiceName = 
"tamalesoftware.messaging.csil.xil2.XIL2ClientILService";
  | 
  | factory.Config.Xil2blockwriterblocksize = 128;
  | factory.Config.Xil2blockwriterdelimiterchar = 0;
  | factory.Config.Xil2blockwriterpaddingchar = 32;
  | factory.Config.Usessl = false;


Thanks and greetings,
Kurt

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918656#3918656

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918656


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to