Hello all,

I am invoking a java method that will generate an xml signature. I successfully 
invoke and define the method, however if the method if the code is run more 
more than once, the first user gets the XML signature the second user gets the 
error XML signature generation failed. Can anyone suggest where else other than 
the application log to see where this is going wrong?

  <cfscript>
     my = CreateObject("java", "com.connect.integration.Provider");
     my.init();
 ret = 
my.sendResponse(getPageContext().getServletContext(),getPageContext().getResponse(),"urn:oasis:names:tc:SAML:2.0:ac:classes:Password.getAuthnContext",JavaCast("string","#SESSION.myuid#"),"#myStruct#");
</cfscript>

Thank You in advance for any help.
Isidro



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348299
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to