Re: Http binding question

2006-07-09 Thread dkd
How are you "posting from your code"? When I send a message over HTTP directly from code I just open a socket to the server and write the XML directly to it. However when you POST from a form it becomes a multipart request. Each form element is a part in the request and surrounded by identifier

Re: building service mix using IDE(intellij)

2006-07-09 Thread mclovis
hmm. I will post a message there.. But what I am saying ALSO is that even if I set up the classpaths manually , creating symbolic llink to ~/.m2 so that I can list the jars in the repository, the class in question is not there. That means , I believe the fault is not in the mvn idea: idea command

Re: building service mix using IDE(intellij)

2006-07-09 Thread Marc Tremblay
For what it's worth, I've been experiencing similar issues with Eclipse. Unfortunately the workspace where I have the issues is at work, so I won't be able to provide further information until tomorrow. M. On 9-Jul-06, at 1:49 PM, mclovis wrote: hmm. I will post a message there.. But wha

Re: building service mix using IDE(intellij)

2006-07-09 Thread Philip Dodds
Just a quick question - is this in the servicemix-sca component? P On 7/9/06, Marc Tremblay <[EMAIL PROTECTED]> wrote: For what it's worth, I've been experiencing similar issues with Eclipse. Unfortunately the workspace where I have the issues is at work, so I won't be able to provide further

Re: building service mix using IDE(intellij)

2006-07-09 Thread Philip Dodds
The problem appears to be that AccessorType has been changed to javax.xml.bind.anotation.XmlAccessType ( http://forums.java.net/jive/thread.jspa?forumID=46&threadID=14599&messageID=102640#102640) - once this change is in place the code does compile (checked into trunk) - however there are still pr

http-binding not working

2006-07-09 Thread Fizal
I'm new to ServiceMix. I recently downloaded "apache-servicemix-3.0-M2" and was trying the http-binding under /examples directory. I started the http server using the command "../../bin/servicemix servicemix.xml" and following was the log I found --

Re: building service mix using IDE(intellij)

2006-07-09 Thread mclovis
Thanks Phillip, I didn't answer you as fast as I normally would because I was updating through svn and saw that the class had been changed. Also noted that there was a lot of failures in the tests. But maybe can setup an Integrated environment now. Leaving this thread up in hope that if you or

Re: building service mix using IDE(intellij)

2006-07-09 Thread Terry Cox
The problem appears to be that AccessorType has been changed to javax.xml.bind.anotation.XmlAccessType Yes, it appears that one or two Java 6 dependencies have crept in. There is also a Spring 2.0m5 dependency that is causing some minor issues. Terry

servicemix-eip error: Use an InOnly or RobustInOnly MEP

2006-07-09 Thread speed
I have been trying to use servicemix to do the following: Poll for a PGP encrypted file using FilePoller on local system directory. Once the file arrives read it as binary and do the following processing: - Decrypt the file - Use the resulted cleartext file and transform into an XML file. - Send