IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: konsolak
About
User Name: konsolak
Forum Rank: Newbie
Real Name:
Location
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Monday, April 2, 2012
Last Visit: Wednesday, June 27, 2012 10:41:34 AM
Number of Posts: 8
[0.04% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: AuthenticView.AsXMLString
Posted: Tuesday, June 26, 2012 7:29:38 AM
Hello,

the xmlStr is not empty at the first line. I have load all files before in my code. I print the xmlStr string and I correctly get my xml document. The problem occurs when I try to re-set objPlugIn.AuthenticView.AsXMLString property. At the last line of my example I get an exception. This exception occurs every time I use objPlugIn.AuthenticView.AsXMLString property in order to set my document.

The same code was working at previous versions of the browser plugin.

Looking forward in our answer.

Thanks in advance.
Topic: AuthenticView.AsXMLString
Posted: Monday, June 25, 2012 2:06:09 PM
Hello,

I want to use the AuthenticView.AsXMLString property in order to set the content of my document, but it always throws an exception.
For example:

var xmlStr = objPlugIn.AuthenticView.AsXMLString;
objPlugIn.StartEditing();
objPlugIn.AuthenticView.AsXMLString=xmlStr;

The last line always throws an exception.
Any ides what might be the problem?
I use Authentic 2012 Browser plugin.

Looking forward in your answer.
Thanks in advance.

Topic: Authentic, Firefox and servlets
Posted: Thursday, May 3, 2012 8:01:00 AM
Hello,

I realized that the aforementioned problem with Firefox does not occur when a new window or tab opens but when I try to load an XML document (objPlugIn.XMLDataLoadObject.URL). When this command is executed, I loose the session. This problem does not occur when I use IE.
Do you have any idea what causes this problem?

Looking forward to your answer.

Thanks in advance.
Topic: Authentic, Firefox and servlets
Posted: Monday, April 30, 2012 3:57:33 PM
Hello,

I recheck the aforementioned question and I realised that the problem
did not occur due to the servlet. I find out that in Firefox, every time a new window or
tab opens the current session is lost and so my servlet does not have the necessary credentials, so the user is redirected to the login page.
Do you have any idea what cause this problem? Usually, in Firefox the session is not lost every time a new window is open. Is this a problem of the plugin?
In IE the session is not lost, so everything works fine.

Thanks in advamce.

Looking forward to your answer.
Topic: Authentic, Firefox and servlets
Posted: Tuesday, April 3, 2012 7:48:41 AM
Hi,

I have tested the servlet in Firefox and it works, so I guess this is not a problem with the rights.
Do you have any idea what else may cause this problem?

Thanks in advance
Topic: Authentic, Firefox and servlets
Posted: Monday, April 2, 2012 1:42:20 PM
Hello,

I am using Authentic 2012 Browser plugin, both for Firefox and Internet Explorer. I test the Browser-Independent example (http://manual.altova.com/authenticbrowser/index.html?abauthenticbrowser.htm)
and seems to work fine both for FireFox and Explorer.

In this case I load the xml by using a static url. For example :
objPlugIn.XMLDataLoadObject.URL=
http://139.91.183.3:8080/synthesis_demo/Person31.xml

Then I tried to load the xml file from a database by using a servlet (FetchXMLFile):
objPlugIn.XMLDataLoadObject.URL=
http://139.91.183.3:8080/synthesis_demo/FetchXMLFile?type=Person&depository=database&file=Person31.xml

but this only works in Internet Explorer. I have test the servlet and works (gets the xml file).

Is there any problem with objPlugin , Firefox and
servlets ?
Any idea what might be the problem ?



Looking forward to your answer.

Thanks in advance.

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.