Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  11 links from elsewhere to this Post. Click to view. #11 (permalink)  
Old 06-21-2007, 07:43 AM
JoshuaPrismon JoshuaPrismon is offline
Moderator
 
Join Date: Nov 2005
ZCS Version: Release 5.0.0_BETA2_1092.FC5_20070718124259 FC5_64 FOSS edition
Posts: 380
JoshuaPrismon is on a distinguished road
Send a message via AIM to JoshuaPrismon
Default

Quote:
Originally Posted by talha View Post
hello everyone!

has anybody worked on Funambol DS Server? More specifically, has anybody tried to add a module in Funambol DS Server?
I'm having some problems configuring it....
I don't believe anyone here has done it yet.
Reply With Quote
  #12 (permalink)  
Old 06-21-2007, 08:32 AM
cvidal cvidal is offline
Contributor
 
Join Date: Dec 2005
Posts: 97
cvidal is on a distinguished road
Default

Quote:
Originally Posted by talha View Post
hello everyone!

has anybody worked on Funambol DS Server? More specifically, has anybody tried to add a module in Funambol DS Server?
I'm having some problems configuring it....
I did, I've been fooling around a bit with Funambol + Lotus + Zimbra

Carlos
Reply With Quote
  #13 (permalink)  
Old 06-22-2007, 02:29 AM
talha talha is offline
Junior Member
 
Join Date: Jun 2007
Posts: 2
talha is on a distinguished road
Default funambol

cvidal,

i sorted out the configuration of funambol and addition of new modules. have you worked with SyncSource for synchornization of mobile devices through funambol?
Reply With Quote
  #14 (permalink)  
Old 06-22-2007, 05:30 AM
ojehle ojehle is offline
Member
 
Join Date: Mar 2006
Posts: 18
ojehle is on a distinguished road
Default

Quote:
Originally Posted by talha View Post
cvidal,

i sorted out the configuration of funambol and addition of new modules. have you worked with SyncSource for synchornization of mobile devices through funambol?


i tried to convert the existing source to the new classes of funambol v6.0. But i didn't find time to continue the work.

I think, before doing any debugging stuff, it should compile with funambol v6.0, then the configuration stuff can happen .
Reply With Quote
  #15 (permalink)  
Old 07-26-2007, 08:37 PM
jerelabs jerelabs is offline
Member
 
Join Date: Jul 2007
ZCS Version: Ubutu 6.06 / Zimbra 5.0.2_GA_1975
Posts: 14
jerelabs is on a distinguished road
Question Any progress

Is anyone out there actively working on this? Could we get a status update?
Reply With Quote
  #16 (permalink)  
Old 07-28-2007, 07:04 AM
doud doud is offline
Junior Member
 
Join Date: Jul 2007
Posts: 9
doud is on a distinguished road
Default Update

Hello

You will find an update here !
Zimbra 4.5.6 Open Source Synchronization - It works now !

Thanks

Edouard
Reply With Quote
  #17 (permalink)  
Old 09-24-2007, 11:36 AM
Costa-101's Avatar
Costa-101 Costa-101 is offline
Special Member
 
Join Date: Sep 2006
Location: Space station 101
ZCS Version: Release 5.0.2_GA_1975.RHEL4_64_20080130213909 RHEL4_64 FOSS edition
Posts: 181
Costa-101 is on a distinguished road
Send a message via ICQ to Costa-101 Send a message via AIM to Costa-101 Send a message via MSN to Costa-101 Send a message via Yahoo to Costa-101 Send a message via Skype™ to Costa-101
Exclamation Request To Moderator

Hi Moderator,

Can you please close or amend this i thread as it also falls under the thread referenced here .

Appreciate this and am sure others will - in the fact that false hopes will keep them up all night.

I am still trying to get this working myself - and I will share my info as soon as I know anything further or have any progress.

All the best Zimbra and congrats - look forward to the future.

Costa
__________________
------------------------------
http://lcrm.co.uk
http://csl-uk.info
Reply With Quote
  #18 (permalink)  
Old 09-24-2007, 04:22 PM
mmorse's Avatar
mmorse mmorse is online now
Zimbra Employee
 
Join Date: May 2006
Location: USA
ZCS Version: NE & OS - in the many flavors of 4.5 & 5.0
Posts: 4,302
mmorse is on a distinguished road
Send a message via AIM to mmorse Send a message via MSN to mmorse Send a message via Yahoo to mmorse Send a message via Skype™ to mmorse
Default

sry costa, there really isn't a 'fall under' scheme to the threads-lol
Instead of closing both - I'm going to leave this particular thread open for now, as it can still be used in the spirit of collaboration.

Those posting should be advised of the below thread:
-Where it is believed doud has gotten it working, however there has been no released how-to/documentation at this time.
-The following thread was also locked a while ago by jholder due to a high level of tension & the start of bickering...
/forums/installation/10484-zimbra-4-5-6-open-source-synchronization-works-now.html


There's also another thread that costa opened /forums/developers/10501-open-source-mobile-synchronisation.html
__________________
-Mike

We've released one of the coolest things ever!
5.0.7 is out in NE & FOSS!

Last edited by mmorse : 10-02-2007 at 12:32 PM. Reason: most will think i'm talking out of the blue-but costa deleted his thread
Reply With Quote
  #19 (permalink)  
Old 09-26-2007, 09:23 PM
hillman hillman is offline
Moderator
 
Join Date: May 2007
Location: Vancouver, Canada
ZCS Version: 5.0.4_GA_2101.RHEL5_64 NE
Posts: 58
hillman is on a distinguished road
Default

I've been working on the Zimbra connector for Funambol.

Perhaps "working on" is the wrong term - more like "hacking away at". I'm not a software developer, which is what this project *really* needs.

I'll summarize where I've gotten to so far:

First, I tried to port to the Funambol v3/v6 API. This proved to be considerably more involved than I had hoped. There was virtually no documentation that I could find on writing modules for the newer API - everything was aimed at the old Sync4j 2.3 API. The API changed substantially in v3 - first being renamed from sync4j to com.funambol (so all classes changed), second with some methods being removed entirely, and finally with the addition of substantially more methods that had to be implemented in the connector. Unless you have a very solid understanding of both how the connector works internally, and how Funambol works, it would be impossible to port all of the methods. And of course nothing is documented.

So I decided to go the opposite route - put up a 2.3 server and get the connector working with that. At first this went smoothly - the connector immediately showed up in the sync4j admin interface and allowed me to configure it, but I kept getting authentication errors. After much hair pulling, I figured out that in Zimbra 5.x, having the "<nonotify>" flag in your SOAP AuthRequest caused Zimbra to not issue a session.

Once that was fixed, I was able to sync my contacts right away. Now I'm working on the calendar. It's not going so well. I will keep hacking at it until I can sync my own calendar (it's fairly complex as it contains at least a year's worth of data imported from Google, including some fairly elaborate recurring meetings with exceptions, which is what the connector is currently choking on).

I will release a tarball as soon as I get it working (I could put one out now if anyone else wants to hack at it, but *it does not currently work*)

I see three major undertakings to take this connector from Alpha to production-ready:

1. Fix the bugs in the current connector. There are lots. There are rampant spelling errors as well. Some I've caught, others I'm sure I've missed. That means it may fail to recognize XML elements in the SOAP calls to Zimbra as it stands now.

2. Implement missing functionality in the 2.3 API - e.g support for certain meeting types, etc.

3. Port to Funambol v6. This will be the biggest task, requiring a thorough understanding of both projects
Reply With Quote
  #20 (permalink)  
Old 09-27-2007, 03:00 AM
Costa-101's Avatar
Costa-101 Costa-101 is offline
Special Member
 
Join Date: Sep 2006
Location: Space station 101
ZCS Version: Release 5.0.2_GA_1975.RHEL4_64_20080130213909 RHEL4_64 FOSS edition
Posts: 181
Costa-101 is on a distinguished road
Send a message via ICQ to Costa-101 Send a message via AIM to Costa-101 Send a message via MSN to Costa-101 Send a message via Yahoo to Costa-101 Send a message via Skype™ to Costa-101
Thumbs up Well Done

Well done Hillman - sound like you have been busy.

Might it help if you attache your work so far anyway so that others can possibly look and advise on where you are having trouble.

Of course keep working to your own schedule but you never know who might read your post !!

I think this is way out of my league, I am currently compiling Gentoo and am going to dedicate some time to trying to write a wiki on how to setup Zimbra on Gentoo if I can.

But I also have a vmware application of Zimbra on my laptop - that goes everywhere with me - which I hack away at now and again.

I am currently setting up Hyperic as a monitoring tool and eagerly anticipating the Evolution 2.10 source code release.

Best of luck in your work

Costa
__________________
------------------------------
http://lcrm.co.uk
http://csl-uk.info
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.zimbra.com/forums/zimbra-mobile/8924-zimbra-funambol-sync4j-code.html
Posted By For Type Date
Zimbra по-русски This thread Refback 12-09-2007 08:35 AM
funambol en Gennio This thread Refback 12-04-2007 03:09 PM
Untitled document This thread Refback 11-26-2007 02:23 PM
Zimbra: Zimbra Blog This thread Refback 11-25-2007 11:16 PM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 11-20-2007 05:59 AM
Untitled document This thread Refback 11-05-2007 06:24 AM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 10-30-2007 03:28 PM
Open Outlook Connector SyncML dev... - Zimbra - Forums This thread Refback 10-08-2007 12:40 PM
Funambol: Open Source: Community Projects This thread Refback 10-03-2007 12:58 AM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 10-01-2007 11:59 AM
funambol + Zimbra - SWiK This thread Refback 09-16-2007 08:20 AM
jenkner's bookmarks tagged with This thread Refback 08-31-2007 06:50 AM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 08-29-2007 01:45 PM
Zimbra + Funambol Sync4j Code - Zimbra - Forums - SWiK This thread Refback 08-20-2007 07:20 AM
mylesb's bookmarks tagged with This thread Refback 08-13-2007 08:30 AM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 08-09-2007 07:17 AM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 08-05-2007 06:32 AM
sync4j - SWiK This thread Refback 08-01-2007 01:13 AM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 07-30-2007 05:47 AM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 07-29-2007 10:37 PM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 07-28-2007 06:51 AM
Forum de la communaut Zimbra francophone / Synchronisation Zimbra 4.5.6 Open Source - C'est bon, a marche ! This thread Refback 07-28-2007 06:48 AM
funambol - SWiK This thread Refback 06-25-2007 03:31 AM
cool.dude.99's bookmarks tagged with This thread Refback 06-14-2007 12:23 PM
mylesb's bookmarks tagged with This thread Refback 06-10-2007 06:06 PM
mylesb's bookmarks tagged with This thread Refback 06-06-2007 12:33 AM
Zimbra™ Collaboration Suite - SWiK This thread Refback 06-05-2007 08:15 PM
funambol :: open source :: community projects This thread Refback 06-01-2007 02:34 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Clamav problem ? What's happening ? aNt1X Installation 23 02-14-2008 04:43 AM
Debian ETCH Install Well Done Zimbra! bobthebuilder Installation 11 07-30-2007 02:52 AM
Can't start Zimbra! zibra Administrators 5 03-22-2007 11:34 AM
Post instsallation problems Assaf Installation 14 01-29-2007 10:38 AM
svn version still won't start kinaole Developers 0 10-04-2006 06:47 AM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0