You haven't mentioned what components (http://camel.apache.org/components.html) you're using so it's hard to make a general claim, considering the large number of 3rd party frameworks and libraries that Camel integrates.
Nevertheless Camel itself (camel-core) is compatible with WebSphere Application Server 6.1 (details: http://davsclaus.blogspot.com/2008/07/apache-camel-now-with-websphere-61.html). Most issues concerning appserver compatibility have something to do with classpath scanning. Since it requires some classloading tricks. Luckily Camel provides pluggable class resolvers (http://camel.apache.org/pluggable-class-resolvers.html) for various appservers to deal with these issues. Camel also includes a "WebSpherePackageScanClassResolver" to provide classpath scanning in Websphere. -- View this message in context: http://camel.465427.n5.nabble.com/Will-Camel-play-nice-with-WebSphere-WAS-tp3262550p3262974.html Sent from the Camel - Users mailing list archive at Nabble.com.
