Tagged Questions
Alfresco Open Source Enterprise Content Management Software
19
votes
11answers
7k views
Using Alfresco Community in production?
Anyone out there using the community (not enterprise subscription) version of Alfresco in production? Anyone with an enterprise subscription have any comments on doing so?
6
votes
7answers
2k views
Which distro of Linux is best suited for Java web apps?
There are so many Linux distributions to choose from! What is the "best" linux flavor for a web hosting environment running primarily:
Apache HTTP, Tomcat or JBoss, MySQL and Alfresco (not ...
5
votes
2answers
331 views
Alfresco for financial data (forms and data lists)
I need to build a solution for financial data analysis comprised of:
* storage * forms * ACL
* workflows * reports * custom logic
It mainly needs to present forms to different users, ...
5
votes
1answer
566 views
What are the reasons to store documents into DBMS when using Alfresco CMS
I have interview for an internship with company that wants to implement document management system and they are considering on the first place open source solutions, their top choice being Alfresco, ...
5
votes
2answers
2k views
Which is easier to extend, Alfresco or Nuxeo?
I am considering doing a rewrite of an open source project from LAMP to J2EE and integrating it with an enterprise oriented CMS as the GUI. The two most viable OSS ECM J2EE CMS platforms that I have ...
4
votes
2answers
93 views
Recommendation engine for Alfresco?
I want to implement Amazon-like recommendations in Alfresco.
For instance, if an employee searches for "financial reports 2007", the search UI will show related documents, for instance documents that ...
4
votes
2answers
1k views
What Java CMIS client library should I use?
I am starting a new project and must decide which CMIS client library we will use.
Our Java project just needs to connect an a CMIS server (actually Alfresco but it should not matter), in order to ...
4
votes
2answers
1k views
Any PHP or Python alternatives for Liferay and Alfresco?
My company wants to use Liferay for developing a portal and integrate Alfresco with it for document management.
But both Liferay and Alfresco are Java based and i would like to know if there are any ...
4
votes
1answer
894 views
maven conditional dependencies
We would like to bundle library dependencies from (Alfresco or Jackrabbit or ...) based on the customer choice. The number of dependencies actually varies based on the chosen vendor. How do we ...
3
votes
2answers
39 views
Alfresco Prohibit all users to delete a content
I have next task - prohibit all users(except admin) to delete a content in Alfresco. I'm use a permission service for that, but it doesn't work:
private void setReadOnly(ScriptNode node) {
...
3
votes
1answer
34 views
is there an equivalent of FileTypeImageUtils for Alfresco Share?
I need to retrieve the icon of a content file based on its media type.
I know that in Alfresco Explorer you could use the FileTypeImageUtils.getFileTypeImage() method.
Is there something equivalent ...
3
votes
2answers
102 views
Does Alfresco Share provide any mecanism for Inter Dashlet Communication?
I am trying to figure out how to perform some inter dashlet communication with Alfresco Share.
Here a simple use case:
We do have 2 dashlets, let's call them A and B. I want to be able to fill in a ...
3
votes
4answers
254 views
Alfresco or Liferay, which is better for WCM?
I am exploring CMS tools Alfresco and Liferay, but cant decide which is better for Web Content Management.
Please help me decide which tool to use for web. Opinions and suggestions are welcome.
3
votes
1answer
174 views
Alfresco authentication with OpenId
This is not supported by Alfresco out of the box, anyone with any ideas to achieve this.
3
votes
1answer
465 views
how to increase the threads in JVM
I am working alfresco server. It is build on top of Tomcat.
I had written the following code the the server.xml file
I increased the database max.connection pool setting to 300.
But the Jconsole ...
3
votes
1answer
79 views
Possible to create a custom interface, making use of files managed by Alfresco?
Our company's switching from traditional, lame Windows shared drive to a Linux install of Alfresco.
I'm the sole developer here (...go me!) and I would like to hear any thoughts on what I envisage ...
3
votes
2answers
1k views
Get Alfresco extension properties with OpenCMIS
I'm writing an OpenCMIS based application, which extracts some data from Alfresco 3.3.
It works fine with standard CMIS properties such as cmis:name or cmis:contentStreamMimeType; however, I can't ...
3
votes
2answers
684 views
Integrating Liferay and Alfresco
Im using Liferay version 5.2.3 and Alfresco Community Edition.I want to integrate Alfresco with Liferay . I want to show Alfresco as a portlet within Liferay.
Can someone please tell me how to go ...
2
votes
1answer
71 views
Customizing Doclib Filter in Alfresco Share
In Alfresco 4.0, I'd like to extend Share Doclib Filter webscript to add my own customized filter.
Is there a simple way to add my own filter in the share-config-custom.xml?
How do I define my own ...
2
votes
3answers
143 views
Alfresco: Lucene query by ID returns 2 rows
I'm using Alfresco 3.4d and imported some nodes as well as created a few with NodeService. Today I noticed that a Lucene query by ID does sometimes return two rows instead of just one. Not all nodes ...
2
votes
1answer
66 views
Alfresco community 4.0 doesn't recognize DITA files mimetype
So I've installed the Community 4.0.a and extended the mimetype list using mimetype-map.xml as I did before in 3.4
<alfresco-config area="mimetype-map">
<config evaluator="string-compare" ...
2
votes
1answer
114 views
SMB server on Android (non default port)
I'm working on a project to develop an SMB server on Android, and for that i'm using the free Alfresco JLAN server implementation.
The question is that i can't use the default ports (445, 139, 138).
...
2
votes
1answer
175 views
Alfresco + Share with LDAP authentication + SSO
I am trying to enable the SSO option for the Alfresco and Share webapp. The authentication is made via LDAP and it all works fine for Alfresco and CIFS but when I try to access some components that ...
2
votes
1answer
54 views
Store and Use Configuaration values in Alfresco Share (solved)
I have a custom developed share dashlet that has hardcoded values in use (For example the name of a Workspace to use as a default).
I would rather have the values placed into a configuration file and ...
2
votes
7answers
117 views
Good (CMS-based?) platform for simple database apps
I need to implement yet another database website. Let's say roughly 5 tables, 25 columns, and (eventually) thousands to tens of thousands of rows. Easy data entry and maintenance are more important ...
2
votes
1answer
266 views
alfresco workflow isn't seeing webscript variables
I'm using alfresco as the backend workflow for a seperate front end web application(don't ask me why, ask the client). The front end server makes ajax calls to the backend alfresco webscripts. The ...
2
votes
1answer
98 views
Integrating alfresco with existing infrastructure
We have many custom and off-the-shelf applications to manage document mgmt like scanning, indexing, storage,workflow etc in our company,
We want to get started with Alfresco to completely manage our ...
2
votes
0answers
130 views
jboss SAR instead of /tomcat/shared (alfresco for example)
Hey all,
I'm curious if you can use a jboss SAR to hold all the xml, class files, and even lib files that, if you were using tomcat, were traditionally in the /shared/classes, shared/lib locations ...
2
votes
1answer
136 views
how to add the SFTP protocol to the alfresco application
how to add the SFTP protocol to the alfresco application..presently alfresco running on CIFS, webdav,FTP & FTPS..
How can i connect to SFTP protocol by using alfresco...
Can any one please ...
2
votes
2answers
263 views
Is it possible to use Alfresco as JCR framework?
I'd like to know if Alfresco could be used only as a framework to manage content in repository. Without all the fancy layers above.
I've tried some maven alfresco archetypes, but they are mainly ...
2
votes
1answer
526 views
Afresco deployment on Tomcat
I'm building Alfresco from source and want to deploy it on Tomcat. Can please anybody explain this to me ? There is not enough information about it here .
APP_TOMCAT_HOME (can be used to host the ...
2
votes
1answer
620 views
Comparison of using Alfresco and Jackrabbit CMS on Liferay portal
I'd like to know your thoughts about using these two CMS on Liferay. I know, that jackrabbit is rather a framework and reference JCR implementation. I'm more interested in the situation, when you have ...
2
votes
3answers
1k views
How to get Alfresco login ticket without user password, but with impersonating user with user principal name (UPN)
I'm writing a DLL that has function for getting Alfresco login ticket without using user password, using only a user principal name (UPN). I’m calling alfresco REST API service /wcservice. I use NTLM ...
2
votes
1answer
803 views
Ftp throws WebException only in .NET 4.0
I have following c# code. It runs just fine when compiled against .NET framework 3.5 or 2.0 (I did not test it against 3.0, but it will most likely work too). The problem is, that it fails when built ...
2
votes
3answers
126 views
How is extra script layer implemented?
If you have ever worked on alfresco, you must know the web script layer in it, my question is how does alfresco implement this ? What framework does it use?
If you don't know alfresco, then my ...
2
votes
2answers
381 views
Is it possible to get a list of workflows the document is attached to in Alfresco
I'm trying to get a list of workflows the document is attached to in an Alfresco webscript, but I am kind of stuck.
My original problem is that I have a list of files, and the current user may have ...
2
votes
3answers
232 views
Java web CMS & HTML presentation, templating
Hey,
I'm looking for a content management system in java with good support for html content presentation in sense of web presentations, NOT document management or enterprise content management
I'm ...
2
votes
2answers
2k views
Need help with workflow in Alfresco
Hello SO community,
I haven't had any luck getting help in the Alfresco forums, and I'm hoping for more here. We are building an application based on Alfresco and jBPM and I have defined a workflow, ...
2
votes
2answers
3k views
HttpUrlConnection Post causes the browser to download the response JSON in Java Proxy
I'm making call to Alfresco Webscripts which return JSON. I do this using GET requests which all work perfectly. If I do a file POST however, the Alfresco server receives the file correctly and sends ...
2
votes
1answer
892 views
advanced workflow sample example
some sample examples to develop advanced workflow deploying it in alfresco server using jbpm and connectivity to database
Regards,
2
votes
1answer
369 views
Alfresco + Opsoro Setup
I want to set up a content mgmt system. And i feel the combination of Alfresco with Opsoro is a gud one. Any other suggestions?
visit Alfresco &
Opsoro
2
votes
3answers
3k views
Java, Alfresco Web Service API and Unicode NamedValues
I'm using Java for accessing Alfresco content server via it's web service API for importing some content into it. Content should have some NamedValue properties set to UTF-8(cyrillic) string. I keep ...
1
vote
1answer
112 views
Alfresco Community 4.0 with Microsoft Office integration via https
Background
We're using Alfresco to replace SharePoint. The primary use is document sharing and management.
I've got a fresh install of Alfresco Community 4.0 using MySQL on Windows Server 2008 R2. ...
1
vote
2answers
67 views
Alfresco form filters
I'm trying to create a form filter, that would do some post-processing of a form.
What I'm trying to achieve:
Everytime a node has been created OR modified the filter should be applied after the node ...
1
vote
2answers
63 views
Cannot create new user in Alfresco
I build alfresco from source. After I log in into Alfresco Explorer as an admin , I cannot create new user. Any kind help is appreciated.
1
vote
0answers
75 views
Adding status banner in Alfresco Share document details view
I've extending Share 4.0 document browse view to add custom indicators and metadata-templates following http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/concepts/doclib-web-tier.html
...
1
vote
1answer
100 views
Alfresco is not moving old file to contentstore.deleted when updating file with FTP
When I update/overwrite a file with same file using FTP in alfresco, alfresco is creating multiple copies of this file in its contentstore. Alfresco is not moving old copies of this file in ...
1
vote
1answer
145 views
How to extend Alfresco Share existing activity list dashlet with my own activity type?
In Community 4.0.a, I'm posting my custom activities in the repo following this: http://wiki.alfresco.com/wiki/3.0_Activities_Developer_Guide
I have defined my own activity type, with custom bundles ...
1
vote
4answers
278 views
Alfresco workflow trigger through java code
I want to develop an app preferbly on servlet environment .
I want to trigger alfresco out of box workflow webscripts from my app. Alfresco has provided restful URL for doing that.
can anyone tell ...
1
vote
1answer
135 views
Alfresco - Best practices for custom document lifecycle (Java?)
After talking with some people at the DevCon in London and after looking at Records Management source code I noticed that there's actually no good example of how to implement custom documents ...