Hi From you description , there are two web applications, one is deployed into JBoss, the other is deployed into ServiceMix. In don't think you can share the session between these two applications. If you want to pass the parameter between these two applications, you need to use set them into the field for form.
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Tuesday, June 4, 2013 at 1:40 AM, VineetKK123 wrote: > Hello, > > I have the following scenario: > > 1) I have my application deployed on JBoss 7. (http://localhost:8080/) > 2) I have my service mix running. (http://localhost:8181) > 3) Servlet in my application sends some parameters in session of my jsp. > 4) This jsp then calls camel url mentioned in beans.xml > 5) I want to access these session parameters in my camel code... If I sets > the values in a hidden field I am able to access the same in Camel but when > i set in session I am not able to access the same. > > Please guide me how to proceed with the same. > > Regards, > Vineet > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Unable-to-access-session-parameters-sent-by-jsp-in-Camel-tp5716941.html > Sent from the ServiceMix - User mailing list archive at Nabble.com > (http://Nabble.com).
