You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by vignesh sabapathi <vi...@tcs.com> on 2010/05/24 12:59:38 UTC

Integrating ofbiz with Alfresco

Dear ofbizers

Could anyone tried integrating ofbiz with Alfresco. ? May i know how far
this is feasible. As OFBiz is not providing full fledged CMS applications we
were looking into integrating ofbiz with any cms product. Also need to know
which Axis version OFbiz 9.04 is using. 

Thanks in advance
-- 
View this message in context: http://ofbiz.135035.n4.nabble.com/Integrating-ofbiz-with-Alfresco-tp2228438p2228438.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Integrating ofbiz with Alfresco

Posted by Deyan Tsvetanov <de...@flexbrix.com>.
Hi Vignesh, 

I've integrated ofbiz with alfresco. But I only used alfresco as a
repository for storing files and documents from my own 3rd party ofbiz
application. I haven't done any alfresco application that can be used in
ofbiz gui. 

Alfresco can be integrated using web services. You can access the stored
documents via webdav. However be aware, that storing docs via webdav
might be tricky, there is a bug in the alfresco webdav implementation,
related to locking files for editing and not unlocking them after edit
is complete. I don't know if they have fixed it already :)

So - it's doable with some coding, depending on what you want to
achieve :)


Regarding axis version :

$ cd $OFBIZ_HOME
$ find ./ -name '*axis*'


./framework/service/lib/axis.jar

Open axis.jar:META_INF/MANIFEST.MF

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.4.2_08-b03 (Sun Microsystems Inc.)

Name: org/apache/axis
Implementation-Title: Apache Axis
Implementation-Version: 1.4 1855 April 22 2006
Implementation-Vendor: Apache Web Services


Regards,  
Deyan 




On Mon, 2010-05-24 at 03:59 -0700, vignesh sabapathi wrote:
> Dear ofbizers
> 
> Could anyone tried integrating ofbiz with Alfresco. ? May i know how far
> this is feasible. As OFBiz is not providing full fledged CMS applications we
> were looking into integrating ofbiz with any cms product. Also need to know
> which Axis version OFbiz 9.04 is using. 
> 
> Thanks in advance