Re: [xmlblaster] xmlBlaster in active/standby

2005-10-24 Thread Marcel Ruff
] [mailto:[EMAIL PROTECTED] On Behalf Of Marcel Ruff Sent: Monday, October 24, 2005 1:49 PM To: xmlblaster@server.xmlBlaster.org Subject: Re: [xmlblaster] xmlBlaster in active/standby Saju Abraham wrote: Hi, I'd like to implement xmlBlaster in an HA setup, with two xmlBlaster instances o

Re: [xmlblaster] xmlBlaster in active/standby

2005-10-24 Thread Marcel Ruff
Saju Abraham wrote: Hi, I'd like to implement xmlBlaster in an HA setup, with two xmlBlaster instances on two separate nodes acting in a active/standby approach. The two nodes would be implemented as a single subsystem, and a vitrual IP address is assigned to the subsystem for subscriber and p

Re: [xmlblaster] xpath full text plugin

2005-10-13 Thread Marcel Ruff
Brendan Neutra wrote: I'm confused about the full text xpath query. When I do the query, I do get the messages which match the query, however, I was expecting/hoping that I would get back the actual xml elements/data that matched the Xpath query, not just the whole message. The current plug

Re: [xmlblaster] client stops receiving messages

2005-10-13 Thread Marcel Ruff
To track down the 'No meat found' issue we need the 1. PublishQos of your topic "ComponentHeartbeat" (as Michele mentioned below) 2. If possible a log file with logLevel TRACE & CALL so we can follow one of the "ComponentHeartbeat" messages (how/when it arrives, how it is processed and finally

Re: [xmlblaster] client stops receiving messages

2005-10-13 Thread Marcel Ruff
Marshall Shapiro wrote: Then I got a bunch of client side exceptions such as: [Oct 10, 2005 4:26:36 PM WARN  XmlBlaster.DispatchWorkerPool.xmlBlaster_195_1_1_41_3412-0 RequestBroker] Generating dead message 'callback:/node/xmlBlaster_195_1_1_41_3412/client/jaguar/-4/NORM/11289759

Re: [xmlblaster] client stops receiving messages

2005-10-13 Thread Marcel Ruff
Hi Marshall Then I got a bunch of client side exceptions such as: [Oct 10, 2005 4:26:36 PM WARN  XmlBlaster.DispatchWorkerPool.xmlBlaster_195_1_1_41_3412-0 RequestBroker] Generating dead message 'callback:/node/xmlBlaster_195_1_1_41_3412/client/jaguar/-4/NORM/112897599160902

Re: [xmlblaster] Requirement Protocol.email working?

2005-10-13 Thread Marcel Ruff
chris lau wrote: Hi, I have a project which requires the use of email for communication to and from the client and I would like to use xmlBlaster to handle the messages on the server. I was looking around on the website and found the protocol.email in the reference section but it says "INWOR

Re: [xmlblaster] client stops receiving messages

2005-10-11 Thread Marcel Ruff
Marshall Shapiro wrote: Marcel, The session is not persistent. Neither are the subscriptions. (I believe) the messages are also not persistent. Most have a very short lifetime. (The idea is to deliver to those listening and get rid of it). (I didn't implement all the clients so I can't be 100%

Re: [xmlblaster] Change xmlBlaster to JDK 1.5 (and above) only

2005-10-11 Thread Marcel Ruff
Heinrich Götzger wrote: Hi, looking forward in terms of develompent is a good idea, I think. So I would appreciate such a step. But nevertheless there are some concerns or questions raising up: 1. We would freeze features and functions of xmlBlaster for JDK 1.4 and older to Release 1.0.7, cor

Re: [xmlblaster] client stops receiving messages

2005-10-11 Thread Marcel Ruff
Hi, which persistence configuration do you have, are the message persistent? Which database and pool sizes (like queue/callback/maxEntriesCache etc from xmlBlaster.properties). Is the callback queue filled and swapping (checking with JMX)? thanks Marcel Marshall Shapiro wrote: I am working

Re: [xmlblaster] Configuring Applet Connections (Urgent)

2005-10-10 Thread Marcel Ruff
Please see example in xmlBlaster/demo/http/WEB-INF/web.xml rgds, Marcel Eduardo Catarino wrote: Hi Michele, Perhaps I didn't put the question in the right way. The problem is like the following, the example SystemInfoApplet that comes with XmlBlaster distribution connects the appl

[xmlblaster] Change xmlBlaster to JDK 1.5 (and above) only

2005-10-10 Thread Marcel Ruff
Hi all, we would like to migrate xmlBlaster to JDK 1.5 or above only to have the many more possibility available there. The last JDK1.3 backward compatible release will be 1.0.7. This covers the Java server and client implementation. If there are any concerns with this migration please respond

Re: [xmlblaster] XPATH Filter (urgent help)

2005-10-06 Thread Marcel Ruff
Eduardo Catarino wrote: Hi, I’m trying to filter received messages using the XPATH. The filter condition is for the same oid I need to detect only the messages with the same zoneid. For this I’m subscribing the messages whit the following key: //[EMAIL PROTECTED]'1'] Note that the *fi

Re: [xmlblaster] Pinging the server using Applets

2005-10-04 Thread Marcel Ruff
Eduardo Catarino wrote: Hi, When using an Applet how can I check if an established connection went down? (for example if the server is disconnected or if for some reason the communication channel is interrupted) I’m trying to write a ping function to detect this case every 5sec and I used th

Re: [xmlblaster] NullPointer exception

2005-10-04 Thread Marcel Ruff
Hi David, thank you for reporting. The 'msgUnitStore' causing the NullPointer is never released in the code so i assume it wasn't allocated properly in the topic initialization phase. Is it possible you had a OutOfMemory exception somewhere before you got your NullPointer? Could you please chec

Re: [xmlblaster] polling -> reconnecting - And additional questions

2005-09-23 Thread Marcel Ruff
PS: Again thanks for your quick answer. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcel Ruff Sent: quinta-feira, 22 de Setembro de 2005 21:14 To: xmlblaster@server.xmlBlaster.org Subject: Re: [xmlblaster] polling -> reconnecting - And additio

Re: [xmlblaster] polling -> reconnecting - And additional questions

2005-09-22 Thread Marcel Ruff
case, rgds Marcel Best regards, Eduardo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcel Ruff Sent: quinta-feira, 22 de Setembro de 2005 14:45 To: xmlblaster@server.xmlBlaster.org Subject: Re: [xmlblaster] polling -> reconnecting Eduardo Catar

Re: [xmlblaster] polling -> reconnecting

2005-09-22 Thread Marcel Ruff
Eduardo Catarino wrote: Hi, I have the following problem. I have a simple test procedure that does this task: 1) Start the XmlBlaster server and publish 50 messages 2) Shut down the server 3) Publish again 50 messages 4) Start the server again

Re: [xmlblaster] OutOfMemoryExceptions

2005-08-26 Thread Marcel Ruff
Hi Joshua, could you please update to the xmlBlaster 1.0.6 to have the JMX support and start it like this (please use the newest JDK 1.5): # Start the server java -Dcom.sun.management.jmxremote org.xmlBlaster.Main # Start the GUI on the same machine (it is delivered with Suns JDK 1.5): jconso

[xmlblaster] ANNOUNCE xmlBlaster "Xmas-patch" release 1.0.6

2005-08-10 Thread Marcel Ruff
Hi, xmlBlaster version 1.0.6 *Xmas* is out. This is release 1.0 with some additional patches, for details please check the CHANGES file. After four years of development xmlBlaster is a rock-solid foundation for industrial strength applications. Many small to huge companies rely on th

Re: FW: [xmlblaster] C++ Client SQL92 filter

2005-08-03 Thread Marcel Ruff
e2"); Publish("SimpleChat",msg.c_str(),props); The subscription message looks like : and qos: false And the publish : hello client/nfgs teste2 At first glance i think this should work right ? So any help regarding this subject is welcome .. Re

Re: [xmlblaster] C++ Client SQL92 filter

2005-07-26 Thread Marcel Ruff
Nelson Silva wrote: Hi, I've been cracking my head over this for a while but to no avail... : [25/Jul/2005 20:42:17 WARN XmlBlaster.SOCKET.tcpListener-nfgs RequestBroker-/node/xmlBlaster_127_0_0_1_3412] Generating dead message 'callback:/node/xmlBlaster_127_0_0_1_3412/client/nfgs/-3/NORM/11

[xmlblaster] Monitoring xmlBlaster with native HTML/HTTP support

2005-07-25 Thread Marcel Ruff
Hi, you can now monitor xmlBlaster with a HTML browser. This support is directly available with the current xmlBlaster without any configuration (svn). Please see http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.http.html for a screen shot and a description about the powerful extens

[xmlblaster] JMX screenshot

2005-07-21 Thread Marcel Ruff
Hi, there is a new screens hot http://www.xmlblaster.org/screenshot.html showing the rich JMX based monitoring & control possibilities for xmlBlaster. Details are here: http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.jmx.html regards, Marcel

Re: [xmlblaster] can't start jmxgui

2005-07-13 Thread Marcel Ruff
Marshall Shapiro wrote: I've been trying to start the jmxgui. To do this I understand I must start the server with xmlBlaster/jmx/XmlBlasterAdaptor=true in the properties file. But when I do so, I get an exception on server startup: javax.management.ReflectionException: The MBean class could

[xmlblaster] ANNOUNCE xmlBlaster "Xmas-patch" release 1.0.4

2005-07-04 Thread Marcel Ruff
Hi, xmlBlaster version 1.0.4 *Xmas* is out. This is release 1.0 with some additional patches, for details please check the CHANGES file. After four years of development xmlBlaster is a rock-solid foundation for industrial strength applications. Many small to huge companies rely on th

Re: [xmlblaster] JMX

2005-07-04 Thread Marcel Ruff
Hi Li, the JMX support is now available. There are several open tasks with JMX: 1. Write some test cases 2. Fix native XmlBlaster adaptor 3. Strip down embedded xmlBlaster to minimum 4. Write some jmxgui plugins 5. Find a free SNMP adaptor 6. Add notifications 7. Add client o

[xmlblaster] JMX monitoring and control is available

2005-07-04 Thread Marcel Ruff
Hi, we have worked on the JMX stuff and it is now possible to monitor and control the xmlBlaster status from a web browser or from 'jconsole' (which is delivered with JDK1.5). You can for example - read the current logged in users - check the number of messages in queues - kill a client - remov

Re: [xmlblaster] Qos clientProperty XPath subscribe

2005-07-01 Thread Marcel Ruff
Nelson Silva wrote: Hi, I need to add some client properties in order to allow for XPath subscriptions. I've added the client properties and my messages look like : Still i'm getting messages with 'canal'=test !!?! What XPath expression should i use to select messages with a given

Re: [xmlblaster] Newbie Question

2005-07-01 Thread Marcel Ruff
Blake Dournaee wrote: Hello - I am having a hard time figuring out how to change the IP address of the XMLblaster server from my java program. Assuming the SOCKET protocol: From command line it would be java org.xmlBlaster.Main -plugin/socket/hostname 10.180.1.1 For example, when I mak

Re: [xmlblaster] Newbie Question

2005-07-01 Thread Marcel Ruff
Blake Dournaee wrote: Hello - I am having a hard time figuring out how to change the IP address of the XMLblaster server from my java program. Assuming the SOCKET protocol: From command line it would be java org.xmlBlaster.Main -plugin/socket/hostname 10.180.1.1 For example, when I make

Re: [xmlblaster] update messages

2005-06-30 Thread Marcel Ruff
li donglin wrote: >hi Marcel, > when will jmx to be work? can i make contribute to the project? > > Hi Li, i'll look at the JMX now and i will be happy to ask you for assistance in some parts the next days, Best regards, Marcel >regards > >li donglin > > > > > >>李栋林 wrote: >>

Re: [xmlblaster] Re: Unable to connect

2005-06-30 Thread Marcel Ruff
Hi Ralthor, it seems the C clients mutex is too late: responseMutex is LOCKED i'll look into it. Which threading approach does RedHat use? Thanks for reporting Marcel Ralthor wrote: Thanks for getting back to me. I set the redhat security level to no firewall and I haven't installed an

Re: [xmlblaster] Shutdopwn error

2005-06-30 Thread Marcel Ruff
Nihau Li, are those messages persistent, do they have a limited lifetime configured? Do the messages appear during shutdown or already during normal operation? Is it possible to send me some simple clients to reproduce the problem? Thanks, Marcel 李栋林 wrote: >hi,all. > we are using xmlBlste

Re: [xmlblaster] Re: XmlBlaster and Firebird - last problem

2005-06-30 Thread Marcel Ruff
Chris, good work! About the capital "F": If you use the capital everything works OK as i understand, so it shouldn't be necessary to make mappingKey case insensitive (please correct me). About integration into xmlBlaster: 1. Could you please send me your xmlBlaster.properties file and i w

Re: [xmlblaster] update messages

2005-06-22 Thread Marcel Ruff
李栋林 wrote: >hi,all > i use "g' to popup GUI to monitor number of publish/update messages , > but i can't get number of update massages. why? > >regards > >li donglin > > Hi Li, the GUI monitor is outdated and will be removed in a future version, it will be replaced by a JMX based appr

Re: [xmlblaster] Fail Safe for Applets - How?

2005-06-18 Thread Marcel Ruff
ect a failure not until your applet want to access the server: If you need to detect missing callback notifications earlier you need to ping the server to find out there is a problem. regards, Marcel Am I on the right track here? --- Marcel Ruff <[EMAIL PROTECTED]> wrote: chri

Re: [xmlblaster] Fail Safe for Applets - How?

2005-06-18 Thread Marcel Ruff
chris lau wrote: I used the code from the applet examples as a reference to adding code in my applet to connect to xmlblaster. However, there was a case where the blaster server went down (I closed it accidentally) and the applet threw an exception. When I started up the server again and publ

Re: [xmlblaster] Unable to connect

2005-06-18 Thread Marcel Ruff
Hi Ralthor, here are some steps to track it down: 1/ Test the C client: cd xmlBlaster build c cd xmlBlaster/demo/c/socket/bin HelloWorld3 -logLevel DUMP 2/ Then try to switch on more traces for the server: java org.xmlBlaster.Main -trace[socket] true -call[socket] true -dump[socket] t

[xmlblaster] ANNOUNCE xmlBlaster "Xmas-patch" release 1.0.3

2005-05-16 Thread Marcel Ruff
Hi, xmlBlaster version 1.0.3 *Xmas* is out. This is release 1.0 with some additional patches, for details please check the CHANGES file. After four years of development xmlBlaster is a rock-solid foundation for industrial strength applications. Many small to huge companies rely on the sil

Re: [xmlblaster] Java and Batik versions

2005-05-02 Thread Marcel Ruff
Hi Paul, thanks for the feedback. Did you test java only or some C or C++ clients as well? best regards Marcel Paul Wujek wrote: I have done some of my own testing, on Linux (Mandrake 10.1) x86-32 bit. This testing was to verify that I could update to the latest versions of Batik (1.6) and Sun's JD

Re: [xmlblaster] Multiple sessions

2005-04-21 Thread Marcel Ruff
inEvo wrote: Hi, I'm developping a Message Oriented CAD groupware.. I'd like to have several simultaneous sessions, that is to say, i'd like to have a collaborative CAD environment but with several scenes. Users would have to log in to a given session an then all events would be broadcasted to ev

Re: [xmlblaster] Errors when testing C-API

2005-04-19 Thread Marcel Ruff
wanted to let you know what I have found in the moments that I have had to devote to the problem this morning. Thanks Again, Vaughn --- Marcel Ruff <[EMAIL PROTECTED]> wrote: Jan Petranek wrote: Hi Vaughn, Am Samstag, 16. April 2005 14:05 schrieb Vaughn Combs: Many Thanks. I tried

Re: [xmlblaster] Errors when testing C-API

2005-04-16 Thread Marcel Ruff
Jan Petranek wrote: Hi Vaughn, Am Samstag, 16. April 2005 14:05 schrieb Vaughn Combs: Many Thanks. I tried it and it seems like they are transforming < to < at some point. Question is, where does this substitution happen. Here is the predicate that I am submitting: Submitted Predicate: /xmlBlaste

Re: [xmlblaster] Errors when testing C-API

2005-04-14 Thread Marcel Ruff
Jan Petranek wrote: Hi, thanks for your answer, Marcel, after some messing around, I found out the mistake was on my side of the keyboard. (you may skip the next section). I want an application with some message classes, these map to the OIDs. But the clients should also be able to subscribe to

Re: [xmlblaster] Errors when testing C-API

2005-04-13 Thread Marcel Ruff
Jan Petranek wrote: Hello there, I try to use the C-API and so I wrote a publisher and a subscriber - basically based on the examples. I tried to test the performance of xmlBlaster, but after some time, it seems to run into errors. The subscriber shall use the XPATH-Subscribe mechanism (so for t

Re: [xmlblaster] client.filepoller timeout

2005-04-01 Thread Marcel Ruff
David Escala wrote: hi! I'm using the filepoller plugin. it works as expected, but eventually the session of a filepoller expires: Session timeout for _FilePollerPlugin occurred, session 'sessionId:127.0.0.1-null-1112077717910--974824459-4' is expired, autologout from that time on the filepoller ca

Re: [xmlblaster] ClusterNode.isConnected()

2005-03-30 Thread Marcel Ruff
Michael Lum wrote: Hi, I was working on a custom load balancer plugin for clustering and message routing. I noticed some behavior that didn't seem intuitive to me. I modified line 144 of src/java/org/xmlBlaster/engine/cluster/simpledomain/RoundRobin.java: if (log.TRACE) log.trace(ME,

Re: [xmlblaster] detecting an 'ungraceful' disconnect on another client

2005-03-28 Thread Marcel Ruff
[EMAIL PROTECTED] wrote: is this a recent code change i need to get (via subversion) or is it in the current release? all releases, this exists since decades ... ;-) http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.configuration.html#callback Marcel [EMAIL PROTECTED] wrote: Hi, on my J

Re: [xmlblaster] detecting an 'ungraceful' disconnect on another client

2005-03-28 Thread Marcel Ruff
[EMAIL PROTECTED] wrote: Hi, on my Java clients, I am currently using '__sys__UserList', '__sys__Login' and '__sys__Logout' events to see who is logged in. The problem is, sometimes a client may ungracefully disconnect, and I don't get a logout event until about 45-50 seconds later. Are there som

Re: [xmlblaster] questions about qos in cpp client

2005-03-20 Thread Marcel Ruff
pikaiyuan wrote: > Hello,michele > > I got somet questions as: > 1. Some qos values in cpp client(msgqosdata.cpp) will lost when toxml() > method > was invoked to convert qos object to xml string, such as forceDestory. Please try: java org.xmlBlaster.Main -dump[socket] true and a C

Re: [xmlblaster] Cluster peers

2005-03-05 Thread Marcel Ruff
cause the route costs would take care of that for you, until you could purchase new hardware. Finally, adding a new host 'gandalf' would be pretty simple because you simply need to express your routing costs for its message domains. On 03/02/05 00:10, Marcel Ruff wrote: Hi Michael, i ha

Re: [xmlblaster] Cluster peers

2005-03-02 Thread Marcel Ruff
Hi Michael, i have put your drawing online so others can view it as well (it got bounced by the mailing list): http://www.xmlblaster.org/xb-cluster.png Probably the 'crossing arrows' between frodo - saroman and bilbo - sauron is too complicated. In such a case the messages need to convey the in

Re: [xmlblaster] Cluster peers

2005-03-02 Thread Marcel Ruff
Michael Lum wrote: On 03/01/05 15:39, Marcel Ruff wrote: Principally your configuration should be possible. Why do you need the mirrored master? For fail over (HA)? Yes, high-availability is the primary reason. OK. The other reason is that I also have applications that would publish directly to

Re: [xmlblaster] Cluster peers

2005-03-01 Thread Marcel Ruff
or this so we can easily add your patch. best regards Marcel Thanks Mike On 03/01/05 12:48, Marcel Ruff wrote: Michael Lum wrote: Hello, I couldn't figure this out from the reference book and didn't find anything on the mailing list -- How can I setup two nodes in a cluster to be peers

Re: [xmlblaster] Errors in C++ Client when using in C++ project

2005-03-01 Thread Marcel Ruff
Tiago Cardoso wrote: Hi, I’m using xmlBlaster (version 1.0.1 Xmas 2005-02-08) and recently I created from HelloWord 2 example a C++ Client. Essentially, I copy-paste the login/subscribe/publish/erase/logout into methods and created another class for callback. These classes alone compile and work pe

Re: [xmlblaster] Cluster peers

2005-03-01 Thread Marcel Ruff
Michael Lum wrote: Hello, I couldn't figure this out from the reference book and didn't find anything on the mailing list -- How can I setup two nodes in a cluster to be peers? I'd like to put two machines behind a load balancer, so that any client could publish a message, but it might end up

Re: [xmlblaster] xmlBlaster & BIE

2005-02-24 Thread Marcel Ruff
Adam Tauno Williams wrote: I experimented along time ago with xmlBlaster, and I'm glad to see my fragmentary presentation file still on the website. :) But the project I was working on got shelved. Hi Adam, nice to see you here again. But I've been working with BIE for awhile now (http://www.bruns

[xmlblaster] ANNOUNCE xmlBlaster "Xmas-patch" release 1.0.2

2005-02-24 Thread Marcel Ruff
Hi, xmlBlaster version 1.0.2 *Xmas* is out. This is release 1.0 with some additional patches, for details please check the CHANGES file. After four years of development xmlBlaster is a rock-solid foundation for industrial strength applications. Many small to huge companies rely on the sil

[xmlblaster] ANNOUNCE xmlBlaster "Xmas-patch" release 1.0.1

2005-02-08 Thread Marcel Ruff
Hi, xmlBlaster version 1.0.1 *Xmas* stable. This is release 1.0 with some additional patches, for details please check the CHANGES file. After four years of development xmlBlaster is a rock-solid foundation for industrial strength applications. Many small to huge companies rely on the sil

Re: [xmlblaster] [Newbie]log dynamicaly xmlBlaster into a browser

2005-02-04 Thread Marcel Ruff
eClaire wrote: Thanks for answer The other question about your browser output i don't understand, what do you want to do? I would like to have the output (log events) into webbrowser. I would like to have the logs refreshed automaticaly (with out the user having to refresh). (Or performe the "tai

Re: [xmlblaster] [Newbie]log dynamicaly xmlBlaster into a browser

2005-02-04 Thread Marcel Ruff
eClaire wrote: Hi, First, scuse me for my approximative english... I'll try to be clear. I am a new user of xmlBlaster. I would like to print the log into a browser (and dynamicaly if it is possible). For that, I am trying to do what is explained here http://www.xmlblaster.org/xmlBlaster/doc/req

Re: [xmlblaster] Database change detection plugin available

2005-01-11 Thread Marcel Ruff
Jason Martin wrote: On Tue, Jan 11, 2005 at 05:42:03PM +0100, Marcel Ruff wrote: http://www.xmlblaster.org/xmlBlaster/doc/requirements/contrib.dbwatcher.html FYI, the term 'flashback querie' refers to a feature of oracle 9i or greater which lets you query the database as it exi

[xmlblaster] Database change detection plugin available

2005-01-11 Thread Marcel Ruff
Hi, we have now a handy database observer plugin. All changes on a observed database table are published as a XML formatted messages to xmlBlaster. This 'DbWatcher' is generic, feature rich and very extendable. For details please read http://www.xmlblaster.org/xmlBlaster/doc/requirements/contrib.d

[xmlblaster] Poll for future xmlBlaster direction

2004-12-26 Thread Marcel Ruff
Hi, for the next steps of xmlBlaster evolution we need some feedback. First some basic issues. Please vote on the different topics if you have an opinion about it or if your environment dictates it. The Xmas 1.0 xmlBlaster release is JDK 1.3 compatible on server side. It will only be patched for bu

[xmlblaster] Which Bug tracker?

2004-12-26 Thread Marcel Ruff
Hi again, it is now time to introduce a bug tracker tool, there are many around, which do you recommend? - Peter Roth from Technidata loves JIRA (http://www.atlassian.com/software/jira/). It is very powerful and has a clean Web GUI. It is commercial but free for open source tools like us. Pe

[xmlblaster] ANNOUNCE xmlBlaster "Xmas" release 1.0

2004-12-23 Thread Marcel Ruff
Hi, xmlBlaster version 1.0 *Xmas* is available, just in time! After four years of development xmlBlaster is a rock-solid foundation for industrial strength applications. Many small to huge companies rely on the silently running xmlBlaster in the heart of their daily business demands. XmlBla

Re: [xmlblaster] vb.net and activex dll

2004-12-22 Thread Marcel Ruff
Marcel Ruff wrote: Dupuy, Robert wrote: I don't program in vb.net normally, but I had similar experiences with the activex bridge As the original poster in this thread. As a reminder, the original poster said: private sub xmlScriptAccess_update(byval msg as object) ha

Re: [xmlblaster] vb.net and activex dll

2004-12-22 Thread Marcel Ruff
Marcel Ruff wrote: Dupuy, Robert wrote: I don't program in vb.net normally, but I had similar experiences with the activex bridge As the original poster in this thread. As a reminder, the original poster said: private sub xmlScriptAccess_update(byval msg as object) ha

Re: [xmlblaster] vb.net and activex dll

2004-12-21 Thread Marcel Ruff
Dupuy, Robert wrote: Hi Robert, your binary access was the missing gap in our VB.net demo, thanks! Passing strings works fine here (and on other WinXP i know of) so it must be some special settings >(Unicode/UTF-8/versions?) you have. JDK 1.5 with a current Win XP should work fine. Marcel Well,

[xmlblaster] ANNOUNCE xmlBlaster release 1.RC4 *stable*

2004-12-19 Thread Marcel Ruff
Hi, xmlBlaster version 1.RC4 *stable* is available. This is the fourth (and hopefully final) release candidate for version 1.0. We plan to release version 1.0 in a few days. Please download this version and test it in your environment a.s.a.p and report all problems to our mailing list, it is the l

Re: [xmlblaster] vb.net and activex dll

2004-12-17 Thread Marcel Ruff
Dupuy, Robert wrote: I don't program in vb.net normally, but I had similar experiences with the activex bridge As the original poster in this thread. As a reminder, the original poster said: private sub xmlScriptAccess_update(byval msg as object) handles xmlBlaster.XmlScriptAccessSource_Event_updat

Re: [xmlblaster] ANNOUNCE xmlBlaster release 1.RC3 *stable*

2004-12-17 Thread Marcel Ruff
David Kerry wrote: On Wed, Dec 08, 2004 at 06:44:06PM +0100, Marcel Ruff wrote: Hi, xmlBlaster version 1.RC3 *stable* is available. This is the third release candidate for version 1.0. We plan to release version 1.0 in a few days. Please download this version and test it in your environment

[xmlblaster] 1.RC3: Any complaints?

2004-12-11 Thread Marcel Ruff
Hi, are there any open issues or complaints about 1.RC3? Otherwise we will give 1.0 a kick ... regards, Marcel -- http://www.xmlBlaster.org

Re: [xmlblaster] RE: Installing the ActiveX Bridge

2004-12-11 Thread Marcel Ruff
Dupuy, Robert wrote: Thank you all for any help you may have been about to send, but I did get a successful build message just now. I had to copy midl.exe from the visual c++ disks, copy over the oaidl.dll (and other includes)...set up an include path. Set my path to point to the cl.exe and relat

Re: [xmlblaster] Installing the ActiveX Bridge

2004-12-10 Thread Marcel Ruff
Dupuy, Robert wrote: I am new to the list, so I hope I'm not asking a frequently asked question. But I need to install the ActiveX bridge. My assumption is, that it doesn't come included, but I must run the build. I run the build, it errors. The website says I need Microsoft Visual C++ installed,

Re: [xmlblaster] server sometimes stops matching XPath subscription properly

2004-12-09 Thread Marcel Ruff
Michele Laghi wrote: Hi Marshall, I know it sounds a little confusing but the key is a per-topic invariant (or constant) and XPATH is used to group such topics together, it is not not intended to group message instances together. If you want to search on specific message instances, i.e. on infor

[xmlblaster] ANNOUNCE xmlBlaster release 1.RC3 *stable*

2004-12-08 Thread Marcel Ruff
Hi, xmlBlaster version 1.RC3 *stable* is available. This is the third release candidate for version 1.0. We plan to release version 1.0 in a few days. Please download this version and test it in your environment a.s.a.p and report all problems to our mailing list, it is the last chance to add fixes

Re: [xmlblaster] publishing a message for a subscriber that doesnt run

2004-12-06 Thread Marcel Ruff
Radu Maierean wrote: hi there, Hi, could you please send me (to [EMAIL PROTECTED]) the err.log file of java org.xmlBlaster.Main -dump[socket] true -call[core] true -call[dispatch] true -logFile err.log -logDevice file,console when the problem occurs? It should contain the login sequences of A and

Re: [xmlblaster] publishing a message for a subscriber that doesnt run

2004-12-05 Thread Marcel Ruff
Radu Maierean wrote: hi there, i'm pretty sure this is about my lack of understanding about how XMLblaster messages work, but i cant figure it out at all. here's what happens. in my environment, application A (which is a publisher) needs to send some commands to application B (which is a subscriber

Re: [xmlblaster] Is subversion a requirement?

2004-12-05 Thread Marcel Ruff
Hi Meinrad, there are two files which use the rcsid, namely mgsUtil.c (for the C client library) Global.cpp (for the C++ client library) The string is used so that you can lookup the exact version of a .dll, .so or .sl dynamic library (on unix for example with the 'strings' command). If it mak

[xmlblaster] ANNOUNCE xmlBlaster release 1.RC2 *stable*

2004-12-01 Thread Marcel Ruff
Hi, xmlBlaster version 1.RC2 *stable* is available. This is the second release candidate for version 1.0. We plan to release version 1.0 in a few days. Please download this version and test it in your environment a.s.a.p and report all problems to our mailing list, it is the last chance to add fixe

Re: [xmlblaster] Get vs. Subscribe

2004-11-29 Thread Marcel Ruff
Michal Masa wrote: Apologies for this question, it's only recently I've started using xmlBlaster... Is it regular behavior that Get returns no messages for a topic that somebody has subscribed for? Michal Michal, this is a bug. It happens for the combination subscribe() + get() + cluster=true. If

Re: [xmlblaster] turning off "Property: Loading xmlBlaster.properties.." messages

2004-11-24 Thread Marcel Ruff
Hi Andrew, the only way to do it is java -Dproperty.verbose=0 org.xmlBlaster.Main If you start xmlBlaster embedded you can also set this in your main() with System.setProperty("property.verbose", "0"); regards Marcel [EMAIL PROTECTED] wrote: that didn't seem to work. i also changed the logging d

Re: [xmlblaster] Bad JAR File

2004-11-23 Thread Marcel Ruff
P. Michael Hutchins wrote: Your JAR file, collections.jar, both contains old code.. (for instance the method setTimeInMillis() in Calendar is protected therein) ..and contains only code that's in the JRE. (& so is unnecessary/redundant) I recommend you both remove it from your distribution.. ..an

Re: [xmlblaster] compiling cpp-lib on freebsd with boost

2004-11-22 Thread Marcel Ruff
Viner, David wrote: Hi, I can't seem to compile cpp-lib with boost on my machine. I am using the Boost thread library, but I get a ton of errors emanating from this method: bool Thread::start() { if (isStarted_) return false; isStarted_ = true; if (!runner_) runner_ = new ThreadRunner(*thi

Re: [xmlblaster] Performance; Using XMLBlaster as a Messaging Bus

2004-11-21 Thread Marcel Ruff
Ismail T wrote: Hello everyone, Hi Ismail, I am new to XMLBLaster, and I am considering using it as a chat/Instant Messaging Server. The clients (applets/Midlets) connect to the XMLBlaster via the socket interface, send a message to another peer via the server. My questions concern the performance

Re: [xmlblaster] subversion web down?

2004-11-19 Thread Marcel Ruff
Viner, David wrote: Hi, http://www.xmlblaster.org/cgi-bin/svnweb returns a 404 (not found) error. You can find this link at http://www.xmlblaster.org/subversion.html#svnweb Is there a way to browse the subversion tree via a web browser? thanks dave Ok, webdav access is not available, try http://

Re: [xmlblaster] compiling c-lib on freebsd

2004-11-19 Thread Marcel Ruff
Viner, David wrote: this patch allows c-lib (with SOCKET enabled) to compile on FreeBSD using gcc-2.95.3. the only remaining warnings are: [cc] /home/dviner/mom/xb-svn/xmlBlaster/build.tmp/src/c/util/helper.c:575: warning: ANSI does not permit the keyword ` inline' [cc] /home/dviner/

Re: [xmlblaster] subversion web down?

2004-11-18 Thread Marcel Ruff
Viner, David wrote: Hi, http://www.xmlblaster.org/cgi-bin/svnweb returns a 404 (not found) error. You can find this link at http://www.xmlblaster.org/subversion.html#svnweb Is there a way to browse the subversion tree via a web browser? thanks dave The webdav web browsing with subversion is not ye

Re: [xmlblaster] TestFailSafe.java?

2004-11-18 Thread Marcel Ruff
Viner, David wrote: Hi, http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.failsafe.html links to org.xmlBlaster.test.qos.TestFailSafe.java and TestFailSafeAsync.java but those links are broken, and it looks like the file is in testsuite/src/java/org/xmlBlaster/test/client/TestFailSafe.ja

Re: [xmlblaster] message payload affected by the transport protocol?...

2004-11-13 Thread Marcel Ruff
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcel Ruff Sent: Friday, November 12, 2004 2:01 PM To: [EMAIL PROTECTED] Subject: Re: [xmlblaster] message payload affected by the transport protocol?... Radu Maierean wrote: hi, for a quick test of an application that i am working on, i used the

Re: [xmlblaster] message payload affected by the transport protocol?...

2004-11-12 Thread Marcel Ruff
Radu Maierean wrote: hi, for a quick test of an application that i am working on, i used the demo found under xmlBlaster/demo/javaclients/script/XmlScript.java i tried to send this in the message payload: what i received at the other end was: that means: A. the message payload (or "contents", as

Re: [xmlblaster] reconnect after server crash

2004-11-12 Thread Marcel Ruff
Kevin Priebe wrote: Here's everything I have. xmlBlaster.properties #-- # Authentication and Authorization Security.Server.Plugin[simple][1.0]=org.xmlBlaster.authentication.plugins.simple.Manager Security.Server.Plugin[htpa

Re: [xmlblaster] VB .NET InvalidCastException on Demo Client

2004-11-03 Thread Marcel Ruff
Bradley Jonas wrote: Thanks for the help - updating JDK/JRE allowed me to get past that error. I am still running into some problems though - this time using Helloworld3.vb Every time I have some type of return object (i.e. a subscription or connection), and the code tries to write a property of th

Re: [xmlblaster] VB .NET InvalidCastException on Demo Client

2004-11-02 Thread Marcel Ruff
h: J2EE SDK 1.4 and my RE is: 1.4.2_03 - I hope that's right - I know very little about Java ;) Ahhh, thats the problem, you need to download JDK/JRE 1.5 and use this as you default java. Marcel Thanks B On Tue, 02 Nov 2004 15:50:21 +0100, Marcel Ruff <[EMAIL PROTECTED]> wrote: Bra

Re: [xmlblaster] VB .NET InvalidCastException on Demo Client

2004-11-02 Thread Marcel Ruff
Bradley Jonas wrote: Hi! I've built the Activex bridge and tested it without a problem in VB6. Did the callback work with VB6? I've never found out how to do it, it would be nice if you can guide me how to do it. I am trying to work with it in .NET and have copied the code exactly as included with

Re: [xmlblaster] c++ client handle leak ?

2004-11-01 Thread Marcel Ruff
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marcel Ruff Sent: donderdag 28 oktober 2004 21:31 To: [EMAIL PROTECTED] Subject: Re: [xmlblaster] c++ client handle leak ? Hi Nicolas, my pthread_detach() was a flop as the thread was set to detached already, so i went back to th

Re: [xmlblaster] c++ client handle leak ?

2004-10-31 Thread Marcel Ruff
subversion. On Linux everything looks stable and solid now. I'm not sure if this helps to solve your problem on Windows, please keep me informed, Marcel Kind regards, Nicolas. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marcel Ruff Sent: donderdag 28

Re: [xmlblaster] vb.net and activex dll

2004-10-29 Thread Marcel Ruff
msg.getContents().length ' OK returns 344 Strange that this has worked: getContents() is not existing (note the 's') 4 byteContents= msg.getContent() ' EXCEPTION 5 contentStr = msg.getContentStr() ' EXCEPTION 6 xmlBlaster.setUpdateReturn(" id='OK' /&g

<    1   2   3   4   5   6   7   8   9   >