I posted into the original thread first; but though I received the
message "Your Post was successful", the post does NOT appear ...
So I am creating this revival thread ...
The data exchange mechanism between Java and CFML described in the
original thread does NOT function anymore !
In Java:
- Object attributeValue = session.getAttribute("attributeKey");
- Although the session attribute "attributeKey" is set in CFML, in
Java a 'null' value is returned ...
I use the latest Railo on Tomcat 7 installation on Windows XP Pro.
With a Host declaration like so:
<Host name="myHost" appBase="myApps">
<Context path="" docBase="firstshot" crossContext="true" />
<Context path="/tomcathome" docBase=".." crossContext="true" />
</Host>
What could go wrong ?
On Nov 21, 9:59 pm, verlsnake <k...@kaitischler.de> wrote:
> Original Thread:
> - Data Exchange CFML-Java: Using Session and/or Application Variables
> -http://groups.google.com/group/railo/browse_thread/thread/fa0e8c71bca...
> ~Todd Rafferty*
> Volunteer** *Community Manager
Except that I'm using Gmail, which is webmail, which means that I am
posting from the web...via email :P
Are you sure you're using J2EE sessions? CFML sessions won't work.
:Denny
--
Railo Technologies: getrailo.com Professional Open Source
Skype: valliantster (505)510.1336 de...@getrailo.com
GnuPG-FP: DDEB 16E1 EF43 DCFD 0AEE 5CD0 964B B7B0 1C22 CB62
Thank You very much for this helpful response !
Switching to J2EE sessions instead of CFML sessions was the first step
into the right direction. But the session IDs in the Java App were
still different from the session ID in the Railo App; fortunately I
could figure out why :-) ... And now the CFML-Java data exchange
mechanism works as brilliant as before ...
Cheers and Tschüss
Kai