<?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: Can authenticate Alfresco from Eclipse but can't create in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272604#M225734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also had the same problem, Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: Make sure you don't use wss4j-1.6 by accident… it doesn't contain WSDoAllSender/Receiver&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/1_5_11/wss4j-bin-1.5.11.zip" rel="nofollow noopener noreferrer"&gt;http://www.apache.org/dyn/closer.cgi/ws/wss4j/1_5_11/wss4j-bin-1.5.11.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2011 20:32:50 GMT</pubDate>
    <dc:creator>sublime10c</dc:creator>
    <dc:date>2011-06-02T20:32:50Z</dc:date>
    <item>
      <title>Can authenticate Alfresco from Eclipse but can't create</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272600#M225730</link>
      <description>Hi,I am able to log into Alfresco when I run the following code in Eclipse:&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WebServiceFactory.setEndpointAddress("http://localhost:8080/alfresco/api");&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AuthenticationUtils.startSession("admin", "admin");I am also able to get error messages back when I use the wrong password or us</description>
      <pubDate>Mon, 14 Mar 2011 23:48:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272600#M225730</guid>
      <dc:creator>al</dc:creator>
      <dc:date>2011-03-14T23:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can authenticate Alfresco from Eclipse but can't create</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272601#M225731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi It is the defect in Alfresc0 3.3.1 onwards and been fixed in 3.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Patil&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cignex Technologies&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bangalore&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 06:33:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272601#M225731</guid>
      <dc:creator>patil</dc:creator>
      <dc:date>2011-03-15T06:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can authenticate Alfresco from Eclipse but can't create</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272602#M225732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for your reply. BTW, I am using 3.4.d SDK and 3.4 for win 64 server. Per your post, I should not be having this issue. However, I finally solved it. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I'll provide info in case someone in the future faces this issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wound up using jar tf [jar.name] | more on the entire %tomcat_home%/web-apps/axis/web-inf/lib directory. I reviewed each jar file's packages and classes and figured out why the compiler is complaining that the class is not found.&amp;nbsp; The fact is that the class does not exist in any of the Axis jars you'll get if you download the axis/bin (1.4) package from Apache (at least this is my experience). After some Googling, I found that the class in question is in wss4j-1.5.1.jar (not to be confused with wsdl4j-1.5.1.jar which you actually will get if you download from Apache). Make sure that you get jar wss4j-1.5.1.jar IN ADDITION to any other Axis jars you may need. Put that jar in the axis\web-inf\lib directory. Then go to Eclipse, right click on your project node —&amp;gt; Properties –&amp;gt; java build path –&amp;gt; Add External JARs and then browse to the wss4j-1.5.1.jar, select it and then select "OK" to close the properties window. Restart Tomcat, run the code and all is good!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note (again from my experience) If you deploy Tomcat 7.10 for win 64, it will not have the Axis lib in it. Go get the Axis package and ensure that you have all jar files in %tomcat_home%/webapps/axis/web-inf/lib (create the directory as it won't be in Tomcat). If you have set up everything else and gotten confirmation that Alfresco is up and running, I'd be sure to check Axis as a potential culprit…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for cluttering up the board with a problem that I eventually solved myself. If this problem is not super obscure, maybe this thread will help someone in the future…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Al&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 17:09:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272602#M225732</guid>
      <dc:creator>al</dc:creator>
      <dc:date>2011-03-15T17:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can authenticate Alfresco from Eclipse but can't create</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272603#M225733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the same problem. Thank you so much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:52:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272603#M225733</guid>
      <dc:creator>tremal</dc:creator>
      <dc:date>2011-04-06T11:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can authenticate Alfresco from Eclipse but can't create</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272604#M225734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also had the same problem, Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: Make sure you don't use wss4j-1.6 by accident… it doesn't contain WSDoAllSender/Receiver&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/1_5_11/wss4j-bin-1.5.11.zip" rel="nofollow noopener noreferrer"&gt;http://www.apache.org/dyn/closer.cgi/ws/wss4j/1_5_11/wss4j-bin-1.5.11.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 20:32:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-authenticate-alfresco-from-eclipse-but-can-t-create/m-p/272604#M225734</guid>
      <dc:creator>sublime10c</dc:creator>
      <dc:date>2011-06-02T20:32:50Z</dc:date>
    </item>
  </channel>
</rss>

