Re: Problem in eclipse

2006-10-02 Thread Gert Vanthienen
this information in the .classpath files automatically. Hope this helps, Gert Vanthienen [EMAIL PROTECTED] Guillaume Nodet wrote: The problem comes from Eclipse which considers the .java files as classes to compile. In the case of archetypes, they are just resources to be bundled

Re: Problem in eclipse

2006-10-04 Thread Gert Vanthienen
project to use Eclipse for developing archetype code as well. Another thing: Would it be possible to allow signing up to Confluence again, so more people (including myself in this case) could contribute to the documentation? Regards, Gert Vanthienen [EMAIL PROTECTED] Guillaume Nodet wrote

Re: main.wsdl not found

2006-12-05 Thread Gert Vanthienen
Guillaume, After having done that, I found a message saying 'Port for service/endpoint could not be found'. Apparently, I had my namespaces/port names all messed up... Thanks for the pointer, Gert Vanthienen [EMAIL PROTECTED] Guillaume Nodet wrote: Could you enable DEBUG logging

How to receive XML document using HTTP SOAP?

2006-12-06 Thread Gert Vanthienen
fine... Regards, Gert Vanthienen

lwcontainer POJO remarks

2006-12-13 Thread Gert Vanthienen
Are these observations correct and can I safely add them to the wiki or am I completely missing the point myself (just trying to avoid adding to the confusion by adding wrong information to the wiki)? Regards, Gert Vanthienen

Message archiving and tracing

2007-01-08 Thread Gert Vanthienen
)? Or do we have to do this by eip:wire-tap/s between all our components? Regards, Gert Vanthienen

Re: Support for OS/400

2007-01-10 Thread Gert Vanthienen
than Mule, which already has this support) Regards, Gert Vanthienen [EMAIL PROTECTED] aharsola wrote: Hi, Does ServiceMix support OS/400? Regards, Amit

Re: Support for OS/400

2007-01-10 Thread Gert Vanthienen
i server or if you can upgrade to V5R4, you might want to take a look at the new IBM Technology for Java VM. Their are is a redpaper available on this technology, which gives you some advice on when to use it and when to prefer the classic VM. Regards, Gert Vanthienen gert_at_anova.be

Re: Support for OS/400

2007-01-12 Thread Gert Vanthienen
like to give ServiceMix a quick try on a System i. If anyone wants to use in a production environment, I would still recommend not to use the script, but to use the OS/400 commands instead (thus avoiding the need for using QShell) and taking care of the work management. Regards, Gert Vanthienen

Re: Can't start on aix

2007-01-22 Thread Gert Vanthienen
L.S., Perhaps this is related to changes that have been made to the servicemix startup script to get it working under OS/400. Could you try to replace only your servicemix startup script with the one from January 8th? I see the script at least contains some errors on AIX now --

Re: Can't start on aix

2007-01-30 Thread Gert Vanthienen
L.S., Sorry for the late reply. I have attached a patch for bin/servicemix which works on Linux and OS/400 and which should fix the problem on AIX. I'm unable to test the script file on AIX myself though. Would the original poster be able to try the modified script on his/her server?

Re: Can't start on aix

2007-01-30 Thread Gert Vanthienen
? Wolfgang Gert Vanthienen wrote: L.S., Sorry for the late reply. I have attached a patch for bin/servicemix which works on Linux and OS/400 and which should fix the problem on AIX. I'm unable to test the script file on AIX myself though. Would the original poster be able to try

Re: Can't start on aix

2007-02-05 Thread Gert Vanthienen
Wolfgang, Have you had a chance to try the patched bin/servicemix on AIX yet? Are there any more error messages or is it behaving correctly again now? Regards, Gert Gert Vanthienen wrote: Wolfgang, The patch should have been attached to my previous mail. The contents can also be found

FTP: rename after upload

2007-02-07 Thread Gert Vanthienen
L.S., We have to upload large XML files to an FTP server, where they are picked up for further processing. Before ServiceMix, we used to upload the file using a temporary name and rename the file afterwards, to ensure the next process would never start to download a partially uploaded XML

Re: Can't start on aix

2007-02-10 Thread Gert Vanthienen
) at org.codehaus.classworlds.Launcher.launch(Launcher.java:344) at org.codehaus.classworlds.Launcher.main(Launcher.java:461) Gert Vanthienen wrote: Wolfgang, Have you had a chance to try the patched bin/servicemix on AIX yet? Are there any more error messages or is it behaving correctly again now? Regards

Re: Endpoint in multipe SU's

2007-02-13 Thread Gert Vanthienen
... Gert Guillaume Nodet wrote: These exceptions are thrown when a component sends a JBI exchange to a service name, but there is no endpoint with the given service name. Make sure the target endpoint of the Wire Tap exists and that namespaces do match. On 2/13/07, Gert Vanthienen [EMAIL PROTECTED

Re: Can't start on aix

2007-02-16 Thread Gert Vanthienen
Wolfgang, There was a problem in the script: the JVM was no longer recognized as an IBM JVM on AIX, so the required -Xlp is not set. The servicemix file attached to this mail should fix this problem. Would you have time to try it and send back some feedback (or a stacktrace if it should

Re: Can't start on aix

2007-02-16 Thread Gert Vanthienen
Wolfgang, Can you try to uncomment the echo command right after # Execute the Java Virtual Machine once again, just to be sure the -Xlp parameter is correctly added to the java command string now? Thanks, Gert wolfgang10 wrote: Gert, still the same problem. Stack trace: [EMAIL

Re: Can't start on aix

2007-02-16 Thread Gert Vanthienen
Wolfgang, Now, the -Xverify:none is missing, which can be a solution for this type of problem according to Google ;) Would you mind trying once more with the attached script? Gert wolfgang10 wrote: Gert, Seems that it was set: [EMAIL PROTECTED] java version 1.5.0 Java(TM) 2 Runtime

Re: Can't start on aix

2007-02-19 Thread Gert Vanthienen
L.S., I do not know AIX at all, but it looks [1] as though some additional system configuration might be required to get the -Xlp flag to work on your system. Regards, Gert [1] http://www-03.ibm.com/servers/aix/whitepapers/large_page.html jayaram s wrote: Hi, Am new to servicemix and

Service/endpoint combination sometimes not found

2007-03-14 Thread Gert Vanthienen
assembly was redeployed and everything was working again as before. Do you have any idea what might have caused these problems? How can we avoid them? Regards, Gert Vanthienen

Re: Service/endpoint combination sometimes not found

2007-03-14 Thread Gert Vanthienen
is done on the object itself and not on the service / endpoint name. This needs further investigation ... On 3/14/07, Gert Vanthienen [EMAIL PROTECTED] wrote: L.S., This morning, we had problems with ServiceMix not finding some service/endpoint, causing messages not to be processed

Re: Service/endpoint combination sometimes not found

2007-03-14 Thread Gert Vanthienen
... Gert Gert Vanthienen wrote: Guillaume, I don't think this problem is caused by redeployment, because this is the first version ever deployed to our production instance of ServiceMix. As you might have read in my other post, these log files are extremely large. They also contain a lot

Re: FTP rename command

2007-03-14 Thread Gert Vanthienen
L.S., As far as I know, ServiceMix does not currently support this feature. Because I also need it for my own applications, I'm currently working on a patch to add this behavior to ftp:sender /. I won't have the time to do it this week, but I can probably do it next week. Would that be

FTP poller stalls...

2007-03-30 Thread Gert Vanthienen
L.S., After some time of well-behaved operations, the FTP poller stalls... Below, you find a set of thread dumps. If I interpret this data correctly, the poller threads are waiting on a network operation to complete, causing the connection pool to become empty --threads waiting on

Re: FTP poller stalls...

2007-03-30 Thread Gert Vanthienen
poller has its own FTP connection pool, so there's no reason why they would all be blocked ... On 3/30/07, Gert Vanthienen [EMAIL PROTECTED] wrote: Guillaume, Isn't the poll method called concurrently when multiple ftp:poller/s exist? Gert Guillaume Nodet wrote: Hi Guert ! Yeah, I guess

Re: Message archiving and tracing

2007-04-03 Thread Gert Vanthienen
in the bus. On 1/8/07, Gert Vanthienen [EMAIL PROTECTED] wrote: L.S., We now have a 'naive' XML messaging implementation using Apache Ant, which retrieves XML messages from external partners using FTP, HTTP and IMAP, translates them to a common XML format using XSL-T and sends them

Unable to use XPath in file:sender endpoint

2007-04-04 Thread Gert Vanthienen
this? Regards, Gert Vanthienen

Re: Unable to use XPath in file:sender endpoint

2007-04-04 Thread Gert Vanthienen
the source can be re-read later (by transforming it to a DOM tree or StringSource), or we need a more clever interface on the expression so that the transformation can be done only if needed. On 4/4/07, Gert Vanthienen [EMAIL PROTECTED] wrote: L.S., Retrieving an XML message from a WebSphere MQ

Re: differences between deployment and installation methods

2007-04-04 Thread Gert Vanthienen
Guiseppe, As far as I understand it, there are two main ways of configuring endpoints, services, ... in ServiceMix. The first one is static configuration, where you will add all information about endpoints, routing, services, ... to the same servicemix.xml file that already contains the

Re: help for a novice

2007-04-05 Thread Gert Vanthienen
? Gert Vanthienen wrote: You have to add an xbean.xml file to your service unit project, to describe the configuration for your service unit. Add an xbean.xml file to hello-world-su/src/main/resources with this contents and rebuild the project. beans xmlns:hello=http

Re: SOAP HTTP BC.

2007-04-17 Thread Gert Vanthienen
Owen, I have never used the HTTP BC, but as I understand it... Not necessarily, you can e.g. use a JSR-181 bean and expose it to the outside using a SOAP HTTP BC, in which case the WSDL will be autogenerated. Regards, Gert Owen Thomas wrote: Hello. Will I need to define a WSDL for

Re: JMS Component Error

2007-04-24 Thread Gert Vanthienen
L.S., I'm not sure if it has anything to do with it, but your jms:endpoint / specifies its own name as the targetService. What it is the name of your HTTP service endpoint? Regards, Gert Mahehs Patil wrote: Hi All, I am devolping project using Http Service Unit , JSR181 JMS service

Re: Hello World - SE

2007-04-26 Thread Gert Vanthienen
L.S., Did you see this mail thread : http://www.nabble.com/help-for-a-novice-tf3526390s12049.html? It tries to answer a very similar question. This user wanted to use an FTP poller for sending the messages, so you'll find instructions on how to build a servicemix-ftp SU and bundle that with

Re: JSR181, POJO, WSDL question again...

2007-04-26 Thread Gert Vanthienen
L.S., Unsure about this because I've never used this myself, but... Shouldn't the service and endpoint name of the HTTP endpoint match an existing service/endpoint combination (the one you want to expose to the outer world using HTTP/SOAP), in your case the service/endpoint name of your JSR-181

Re: JSR181, POJO, WSDL question again...

2007-04-27 Thread Gert Vanthienen
/; defaultMep=http://www.w3.org/2004/08/wsdl/in-out; soap=true / /beans and it gave me same error. Gert Vanthienen wrote: L.S., Unsure about this because I've never used this myself, but... Shouldn't the service and endpoint name of the HTTP

Re: JMS Component Error

2007-04-27 Thread Gert Vanthienen
; http:endpoint service=good:good endpoint=goodSOAP role=consumer locationURI=http://0.0.0.0:8787/good; defaultMep=http://www.w3.org/2004/08/wsdl/in-out; soap=true / /beans Gert Vanthienen

Re: servicemix

2007-05-01 Thread Gert Vanthienen
L.S., You probably want to create one additional SU, based on a servicemix binding component (e.g. FTP, File, HTTP, ...) to be able to actually send messages to your own service engine. This thread [1] shows how to build an FTP SU to retrieve message from an FTP server and send them to the

Re: Confusion over documentation referring to the Creating the HTTPConsumer Service Unit.

2007-05-01 Thread Gert Vanthienen
Owen, If I'm not mistaking, the service name is specified in the service.wsdl file that is referenced from the JSR-181 endpoint tag. Regards, Gert Owen Thomas wrote: Hello. This documentation: http://devzone.logicblaze.com/site/providing-and-consuming-web-services-

Re: Confusion over documentation referring to the Creating the HTTPConsumerService Unit.

2007-05-01 Thread Gert Vanthienen
name as well to get things working. Regards, Gert Owen Thomas wrote: Hi Gert I created my JSR-181 SU class-first, so therefore, have not defined a WSDL. Owen. -Original Message- From: Gert Vanthienen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 3:27 PM To: servicemix

Re: JMS(JCA)Flow ERROR...

2007-05-02 Thread Gert Vanthienen
Kit, Apparently, you are using multiple (and different) versions of the QName class. If this solution is running on multiple JVMs, ensure that they're all of the same version. If it isn't, could you send us the servicemix.xml file? Do you know which are the failing services, as this might

Re: Confusion over documentation referring to the Creating the HTTPConsumerServiceUnit.

2007-05-02 Thread Gert Vanthienen
Owen, You'll have to add service=jwsdl:owen endpoint=soap to your JSR-181 endpoint. Your HTTP consumer endpoint will then expose this service to the outer world. Gert Owen Thomas wrote: Hi Gert. Okay... I assume that the changes you state apply to either or both xbean.xml files. I've

Re: JMS(JCA)Flow ERROR...

2007-05-02 Thread Gert Vanthienen
and interface) and may also contain other QNames (soap headers are stored in a map indexed by QNames). We can easily change the first ones to use plain strings ({xxx}yy format), but it will be much more difficult for the ones we do not control. On 5/2/07, Gert Vanthienen [EMAIL PROTECTED] wrote: Kit

Re: Confusion over documentation referring to the Creating the HTTPConsumerServiceUnit.

2007-05-02 Thread Gert Vanthienen
: Wednesday, May 02, 2007 4:42 PM To: servicemix-users@geronimo.apache.org Subject: RE: Confusion over documentation referring to the Creating the HTTPConsumerServiceUnit. Righto Gert. I'll add this information as attributes to the jsr181:endpoint tag. Owen. -Original Message- From: Gert

Re: jbi:setOutProperty question

2007-05-02 Thread Gert Vanthienen
Joe, I haven't used the XPath/XSLT router myself, but if you can provide me with the servicemix.xml that is causing the problems, I'm quite willing to learn and help you look for a solution to your problem in the process... Gert Joe Smith wrote: How do I set message property in XSL router?

Re: jbi:setOutProperty question

2007-05-03 Thread Gert Vanthienen
on the message and I can access it using inOnly.getProperty(timeTable) in my other component, arubaSimplifier. However, it seems to be false. How do I solve the problem here? Gert Vanthienen wrote: Joe, I haven't used the XPath/XSLT router myself, but if you can provide me with the servicemix.xml

Re: Confusion over documentation referring to the Creating the HTTPConsumerServiceUnit.

2007-05-03 Thread Gert Vanthienen
Owen, I have no idea on how you can change the WSDL that is being generated. One possible solution could be to take your auto-generated WSDL file, add it to your JSR-181 SU and specify it on the endpoint. This way, you can start optimizing the WSDL file itself (e.g. use of

Re: JMS(JCA)Flow ERROR...

2007-05-03 Thread Gert Vanthienen
could load then and retrieve the serial UID using introspection i guess ... On 5/2/07, Gert Vanthienen [EMAIL PROTECTED] wrote: Guillaume, A quick Open Type... in Eclipse also shows me that a lot of the jar files we use in ServiceMix include their own javax.xml.namespace.QName, so I

Re: Audit in Service Assembly

2007-05-05 Thread Gert Vanthienen
L.S., As far as I know, you cannot have a separate auditor per service assembly. You'll have to configure the auditor in the container's config file (conf/servicemix.xml). You can extend on the JDBC auditor to filter out only the messages from a specific service assembly. Gert newmax

Re: Msg Exchange properties and WSDL and Soap and http endpoint

2007-05-06 Thread Gert Vanthienen
Annette, By default, the HTTP endpoints should add the HTTP request header properties to the message exchange input message as property javax.jbi.messaging.protocol.headers (JbiConstants.PROTOCOL_HEADERS). Is this what you're referring to or do you want some of other content of your SOAP

Re: Configure distributed servicemix instances

2007-05-06 Thread Gert Vanthienen
Will, You shouldn't have to change anything in your own artifacts. If you configure ServiceMix to run with clustering (1), it should be able to route messages between computers automatically. For this, you'll have to configure ServiceMix to use the JMS Flow. The rest of the config is about

Re: Routing from Drools service unit to servicemix-bean service unit

2007-05-06 Thread Gert Vanthienen
Justin, On (1), you'll find some more information about these URIs. I think that for your case, it should look something like http://foo.bar/MyInterface/MyOperation Gert (1) http://incubator.apache.org/servicemix/uris.html Justin Stewart wrote: Hi, all. I'm trying to use a Drools route

Re: Creating intermediary XSLT service.

2007-05-07 Thread Gert Vanthienen
better? Owen. -Original Message- From: Gert Vanthienen [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 3:40 PM To: servicemix-users@geronimo.apache.org Subject: Re: Creating intermediary XSLT service. Owen, I'm a bit confused about exactly what you will be trying to do

Re: Is ServiceMix/JBI a Good Fit for Dynamic Processing?

2007-05-07 Thread Gert Vanthienen
L.S., I think an ESB solution, such as ServiceMix, can provide you with a lot of the features you require: - flexible protocol handling and bridging - loose coupling - routing services - dynamic endpoints Using ServiceMix as the foundation for your solution would allow you to leverage these

Re: Implementing redirection to invoke multiple web services

2007-05-07 Thread Gert Vanthienen
Yugandhar, One solution to your problem could be to use: - a content enricher, to add authentication information to your message - followed by a message filter, which drops messages with invalid authentication information However, ServiceMix also has built-in security features (1), which

Re: Is ServiceMix/JBI a Good Fit for Dynamic Processing?

2007-05-08 Thread Gert Vanthienen
this, but instead you dynamically generate the list of exchange targets in your code. ServiceMix ships with servicemix-quartz, which can be used to schedule and trigger jobs. Gert Scott Johnson wrote: On May 7, 2007, at 4:09 PM, Gert Vanthienen wrote: L.S., I think an ESB solution

Re: Berkeley DB Embeded service engine

2007-05-08 Thread Gert Vanthienen
Rabi, As far as I know, there is some kind of a preliminary JdbcComponent available in ServiceMix, but there's no really complete JDBC BC. There certainly is no SE that uses the Berkeley DB API directly. If you want to add this feature to ServiceMix, we'll be happy to help you getting

Re: Problems deploying SA

2007-05-08 Thread Gert Vanthienen
Benamin, It seems like a required attribute is missing in one of your xbean.xml files. Can you post them? Gert Benamin wrote: I am just trying to deploy a simple SA with one se and one su. I've tried this before, but it's taking me a while to get back into this. When I try to deploy the

Re: Problems deploying SA

2007-05-08 Thread Gert Vanthienen
L.S., According to the stacktrace, the endpoint attribute is required and missing. Could you try adding it to the servManagerEnqueue:endpoint / tag? Gert Benamin wrote: Gert Vanthienen wrote: Benamin, It seems like a required attribute is missing in one of your xbean.xml files

Re: Is ServiceMix/JBI a Good Fit for Dynamic Processing?

2007-05-09 Thread Gert Vanthienen
would be to 'generate' a SU on-the-fly and deploy it into the container using the API. Regards, Gert Scott Johnson-16 wrote: On May 8, 2007, at 8:49 AM, Gert Vanthienen wrote: ... Yes this is precisely what I need to do. It sounds like it's worth the time for me to pursue

Re: Using File Sender Component!

2007-05-09 Thread Gert Vanthienen
L.S, You can write your own class that implements the FileMarshaler interface (or better: extend from DefaultFileMarshaler) and override the writeMessage() method. Within this method, you can then write code to output the XML message as a flat file. You can also override the

Re: Any available feature comparison with JBossESB or Open-ESB?

2007-05-09 Thread Gert Vanthienen
L.S., There are a few How does Servicemix compare to... pages on the website, but neither OpenESB nor JBossESB are mentioned there. If you can send me a list of features you really need in your ESB, I can help you figure out if ServiceMix supports them. I have only worked with ServiceMix,

Re: Hello World Example Help

2007-05-09 Thread Gert Vanthienen
L.S., I'm a bit unfamiliar with the BC/SE examples on the website myself, but I can help you in your exploration of ServiceMix if you want... Can you describe to me the basic use case you're trying to implement as your proof-of-concept? Gert chandra shekher gupta wrote: No I am not

Re: jsr problems

2007-05-10 Thread Gert Vanthienen
L.S., I don't think the http BC was able to find the JSR-181 SU, otherwise it would have been able to retrieve the WSDL information. The namespace for the service name on the HTTP BC endpoint should match the namespace in the WSDL. Gert Adrian Co wrote: Namespace seems to be different.

Re: Is ServiceMix/JBI a Good Fit for Dynamic Processing?

2007-05-10 Thread Gert Vanthienen
--- On May 9, 2007, at 3:10 AM, Gert Vanthienen wrote: Scott, If your SE just wants to get a single file using, you might be better off using the commons-net API directly to go and get it. If you really want an FTP poller, I suppose you can programmaticaly add an FTPPollerEndpoint

Re: Creating a protocol bridge tutorial's configs are differentfrom Bridge example's

2007-05-11 Thread Gert Vanthienen
L.S., This usually happens if you specify the wrong target component for a service unit in your SA's jbi.xml. Could you check if your XSLT SU targets the servicemix-saxon component (or post the contents of your jbi.xml file)? Regards, Gert gauravsonline wrote: Hi, I am facing some

Re: Creating a protocol bridge tutorial's configs are differentfromBridge example's

2007-05-11 Thread Gert Vanthienen
L.S., First of all, I have changed http://cwiki.apache.org/confluence/display/SM/Creating+a+protocol+bridge. Could you check if all necessary changes have been done? This page will get replicated to the main site after a while... For your second use case: if you do not need any

Re: FileWriter to ServiceMix-Bean Problem!

2007-05-11 Thread Gert Vanthienen
Goldi, Does anything else happen in the onMessageExchange before the readStream? Have you tried using ServiceMix's built-in SourceTransformer.toString(Source) method to transform the Source to XML? Does that give you the same error message? Gert goldi wrote: HI everybody, I'm using

Re: Creating a protocol bridge tutorial's configs are differentfromBridgeexample's

2007-05-13 Thread Gert Vanthienen
. Regards, Gaurav Gert Vanthienen wrote: Guarav, Is this the only change that is necessary in the XSL file to switch to version 2.0? For what the saxon dependency is concerned: The previous version of the page used the servicemix-lwcontainer-service-unit archetype to create the bridge

Re: How to set configuration information in xbean.xml dynamically based on message content

2007-05-13 Thread Gert Vanthienen
L.S., I don't think ServiceMix currently supports this out-of-the-box. You can raise a JIRA issue to suggest this improvement for a next release. If you want to add it, just let us know and well try to help you wherever we can. Regards, Gert Arif Mohd wrote: Iam using servicemix-http

Re: Creating a protocol bridge tutorial's configs are differentfromBridgeexample's

2007-05-15 Thread Gert Vanthienen
L.S., Sorry, I don't know how to implement that in ServiceMix. It'll be interesting for me as well to hear how this can be done... Regards, Gert gauravsonline wrote: ... Now, suppose my queue receives a message in the object form of type Message and I want to typecast it to the

Re: How to set configuration information in xbean.xml dynamically based on message content

2007-05-15 Thread Gert Vanthienen
it... Regards, Gert Arif Mohd wrote: Thank you Gert Vanthienen for quick response, Iam having the similar but another requirement, iam using topic to place the messages and the clients will read messages from this topic. Requirement is before placing the message inthe topic i should

Re: Loading resources in Assembly

2007-05-16 Thread Gert Vanthienen
Atul, As you will be able to find in this URL [1], starting with version 3.1 the root of your service unit is automatically added to your classpath. If you want to store your resources somewhere else (e.g. in a resources folder in the SU archive), you should add the folder to the classpath.

Re: BC for MQSeries

2007-05-20 Thread Gert Vanthienen
that are have recently been added (targeted towards release 3.2) so they are fairly 'clean'. Feel free to ask for help whenever you need it... Also, if you need someone to help you test this, I can always help you out (replacing my own JMS based implementations with the new MQI BC). Regards, Gert

Re: jbi:foward ... doesn't work ? (Xpath router)

2007-05-21 Thread Gert Vanthienen
L.S., Yes, this should get you the same result. Can you post the complete XSL file? The exception seems to indicate that something else is wrong with your XML file (unbalanced tags, forgotten a around an attribute, ...) Regards, Gert Vanthienen Bummer wrote: I have tried out the xpath

Re: jbi:foward ... doesn't work ? (Xpath router)

2007-05-22 Thread Gert Vanthienen
L.S., I don't see anything wrong with this XSL. Can you try to set the log level to DEBUG and retry this to see if that gives us any useful information? Regards, Gert Bummer wrote: Following is my router.xsl which was deployed inside xslt SU file. = xsl:stylesheet

Re: Problem deploying project containing lucene

2007-05-23 Thread Gert Vanthienen
L.S., Can you check if you SA zip file contains the necessary JAR files for lucene (they should be in a lib folder within the archive)? Regards, Gert Carl23 wrote: Hi - hoping someone can help with this, I'm having trouble deploying a service unit to service mix that contains lucene code.

Re: Problem deploying project containing lucene

2007-05-23 Thread Gert Vanthienen
for both the service units, which all seems correct to me. But I can't see a service assembly .zip anywhere. Cheers! Carl Gert Vanthienen wrote: L.S., Can you check if you SA zip file contains the necessary JAR files for lucene (they should be in a lib folder within the archive)? Regards

Re: Problem deploying project containing lucene

2007-05-23 Thread Gert Vanthienen
using ServiceMix 3.1. Still getting this really annoying error though thanks anyway Carl Gert Vanthienen wrote: Carl, Sorry, my mistake, they lucene-core.jar should be in the JSR-181 SU zip file. If it is in a directory called lib within this archive, starting with version 3.1

Re: 404 Unable to find requested resource when requesting WSDL

2007-05-29 Thread Gert Vanthienen
Michael, One possible problem is the service name of your HTTP provider endpoint, which should match the name of the external web service you want to call. You can also use the same name on your consumer endpoint to obtain the pass-through behavior you describe, there's no need to use the

Re: 404 Unable to find requested resource when requesting WSDL

2007-05-29 Thread Gert Vanthienen
? Gert Vanthienen wrote: Michael, One possible problem is the service name of your HTTP provider endpoint, which should match the name of the external web service you want to call. You can also use the same name on your consumer endpoint to obtain the pass-through behavior you describe, there's

Re: Content-Based Router - questions

2007-05-29 Thread Gert Vanthienen
L.S., I don't think the content-based router can be used to re-route the response message, e.g. the response message coming from SE 1 won't be evaluated by the router. You can use a static routing slip to reroute the response coming out of the CBR back in there several times to get the

Re: How can I get response as an one xml file from 2 Service ??

2007-05-29 Thread Gert Vanthienen
L.S., You can probably use the servicemix-eip content enricher to enrich the contents of one message with the XML from the second service. Regards, Gert hgkrt wrote: I have two service (su?), and response two xml result ... can i make it return a one xml response (in servicemix way) ??

Re: 404 Unable to find requested resource when requesting WSDL

2007-05-30 Thread Gert Vanthienen
(ThreadPoolExecutor.java:665) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) at java.lang.Thread.run(Thread.java:595) Gert Vanthienen wrote: L.S., The namespace should match the target namespace of your wsdl and the service

Re: build is failing

2007-05-30 Thread Gert Vanthienen
Arif, What version of Maven are you using (use the command mvn -version)? Have you tried running the build with the -e switch to get more information? I still think that maven is unable to connect to a public repository to get the dependencies. In which file have you specified the proxy

Re: Simple JBI App

2007-05-30 Thread Gert Vanthienen
rb2399, Before we start: are you sure you want to be building your own SE's -- take a look at this FAQ entry http://incubator.apache.org/servicemix/should-i-create-my-own-jbi-components.html If you just want to receive messages using HTTP and write a block of java code to handle them (or

Re: Error calling JSR181 component

2007-05-30 Thread Gert Vanthienen
L.S., Can you raise a JIRA and attach your failing SA to it (as well as some instructions on how to reproduce it)? We'll try to look into it as soon as possible... Regards, Gert Bummer wrote: The jsr181 ochestration sample gave the same error ( current event is not START_ELEMENT

Re: 404 Unable to find requested resource when requesting WSDL

2007-05-30 Thread Gert Vanthienen
Michael, Isn't it possible that the webservice you're targeting is also called bookServiceEndpoint? If not, can you try to revert to different endpoint names and add a targetService and targetEndpoint attribute to your consumer end? Gert Michael Mattox wrote: I haven't tried your

Re: build is failing

2007-05-31 Thread Gert Vanthienen
,samples,sandbox,servicemixitests,target,tooling,web,xdocs. Gert Vanthienen wrote: Arif, I think you forgot to attach the warnings, but usually there are a lot of warnings in the build which can safely be ignored. I see I have set MAVEN_OPTS=-Xmx768m in order to get the build working (just set

Re: build is failing

2007-06-01 Thread Gert Vanthienen
Arif, You can ignore these warnings. There are there all the time... Gert Arif Mohd wrote: Thank you Gert, Iam successfully able to build,delploy and run the servicemix. one more question i took the code for revision 542294 for the fix SM-598 can i use the binaries of this

Re: Simple JBI App

2007-06-01 Thread Gert Vanthienen
rb2399, Do you want to forward the contents of the messages all the way through your message flow (as in the Message History pattern) because you need it further down the road for your processing or do you need it for logging/auditing purposes? If you need the contents of the previous messages

Re: hot deployment of servicecomponents is not happening

2007-06-01 Thread Gert Vanthienen
Arif, Does this problem resemble the one I reported myself some time ago in http://www.nabble.com/Service-endpoint-combination-sometimes-not-found-tf3400745s12049.html#a9470091? Gert Hi Gert, Iam facing one serious problem in production environment for the version 3.1 The

Re: hot deployment of servicecomponents is not happening

2007-06-03 Thread Gert Vanthienen
the message is not being sent immediately to the succeeding component my configuration is consumer queue --Tap---Content base router when i restart servicemix all the messages posted earlier will come at time, is some kind of trigger should happen? Gert Vanthienen wrote: Arif, Does

Re: hot deployment of servicecomponents is not happening

2007-06-04 Thread Gert Vanthienen
] Gert Vanthienen wrote: Arif, Can you try to provide a thread dump for this (pressing Ctrl-Break in your console window should give you this information)? Perhaps it's best to start a JIRA issue for this and attach the thread dump there... Can you try to connect

Re: question about ftppoller

2007-06-04 Thread Gert Vanthienen
-los, First of all, ServiceMix shouldn't really put you into trouble. Usually, as long as the file doesn't contain a complete XML message, it will just poll it but the rest of the message handling will fail and the file will remain on the server, just until the processing does succeed.

Re: Not able to call POJO class

2007-06-04 Thread Gert Vanthienen
Arif, Have you added this configuration to conf/servicemix.xml or have you built a servicemix-lwcontainer SU to hold you service? Have you activated the endpoint? Something like: public void init(ComponentContext context) throws JBIException { this.context = context;

Re: Not able to call POJO class

2007-06-05 Thread Gert Vanthienen
Arif Mohd wrote: i have added this configuration to conf/servicemix.xml Gert Vanthienen wrote: Arif, Have you added this configuration to conf/servicemix.xml or have you built a servicemix-lwcontainer SU to hold you service? Have you activated the endpoint? Something like

Re: Not able to call POJO class

2007-06-05 Thread Gert Vanthienen
) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) at java.lang.Thread.run(Thread.java:595) [Fatal Error] :-1:-1: Premature end of file. [Fatal Error] :-1:-1: Premature end of file. what iam doing wrong here ? Gert Vanthienen wrote: Arif, Take a look at the 'Invocation example

Re: deliverychannel closed due to log4j issue

2007-06-06 Thread Gert Vanthienen
-los, If you are running ServiceMix on Linux or something alike, you might try lsof to view which files are being openen by ServiceMix. I have no idea how to do the same thing on a Windows machine... On any platform, it might be worthwhile to connect to ServiceMix with jconsole (or

Re: Help neeeded.

2007-06-07 Thread Gert Vanthienen
Arif, You can add a Map of JMS-specific (or any other protocol's) header properties to your NormalizedMessage as a property using key JbiConstants.PROTOCOL_HEADERS. Just a snippet (haven't tried or even compiled this): Map map = new HashMap(); map.put(ActorID,

  1   2   3   4   >