On 22/11/2007, steven.marcus <[EMAIL PROTECTED]> wrote: > > Curiously, this fix is exactly what I was looking for too... > > So, I've switch my pom to > > <dependency> > <groupId>org.apache.camel</groupId> > <artifactId>camel-mina</artifactId> > <version>1.3-SNAPSHOT</version> > </dependency> > > but, for some reason camel-mina declares a dependency on mina-java5 which is > bringing in v1.0.2 instead of v.1.0.8. > How can I fix this? > > Also, I'd really prefer to use mina-core v.1.1.5. Is there a way to get this > to work with camel-mina or do I need to supply my own camel-mina pom > replacement?
I raised a JIRA for this issue: https://issues.apache.org/activemq/browse/CAMEL-242 I've edited the poms so that camel-mina now just depends on mina-core v 1.1.5. I had to make a minor code change due to CharsetUtil being no more, but other than that things seem to work well. So tomorrows 1.3-SNAPSHOT of camel-mina should do what you need. -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
