[JBoss-dev] [JBossWS] - Re: XML RPC

2004-11-29 Thread infectedrhythms
Ok Ill try thet seemed to be down for a while :D Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856719#3856719 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856719

[JBoss-dev] [JBossWS] - Re: XML RPC

2004-11-24 Thread infectedrhythms
Any one using XML RPC? I managed to write a serlet using XML RPC but when my client connects I keep getting NoSuchMethod... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856289#3856289 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-dev] [JBossWS] - XML RPC

2004-11-23 Thread infectedrhythms
Is there a way to use the apache XML RPC as a servlet? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856096#3856096 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856096 --

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Using Jboss MX Kernel for custom apps...

2004-11-11 Thread infectedrhythms
I think I already know the answer to this and am very excited... :) Currently I write my own server applications that receive "requests" through tcpi/ip and send thoses requests to 3rd parties in real time... So bassicaly my server app receives a request, send request to 3rd party, gets respons

[JBoss-dev] [JBossCache] - Re: Is it possible to use JBoss cahce for...

2004-10-06 Thread infectedrhythms
So you saying i should right mbeans that use the cache right? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850583#3850583 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850583 ---

[JBoss-dev] [JBossCache] - Is it possible to use JBoss cahce for...

2004-10-06 Thread infectedrhythms
Ok am currently writting some server application that acts as a brokering system... Bassically it receives data and forwards it to a 3rd party. 2 of the features this application must have is clustering and some form of managment/configuration. Clustering will be taken care of by JGroups... No