Alfresco http://forums.alfresco.com/en/index.php Community discussion forums for the Alfresco Enterprise Content Management System en (c) Copyright 2007 by Alfresco webmaster@alfresco.com (Alfresco) phpBB3 RSS2 Syndication Mod by Manchumahara(Sabuj Kundu) 1 Sat, 11 Feb 2012 14:47:45 +0000 sharepoint protocol and others (1) http://forums.alfresco.com/en/viewtopic.php?f=9&t=43044#p125704 <br /><br /> by mrogers (Posted 11 Feb 2012, 13:20)<br/><br /><br /> You can't.<br /><br />However whats the problem you are trying to solve<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=9&t=43044">Read the main topic related to this post</a><hr /> Sat, 11 Feb 2012 13:20:02 +0000 mrogers http://forums.alfresco.com/en/viewtopic.php?f=9&t=43044#p125704 change mainpage after login (1) http://forums.alfresco.com/en/viewtopic.php?f=9&t=43026#p125703 <br /><br /> by Blodnatt (Posted 11 Feb 2012, 12:55)<br/><br /><br /> hi guys,<br /><br />i found a site, which can help me: <!-- m --><a class="postlink" href="http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/site/script/Site.html">http://dev.alfresco.com/resource/docs/j ... /Site.html</a><!-- m --><br /><br />the "isMember" method is the solution for my problem, right?<br /><br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>public boolean isMember(java.lang.String authorityName)<br /><br />Indicates whether a user is a member of the site.<br /><br />Parameters:<br />authorityName - user name<br />Returns:<br />boolean true if the user is a member of the site, false otherwise</code></dd></dl><br /><br />i changed my index-site.jsp with the isMember Methode<br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>String siteName = "xyz";<br />   if (siteName.isMember(URLEncoder.encode(userid)))<br />      response.sendRedirect(request.getContextPath() + "/page/site/xyz/dashboard");<br />   else<br />      response.sendRedirect(request.getContextPath() + "/page/user/" + URLEncoder.encode(userid) + "/dashboard");<br /></code></dd></dl><br /><br />if i will log in, i get an error message:<br /><blockquote class="uncited"><div>A problem has occurred.<br />This page could not be rendered:<br />site-index<br />Please notify your system administrator.</div></blockquote><br /><br />and the .log file says:<br /><blockquote class="uncited"><div>An error occurred at line: 35 in the jsp file: /site-index.jsp<br />The method isMember(String) is undefined for the type String<br />34: String siteName = "gon";<br />35: if (siteName.isMember(URLEncoder.encode(userid)))<br />36: response.sendRedirect(request.getContextPath() + "/page/site/gon/dashboard");<br />37: else<br />38: response.sendRedirect(request.getContextPath() + "/page/user/" + URLEncoder.encode(userid) + "/dashboard");</div></blockquote><br /><br />this means, that "String" dont have the isMember method, right?<br />but which type must i use? can somebody help me? <img src="./images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=9&t=43026">Read the main topic related to this post</a><hr /> Sat, 11 Feb 2012 12:55:55 +0000 Blodnatt http://forums.alfresco.com/en/viewtopic.php?f=9&t=43026#p125703 Authentication on CMIS with non-admin user (5) http://forums.alfresco.com/en/viewtopic.php?f=45&t=42839#p125702 <br /><br /> by frank_miller (Posted 11 Feb 2012, 12:34)<br/><br /><br /> Hi!<br /><br />my problem now is that the api I'm using needs to get repository info before performing any other operation. Then, through repository object, it gets several templates for getting objects by id, by path, ... (I understand the reason is the urls may vary depending on the CMS I'm connecting) But when I try this steps with a user without access to root folder, I get a forbidden exception. Is it possible for a non-admin user to retrieve repository info? <br /><br />Best regards.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=45&t=42839">Read the main topic related to this post</a><hr /> Sat, 11 Feb 2012 12:34:46 +0000 frank_miller http://forums.alfresco.com/en/viewtopic.php?f=45&t=42839#p125702 New action in DocumentList page in selected items menu (2) http://forums.alfresco.com/en/viewtopic.php?f=48&t=43009#p125701 <br /><br /> by need (Posted 11 Feb 2012, 11:43)<br/><br /><br /> I jeff thanks for reply,<br /><br />actually would be better to insert the data in a DataList, I used the extract common metadata action?<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=48&t=43009">Read the main topic related to this post</a><hr /> Sat, 11 Feb 2012 11:43:05 +0000 need http://forums.alfresco.com/en/viewtopic.php?f=48&t=43009#p125701 Creating forms in share for a new workflow (5) http://forums.alfresco.com/en/viewtopic.php?f=48&t=42807#p125700 <br /><br /> by vferia15 (Posted 11 Feb 2012, 11:38)<br/><br /><br /> Hi,<br /><br />I have not found a web console to share but for alfresco is <!-- m --><a class="postlink" href="http://127.0.0.1:8080/alfresco/faces/jsp/admin/webclientconfig-console.jsp">http://127.0.0.1:8080/alfresco/faces/js ... onsole.jsp</a><!-- m --> as Jeff said.<br /><br />By other way in alfresco add-ons <!-- m --><a class="postlink" href="http://addons.alfresco.com/">http://addons.alfresco.com/</a><!-- m --> there are very interesting things. One of them is <!-- m --><a class="postlink" href="http://becpg.fr/en/contribs">http://becpg.fr/en/contribs</a><!-- m --> development by Philippe Quere and Matthieu.<br /><br />This Alfresco module provides a designer allowing to create new types, aspects and forms in Alfresco directly in the Share user interface.<br /><br />The interface is simple and intuitive. It finally allows to create, test and publish models and forms directly in Alfresco without editing XML files manually, takes in account hot deployments. Use of drag'n drop and creation wizards accelerate developments of data models.<br /><br />This designer permits also to create models and forms for Workflow.<br /><br />Great job and thank for the people that share their work.<br /><br />Regards<br />Victor<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=48&t=42807">Read the main topic related to this post</a><hr /> Sat, 11 Feb 2012 11:38:28 +0000 vferia15 http://forums.alfresco.com/en/viewtopic.php?f=48&t=42807#p125700 Bulk uploading using web scripts (1) http://forums.alfresco.com/en/viewtopic.php?f=36&t=43029#p125699 <br /><br /> by OpenPj (Posted 11 Feb 2012, 10:41)<br/><br /><br /> I suggest to work on a transactional environment on WebScripts, that is by default if you set the value of the property "transaction" (in the descriptor file) to "required" or "requiresnew".<br /><br />If you would like to work in a similar way of Java threads you could set "requiresnew" and the Spring context will create a new transaction for each WebScript call.<br /><br />Remember that if you set the value of the property "transaction" to "none" this means that you are working without any transactional support, this means that you could corrupt the repository with some critical operations. But it could be useful this setting if you need to explicitly manage the transactions using the TransactionService of Alfresco deciding when the container must execute a rollback of all the operations. This is possible only using the Java API of Alfresco (Foundation Services API).<br /><br />By default WebScripts are transactional (if the transaction property has a "requiresnew" or "required" value) for ALL the operations that are executed inside of it, this means that if only one of the operation fails, all the changes will be rollbacked.<br /><br />Hope this helps <img src="./images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=36&t=43029">Read the main topic related to this post</a><hr /> Sat, 11 Feb 2012 10:41:34 +0000 OpenPj http://forums.alfresco.com/en/viewtopic.php?f=36&t=43029#p125699 Backup Alfresco Server (2) http://forums.alfresco.com/en/viewtopic.php?f=47&t=42969#p125698 <br /><br /> by acommons (Posted 11 Feb 2012, 10:28)<br/><br /><br /> It is not a simple question if you consider all the configuration bits scattered around the place. I started to try and figure it out here: <!-- m --><a class="postlink" href="http://wiki.alfresco.com/wiki/Talk:Backup_and_Restore">http://wiki.alfresco.com/wiki/Talk:Backup_and_Restore</a><!-- m --><br /><br />Grabbing /opt/alfresco... seems to be the only way to make sure you've got everything.<br /><br />cheers<br />Andrew<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=47&t=42969">Read the main topic related to this post</a><hr /> Sat, 11 Feb 2012 10:28:41 +0000 acommons http://forums.alfresco.com/en/viewtopic.php?f=47&t=42969#p125698 Solution: tag multiple files at once (23) http://forums.alfresco.com/en/viewtopic.php?f=47&t=28699#p125691 <br /><br /> by chops88 (Posted 11 Feb 2012, 02:36)<br/><br /><br /> That's annoying. I just tried it now on a fresh install of 4.0d. Works perfectly. Guess I need to upgrade the production server... Thanks for the help, cheers.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=47&t=28699">Read the main topic related to this post</a><hr /> Sat, 11 Feb 2012 02:36:40 +0000 chops88 http://forums.alfresco.com/en/viewtopic.php?f=47&t=28699#p125691 Deploy custom workflow which has service task (1) http://forums.alfresco.com/en/viewtopic.php?f=34&t=43031#p125688 <br /><br /> by jpotts (Posted 11 Feb 2012, 00:11)<br/><br /><br /> That's the right place for your process definition. And your classes can be in a JAR in WEB-INF/lib. Sounds like you got it right and it is working.<br /><br />Within the next week or so I'll publish an update to my Advanced Workflows tutorial that includes an Eclipse project with an Ant script and multiple Activiti workflow examples.<br /><br />Jeff<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=34&t=43031">Read the main topic related to this post</a><hr /> Sat, 11 Feb 2012 00:11:42 +0000 jpotts http://forums.alfresco.com/en/viewtopic.php?f=34&t=43031#p125688 Intermittent problems with inbound email (2) http://forums.alfresco.com/en/viewtopic.php?f=8&t=43039#p125687 <br /><br /> by mrogers (Posted 10 Feb 2012, 22:31)<br/><br /><br /> I've just reviewed the code and it looks like yours is a different issue.<br /><br />In particular I suspect there's something other than an internet address in the SMTP FROM field.<br /><br />If you turn the following debug logger on then that should make things clear:<br /><br />log4j.logger.org.subethamail.smtp.server.ConnectionHandler=debug<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=8&t=43039">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 22:31:14 +0000 mrogers http://forums.alfresco.com/en/viewtopic.php?f=8&t=43039#p125687 Use of Deny Permissions using API's for PermissionService (2) http://forums.alfresco.com/en/viewtopic.php?f=4&t=43028#p125686 <br /><br /> by jamen (Posted 10 Feb 2012, 22:25)<br/><br /><br /> But do the existing service methods support application of DENY permissions? That's what I'm unsure of. I know Andy hind as mentioned DENY permissions on other forum posts. But I've seen no programmatic evidence of this in terms of examples.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=4&t=43028">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 22:25:10 +0000 jamen http://forums.alfresco.com/en/viewtopic.php?f=4&t=43028#p125686 Custom content type with LIST constraint (0) http://forums.alfresco.com/en/viewtopic.php?f=5&t=43041#p125685 <br /><br /> by zliu (Posted 10 Feb 2012, 21:44)<br/><br /><br /> As a practice, I am trying to extend the custom content model in "Working with Custom Content Types", 2nd edition by Jeff Potts, which BTW is a must read. <br /><br />Basically, I created an aspect sc:reviewable with a multi-value property sc:reviewer. I also created a LIST constraint sc:reviewerList - the list of allowed values are hard-coded in scModel.xml for now. The LIST constraint sc:reviewerList was applied to sc:reviewer property. The configuration was loaded to Alfresco and tomcat was restarted. <br /><br />In SomeCoCMISDataCreator.java, I tried to create a document as below<br /><br />...<br />properties.put(PropertyIds.OBJECT_TYPE_ID, "D:sc:whitepaper,P:sc:reviewable");<br />...<br />properties.put("sc:reviewer", Arrays.asList("John Smith", "Jane Doe"));<br />...<br /><br />Somehow, the code threw an error "Constraint violation... the value is not an allowed value: John Smith". To verify the definition, I browsed to <br /><!-- m --><a class="postlink" href="http://localhost:8080/alfresco/s/cmis/type/P:sc:reviewable">http://localhost:8080/alfresco/s/cmis/t ... reviewable</a><!-- m --><br />and found "John Smith" was indeed listed as one of the cmis:choiceString/cmis:value. <br /><br />Why would the code complain then? What am I missing? Thanks.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=5&t=43041">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 21:44:51 +0000 zliu http://forums.alfresco.com/en/viewtopic.php?f=5&t=43041#p125685 CMIS with multi tenancy (0) http://forums.alfresco.com/en/viewtopic.php?f=45&t=43040#p125682 <br /><br /> by andrewg5e (Posted 10 Feb 2012, 21:21)<br/><br /><br /> We're using CMIS (via OpenCMIS) to access an Alfresco Community 4.0b repository with multi-tenancy enabled. When we were using the "old" 3.x CMIS AtomPub endpoint, users in different tenants got the tenant-specific folders and documents in object fetches. When using the new 4.x endpoint, all tenants get objects back from the "non-tenant" spaces.<br /><br />For example, getObjectByPath("/Foo/Bar") using "someone@tenant" would return the ID of the tenant-specific folder.<br /><br />When switching to the new binding, "/Foo/Bar" returns the ID of the folder in the "non-tenant" area of the repository (not sure what to call that).<br /><br />I searched through JIRA but didn't see any bugs related to CMIS and multi-tenancy. Has anyone else seen this behavior?<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=45&t=43040">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 21:21:11 +0000 andrewg5e http://forums.alfresco.com/en/viewtopic.php?f=45&t=43040#p125682 how to script assigning new datalist item (3) http://forums.alfresco.com/en/viewtopic.php?f=48&t=43010#p125681 <br /><br /> by spazur (Posted 10 Feb 2012, 19:53)<br/><br /><br /> In case anyone else stumbles across this in the future, here's how I got it to work. This is part of a script that is run as a rule when a new document is submitted to a folder in our document library.<br /><br />var futureDate = new Date();<br />futureDate.setDate(futureDate.getDate() + 7);<br />var currentDate = new Date();<br />var testList = companyhome.childByNamePath("Sites/sitenamegoeshere/dataLists/b2c74e68-1ccf-494e-83a6-b36049d2607a");<br /> // note: no error checking, or seeing if dataLists or this particular datalist even exists<br />var testEntry = testList.createNode(null, "dl:task")<br />testEntry.properties["cm:title"] = document.name;<br />testEntry.properties["cm:description"] = document.name;<br />testEntry.properties["dl:ganttStartDate"] = currentDate;<br />testEntry.properties["dl:ganttEndDate"] = futureDate;<br />testEntry.properties["dl:taskPriority"] = "High";<br />testEntry.properties["dl:taskStatus"] = "Not Started";<br />testEntry.save();<br />testEntry.createAssociation(people.getPerson("assigneeusername"),"dl:taskAssignee");<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=48&t=43010">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 19:53:05 +0000 spazur http://forums.alfresco.com/en/viewtopic.php?f=48&t=43010#p125681 Upgrade 3.4d to 4.0b can't restore data (9) http://forums.alfresco.com/en/viewtopic.php?f=8&t=42016#p125678 <br /><br /> by nickbsd (Posted 10 Feb 2012, 19:06)<br/><br /><br /> Can you post your alfresco-global config? I'm still not able to upgrade the database schema yet all the permissions are set in MySQL. <br /><br />So far, I've successfully upgraded from 3.4.D to 3.4.E and now I'm attempting an upgrade to 4.0.a.<br /><br />Thanks!<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=8&t=42016">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 19:06:07 +0000 nickbsd http://forums.alfresco.com/en/viewtopic.php?f=8&t=42016#p125678 Renaming Buttons in 4.0 (0) http://forums.alfresco.com/en/viewtopic.php?f=14&t=43038#p125677 <br /><br /> by bboeri (Posted 10 Feb 2012, 18:52)<br/><br /><br /> Earlier versions of Alfresco (Explorer) allowed easier reconfiguring buttons to rename them. That doesn't seem to be available in Share 4.0. Is the capability to name (or change the name) of buttons no longer available in 4.0?<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=14&t=43038">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 18:52:12 +0000 bboeri http://forums.alfresco.com/en/viewtopic.php?f=14&t=43038#p125677 Show author in share (2) http://forums.alfresco.com/en/viewtopic.php?f=47&t=42985#p125676 <br /><br /> by jackjm (Posted 10 Feb 2012, 18:16)<br/><br /><br /> Mike<br /><br />Excellent reference; thank you very much. I am using the community version and had to end up adding a line to share-documentlibrary-config.xml to get things working.<br /><br />When you are free, if you could please post a follow up to your post on customizing that will be greatly appreciated. I have had a very difficult time finding good documentation on customizing share.<br /><br />Thank you again<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=47&t=42985">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 18:16:10 +0000 jackjm http://forums.alfresco.com/en/viewtopic.php?f=47&t=42985#p125676 4.0a Missing (possibly misplaced) message texts (0) http://forums.alfresco.com/en/viewtopic.php?f=48&t=43037#p125675 <br /><br /> by rjohnson (Posted 10 Feb 2012, 17:35)<br/><br /><br /> I was working through creating a custom content model (using Jeff Potts great paper on ecmarchitect.com) and having successfully created and loaded a model I switched an existing document to one of my new content types. I noticed that having selected my new type and clicked OK the pop up message displayed "message.change-type.success" and not an appropriate message text. This generally means that the message text isn't set in the properties file against the message descriptor so I went off to find the appropriate file and add it.<br /><br />As this was clearly a missing "standard" message text I went off looking in the core Alfresco Share files because it should be in them and not in an extension. In effect, omitting the message texts is a low importance bug.<br /><br />By comparing with the Aspects functionality, I came to the conclusion that the message texts should be in change-type.get.properties and its associated language variants because the aspects messages are in aspects.get.messages and its associated language variants. I added the messages and nothing changed.<br /><br />More routing around suggested that all these "common" messages had been moved to slingshot.properties (and associated language variants). So I added the messages there. That didn't achieve anything either.<br /><br />After a lot more ferreting around, and finding an article in French on 3.2r, it seemed that the messages might be meant to be in share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/document-details/document-action.get.properties (and its associated language variants). I added them there and bingo, I got proper messages.<br /><br />Now, one way or another I think this is a bug in 4.0a but I don't know exactly what to report. I think that the bug is:-<br /><br />"change-type popup messages (message.change-type.success and message.change-type.failure) are missing in the download of 4.0a and the system is looking in the wrong place for them as well because they should be in change-type.get.properties or slingshot.properties but in fact have to go in document-action.get.properties for them to be picked up. I do not believe this is fixed in 4.0b or c because there is no JIRA notice for this."<br /><br />My concern is that I am not sufficiently expert to make that full statement because although I know the messages are missing and I know where to put them to solve the immediate problem I am not sure where they actually "should" be and I do not want to raise a bad JIRA.<br /><br />Can anyone thoroughly expert in the design principals of Alfresco Share help me out so that I can post a proper JIRA?<br /><br />Thanks<br /><br />Bob Johnson<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=48&t=43037">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 17:35:05 +0000 rjohnson http://forums.alfresco.com/en/viewtopic.php?f=48&t=43037#p125675 Start Workflow from a Datalist (15) http://forums.alfresco.com/en/viewtopic.php?f=48&t=42727#p125674 <br /><br /> by jollymon (Posted 10 Feb 2012, 17:09)<br/><br /><br /> Thanks so much for the help on this, it is a KILLER FEATURE! I'm going to attempt a migration upgrade to 4.0.d and will update code sections over the weekend for this and email workflow mods.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=48&t=42727">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 17:09:44 +0000 jollymon http://forums.alfresco.com/en/viewtopic.php?f=48&t=42727#p125674 Upgrade of 3.4.d to 4.0.c Risks and Recommendations (4) http://forums.alfresco.com/en/viewtopic.php?f=8&t=42792#p125673 <br /><br /> by jollymon (Posted 10 Feb 2012, 17:07)<br/><br /><br /> With the D drop out I am going to attempt a migration to the 4.0.d win-32 platform and keep the luce index system. I can see no real reason for us to worry about SOLR. I will also try to update all the code patches for workflow and datalist mods on the forums.<br /><br />WISH ME LUCK!<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=8&t=42792">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 17:07:35 +0000 jollymon http://forums.alfresco.com/en/viewtopic.php?f=8&t=42792#p125673 Completely remove a site from Share (0) http://forums.alfresco.com/en/viewtopic.php?f=47&t=43036#p125672 <br /><br /> by npereira (Posted 10 Feb 2012, 16:57)<br/><br /><br /> How is this done?<br /><br />I logged in as administrator, and went to groups, then deleted the group that had "HR (site_hr)" but the site still shows when a user does a search inside Share for all sites....<br /><br />How can this be done?<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=47&t=43036">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 16:57:12 +0000 npereira http://forums.alfresco.com/en/viewtopic.php?f=47&t=43036#p125672 Need your help with questionnaire about CMS:) (0) http://forums.alfresco.com/en/viewtopic.php?f=14&t=43035#p125671 <br /><br /> by motix (Posted 10 Feb 2012, 16:56)<br/><br /><br /> Hello. My name is Piotr and I am a student at Edinburgh Napier University studying Web Technologies. As part of my course I am required to write a dissertation on a topic of my choice, therefore this dissertation is designed to enable me to understand differences and similarities of Open Source (Wordpress, Drupal, Wiki, Joomla etc.) and Commercial (SiteCore, EpiServe, Ektron, Alterian, Amaxus, Sitefinity etc.) Content Management System within user point of view.<br /><br />I am aware of the busy schedules of everyone, but I would appreciate it if you could take just a few minutes to answer my questionnaire. I would appreciate honest answers so that varied responses can be collected. This questionnaire is completely anonymous and will only be handled by myself and my supervisor if need be.<br /><br />I would appreciate it if this questionnaire could be completed and returned to me by the 29th of February 2012. Thank you in advance for your co-operation in taking your time to complete my questionnaire, it is much appreciated.<br /><br /><a href="http://kwiksurveys.com?u=cms_questionaire" class="postlink">http://kwiksurveys.com?u=cms_questionaire</a><br /><br />Thank You for your time spent:)<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=14&t=43035">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 16:56:42 +0000 motix http://forums.alfresco.com/en/viewtopic.php?f=14&t=43035#p125671 Need help with sending group email on assignment (0) http://forums.alfresco.com/en/viewtopic.php?f=34&t=43034#p125670 <br /><br /> by tygerlilyjp (Posted 10 Feb 2012, 16:52)<br/><br /><br /> Hi, I'm working on adding email to the current workflows that are stock with Alfresco 3.4d. I understand the basics of how it works, but am unable to get the group workflow to email the assigned group when a task is assigned to a whole group. This is my code for the processdefinition. Would someone give me suggestions on what I need to change, please?<br /><br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code><?xml version="1.0" encoding="UTF-8"?><br /><br /><process-definition xmlns="urn:jbpm.org:jpdl-3.1" name="wf:parallelgroupreview"><br /><br />    <swimlane name="initiator"></swimlane><br /><br />    <start-state name="start"><br />        <task name="wf:submitGroupReviewTask" swimlane="initiator" /><br />        <transition name="" to="startreview"/><br />    </start-state><br /><br />    <node name="startreview"><br />        <action class="org.alfresco.repo.workflow.jbpm.ForEachFork"><br />            <foreach>#{people.getMembers(bpm_groupAssignee)}</foreach><br />            <var>reviewer</var><br />        </action><br />        <event type="node-enter"><br />            <script><br />                <variable name="wf_approveCount" access="write" /><br />                <expression><br />                    wf_approveCount = 0;<br />                </expression><br />            </script><br />        </event><br />        <transition name="review" to="review"><br /> <action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript"><br />         <script><br />            var all_members = people.getMembers(bpm_groupAssignee);<br /><br />            for(var i=0; i &lt; all_members.length; i++ )<br />            {<br />               var mail =  actions.create("mail");<br />                mail.parameters.to = all_members[i].properties.email;<br />               mail.parameters.subject = "New document is waiting";<br />               mail.parameters.from = "alfresco@indepth.com";<br />               mail.parameters.text = "Some text";<br />               mail.execute(bpm_package);<br />            }<br />              </script><br />              </action><br />      </transition>  <br />    </node><br /><br />    <task-node name="review"><br />        <task name="wf:reviewTask"><br />            <assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment"><br />               <actor>#{reviewer}</actor><br />            </assignment><br />            <event type="task-create"><br />                <script><br />                    if (bpm_workflowDueDate != void) taskInstance.dueDate = bpm_workflowDueDate;<br />                    if (bpm_workflowPriority != void) taskInstance.priority = bpm_workflowPriority;<br />                </script><br />            </event><br />        </task><br />        <transition name="approve" to="endreview"><br />            <script><br />                <variable name="wf_approveCount" access="read,write" /><br />                <expression><br />                    wf_approveCount = wf_approveCount +1;<br />                 </expression><br />            </script><br />        </transition><br />        <transition name="reject" to="endreview" /><br />    </task-node><br /><br />    <join name="endreview"><br />        <transition to="isapproved" /><br />    </join><br /><br />    <decision name="isapproved"><br />        <event type="node-enter"><br />           <action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript"><br />              <script><br />                 <variable name="wf_reviewerCount" access="write"/><br />                 <expression>people.getMembers(bpm_groupAssignee).length;</expression><br />              </script><br />           </action><br />           <action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript"><br />              <script><br />                 <variable name="wf_requiredPercent" access="write"/><br />                 <expression>wf_requiredPercent = wf_requiredApprovePercent;</expression><br />              </script><br />           </action><br />           <action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript"><br />              <script><br />                 <variable name="wf_actualPercent" access="write"/><br />                 <expression>wf_actualPercent = ((wf_approveCount * 100) / people.getMembers(bpm_groupAssignee).length);</expression><br />              </script><br />           </action><br />        </event><br />        <transition name="reject" to="rejected" /><br />        <transition name="approve" to="approved"><br />            <condition>#{wf_actualPercent >= wf_requiredApprovePercent}</condition><br />        </transition><br />    </decision><br />               <br />    <task-node name="rejected"><br />        <task name="wf:rejectedParallelTask" swimlane="initiator" /><br />        <transition to="end" /><br />    </task-node><br /><br />    <task-node name="approved"><br />        <task name="wf:approvedParallelTask" swimlane="initiator" /><br />        <transition to="end" /><br />    </task-node><br /><br />    <end-state name="end"/><br /><br /></process-definition><br /></code></dd></dl><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=34&t=43034">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 16:52:29 +0000 tygerlilyjp http://forums.alfresco.com/en/viewtopic.php?f=34&t=43034#p125670 SMTP setup on local dev machine (2) http://forums.alfresco.com/en/viewtopic.php?f=9&t=43004#p125669 <br /><br /> by l33m4n (Posted 10 Feb 2012, 16:36)<br/><br /><br /> Thanks - can you elaborate please? Turn what on and how? I'm pretty sure you don't mean the laptop cos I'd worked that bit out already <img src="./images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=9&t=43004">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 16:36:49 +0000 l33m4n http://forums.alfresco.com/en/viewtopic.php?f=9&t=43004#p125669 Email - Alfresco with Gmail SMTP (27) http://forums.alfresco.com/en/viewtopic.php?f=9&t=16018#p125668 <br /><br /> by l33m4n (Posted 10 Feb 2012, 16:22)<br/><br /><br /> msftarav,<br /><br /><blockquote class="uncited"><div>I did except for the "Email Action Executor"<br /><br />Alfresco uses the action service to send email.<br /><br />MailActionExecuter The following properties can be set.<br /><br />PARAM_NAME = "mail"<br />PARAM_TO = "to"<br />PARAM_TO_MANY = "to_many"<br />PARAM_SUBJECT = "subject"<br />PARAM_TEXT = "text"<br />PARAM_FROM = "from"<br />PARAM_TEMPLATE = "template";<br />FROM_ADDRESS = "alfresco@alfresco.org";<br /><br /><br />I am not sure of how to do this one. If we have to set this manually, can you let me know on how to do this? This is the only step i missed.</div></blockquote><br /><br />I didn't configure this bit (I'm not sure you have to). I'm sorry I can't offer any more advice.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=9&t=16018">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 16:22:11 +0000 l33m4n http://forums.alfresco.com/en/viewtopic.php?f=9&t=16018#p125668 GetModelsDiff return status is 404 error (1) http://forums.alfresco.com/en/viewtopic.php?f=9&t=43033#p125667 <br /><br /> by locutus (Posted 10 Feb 2012, 16:21)<br/><br /><br /> I decided to look again at my production server. I noticed that my firewall was dropping OUTGOING packets, primarily from the host to itself. I opened the rules necessary and the admin web page is working.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=9&t=43033">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 16:21:37 +0000 locutus http://forums.alfresco.com/en/viewtopic.php?f=9&t=43033#p125667 Public sharing in Alfresco Share. Direct-linking? (7) http://forums.alfresco.com/en/viewtopic.php?f=47&t=43008#p125666 <br /><br /> by jpfi (Posted 10 Feb 2012, 15:56)<br/><br /><br /> Hi,<br />simply use share/proxy/alfresco instead:<br /><!-- m --><a class="postlink" href="http://host:port/share/proxy/alfresco/api/node/content/workspace/SpacesStore/nodeid/yourfilename">http://host:port/share/proxy/alfresco/a ... urfilename</a><!-- m --><br /><br />cheers, Jan<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=47&t=43008">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 15:56:12 +0000 jpfi http://forums.alfresco.com/en/viewtopic.php?f=47&t=43008#p125666 Remote Alfresco API rivet (104) http://forums.alfresco.com/en/viewtopic.php?f=32&t=15360#p125665 <br /><br /> by robinflow (Posted 10 Feb 2012, 15:23)<br/><br /><br /> Hi there!<br />Is RAAr going to be developed further to be used in Alfresco 4.0.x?<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=32&t=15360">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 15:23:11 +0000 robinflow http://forums.alfresco.com/en/viewtopic.php?f=32&t=15360#p125665 Problem when detailing a content (1) http://forums.alfresco.com/en/viewtopic.php?f=3&t=43032#p125663 <br /><br /> by cantoni (Posted 10 Feb 2012, 14:53)<br/><br /><br /> SOLVED: The problems are related.<br /><br />The file <span style="font-weight: bold">tomcat6/shared/classes/alfresco/extensio/web-client-config-custom.xml</span>, shared by my two Alfresco instances (3.4 e 4.0), are configured for a custom document-detail.jsp which is located in <span style="font-weight: bold">tomcat6/webapps/alfresco/jsp/extension</span>, but in my second Alfresco instance the folder <span style="font-weight: bold">tomcat6/webapps/alfresco40/jsp/extension</span> doesn't exists. I've created the same folder in alfresco40/jsp and copy document-detail.jsp (from content) and works fine.<br /><br />Sorry my english. <img src="./images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><br /><br />Regards,<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=3&t=43032">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 14:53:40 +0000 cantoni http://forums.alfresco.com/en/viewtopic.php?f=3&t=43032#p125663 Startup errors with Alfresco 3.4.b (3) http://forums.alfresco.com/en/viewtopic.php?f=8&t=37206#p125662 <br /><br /> by sebgymn (Posted 10 Feb 2012, 14:52)<br/><br /><br /> Hello, <br /><br />I am experiencing the same issue, have you found a solution? Thanks in advance.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=8&t=37206">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 14:52:35 +0000 sebgymn http://forums.alfresco.com/en/viewtopic.php?f=8&t=37206#p125662 No lucene synchronization on alfresco community 2.1 (17) http://forums.alfresco.com/en/viewtopic.php?f=8&t=16493#p125657 <br /><br /> by mrogers (Posted 10 Feb 2012, 11:30)<br/><br /><br /> Please don't repeat your postings. You have been given the answers. <br /><br />Either upgrade to Labs 3 Stable, or Community 3.4.d.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=8&t=16493">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 11:30:56 +0000 mrogers http://forums.alfresco.com/en/viewtopic.php?f=8&t=16493#p125657 FULL Reindex OutOfMemory (0) http://forums.alfresco.com/en/viewtopic.php?f=4&t=43030#p125656 <br /><br /> by Luca (Posted 10 Feb 2012, 11:25)<br/><br /><br /> Hello,<br />I'm tryng do do a FULL Reindex, but Alfresco run out of memory in an hour.<br /><br />In the repository there are 163041 documents that occupy 200GB and 429,598 to be reindex.<br />I'm using Alfresco 3.2 and, when i do the reindex, the JVM has 8GB of memory. <br /><br />I set up this parameter in alfresco-global.properties:<br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>index.recovery.mode=FULL<br />lucene.indexer.batchSize=1000<br />lucene.indexer.mergeFactor=100<br />lucene.indexer.minMergeDocs=1000<br />lucene.indexer.maxMergeDocs=100000</code></dd></dl><br /><br />But the reindexing process runs out of memory at about 70%, this is the log:<br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>15:53:58,400  WARN  [ehcache.distribution.RMISynchronousCacheReplicator] Object with key sysAdminCache.authAllowedUsers is not Serializable and cannot be updated via copy<br />15:54:00,238  DEBUG [content.cleanup.TrashcanCleaner] Deleted items will be protected during 14 days<br />15:54:03,131  INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.PostgreSQLDialect.<br />15:54:09,650  INFO  [domain.schema.SchemaBootstrap] No changes were made to the schema.<br />15:54:17,201 User:System INFO  [node.index.FullIndexRecoveryComponent] Index recovery started: 429,598 transactions.<br />15:54:19,993  INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [default]<br />15:54:20,064  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]<br />15:54:20,542  INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [default] complete<br />### Excluding compile: org.alfresco.repo.search.impl.lucene.index.IndexInfo$Merger::mergeDeletions<br />15:58:36,955 User:System INFO  [node.index.FullIndexRecoveryComponent]    10 % complete.<br />16:07:25,902 User:System INFO  [node.index.FullIndexRecoveryComponent]    20 % complete.<br />16:15:01,312 User:System INFO  [node.index.FullIndexRecoveryComponent]    30 % complete.<br />16:24:45,491 User:System INFO  [node.index.FullIndexRecoveryComponent]    40 % complete.<br />16:35:15,831 User:System INFO  [node.index.FullIndexRecoveryComponent]    50 % complete.<br />16:47:08,152 User:System INFO  [node.index.FullIndexRecoveryComponent]    60 % complete.<br />### Excluding compile: org.alfresco.repo.search.impl.lucene.index.IndexInfo$Merger::mergeIndexes<br />17:00:22,170 User:System INFO  [node.index.FullIndexRecoveryComponent]    70 % complete.</code></dd></dl><br /><br />Can anyone help me?<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=4&t=43030">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 11:25:40 +0000 Luca http://forums.alfresco.com/en/viewtopic.php?f=4&t=43030#p125656 Active directory authentication (13) http://forums.alfresco.com/en/viewtopic.php?f=9&t=3156#p125653 <br /><br /> by adanbarter (Posted 10 Feb 2012, 11:09)<br/><br /><br /> Your thread is really fantastic about the active directory authentication. Actually I am looking online for Open Directory Ads. Actually I want to know that how Open Directory Ads can help in increasing site's traffic?<br /><br />==========================<br /><!-- m --><a class="postlink" href="http://opendirectoryads.com/">http://opendirectoryads.com/</a><!-- m --><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=9&t=3156">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 11:09:27 +0000 adanbarter http://forums.alfresco.com/en/viewtopic.php?f=9&t=3156#p125653 Export and import business rules (2) http://forums.alfresco.com/en/viewtopic.php?f=29&t=41125#p125651 <br /><br /> by alicesteve (Posted 10 Feb 2012, 10:55)<br/><br /><br /> I had just started my own business of exporting and importing. I am here wondering for complete list of exporters that can help me to grow my business of export/import. Thanks.<br /><br /><!-- m --><a class="postlink" href="http://listofexporters.com/">http://listofexporters.com/</a><!-- m --><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=29&t=41125">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 10:55:49 +0000 alicesteve http://forums.alfresco.com/en/viewtopic.php?f=29&t=41125#p125651 CIFS question (guests, no authentication) (3) http://forums.alfresco.com/en/viewtopic.php?f=9&t=43011#p125648 <br /><br /> by Ksar (Posted 10 Feb 2012, 10:40)<br/><br /><br /> Okay, so I have figured out a bit more of what is going on by experimenting with different configurations.<br /><br /><span style="font-weight: bold">Case 1:</span><br />alfresco.authentication.authenticateCIFS=false<br />ntlm.authentication.sso.enabled=false<br /><span style="text-decoration: underline">Result:</span> Windows cannot find the CIFS <br /><br /><span style="font-weight: bold">Case 2:</span><br />alfresco.authentication.authenticateCIFS=true<br />ntlm.authentication.sso.enabled=false<br /><span style="text-decoration: underline">Result:</span> Windows finds the CIFS, but will not accept any username/password combination<br /><br /><span style="font-weight: bold">Case 3:</span><br />alfresco.authentication.authenticateCIFS=false<br />ntlm.authentication.sso.enabled=true<br /><span style="text-decoration: underline">Result:</span> Windows cannot find the CIFS<br /><br /><span style="font-weight: bold">Case 4:</span><br />alfresco.authentication.authenticateCIFS=true<br />ntlm.authentication.sso.enabled=true<br /><span style="text-decoration: underline">Result:</span> Windows connects to the CIFS without asking for a password, shows only the folders in the Site folder and no content or subfolders<br /><br /><span style="font-weight: bold">Case 4b</span><br />alfresco.authentication.authenticateCIFS=true<br />ntlm.authentication.sso.enabled=true<br />User is logged in with a windows account whose username and password match an existing Alfresco administrator account.<br /><span style="text-decoration: underline">Result:</span> same as Case 4. <br /><br /><span style="font-weight: bold">Conclusions:</span><br />1. CIFS does not run if there is no authentication subsystem set to authenticate it. Apparently, ntlm.authentication.sso.enabled=true is set by default. <br />2. Single Sign-on (sso) somehow bypasses the authentication, but does not actually permit seeing any content. <br /><br />I guess I need to figure out how to set up SSO properly, as that would be a (somewhat annoying) workaround for the problem.<br />Apparently, running the CIFS with no authentication is not possible.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=9&t=43011">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 10:40:59 +0000 Ksar http://forums.alfresco.com/en/viewtopic.php?f=9&t=43011#p125648 Sort based on associated contents field (0) http://forums.alfresco.com/en/viewtopic.php?f=3&t=43027#p125646 <br /><br /> by romschn (Posted 10 Feb 2012, 10:17)<br/><br /><br /> Hi,<br /><br />We can sort based on a column in a below way and it works fine.<br /><br />filterParams.sort = [<br /> {<br /> column: "@{http://www.alfresco.org/model/content/1.0}name",<br /> ascending: true<br /> }<br /><br />But I want to search on a column of my associated content.<br /><br />For example, I have content-1 which is associated with content-2, and I want to sort content-1 data based on one property of content-2. Could anyone please help me how to get this done.<br /><br />Thanks,<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=3&t=43027">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 10:17:57 +0000 romschn http://forums.alfresco.com/en/viewtopic.php?f=3&t=43027#p125646 Different Languages lead to unsynced behaviour! (4) http://forums.alfresco.com/en/viewtopic.php?f=47&t=38689#p125645 <br /><br /> by Loftux (Posted 10 Feb 2012, 10:11)<br/><br /><br /> It is still working the same way, I've written about it here<br /><!-- m --><a class="postlink" href="http://loftux.com/2011/10/30/alfresco-multilingual-properties-feature-or-bug/">http://loftux.com/2011/10/30/alfresco-m ... re-or-bug/</a><!-- m --><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=47&t=38689">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 10:11:35 +0000 Loftux http://forums.alfresco.com/en/viewtopic.php?f=47&t=38689#p125645 Deploy custom workflow from eclipse project (0) http://forums.alfresco.com/en/viewtopic.php?f=10&t=43025#p125641 <br /><br /> by azivotic (Posted 10 Feb 2012, 09:16)<br/><br /><br /> Hi,<br /><br />I have created custom workflow and successfully deployed it on Alfresco. I just copied my myProcess.bpmn.xml, myProcess-context.xml and myProcess-model.xml file into \Alfresco\tomcat\shared\classes\alfresco\extension folder and share-config-custom.xml and .properties in web-extension folder. That all works fine, process is there, and i can run it. <br /><br />The problem occurs when i add to my process some service task which reference to some custom java class, i don't now where to put that class? Basically i supposed to need to create some project in eclipse and create some .jar files and deploy on that way my custom workflow, not on this way manually. Does anyone have some idea or example how structure of this eclipse project needs to look like and where this .jar sholud be deployed. <br /><br />Post Edit: I copied my .jar file in MY_INSTALLATION/tomcat/webapps/alfresco/WEB-INF/lib and service task can get his class now. But i'm still curios does anyone now how structure of eclipse project and deploy needs to look like for custom workflow?<br /><br />Regards,<br />Aleksandar<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=10&t=43025">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 09:16:14 +0000 azivotic http://forums.alfresco.com/en/viewtopic.php?f=10&t=43025#p125641 Howto create a JavaBacked Web_Script using FLT templates (3) http://forums.alfresco.com/en/viewtopic.php?f=36&t=43013#p125639 <br /><br /> by OpenPj (Posted 10 Feb 2012, 08:30)<br/><br /><br /> Again and again, the wiki is written by contributors of the Alfresco community as you have done now.<br />The Alfresco wiki is not the official Alfresco documentation. <br /><br />Thank you for your contribution during these days I'll review the page to test all the implementations with Alfresco 4.<br /><br />Hope that this could help you to understand the goal of each tool that Alfresco provide to the community <img src="./images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=36&t=43013">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 08:30:10 +0000 OpenPj http://forums.alfresco.com/en/viewtopic.php?f=36&t=43013#p125639 Node does not exist Error inAlfresco enterprise edition 4.0 (1) http://forums.alfresco.com/en/viewtopic.php?f=29&t=42999#p125637 <br /><br /> by sukhbir (Posted 10 Feb 2012, 08:12)<br/><br /><br /> Hey guys,<br /><br />it is resolved now.<br /><br />We have mounted the drive but not created folders inside it. These folders created mainly for the tenant domain in muti-tenancy.<br />It is possible to map the s3 drive to alfresco for the multi-tenancy feature.<br /><br /><br />Regards,<br />Suukhbir<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=29&t=42999">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 08:12:33 +0000 sukhbir http://forums.alfresco.com/en/viewtopic.php?f=29&t=42999#p125637 Lucene and Custom Model (0) http://forums.alfresco.com/en/viewtopic.php?f=27&t=43024#p125636 <br /><br /> by vbeyer (Posted 10 Feb 2012, 08:08)<br/><br /><br /> Hello,<br /><br />I have a strange problem with a lucene query on my alfresco. <br />In my custom model I have some extra Propertys added to the content model:<br /><br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code><?xml version="1.0" encoding="UTF-8"?><br /><model name="dms:contentmodell" xmlns="http://www.alfresco.org/model/dictionary/1.0"><br />   <description>Content Modell SMV Toolsystem DMS</description><br />   <author>bev</author><br />   <version>1.0</version><br /><br />   <imports><br />       <!-- Import Alfresco Dictionary Definitions --><br />       <import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/><br />       <!-- Import Alfresco Content Domain Model Definitions --><br />       <import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/><br />    </imports><br /><br />   <namespaces><br />      <!-- Define a Namespace for my new definitions --><br />      <namespace uri="de.esg.wsw.smv.toolsystem.dms.content" prefix="dms"/><br />   </namespaces><br />   <br />   <!-- Type and Aspect definitions go here --><br />   <types><br />      <type name="dms:content"><br />         <title>Toolsystem DMS Content</title><br />         <parent>cm:content</parent><br />         <properties><br />            <property name="dms:docname"><br />               <type>d:text</type><br />               <index enabled="true"><br />               <atomic>true</atomic><br />               <stored>true</stored><br />               <tokenised>both</tokenised><br />               </index><br />            </property><br />            <property name="dms:filename"><br />               <type>d:text</type><br />               <index enabled="true"><br />               <atomic>true</atomic><br />               <stored>true</stored><br />               <tokenised>both</tokenised><br />               </index><br />            </property><br />            <property name="dms:standort"><br />               <type>d:text</type><br />               <index enabled="true"><br />               <atomic>true</atomic><br />               <stored>true</stored><br />               <tokenised>both</tokenised><br />               </index><br />            </property><br />            <property name="dms:dienst"><br />               <type>d:text</type><br />               <index enabled="true"><br />               <atomic>true</atomic><br />               <stored>true</stored><br />               <tokenised>both</tokenised><br />               </index><br />            </property><br />            <property name="dms:komponente"><br />               <type>d:text</type><br />               <index enabled="true"><br />               <atomic>true</atomic><br />               <stored>true</stored><br />               <tokenised>both</tokenised><br />               </index><br />            </property><br />            <property name="dms:komponenten-id"><br />               <type>d:text</type><br />               <index enabled="true"><br />               <atomic>true</atomic><br />               <stored>true</stored><br />               <tokenised>both</tokenised><br />               </index><br />            </property><br />            <property name="dms:beschreibung"><br />               <type>d:text</type><br />               <index enabled="true"><br />               <atomic>true</atomic><br />               <stored>true</stored><br />               <tokenised>both</tokenised><br />               </index><br />            </property><br />            <property name="dms:status"><br />               <type>d:text</type><br />               <index enabled="true"><br />               <atomic>true</atomic><br />               <stored>true</stored><br />               <tokenised>both</tokenised><br />               </index><br />            </property><br />         </properties><br />      </type><br />    </types><br /><br /><br /></model></code></dd></dl><br /><br />I've some Nodes with data in it. The Property "beschreibung" has following values:<br />"Das ist ein Test"<br />"Das ist noch ein Test"<br />"DDD"<br /><br />Now is use the following Query:<br />queryString +="+@dms\\:beschreibung:\"" + searchContent.getBeschreibung()+"\" ";<br />Query rQuery = new Query(Constants.QUERY_LANG_LUCENE, queryString);<br /><br />If i do the query with : +@dms\:beschreibung:"D*" <br />Only DDD is found, but I would expect all tree.<br />If I do search with: +@dms\:beschreibung:"*test*"<br />I'll find the first two, as expected, but if I'll try: +@dms\:beschreibung:"*ist*" <br />No one is found, but I would expect same as above.<br /><br />So, what ist my Problem? Ist the Query wrong? Is it a feature I dont understand? Is my Custom Model rubbish?<br />Please help!<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=27&t=43024">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 08:08:25 +0000 vbeyer http://forums.alfresco.com/en/viewtopic.php?f=27&t=43024#p125636 Setting up multi-tenant environment for Alfresco in EC2 (5) http://forums.alfresco.com/en/viewtopic.php?f=6&t=34597#p125635 <br /><br /> by mixa (Posted 10 Feb 2012, 06:00)<br/><br /><br /> Hi<br /><br />I do not have the folder faces but tenantadmin-console.jsp is at following address:<br /><br /><!-- m --><a class="postlink" href="http://172.x.x.x:8080/alfresco/jsp/admin/tenantadmin-console.jsp">http://172.x.x.x:8080/alfresco/jsp/admi ... onsole.jsp</a><!-- m --><br /><br />When I put the address in a browser i get the information:<br />javax.faces.FacesException: Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at all in your web.xml configuration fileand if you are accessing your jsf-pages through the correct mapping. E.g.: if your FacesServlet is mapped to *.jsf (with the <servlet-mapping>-element), you need to access your pages as 'sample.jsf'. If you tried to access 'sample.jsp', you'd get this error-message.<br /><br />Any idee what is wrong?<br /><br />Best regards<br />Ike<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=6&t=34597">Read the main topic related to this post</a><hr /> Fri, 10 Feb 2012 06:00:07 +0000 mixa http://forums.alfresco.com/en/viewtopic.php?f=6&t=34597#p125635 Alfresco Wiki weird behavior with copy and paste + charsets (2) http://forums.alfresco.com/en/viewtopic.php?f=15&t=43021#p125624 <br /><br /> by mastro (Posted 09 Feb 2012, 23:51)<br/><br /><br /> <blockquote><div><cite>MikeH wrote:</cite>Interesting. I'm not sure why you had quite so many problems editing the article (which browser were you using?) We're are actually running MediaWiki which I've personally never had a problem with... there's a good help resource here: <!-- m --><a class="postlink" href="http://meta.wikimedia.org/wiki/Help:Editing">http://meta.wikimedia.org/wiki/Help:Editing</a><!-- m --><br /><br /><img src="https://img.skitch.com/20120210-bp8qbgs946w4r2k95jwit8gy89.png" alt="Image" /><br /><br />By the way, our in-house produced documentation can now be found at <!-- m --><a class="postlink" href="http://docs.alfresco.com/">http://docs.alfresco.com/</a><!-- m --><br /></div></blockquote><br /><br />I use chrome...<br /><br />I had an hard time editing your wiki, I don't know why...<br />I noticed it was similar to wikipedia (mediawiki) but I never had those issue with it.<br /><br />here what I did:<br /><br />1. select all<br />2. copy to my editor<br />3. edit<br />4. paste back (checking nobody else updated the post in the meanwhile)<br /><br />all newlines were gone.<br /><br />I'm on Linux but I doubt this is related.<br /><br /><br />I also see lot of issues with charset, the page I linked above has weird characters<br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>That’s it for the Java-backed web scripts.</code></dd></dl><br /><br />this is what I see: an a with a cap ^ upon it, an € (euro symbol) and the TM in the place of a single apos '<br /><br />and that's not the only one<br />but the most annoying thing was the new line one and weird behavior while copy/pasting within the wiki<br /><br />do you experience something like that?<br /><br /><blockquote><div><cite>MikeH wrote:</cite>P.S. Thank you for editing the post (I did see the original title <img src="./images/smilies/icon_wink.gif" alt=":wink:" title="Wink" />)</div></blockquote><br /><br />yes, sorry about that...<br />sometimes I just don't found the right word to use and so I try with something that I hope give the idea<br /><br />but I realized it expressed something that wasn't what had in mind so I tried to find another <img src="./images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br />I apologize I didn't meant to be mean <img src="./images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=15&t=43021">Read the main topic related to this post</a><hr /> Thu, 09 Feb 2012 23:51:11 +0000 mastro http://forums.alfresco.com/en/viewtopic.php?f=15&t=43021#p125624 Update Alfresco Aspect Properties Via DotCMIS (1) http://forums.alfresco.com/en/viewtopic.php?f=45&t=42776#p125620 <br /><br /> by Tim@LCS (Posted 09 Feb 2012, 21:30)<br/><br /><br /> Hi Phil,<br /><br />I am currently integrating an Alfresco 4.x installation with a C# .NET WCF client. I noticed your post and was wondering if you had made any progress with your issue, and if so, could you report your findings back to the community?<br /><br />Cheers,<br />Tim<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=45&t=42776">Read the main topic related to this post</a><hr /> Thu, 09 Feb 2012 21:30:29 +0000 Tim@LCS http://forums.alfresco.com/en/viewtopic.php?f=45&t=42776#p125620 FTR (File System Transfer Receiver) configuration in 4.0 Ent (1) http://forums.alfresco.com/en/viewtopic.php?f=4&t=43019#p125616 <br /><br /> by bremmington (Posted 09 Feb 2012, 20:29)<br/><br /><br /> Hi Michael<br /><br />Yes, this is the correct behaviour. The setting in the transfer target is defining which folder in the repository corresponds to the "ftr-root" folder on the target file system. The setting in the replication job is defining the top-level folder to replicate to the target file system.<br /><br />In many cases these are the same thing, but let's say you start with an empty folder structure in the repo that looks like this:<br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>  My Root Folder<br />      |- Images<br />      |- Javascript<br /></code></dd></dl><br /><br />Let's also assume that you want the folder structure on the target file system to look like this:<br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>  ftr-root<br />      |- Images<br />      |- Javascript<br /></code></dd></dl><br />In this case you would set up your transfer target in the repo so its root folder was "My Root Folder".<br /><br />Now, to initially populate your remote file system with the correct folder structure you may decide to set up a replication job with "My Root Folder" as its payload and run it precisely once. This will replicate your empty folder structure.<br /><br />Let's assume that the content in your Images folder changes quite frequently, whereas the content in the Javascript folder doesn't change much at all. You decide to set up two replication jobs, both using the same transfer target (the corresponding root folder is the same for both), but with one using the Images folder as its payload and the other using the Javascript folder as its payload. You could set different schedules on those two jobs.<br /><br />Does that help to clarify the different uses for those settings? Basically, the setting in the transfer target is used by any transfer to that target (including those done directly via the TransferService API). The setting in the replication job sits at a higher level.<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=4&t=43019">Read the main topic related to this post</a><hr /> Thu, 09 Feb 2012 20:29:14 +0000 bremmington http://forums.alfresco.com/en/viewtopic.php?f=4&t=43019#p125616 Site name in Freemarker Email Template? (2) http://forums.alfresco.com/en/viewtopic.php?f=47&t=23255#p125614 <br /><br /> by telesforos (Posted 09 Feb 2012, 20:00)<br/><br /><br /> This is what I have used but it's a kludge. The ${site} variable appears to be a memory location or something <img src="./images/smilies/icon_question.gif" alt=":?:" title="Question" /> <br />${url.serverPath}/share/page/site/${site}/document-details?nodeRef=${document.nodeRef}<br /><br />Here's another stab at directing the client to the document located in share <img src="./images/smilies/icon_neutral.gif" alt=":|" title="Neutral" /> <br /><br /><#assign ref=document.webdavUrl><br /><#assign siteName=ref[13..ref?index_of("/documentLibrary/")]><br />${url.serverPath}/share/page/site${siteName}document-details?nodeRef=${document.nodeRef}<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=47&t=23255">Read the main topic related to this post</a><hr /> Thu, 09 Feb 2012 20:00:14 +0000 telesforos http://forums.alfresco.com/en/viewtopic.php?f=47&t=23255#p125614 Missing site Document Library and Blog posts (0) http://forums.alfresco.com/en/viewtopic.php?f=47&t=43020#p125612 <br /><br /> by jason schroeder (Posted 09 Feb 2012, 18:49)<br/><br /><br /> We are in the process of upgrading from 3.4b to 4.0d. test environment is up and running. I have a single site that will not display document library or posts from blog. Document Library shows no documents available. If I look at server:8080\alfresco\webdav, document library and documents are visible and accessible. Every other site I have checcked has been fine. Here is the error message I am getting. Any help would be appreciated.<br /><br />2012-02-09 10:38:34,666 ERROR [extensions.webscripts.AbstractRuntime] [http-8080-20] Exception from executeScript - redirecting to status template error: 01090010 Wrapped Exception (with status template): 01092477 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js': 01092476 TypeError: Cannot read property "0.0" from null (file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js#62)<br /> org.springframework.extensions.webscripts.WebScriptException: 01090010 Wrapped Exception (with status template): 01092477 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js': 01092476 TypeError: Cannot read property "0.0" from null (file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js#62)<br /> at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:970)<br /> at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)<br /> at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:393)<br /> at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)<br /> at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:462)<br /> at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:500)<br /> at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:316)<br /> at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:372)<br /> at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)<br /> at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)<br /> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br /> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br /> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br /> at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:58)<br /> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br /> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br /> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br /> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br /> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)<br /> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br /> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br /> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br /> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)<br /> at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)<br /> at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)<br /> at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)<br /> at java.lang.Thread.run(Thread.java:662)<br />Caused by: org.alfresco.scripts.ScriptException: 01092477 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js': 01092476 TypeError: Cannot read property "0.0" from null (file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js#62)<br /> at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:195)<br /> at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:212)<br /> at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:174)<br /> at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:102)<br /> at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1193)<br /> at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86)<br /> ... 25 more<br />Caused by: org.alfresco.error.AlfrescoRuntimeException: 01092476 TypeError: Cannot read property "0.0" from null (file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js#62)<br /> at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:499)<br /> at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:191)<br /> ... 30 more<br />Caused by: org.mozilla.javascript.EcmaError: TypeError: Cannot read property "0.0" from null (file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js#62)<br /> at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3350)<br /> at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3340)<br /> at org.mozilla.javascript.ScriptRuntime.typeError(ScriptRuntime.java:3356)<br /> at org.mozilla.javascript.ScriptRuntime.typeError2(ScriptRuntime.java:3375)<br /> at org.mozilla.javascript.ScriptRuntime.undefReadError(ScriptRuntime.java:3388)<br /> at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1324)<br /> at org.mozilla.javascript.gen.c11._c2(file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js:62)<br /> at org.mozilla.javascript.gen.c11.call(file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js)<br /> at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:66)<br /> at org.mozilla.javascript.gen.c11._c15(file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js:959)<br /> at org.mozilla.javascript.gen.c11.call(file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js)<br /> at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:108)<br /> at org.mozilla.javascript.gen.c11._c0(file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js:1074)<br /> at org.mozilla.javascript.gen.c11.call(file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js)<br /> at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)<br /> at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)<br /> at org.mozilla.javascript.gen.c11.call(file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js)<br /> at org.mozilla.javascript.gen.c11.exec(file:/D:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/doclist.get.js)<br /> at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:483)<br /> ... 31 more<br />2012-02-09 10:38:47,879 ERROR [extensions.webscripts.AbstractRuntime] [http-8080-13] Exception from executeScript - redirecting to status template error: 01090011 Wrapped Exception (with status template): For input string: "1325404800000"<br /> org.springframework.extensions.webscripts.WebScriptException: 01090011 Wrapped Exception (with status template): For input string: "1325404800000"<br /> at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:970)<br /> at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)<br /> at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:393)<br /> at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:388)<br /> at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:462)<br /> at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:500)<br /> at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:316)<br /> at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:372)<br /> at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)<br /> at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)<br /> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br /> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br /> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br /> at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:58)<br /> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br /> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br /> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br /> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br /> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)<br /> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br /> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br /> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br /> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)<br /> at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)<br /> at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)<br /> at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)<br /> at java.lang.Thread.run(Thread.java:662)<br />Caused by: java.lang.NumberFormatException: For input string: "1325404800000"<br /> at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)<br /> at java.lang.Integer.parseInt(Integer.java:461)<br /> at java.lang.Integer.parseInt(Integer.java:499)<br /> at org.alfresco.repo.web.scripts.blogs.posts.AbstractGetBlogWebScript.parseDateParam(AbstractGetBlogWebScript.java:174)<br /> at org.alfresco.repo.web.scripts.blogs.posts.AbstractGetBlogWebScript.executeImpl(AbstractGetBlogWebScript.java:66)<br /> at org.alfresco.repo.web.scripts.blogs.AbstractBlogWebScript.executeImpl(AbstractBlogWebScript.java:294)<br /> at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)<br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=47&t=43020">Read the main topic related to this post</a><hr /> Thu, 09 Feb 2012 18:49:29 +0000 jason schroeder http://forums.alfresco.com/en/viewtopic.php?f=47&t=43020#p125612 Invoking a java class in share (6) http://forums.alfresco.com/en/viewtopic.php?f=47&t=42900#p125603 <br /><br /> by rabidpilot (Posted 09 Feb 2012, 15:46)<br/><br /><br /> Thank you for your help on this. If I figure anyting out I will update the post.<br /><br />Well I've spend too much R&D time on this and was re tasked to our backup plan. so I just customized the Web view Dashlet to display the website of the internal site.<br /><br />who knows maybe will revisit this when there more time <img src="./images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=47&t=42900">Read the main topic related to this post</a><hr /> Thu, 09 Feb 2012 15:46:20 +0000 rabidpilot http://forums.alfresco.com/en/viewtopic.php?f=47&t=42900#p125603 Migration from hosted SharePoint 2007 (WSS) (4) http://forums.alfresco.com/en/viewtopic.php?f=14&t=26995#p125602 <br /><br /> by Utopian (Posted 09 Feb 2012, 15:45)<br/><br /><br /> I was not able to find a migration tool, still on SharePoint <img src="./images/smilies/icon_sad.gif" alt=":(" title="Sad" /><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=14&t=26995">Read the main topic related to this post</a><hr /> Thu, 09 Feb 2012 15:45:48 +0000 Utopian http://forums.alfresco.com/en/viewtopic.php?f=14&t=26995#p125602 Returned fields of Lucene queries (1) http://forums.alfresco.com/en/viewtopic.php?f=27&t=42142#p125600 <br /><br /> by OpenPj (Posted 09 Feb 2012, 15:24)<br/><br /><br /> <blockquote class="uncited"><div>1) Is there a way to retrieve some of those fields, as they're not returned in the ResultSet?</div></blockquote><br />Yes, after using the repositoryService.query() method to execute the query, you can invoke the repositoryService.get(Predicate predicate) method to retrieve information about a predicate of nodes (a group of nodes).<br /><br /><blockquote class="uncited"><div>2) If not, is there a performant way to retrieve the parent nodes of multiple nodes in one single call? I know there is a queryAssociated method in RepositoryService but it only accepts one single node, and I prefer not to execute that query for each method.</div></blockquote><br />No, you can retrieve all the parents from a single specific node reference using the method repositoryService.queryParents(Reference reference).<br /><br />Anyway the Alfresco Web Services API allows you to execute actions, you could implement your own custom action that executes your own queries and then you could invoke the execution of your custom action using the ActionService.<br /><br />Hope this helps <img src="./images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><br /><br /><br /><br /> <a href="http://forums.alfresco.com/en/viewtopic.php?f=27&t=42142">Read the main topic related to this post</a><hr /> Thu, 09 Feb 2012 15:24:10 +0000 OpenPj http://forums.alfresco.com/en/viewtopic.php?f=27&t=42142#p125600