Re: [xmlblaster] problem about the new version 0.9

2004-04-02 Thread Marcel Ruff
Hi zhang, the current cvs contains a fix for this issue. The lexical_cast is corrected so there is no need for the specialized assertEquals() anymore. Please report if this solves your compilation problem, regards, Marcel > zhang zhi wei wrote: > >>I am evaluationg the new 0.9 and find a stran

Re: [xmlblaster] problem about the new version 0.9

2004-03-31 Thread Marcel Ruff
zhang zhi wei wrote: > I am evaluationg the new 0.9 and find a strange behaviour. > > build cpp-test > it reports: > [cc] > C:\0.9\xmlBlaster\testsuite\src\c++\TestClientProperty.cpp(56) : err > or C2782: “void > org::inforMessaging::test::assertEquals(org::inforMessaging::ut > il::I_Log

Re: [xmlblaster] problem about the new version 0.9

2004-03-31 Thread Marcel Ruff
zhang zhi wei wrote: > I am evaluationg the new 0.9 and find a strange behaviour. > > build cpp-test > it reports: > [cc] > C:\0.9\xmlBlaster\testsuite\src\c++\TestClientProperty.cpp(56) : err > or C2782: “void > org::inforMessaging::test::assertEquals(org::inforMessaging::ut > il::I_Log

Re: [xmlblaster] what's the meaning of sys_login and sys_logout queue?

2004-03-31 Thread Marcel Ruff
zhang zhi wei wrote: Hi. i am using the xmlblaster. I am puzzled by the sys_login and sys_logout queue in the database. the sys_user_list contains the users have been logged into the system. and what's the meaning of sys_login and sys_logout? thanks a lot . Hi Zhang, __sys__Login and

[xmlblaster] VisualBasic.net and C# access available

2004-03-25 Thread Marcel Ruff
Hi, we have provided an ActiveX control for easy xmlBlaster access on Windows from VisualBasic or C#, for details read http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.activex.html enjoy Marcel -- http://www.xmlBlaster.org

Re: [xmlblaster] questions on XmlBlaster XPATH subscriptions

2004-03-23 Thread Marcel Ruff
[EMAIL PROTECTED] wrote: Hi, I'm having trouble finding a description of the semantics of XPATH subscriptions. I have several questions: 1) Can the XPATH key include a data value, as opposed to an attribute value? For example, if a published message includes:

Re: [xmlblaster] Which XPathFilter is used

2004-03-09 Thread Marcel Ruff
Stefan Lischke wrote: Hi there, I'm just wondering which XML Filter technique is used within xmlBlaster. You guys use FSM (finite state machines) like used in XFilter or YFilter or you have your own way? For the internal DOM we use com.fujitsu.xml.omquery.DomQueryMgr: "XPath Version 0.92.2 from T

Re: [xmlblaster] Which XPathFilter is used

2004-03-09 Thread Marcel Ruff
Stefan Lischke wrote: Hi there, I'm just wondering which XML Filter technique is used within xmlBlaster. You guys use FSM (finite state machines) like used in XFilter or YFilter or you have your own way? For the internal DOM we use com.fujitsu.xml.omquery.DomQueryMgr: "XPath Version 0.92.2 from T

Re: [xmlblaster] build dist-client

2004-03-08 Thread Marcel Ruff
[EMAIL PROTECTED] wrote: Hello, I built a distribution with build.sh dist-client and I found out that the concurrent.jar is needed for socket protocol. Hoi Meinrad, build dist-client java -cp ./dist-client/lib/xmlBlasterClient.jar HelloWorld3 -protocol SOCKET works out of the box here for xml

Re: [xmlblaster] XMLBlaster vs Jabber

2004-03-07 Thread Marcel Ruff
David R Robison wrote: We are planning to use XMLBlaster to share state police incidents with other state agencies. The incidents are represented by XML messages (specifically, the CAP protocol). Some have suggested that XMLBlaster is the wrong way to go and that Jabber (XMPP) should be used ins

Re: [xmlblaster] error report

2004-03-07 Thread Marcel Ruff
皮开元 wrote: > Hello,Marcel > > > Is there any problem in file of > "src\java\org\xmlBlaster\protocol\soap\AuthenticateImpl.java" at line 64. > > code:ConnectReturnQos returnQos = authenticate.connect(connectQos); > maybe is:ConnectReturnQosServer returnQos = authenticate.connect(conne

Re: [xmlblaster] about soap

2004-03-07 Thread Marcel Ruff
Heinrich Götzger wrote: Zhang, great! as you read from the requirement "protocol.soap" already, it is not implemented yet: " SOAP support is not implemented. The class xmlBlaster/src/java/org/xmlBlaster/protocol/soap/SoapDriver.java adds the basic skeleton, and xmlBlaster/demo/soap

Re: [xmlblaster] about RMI

2004-03-07 Thread Marcel Ruff
Heinrich Götzger wrote: On Fri, 27 Feb 2004, zhang zhi wei wrote: This demo is not a callback demo, just a "get" demo. Guess you need to use RmiCallbackServer as you suggested earlier, it's an example of Rmi Callback implementation. Is the current rmi implementation supporting failsafe mode? Eve

[xmlblaster] ANNOUNCE xmlBlaster release 0.9 *stable*

2004-02-23 Thread Marcel Ruff
Salute, xmlBlaster version 0.9 *stable* is available. You get many new goodies, a complete C++ access layer, stable access from good old C, a tiny applet example, a complete xml script access layer, many bug fixes (most for PtP messages and heavy swapping) and much more. XmlBlaster is unde

Re: [xmlblaster] error when testing jmx plugin?

2004-02-22 Thread Marcel Ruff
Hi, the plugin was started by Oliver Neubert but he dadn't the time to finish it. JMX support is still an open building lot. Probably Oli can comment about the current state and give an outlook. regards Marcel zhang zhi wei wrote: > test the jmx plugin and find some strange behaviour: > >java

Re: [xmlblaster] Service interface

2004-02-14 Thread Marcel Ruff
Steve Mentzer wrote: I'd like to be able to create a plugin for XmlBlaster that responds to a synchronous get() message with a result, just like the XmlDb feature. I noticed a comment in RequestBroker.java identified the need for a service interface. Any idea when this will be available? Hi Steve

[xmlblaster] C++ logging extended

2004-02-11 Thread Marcel Ruff
Hi, the C++ client library now can be configured to use c4plus for logging, or you can redirect logging to your own logging library. For details read http://www.xmlBlaster.org/xmlBlaster/doc/requirements/client.cpp.logging.html regards Marcel -- http://www.xmlBlaster.org

Re: [xmlblaster] RMI Registry Bind disallowed

2004-01-28 Thread Marcel Ruff
Meinrad Teufel wrote: Hi, I tried to connect xmlBlaster(0_8_5e) throug RMI. If I start the xmlBlaster and the Client on my local host, it works fine. But if I try to connect to a remote xmlBlaster, I get the following Error on Client side. [27.01.2004 13:10:37 INFO XmlBlasterAccess] Loaded secu

[xmlblaster] Corba based xmlBlaster access for Python clients

2004-01-23 Thread Marcel Ruff
Hi, Oleg Orlov has donated a CORBA (omniORBpy) based Python client to access xmlBlaster some month ago. This is now added to the distribution, please read http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.python.corba.html and http://www.xmlblaster.org/xmlBlaster/doc/requirements/cli

[xmlblaster] C++ client library release

2004-01-21 Thread Marcel Ruff
Hi, our C++ client library to access xmlBlaster is now fairly up to date again (available with cvs). It compiles fine with icc 7.x and 8.x (INTEL) g++ 2.9x g++ 3.x Visual C++ since Jan. 2003 and is checked for memory leaks with valgrind. Both CORBA and native SOCKET protocol plugins

Re: [xmlblaster] xmlBlaster C++ client library with native SOCKET plugin available

2004-01-17 Thread Marcel Ruff
Michele Laghi wrote: Hi Marcel, great work !!! Just one short correction and one addition (see below) It is now running fine on Windows with Visual C++ 7.1 as well. The missing publishArr() and publishOneway() are implemented now. Marcel Ruff wrote: Edit build.properties to only contain these

[xmlblaster] xmlBlaster C++ client library with native SOCKET plugin available

2004-01-14 Thread Marcel Ruff
Hi, our C++ client library has now a protocol plugin which uses our native xmlBlaster SOCKET protocol to talk to the Java xmlBlaster server, see http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.cpp.socket.html The SOCKET protocol is described here: http://www.xmlblaster.org/xmlBl

[xmlblaster] Re: problems in JHotDraw while running graphical demos

2004-01-13 Thread Marcel Ruff
Marcel Ruff wrote: Hi we provide a version of jhotdraw with xmlBlaster, see xmlBlaster/lib/jhotdraw.jar. This way the demo should run out of the box. Please use this, probably our code needs some change for the newest jhotdraw release? Michele can shed some light on this, the newest release is

[xmlblaster] Re: problems in JHotDraw while running graphical demos

2004-01-13 Thread Marcel Ruff
Hi we provide a version of jhotdraw with xmlBlaster, see xmlBlaster/lib/jhotdraw.jar. This way the demo should run out of the box. Please use this, probably our code needs some change for the newest jhotdraw release? Michele can shed some light on this, the newest release is 5.2, our jar file got

Re: [xmlblaster] administrative creation of topics

2004-01-07 Thread Marcel Ruff
Norbert Baumgartner wrote: Hi, how does the administrative creation of a topic work? Referring to the logical states of a topic (enginge.message.lifecycle) it should be possible for an administrator to create a topic (e.g. by an entry in a config file) but I can't find a hint there how this can be

Re: [xmlblaster] Proble with high frequency msg and Persistance

2003-12-13 Thread Marcel Ruff
Valerio Parola wrote: 1) Server Output: Hi, i assume the first mail is outdated so i look at this only. errorCode=internal.unknown message=Message 107115736213804 not found at org.xmlBlaster.engine.queuemsg.ReferenceEntry.getMsgUnit(Referen

Re: [xmlblaster] crash in c++ PublishDemo

2003-12-12 Thread Marcel Ruff
Jürgen Prinz wrote: Sfter a recent cvs update my program and likewise c++/../PublishDemo get segmentation fault whe calling connection_publish Thanks for reporting, i assume you are on the develop branch, there i can reproduce it (though my stack trace is different). We'll look into it, regards

[xmlblaster] New cluster setup example

2003-12-06 Thread Marcel Ruff
Hi, in the cvs main branch you find a new example how to setup a xmlBlaster master/slave cluster where the slave is behind a firewall which only allows one outbound socket connection: Example of a slave xmlBlaster cluster node 'frodo' running behind a firewall which allows outbound socket connecti

[xmlblaster] C client trim() bug

2003-12-05 Thread Marcel Ruff
Hi Martin, this trim() bug was fixed already last week, please checkout the C code from cvs (the memmove did miss to move the \0 as well), regards Marcel >>Hi All, Tentativly I'm pleased to say that xmlBlaster and c-lib work out > >>of the box > on OSX (Panther). Tested

Re: [xmlblaster] bug or feature ?

2003-11-30 Thread Marcel Ruff
Jürgen Prinz wrote: The result of MessageUnit.toXml may not be a well-formed Xml-Document, if the content includes characters as '<' or \000. The C++ MessageUnit.toXml() and Java MsgUnit.toXml() methods are mainly for logging. They are not used operational. The Java variant uses a CDATA section:

Re: [xmlblaster] C++ deadlock with mico

2003-11-19 Thread Marcel Ruff
Juergen Prinz wrote: Hi Marcel thanks for the qick responses. For the moment I'm only testing to connect TIMS-sites (it is IDVS using LINUX), so I used a workaround, which dit it. For the other solutions I would need more time and Kroners Hi again, i have noticed that mico 2.3.11 is out which supp

Re: [xmlblaster] C++ deadlock with mico

2003-11-18 Thread Marcel Ruff
Hi Juergen, nice to meet you here! I just compiled mico and omniOrb and it is as Michele said: mico is single threaded which leads to a deadlock when calling a remote message from a callback. You have to choose: o mico -> avoid the above o orbix -> have some spare Kroner to buy it o tao -> is

Re: [xmlblaster] Ldbc

2003-11-18 Thread Marcel Ruff
Peter Bennett wrote: Marcel Ruff wrote: Peter Bennett wrote: Greetings Have uploaded the Ldbc stuff... I ran a few more tests yesterday and today... I think I have a problem with one topic test. testVolatile... I have no doubt it will need some more work... I already need to add a couple of

Re: [xmlblaster] I_Callback

2003-11-18 Thread Marcel Ruff
loose any messages it is just that your 'last message' is a virtual assumption. By the way, if you want that the messages survive a server crash (xmlBlaster crash) you need to publish the messages as . best regards Marcel Best Regards, Thomas ----- Original Message - From: &

Re: [xmlblaster] Ldbc

2003-11-18 Thread Marcel Ruff
Peter Bennett wrote: Greetings Have uploaded the Ldbc stuff... I ran a few more tests yesterday and today... I think I have a problem with one topic test. testVolatile... I have no doubt it will need some more work... I already need to add a couple of notes to the ldbc requirement... (1) JDK 1.

[xmlblaster] New Applet example available

2003-11-17 Thread Marcel Ruff
Hi, we have a new tiny applet example on xmlBlaster.org. It's size is only 23 kBytes and it supports the complete xmlBlaster remote API. It supports asynchronous callbacks with a persistent HTTP connection. and tunnels nicely internet proxies (squid) and firewalls. See http://www.xmlblaster.org/

Re: [xmlblaster] I_Callback

2003-11-15 Thread Marcel Ruff
TB wrote: Hello, How can I prevent my client which implements I_Callback interface to logout prematurely before all the updates have been received into callback receiver plugin? Hi Thomas, i think i don't understand the question. Messages are delivered instantly - if there are publishers active t

Re: [xmlblaster] Ldbc requirements.

2003-11-14 Thread Marcel Ruff
Peter Bennett wrote: Greetings Hi Peter, good work, the requirements arrived and are already available online. Are your driver passing the testsuite? I'm looking forward to your commit, best regards Marcel I have uploaded the new requirements for ldbc and mysql. I think I have done it right but

Re: [xmlblaster] pull

2003-11-05 Thread Marcel Ruff
Oleg Orlov wrote: [mailto:[EMAIL PROTECTED] Behalf Of Marcel Ruff when i get you right you are creating your own new messages in your plugin instead of by a publish or an internal query. Yes. I have never thought of such a use case - but why not. What is you global archicture that you need

Re: [xmlblaster] pull

2003-11-05 Thread Marcel Ruff
Oleg Orlov wrote: Hello! In my application i need to emulate some pull functionality. My code now looks like: public class MyPlugin implements I_Plugin, I_CommandHandler { .. public void init(Global glob, PluginInfo pluginInfo) throws XmlBlasterException { org.xmlBlaster.en

Re: [xmlblaster] RUNNING C++ Client for Blaster.

2003-11-02 Thread Marcel Ruff
xmlBlaster.idl error=2 Try to do this command with tao_idl.exe manually and play with the command line, i don't know what it could be, regards, Marcel Total time: 3 seconds Iam using ACE+TAO for CORBA xerces-c for XML LIB. OS WINDOWS 2000. Pls help me on this. Jay. From: Marcel R

[xmlblaster] ANNOUNCE xmlBlaster release 0.85e beta

2003-10-31 Thread Marcel Ruff
Gruezi, xmlBlaster version 0.85e is available. This release is completely backward compatible to the previous. See http://www.xmlblaster.org/xmlBlaster/RELEASE_NOTES http://www.xmlblaster.org/xmlBlaster/CHANGES thanks, the xmlBlaster maintainers

Re: [xmlblaster] RUNNING C++ Client for Blaster.

2003-10-31 Thread Marcel Ruff
JAYAGOPALAN BALASUBRAMANI wrote: Hi all , Iam running xmlBlaster in windows platform. I have a java client for xmlBlaster embedded as an applet in IE. Iam using the socket protocol in the Java client. Currently iam giving all permissions in the Java.policy file to enable permissions for applet

[xmlblaster] Demo: Adding client specific properties to the QoS on publishing

2003-10-12 Thread Marcel Ruff
Hi, Michele has added support to add client specific properties to the publish QoS, these properties will be delivered to subscribers in the QoS, to play with it you can use our Java demo publisher like this: java javaclients.HelloWorldPublish -numPublish 50 -clientProperty[

Re: [xmlblaster] Problem with GET with

2003-10-12 Thread Marcel Ruff
Giambattista Saldi wrote: I'm trying Xmlblaster with TCP socket in C XmlBlaster 0.85b There is also a problem with unsubscribe topic if i do 2 time the unsubribe commmand on the same topic key = ""; qos = ""; response = xa.unSubscribe(xa, key, qos, &xmlBlasterExcp); the second time the program is

Re: [xmlblaster] Problem with GET with

2003-10-11 Thread Marcel Ruff
Giambattista Saldi wrote: Hi Marcel, It's my stupid error, i'm new with xmlblaster, i think it's a great product. Now work fine, but i have this situation : publish 10 messages message 1 message 2 message 3 ... message 9 message 10 next i do the get command for the last 5 entries and i get the mess

Re: [xmlblaster] Problem with GET with

2003-10-11 Thread Marcel Ruff
Giambattista Saldi wrote: Hi Marcel I try to modify the wrong xml command with a well formed : " " but i have the same result : Yes, this time the qos markup is wrong, it is not well formed XML, try: (note the instead of ) best regards Marcel Client exception: Caught exception during GE

Re: [xmlblaster] Problem with GET with

2003-10-10 Thread Marcel Ruff
Giambattista Saldi wrote: I'm trying Xmlblaster with TCP socket in C XmlBlaster 0.85b Hi Giamba, I'm interesting in message history i publish with queue history and work fine, but in subscibe or in get like this key = ""; qos = " "; This is not well formed XML, please add a '/' like this: " " ms

[xmlblaster] RE: C client publish() in update() thread

2003-10-07 Thread Marcel Ruff
> Hi Marcel, > >we are in charging of developing a business critical application, and >after discovering xmlBlaster we are experimenting its functionalities. > >We are using the C-Socket implentation for the connection to xmlBlaster, >the functionalities required by our xmlBlaster clients

Re: [xmlblaster] Server drops subscriptions after 24hrs. ?

2003-10-06 Thread Marcel Ruff
David Hooker wrote: I left a system running with several clients connected to an xmlBlaster server. There was definite activity over all the clients and the server every 15 minutes. After 24 hours, however, all topics lost their subscriptions. I don't have the xmlBlaster logs, but my clients did

[xmlblaster] ANNOUNCE xmlBlaster release 0.85c beta

2003-10-05 Thread Marcel Ruff
Bom dia, xmlBlaster version 0.85c is available. This release is completely backward compatible to the previous. However you should use the new xmlBlaster.properties to use the nicer exception logging. See http://www.xmlblaster.org/xmlBlaster/RELEASE_NOTES http://www.xmlblaster.org/xmlBlaster/CHAN

Re: [xmlblaster] two xmlblaster servers with one floating IP address?

2003-09-29 Thread Marcel Ruff
Dominique Petitpierre wrote: Hello, is there a way to have redundancy at the level of the xmlblaster servers that is transparent for the clients (i.e. the clients do not need to be programmed specially)? More specifically, I would like to use two server machines with a floating service address man

Re: [xmlblaster] perl demo hello.pl does not work

2003-09-26 Thread Marcel Ruff
Dominique Petitpierre wrote: Hello, just to let you know that the demo xmlBlaster/demo/perl/xmlrpc/hello.pl does not behave as expected I have updated the hello.pl example, see the new requirement http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.perl.html regards Marcel -- http:

Re: [xmlblaster] perl demo cbServer.pl/testpub.pl causes null pointer error in server

2003-09-25 Thread Marcel Ruff
Dominique Petitpierre wrote: Hello, just to let you know that the demo cbServer.pl/testpub.pl in xmlBlaster/demo/perl/xmlrpc/ does not behave as expected: 1) Callback server seems OK % perl cbServer.pl http://myhost:8080 Connected to xmlBlaster server on http://myhost:8080 Hmm, the cbServer.p

Re: [xmlblaster] perl demo hello.pl does not work

2003-09-25 Thread Marcel Ruff
Dominique Petitpierre wrote: Hello, just to let you know that the demo xmlBlaster/demo/perl/xmlrpc/hello.pl does not behave as expected: % perl hello.pl http://myhost:8080 I have removed it, it is outdated. Please use perl xmlBlasterClient.pl myhost:8080 thanks Marcel Trying to connect to

Re: [xmlblaster] perl demo cbServer.pl/testpub.pl causes null pointer error in server

2003-09-25 Thread Marcel Ruff
Dominique Petitpierre wrote: Hello, just to let you know that the demo cbServer.pl/testpub.pl in xmlBlaster/demo/perl/xmlrpc/ does not behave as expected: 1) Callback server seems OK % perl cbServer.pl http://myhost:8080 Connected to xmlBlaster server on http://myhost:8080 Login success with

[xmlblaster] ANNOUNCE xmlBlaster release 0.85 beta

2003-09-24 Thread Marcel Ruff
Bom dia, xmlBlaster version 0.85b is available. This release is completely backward compatible to the previous. See http://www.xmlblaster.org/xmlBlaster/RELEASE_NOTES http://www.xmlblaster.org/xmlBlaster/CHANGES thanks, the xmlBlaster maintainers

Re: [xmlblaster] newbie- problem running the demos

2003-09-14 Thread Marcel Ruff
ger.(DeliveryManager.j ava:115) at org.xmlBlaster.client.XmlBlasterAccess.connect(XmlBlasterAccess.java: 221) at HelloWorld3.(HelloWorld3.java:66) at HelloWorld3.main(HelloWorld3.java:153) - Original Message - From: &

[xmlblaster] XmlBlaster Error Code listing

2003-09-14 Thread Marcel Ruff
Hi, we have now an error code overview page with cross references our API, requirements and further links: http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.errorcodes.listing.html enjoy, Marcel -- http://www.xmlBlaster.org

Re: [xmlblaster] newbie- problem running the demos

2003-09-14 Thread Marcel Ruff
Joseph Kim wrote: Hi, I am having a problem running the HelloWorld demos. The xmlBlaster server runs fine on my localhost. When trying to run the demo "java -cp lib\xmlBlaster.jar HelloWorld", I get the following error message. I've tried adding options such as "-bootstrapHostname 127.0.0.1", "-

Re: [xmlblaster] Timeout.refreshTimeoutListener

2003-09-09 Thread Marcel Ruff
Xavier Roques wrote: Hi, I am using XMLBlaster 0.847 I got the error ? java.lang.Exception: Stack trace INFO | jvm 1| 2003/09/08 21:37:02 | at java.lang.Thread.dumpStack(Unknown Source) INFO | jvm 1| 2003/09/08 21:37:02 | at org.xmlBlaster.util.Timeout.refreshTimeoutListe

Re: [xmlblaster] questions about return value of update() method

2003-08-31 Thread Marcel Ruff
pikaiyuan wrote: > Hi,Marcel Ruff > > Our purpose is as follows: If client throw user.upate.error, the server will resend > the message; > >I trace the client side kernel file "CorbaCallbackServer.java'" and the server > side corre

Re: [xmlblaster] questions about return value of update() method

2003-08-28 Thread Marcel Ruff
pikaiyuan wrote: > Hi, Marcel > > You had said that: > >>If a client wants to signal an error it should >>throw an XmlBlasterException from update() with >>ErrorCode.USER_UPDATE*. >>In this case the message is redelivered. > > > It is true to a java implementation client,but > to a c++

Re: [xmlblaster] ClassLoader issues

2003-08-27 Thread Marcel Ruff
Mike Poindexter wrote: When I load the XMLBlaster jar using a custom classloader from within an application I get the following: Property: Loading xmlBlaster.properties from CLASSPATH file:/C:/DPA/lib/xmlBlast er.jar!/xmlBlaster.properties Property: No args array given. [Aug 26, 2003 4:22:07 PM ER

Re: [xmlblaster] error report in JdbcManagerCommonTable.java whenusing database for durable subscriptions

2003-08-25 Thread Marcel Ruff
pikaiyuan wrote: > Hi,Marcel > > I had found something report error when I using an oracle database for > durable subscriptions(every message needs to be stored is about 5000k).the > errors are: > > [2003-8-23 11:19:41 WARN > JdbcManagerCommonTable-XB_-xmlBlaster_192_168_80_

Re: [xmlblaster] questions about return value of update() method

2003-08-25 Thread Marcel Ruff
of, in this case please send me an example code with all details. regards, Marcel > > the modification in the last message is OK? or if implementation of > redelivery mechanism in > xmlblaster, are there any other places must be modified? > > thanks a lot! > >

Re: [xmlblaster] questions about return value of update() method

2003-08-24 Thread Marcel Ruff
pikaiyuan wrote: > Hi,everybody > > I want to use the xmlblaster as a mom in my work, and there is a > publish/subscribe scenario: > There is a business logic which deals with the messages delivered from the > xmlbalster server in the update method of the subscriber, if

Re: [xmlblaster] question about persistent in xmlBlaster.

2003-08-18 Thread Marcel Ruff
zhang zhi wei wrote: > When publish a message to xmlBlaster, i use -persistent, > will xmlBlaster ensure exactly once delivery to subscriber? xmlBlaster guarantees exactly one delivery. However - on certain crash situations a message may be resent (when the server got no ACK). Avoiding this needs

Re: [xmlblaster] question about queue in xmlBlaster

2003-08-18 Thread Marcel Ruff
zhang zhi wei wrote: > Question 1: > 1. run the "java HelloWorldPublish -numPublish 100 -persistent true" > command, and then in the XB_ENTRIES , there are two queues: > msgUnitStore_xmlBlaster_10_0_0_239_3412Hello and > history_inforMessaging_10_0_0_239_3412Hello > 2. run "java HelloWorldSub

Re: [xmlblaster] Durable subscriptions

2003-08-17 Thread Marcel Ruff
zhang qiang wrote: > Thank u sir > > I hava retry you change to HelloWorldPublish, but I think you have > misunderstand my problem; > My problem is that when restart the subscriber, the xmlBlaster > server send the same message it have send to me before to me, say, > demo-1. But I want demo

Re: [xmlblaster] RE:RE: Durable subscriptions

2003-08-17 Thread Marcel Ruff
pikaiyuan wrote: > Thanks for your help, but i was still puzzled by the following phenomenon: > > > The whole process is as following: > > 1: Run the publisher : java javaclients.HelloWorldPublish -numPublish 100 > > it display the following: > > >[2003-8-17 11:08:16 INFO HelloWorldP

[xmlblaster] RE: Durable subscriptions

2003-08-16 Thread Marcel Ruff
Hi, your email got bounced because of your provider [EMAIL PROTECTED] adds html to you messages. Please try to avoid this in future as our mailing list does not accept HTML. > how to implement persistent subscriber in xmlblaster. > > The enviroment is c++ , xmlblaster 848 version. > > for example,

[xmlblaster] Ensure client singeltons

2003-07-17 Thread Marcel Ruff
Hi, we have added new connect QoS setting 'reconnectSameClientOnly' which allows us to enfoce a client singleton - if you need to assure that a client with same login name and same public session ID can only connect exactly once. For more details see http://www.xmlblaster.org/xmlBlaster/doc/req

[xmlblaster] ANNOUNCE xmlBlaster release 0.849

2003-07-15 Thread Marcel Ruff
Bom dia, xmlBlaster version 0.849 is available. We have HSQLDB embedded as our default persistence layer and made some bug fixes and other additons and changes. This release is considered stable for production use. See http://www.xmlblaster.org/xmlBlaster/RELEASE_NOTES http://www.xmlblaster.org/

Re: [xmlblaster] MySQL Bugs

2003-07-05 Thread Marcel Ruff
Peter Bennett wrote: Greetings Michele I do not have much time this weekend but will spend what time I can on it... One tip seeings you have installed MySQL... Change the following setting in my.conf max_allowed_packet=3M Otherwise MySQL will fail the large data test... On a default install t

Re: [xmlblaster] RUNNING XMLBLASTER AS WINDOWS SERVICE

2003-07-04 Thread Marcel Ruff
JAYAGOPALAN BALASUBRAMANI wrote: Hi all, i have installed xmlBlaster server in windows 2000 with j2sdk1.4.0. Iam having problems in running XMLBLASTER AS WINDOWS SERVICE. I have follwed the instructions from Java Service Wrapper. i am using wrapper_win32_3.0

Re: [xmlblaster] CPP compile

2003-07-04 Thread Marcel Ruff
Peter Bennett wrote: What do I need to get to resolve this? The directory/file/s do not exist on my machine. [echo] Generating ./src/java/org/xmlBlaster/protocol/corba/xmlBlaster.idl TAO stubs and skeletons for os=unix [if] Error in class net.sf.antcontrib.logic.IfTask BUILD FAILED file:

Re: [xmlblaster] unsubscribe is not supported in clustering

2003-07-03 Thread Marcel Ruff
Michael Atighetchi wrote: I have a requirement for getting unsubscribe working in a clusting environment. Looking over the ClusterManager.java and RequestBroker.java, it seems like unSubscribe is not supported in the current clustering framework. How hard would it be to add support for this ? Ups

Re: [xmlblaster] strange behavior on JDBC persistent database backend

2003-07-03 Thread Marcel Ruff
Michael Atighetchi wrote: Folks, I'm using a 2 week old cvs checkout of xmlblaster (before all the mySQL changes happened), and am seeing the following strange behavior: My client sends multiple persistent messages with the same OID to a xmlblaster node. However, the node only seems to put the fi

[xmlblaster] RE: Running in background

2003-06-28 Thread Marcel Ruff
The server seems to just lock up. When starting xmlBlaster in background you need to switch reading key strokes from command line off with -useKeyboard false regards Marcel

Re: [xmlblaster] embedded database for persistence

2003-06-28 Thread Marcel Ruff
Peter Bennett wrote: Sorry my bad What not to do Delete the copy of xmlBlaster that I compile from... Replace with the local cvs copy... Try to recompile without doing a cd .. then cd xmlBlaster... The directory was deleted... The console that is in that directory looses track of all sub

Re: [xmlblaster] Exception

2003-06-24 Thread Marcel Ruff
David Hooker wrote: java.lang.ClassNotFoundException: org.omg.TimeBase.UtcT at java.net.URLClassLoader$1.run(URLClassLoader.java:198) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:186) at java.lang

Re: [xmlblaster] Microsoft SQL Server

2003-06-22 Thread Marcel Ruff
zhang wrote: I have use the following command to test the Microsoft SQL Server: java -Djava.compiler= junit.swingui.TestRunner -noloading org.xmlBlaster.test.classtest.AllTests the test results ok. but I think the xmlBlaster.properties.template file has small bugs 1: it seems that you omit t

Re: [xmlblaster] MySql persistance.

2003-06-20 Thread Marcel Ruff
Michele Laghi wrote: Hi Peter, Peter Bennett wrote: Michele Laghi wrote: Hi Peter, one quick solution would be to manually create such a table (I think that's the way Zang solved it for the SQL Server). Yep thought of that but thats not the point of looking at the code in the first place...

Re: [xmlblaster] Does XPATH filter apply to ClientTags?

2003-06-20 Thread Marcel Ruff
TRACE [TopicHandler-/node/xmlBlaster_192_168_0_6_3412/topic/INFO] Sending of message from /node/xmlBlaster_192_168_0_6_3412/client/bschuhma/-3 to /node/xmlBlaster_192_168_0_6_3412/client/bschuhma/-2 failed: java.lang.NullPointerException CALL [MsgErrorHandler-/node/xmlBlaster_192_168_0_6_3412/c

RE: [xmlblaster] Does XPATH filter apply to ClientTags?

2003-06-20 Thread Marcel Ruff
Hi Bret, Thanks, Marcel - I understand better now. I basically cannot use the clientTags for embedding the recipient of the message to be extracted by xpath, because once the topic is set up the entire key never changes, even though I can obviously change the meta-information. OK, so I bagged tha

[xmlblaster] HTML Testsuite reports

2003-06-19 Thread Marcel Ruff
Hi, the generated HTML report from a complete test run is now again available under http://www.xmlblaster.org/xmlBlaster/doc/test/report/html/index.html It is additionally linked from the left navigation frame on our homepage. The HOWTO start the testsuite is updated as well: http://www.xmlbla

RE: [xmlblaster] Does XPATH filter apply to ClientTags?

2003-06-19 Thread Marcel Ruff
OK, I think there's something wrong here... I fired up a client and subscribed to messages for agent_200. I publish messages to agent_200 and they arrive and are counted in the GUI. So far, so good. I open another instance of the GUI and subscribe to messages for agent_300. I publish messages to

Re: [xmlblaster] Does XPATH filter apply to ClientTags?

2003-06-19 Thread Marcel Ruff
Schuhmacher, Bret wrote: I'm trying to filter using Xpath. FYI - I've set "-agent" on the command line to 1000 and I get it in the code via: String agent = glob.getProperty().get("agent", "0001"); I've set the following in my code: String agentKey = new String("agent_"+agent);

Re: [xmlblaster] The newest cvs report error!

2003-06-17 Thread Marcel Ruff
zhang wrote: In windows 2000 server platform : You have an inconsistent checkout, for example XmlBlasterConnection.java does not exsist anymore in the current cvs. Please try again: cd xmlBlaster cvs upd -dP build.sh delete build.sh all Marcel G:\xmlBlaster>build all xmlBlaster Build System

Re: [xmlblaster] Priority and XPath Problem

2003-06-17 Thread Marcel Ruff
zhang wrote: The priority of the XMLBlaster PublishQos affect the behaviour of the Client side or the XMLBaster Server side? Both. On client side only if the connection to the server is lost and the tail back queue stores the messages until reconnect. On Server side it affects the history queue

Re: [xmlblaster] Re: REGEX/XPATH subscriptions - newbie requests assistance

2003-06-17 Thread Marcel Ruff
are lost (playing with minimal data rate and pings helps here). regards, Marcel Thanks for the response! :-) Rgds, Bret -Original Message- From: Marcel Ruff [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 4:36 PM To: [EMAIL PROTECTED] Subject: [xmlblaster] Re: REGEX/XPATH subscripti

[xmlblaster] Re: REGEX/XPATH subscriptions - newbie requests assistance

2003-06-16 Thread Marcel Ruff
Hi Bret, First - thanks for the wonderful work on xmlBlaster! I haven't yet figured it all out, but it looks like it'll be _enormously_ useful. I've been looking for a MoM/JMS options that can do HTTP to a browser as well as standard PtP and Pub/Sub messaging and the infrastructure for xmlBlaste

Re: [xmlblaster] newest cvs cannot compile ok!

2003-06-15 Thread Marcel Ruff
zhang wrote: I download the newest cvs run build all report error! Compiles well here with JDK 1.3.1 and 1.4 on Linux. Please try cd xmlBlaster cvs upd -dP build.sh delete build.sh all If the problem remains send more details (your OS, JDK etc, the errors etc) regards, Marcel

[xmlblaster] Add your xmlBlaster project with Wiki

2003-06-14 Thread Marcel Ruff
Hi, we have now a Wiki driven page. Here you can add yourself your xmlBlaster project: http://www.xmlblaster.org/xmlBlasterWiki/WhoIsUsingXmlBlaster (Thanks to omniORB for the template) regards, Marcel

[xmlblaster] Re: MicrosoftSQLServer

2003-06-10 Thread Marcel Ruff
zhang wrote: the string=CHAR(128) must be changed to string=VARCHAR(128) , otherwise it will report error when i test the HelloWorldPublish example The testcase is as follows: First publish 10 message to xmlblaster with args as " -erase false" and then shutdown xmlblaster and restart it , then

[xmlblaster] RE: Port to Microsoft SQL Server

2003-06-09 Thread Marcel Ruff
Hi zhang zhi wei, thanks for your port to Microsoft SQL Server! > Modifying XmlBlaster to Support Microsoft SQL Server > >1. about the Production name > > the database plugin name in xmlblaster.properties must >equals the name get in jdbc connection meta data. For example >oracle, or postgres.

Re: [xmlblaster] How to support SQL Server with XMLBlaster?

2003-06-06 Thread Marcel Ruff
zhang wrote: I want to support XMLblaster with SQL Server, how can I support it ? modify xmlblaster.property and JDBCConnectionPool.java ?? can anybody explain this to me?? Hi, you need to adapt the files in directory: xmlBlaster/src/java/org/xmlBlaster/util/queue/jdbc Have a look especi

Re: [xmlblaster] c++ program terminate abnormal!

2003-06-06 Thread Marcel Ruff
zhang wrote: I use the newest verion of XmlBlaster 848 Did you download the distribution or did you checkout by cvs? You need to use cvs, Marcel I use the ORBacus 4.0.5 and run in windows200. the c++ demo HelloWorld2 and other demo have the same problem: when it terminate ,it reports "Runtime

Re: [xmlblaster] Dinamically routing messages

2003-06-03 Thread Marcel Ruff
Roque Daudt wrote: Hi. I was asked to come up with a proposal to a messaging framework to support data exchange over HTTP between national-wide business partners. The transactions are simple and the xml structure (the DTD) is always the same. However, delivery must be guaranted and only one of th

<    1   2   3   4   5   6   7   8   9   >