alfresco

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 necessarily all in the same instance). Are there any significant differences in terms of ease of administration and configuration, performance and s...

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? ...

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 getting the Sax parser exception: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1b) was found in the element content ...

Alfresco + Opsoro Setup

Hi, 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 ...

Do you have data how Alfresco Community behaves with many users connected? (100>)

Hello My company is going to use Alfresco as a intranet. I think it's not fastest application and wonder if it can work with few hundred users expected. Do you have any experience using it with such or larger group? ...

JSF : java.lang.IllegalStateException: Client-id : _idJsp35 is duplicated in the faces tree in Alfresco Web Client

I am extending Alfresco Web Client and in one page while expanding panels I get this error. I do not get it always. JSF : java.lang.IllegalStateException: Client-id : _idJsp35 is duplicated in the faces tree in Alfresco Web Client I tried to give every component possible unique id, but error still shows up. How can I find source of th...

PHP - Alfresco integration

Hi, I am currently receiving a Strict Standards error when trying to make an alfresco web service call. I am using the Zend Framework. The tutorial works fine when not using the Zend Framework. If i use the Zend_Soap_Client i get a segmentation error, when i use the PHP Soap_Client i get the following error message: Strict Stand...

Why does my Tomcat/Alfresco site become unresponsive every half a day or so?

I'm a developer running a website on a CentOS 5 box with Apache Tomcat 6.x, Alfresco Labs 3 (the standalone .war file) and a couple custom webapps. The server has been up and running without problem for the past several months, but just the other day someone was uploading an image through Alfresco and the site stopped responding. In ad...

How does alfresco's javascript( not webscript) mechanism

When I play with alfresco share, I found it is difficult to track the UI and javascript. you can only see some class name in the HTML tags, But you are difficult to know how are they constructed, And When, where and how can these scattered HTML code can render such a fancy page. Can someone help me ? Please offer several example and...

alfresco ---- how to add event handler into surf template ?

<div class="yui-gd"> <div class="yui-u first"><label for="${args.htmlid}-addContent">${msg("label.HowToAddContent")}:</label></div> <div class="yui-u"> <select id="addContent" name="addContent" onchange="dropdown(this)"> <option value="1" selected="selected">${msg("label.ge...

Is it possible to get a list of node types (or even property types) in Alfresco?

Is there a way that I can call alfresco via webscript and get back a list of node types or list of node properties that are available? So if there are three different node types (cm:content, cm:folder, and cm:foo), I'd get that three returned to me (and not actually nodes that are one of these three types)? Reason why I'm asking is th...

Force a download of a text file in IE7 using javascript

Saw a similar question at http://stackoverflow.com/questions/349067/download-a-file-using-javascript but this one is specific to IE and I'm using extjs and alfresco (opsoro). I can get a download prompt for text files fine in Opera, Chrome, and Firefox, but not IE. Below is a list of what I've tried so far, which all work on other br...

lucene query issue

...

How to keep original dates after uploading to Alfresco ?

Hi,I am uploading several files to Alfresco repsitory via webdav. The batch process works fine, but after the upload, all dates in the repository are changed to current date. How can I make it keep and show the original file dates (creation and modified) ? Thanks. ...

Import failing in Alfresco

Alfresco Version 3.0 I have made export from our test environment and now trying to import it to my development machine. Export goes without a problem.. but import gived me error: Please correct the errors below then click OK. Failed to execute import: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line...

How to implement login mechanism in Alfresco Surf application

Hi all, i am playing around with alfresco WCM and want to implement a simple login mechanism in my surf application, so that I can show some information about the actual existing Alfresco user. Can anyone give me a hint? I already walked through http://www.benh.co.uk/alfresco/surf-part-1-getting-started/ but now I get stucked. Tha...

advanced workflow sample example

some sample examples to develop advanced workflow deploying it in alfresco server using jbpm and connectivity to database Regards, ...

ECM Application using Alfresco

Hi, I am new to Alfresco Development. I had learn Alfresco Implementation and Usage little bit. Now i want to develop a application using Alfresco, ie, Knowledge Management Application with customized UI with my defined features only. No need to be with full features of Alfresco. Where should i start? I heard that there is two ways to de...

Alfresco 3 Labs: Adding a thumbnail to a document

Hey guys! Any Alfresco experts out there? I have created a document type in Alfresco and am trying to associate it with an image -- Somehow. I don't really mind how it's done - an image uploader in the metadata section when saving the actual document would be nice, but I can live with having to upload the image first and then associatin...

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 run across are Alfresco and Nuxeo. I need to get into some deep integration with whatever CMS I pick. Which one of these two technologies (...