Hi Guillaume, yes for the database. In fact I receive an XML from an RFID Reader (Symbol), this xml contain information about items scanned from the RFID Gate at the entrance of our warehouse. With two servicemix clients (one installed at the reader location and the other at the ERP server location) I transmit the xml. On the server I will than take my xml, transform it in some sql statemens and in do the insert in the ERP Database.
To do the transfer I'm using a clustered servicemix (I used the example and modified the configuration). Till here it's OK. But what I have now to use when I receive the XML on the ERP server? I have that xml in a directory.... My idea is to use another servicemix to tranform the xml in sql statements... OR YOU HAVE A BETTER IDEA? How can I use your proposition (o.a.s.components.jdbc) in my architecture? Where can I find that component? Bye and thanks Alex gnodet wrote: > > You mean for the database ? > There is a very simple lightweight component available > (o.a.s.components.jdbc), but if it does not suite your > needs, you will have to write your own component. > > On 11/15/06, Alex75 <[EMAIL PROTECTED]> wrote: >> >> Hi world, I'm using a servicemix cluster to take an xml file and to copy >> it >> on another machine. On the destination machine I will take that xml file >> and >> using xslt I will insert it in a Database. >> >> What I have to use on the destination machine? >> >> Bye >> Alex >> -- >> View this message in context: >> http://www.nabble.com/Servicemix-cluster-and-xslt-tf2635979s12049.html#a7357378 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/Servicemix-cluster-and-xslt-tf2635979s12049.html#a7374641 Sent from the ServiceMix - User mailing list archive at Nabble.com.
