<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Got SAXParseException as called repository getStores API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127821#M89873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From a colleague of mine in passing…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Deselect 'Inherit parent application's shared library imports'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Select the following libraries:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– cryptix&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– Oracle.jdbc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2008 04:41:48 GMT</pubDate>
    <dc:creator>marcus</dc:creator>
    <dc:date>2008-07-08T04:41:48Z</dc:date>
    <item>
      <title>Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127813#M89865</link>
      <description>Hi,I'm playing with web service sample Java program (GetStores.java)&amp;nbsp; that uses web service APIs to retrieve store information from server.&amp;nbsp; But I always receive&amp;nbsp; SAXParseException of "The markup in the document following the root element must be well-formed".&amp;nbsp; The full calling stack is as follow.or</description>
      <pubDate>Wed, 23 Jan 2008 19:25:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127813#M89865</guid>
      <dc:creator>winson</dc:creator>
      <dc:date>2008-01-23T19:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127814#M89866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi winson ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some details about how am I getting it: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some code. When I run it as a standalone application ( from the command line, with main() ) everything works. The XML request does not contain the &amp;lt;/#document&amp;gt; closing tag. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However when I try to run the same code, using the same libraries in oracle application server I am getting this strange &amp;lt;/#document&amp;gt; tag. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried everything, triple checked the libs versions, their implementations, etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Really strange. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible that you give me some details about how are you running your code ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps we can exchange some sample codes and see if we can make them run. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Deyan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 12:43:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127814#M89866</guid>
      <dc:creator>ghost</dc:creator>
      <dc:date>2008-02-26T12:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127815#M89867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I get the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am developing a simple application with oracle jdeveloper. The app has just one button on a jsf page, the idea is that the user clicks that button to create a document in the alfresco repository. To insert the document I thought to use the web services API. But the update statement &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UpdateResult[] results = WebServiceFactory.getRepositoryService().update(cml);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;triggers the mentioned error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;08/03/03 09:56:39 AxisFault&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultCode: {&lt;/SPAN&gt;&lt;A href="http://schemas.xmlsoap.org/soap/envelope/}Server.userException" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/}Server.userException&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; faultSubcode: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultString: org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultActor: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultNode: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultDetail: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/SPAN&gt;&lt;A href="http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXParseException" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}stackTrace&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.xml.sax.SAXParseException&lt;/A&gt;&lt;SPAN&gt;: The markup in the document following the root element must be well-formed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 10:58:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127815#M89867</guid>
      <dc:creator>vnma</dc:creator>
      <dc:date>2008-03-03T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127816#M89868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This sounds like an issue that's only occuring when executed in a perticular environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best course of action here is to create a JIRA issue at &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; When creating the issue please give details of the error seen, the environments you have seen the issue on and any unit tests/smaple code that many help to reproduce the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 11:45:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127816#M89868</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2008-03-06T11:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127817#M89869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've got the same problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running an 10g Oracle application server and when I run in a standalone mode (using main()) I can write files with the web service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;has anyone find a solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:52:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127817#M89869</guid>
      <dc:creator>albgongar</dc:creator>
      <dc:date>2008-05-21T08:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127818#M89870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bumping in hope of someone finding a solution… anyone!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 03:21:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127818#M89870</guid>
      <dc:creator>marcus</dc:creator>
      <dc:date>2008-05-26T03:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127819#M89871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We got the same issue here on Oracle Application Server: This problem comes from a confusion between Oracle XML libs and the one used by your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should try disabling the oracle.xml shared lib for your application. This can be done by setting the file EarContent/META-INF/orion-application.xml to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;orion-application xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xsi:noNamespaceSchemaLocation="&lt;A href="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd" rel="nofollow noopener noreferrer"&gt;http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;imported-shared-libraries&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;remove-inherited name="oracle.xml"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/remove-inherited&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– Removing oracle.xml allows the use of the Alfresco WS API in OC4J by preventing the&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"The markup in the document following the root element must be well-formed." SAXParseException &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;caused by a "&amp;lt;/#document&amp;gt;" erroneously added to each XML request after the authentication one. –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!–remove-inherited name="oracle.xml.security"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/remove-inherited–&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– Removing oracle.xml and oracle.xml.security is needed for JBoss RichFaces css to work in OC4J. –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/imported-shared-libraries&amp;gt;&lt;BR /&gt;&amp;lt;/orion-application&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 14:09:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127819#M89871</guid>
      <dc:creator>alcibiade</dc:creator>
      <dc:date>2008-05-28T14:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127820#M89872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm facing the same problem. The solution posted here didn't work for me. Did it work for anyone of you? Has anyone found&amp;nbsp; a different solution to this problem? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using axis 1.4 for our Web Services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ever since we migrated our application from Tomcat 6.0 to Oracle Application Server 10.3 (OC4J), SOAP requests being generated have an additional tag '&amp;lt;/#document&amp;gt;' appended to them. Hence the web service calls are failing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the error dump:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AxisFault&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;faultCode: {&lt;/SPAN&gt;&lt;A href="http://xml.apache.org/axis/}HTTP" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}HTTP&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;faultSubcode: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;faultString: (400)Bad Request&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;faultActor: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;faultNode: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;faultDetail: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{}:return code: 400&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;A href="http://xml.apache.org/axis/}HttpErrorCode:400" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}HttpErrorCode:400&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(400)Bad Request&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.axis.client.Call.invoke(Call.java:1812&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have spent a lot of time on this problem, but nothing worked. I would appreciate any kind of suggestions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dipesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 16:30:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127820#M89872</guid>
      <dc:creator>dipesh_mca</dc:creator>
      <dc:date>2008-07-07T16:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127821#M89873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From a colleague of mine in passing…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Deselect 'Inherit parent application's shared library imports'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Select the following libraries:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– cryptix&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– Oracle.jdbc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 04:41:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127821#M89873</guid>
      <dc:creator>marcus</dc:creator>
      <dc:date>2008-07-08T04:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127822#M89874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Reapplied the solution of orion-application.xml after taking the latest code again….this time it worked. I guess the R &amp;amp; D i did, messed up the code even more.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 18:15:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127822#M89874</guid>
      <dc:creator>dipesh_mca</dc:creator>
      <dc:date>2008-07-21T18:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127823#M89875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can anyone tell me the path for oracle.xml&amp;nbsp; &amp;amp; orion-application.xml ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vasanth.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 05:10:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127823#M89875</guid>
      <dc:creator>vasantham</dc:creator>
      <dc:date>2011-02-10T05:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Got SAXParseException as called repository getStores API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127824#M89876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Facing a similar error. I receive SAXParseException of "org.apache.axis.AxisFault: org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed." when I run it with Oracle app server 11i. But when I run it as a standalone java program it is working fine. I am using Alfresco Enterprise 3.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above solution mentioned cannot help since I do not have permission to make changes on Oracle server. Pls suggest a solution on Alfresco front asap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 06:29:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/got-saxparseexception-as-called-repository-getstores-api/m-p/127824#M89876</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2011-02-10T06:29:04Z</dc:date>
    </item>
  </channel>
</rss>

