You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(4) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(2) |
Feb
(9) |
Mar
(9) |
Apr
(2) |
May
(9) |
Jun
|
Jul
|
Aug
(13) |
Sep
(2) |
Oct
(1) |
Nov
(6) |
Dec
(26) |
2003 |
Jan
(38) |
Feb
(10) |
Mar
(54) |
Apr
(71) |
May
(21) |
Jun
(9) |
Jul
(39) |
Aug
(98) |
Sep
(109) |
Oct
(79) |
Nov
(61) |
Dec
(56) |
2004 |
Jan
(82) |
Feb
(68) |
Mar
(86) |
Apr
(131) |
May
(146) |
Jun
(297) |
Jul
(324) |
Aug
(254) |
Sep
(344) |
Oct
(352) |
Nov
(532) |
Dec
(232) |
2005 |
Jan
(157) |
Feb
(222) |
Mar
(305) |
Apr
(225) |
May
(311) |
Jun
(193) |
Jul
(211) |
Aug
(232) |
Sep
(171) |
Oct
(159) |
Nov
(160) |
Dec
(103) |
2006 |
Jan
(178) |
Feb
(188) |
Mar
(329) |
Apr
(396) |
May
(329) |
Jun
(220) |
Jul
(223) |
Aug
(243) |
Sep
(278) |
Oct
(263) |
Nov
(283) |
Dec
(186) |
2007 |
Jan
(236) |
Feb
(241) |
Mar
(295) |
Apr
(210) |
May
(268) |
Jun
(272) |
Jul
(168) |
Aug
(147) |
Sep
(158) |
Oct
(220) |
Nov
(206) |
Dec
(187) |
2008 |
Jan
(168) |
Feb
(213) |
Mar
(230) |
Apr
(173) |
May
(73) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Stefano F. <ste...@li...> - 2002-12-20 19:51:08
|
Added a section about synchronization engine and process. -- Stefano |
From: Stefano F. <ste...@fu...> - 2002-12-20 13:49:58
|
Added a section about synchronization engine and process. -- Stefano |
From: Zak K. <zak...@jh...> - 2002-12-19 20:33:00
|
I will be out of the office starting 19/12/2002 and will not return until 06/01/2003. I will respond to your message when I return. |
From: Stefano F. <ste...@li...> - 2002-12-18 22:13:12
|
Hi All, I tagged a new build (build_20021218) containing client mapping (thanks Richard!) and some bug fixing. I also reordered a couple of variable names in build-share.xml and build.properties using direct link to the jar files instead of home package directories. This regards the variables: jdom.jar (instead of jdom-home) xerces.jar (new) So if you download the latest build, change your build.properties accordingly. Regards, Stefano |
From: Stefano F. <ste...@li...> - 2002-12-17 12:26:16
|
Hi All, here the latest news from Sync4j: 1) New web site: http://sync4j.sourceforge.net 2) New requirements document: http://sync4j.sourceforge.net/web/development.html 3) OpenOffice has benn selected as the standard format for Sync4j documents: http://www.openoffice.org Best regards, Stefano |
Your J2EE server is running ? If it is, there are errors in server logs ? With a browser, could you go to this url ? (the page would be "welcome to sync4j !") |
From: <Hel...@si...> - 2002-12-13 18:17:04
|
You can find this document in cvs files : "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/sync4j/sync4j-docs/" |
From: Stefano F. <ste...@fu...> - 2002-12-12 21:17:18
|
Hi Brent, JUnit tests haven't been maintained since a while. They are not complete and some not correct anymore (due to code changes). Sync4j will greatly benefit if somebody will volunteer to fix them. Stefano Brent Hale wrote: > Hi, > > I'm trying to get the JUnit tests running. They are in src/test but appear > to have once upon a time been in src/java/sync4j/tests. It doesn't appear > that the build-tests.xml file has been updated to reflect this. Nor do the > JUnit tests get compiled using the given ant scripts. Does someone have > working versions they care to push? or I will be trying to change the > scripts in order to get them to work again and I can propose a change. But > if someone already has it done... > > Thanks, > Brent > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users |
From: Stefano F. <ste...@fu...> - 2002-12-12 21:14:07
|
Hi Brent, What if you type in your browser http://localhost:8000/sync4j Do you get any page? Stefano Brent Hale wrote: > I will try. And towards that end... > > I'm trying to go through your "How to Make a SyncML Request" document. I > created the PostSyncML class as described. But when I run it I get the > following: > > java.io.IOException: Server returned HTTP response code: 400 for URL: > http://localhost:8000/sync4j/sync > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection > .java:691) > at > sync4j.transport.http.client.HttpClientConnection.sendMessage(HttpClientConn > ection.java:287) > at sync4j.PostSyncML.postRequest(PostSyncML.java:112)Sync > Modifications... > > I'm guessing the new example document I'm going to write will have to > specify some sort of mapping in the J2EE server for > http://localhost:8000/sync4j/sync. Since I'm not a J2EE expert can you tell > me what I need to do? All towards the cause of writing a new example > document of course ;) > > Brent > > -----Original Message----- > From: syn...@li... > [mailto:syn...@li...]On Behalf Of Stefano > Fornari > Sent: Wednesday, December 11, 2002 4:17 PM > To: Brent Hale > Cc: syn...@li... > Subject: Re: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION > > Great! > > So now you have to keep your promise of writing an example document! :-) > > Stefano > > Brent Hale wrote: > > > Skip it...I finally found it and yes it was my fault. > > > > In my build.properties I had sunj2eesdk-rootdir pointing to a j2sdkee1.4 > > version. > > > > My bad. It deploys fine now. > > > > Brent > > > > -----Original Message----- > > From: Brent Hale [mailto:br...@ev...] > > Sent: Wednesday, December 11, 2002 2:59 PM > > To: ste...@fu...; syn...@li... > > Subject: RE: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION > > > > Hi Stefano, > > > > Yes, I'm sure I'm using v1.3.1. Here's my output when starting the > server: > > > > C:\devtools\j2sdkee1.3.1\bin>j2ee.bat > > J2EE server listen port: 1050 > > Redirecting the output and error streams to the following files: > > C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.out > > C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.err > > J2EE server startup complete. > > > > Granted...I'm not a big J2EE user...but I haven't done anything fancy with > > the j2ee install. > > > > I would not be using Sync4J in a J2EE application server nor with wireless > > devices (yet). I would be using it with our own server to keep in sync > our > > own Customer/Vendor tables with those of another applications (luckly they > > provide an API to do that). SyncML does a lot more than what we actually > > need, but thought it would be great to have that functionality available > if > > and when we expand our horizons (keeping MS Outlook in sync would be an > > option). The design appears not to confine itself to J2EE. Is this true? > > > > My development environment is on Windows (unfortunately) because that is > > where the desktop application runs that I have to sync with. I'm using > > NetBeans 3.4.1 with Java 1.4.0. I also downloaded the latest Ant (1.5.1). > > > > Any other ideas on my problem? > > > > Thanks, > > Brent > > > > -----Original Message----- > > From: syn...@li... > > [mailto:syn...@li...]On Behalf Of Stefano > > Fornari > > Sent: Wednesday, December 11, 2002 3:37 PM > > To: Brent Hale > > Cc: syn...@li... > > Subject: Re: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION > > > > Hi Brent, > > Are you sure you are using the J2EE SDK v 1.3.1 and not 1.3? > > I am surprised of the errors (both that you had ti change the manifests > and > > the > > CORBA error) because I deploy it without problems. > > > > Stefano > > > > Brent Hale wrote: > > > > > Hi, > > > > > > I'm trying to deploy syn4j to Sun's J2EE reference implementation > > (v1.3.1). > > > I had to do the following things in order to compile: > > > > > > 1) Deleted all the "Created-By" lines in all MANIFEST.txt files. > > > > > > 2) I got the following when compiling > > > ${syncserver-jarfilename}: > > > [delete] Deleting: C:\dev\sync4j\output\sync4j-server.jar > > > [ejbjar] Unable to load dependency analyzer: > > > org.apache.tools.ant.util.depend > > > .bcel.AncestorAnalyzer > > > [ejbjar] building sync4j-server.jar with 23 files > > > > > > I needed the bcel.jar file put in my {ant_Home}/lib/ directory. I > needed > > > the 5.0 version from jakarta. > > > available here: > > http://jakarta.apache.org/builds/jakarta-bcel/release/v5.0/ > > > > > > At this point I was able to do a "ant dist" just fine. > > > > > > I made the changes to the J2EE server as outlined in the "How to Deploy" > > > document and started the server. I can open the default page so I know > > the > > > server is up. > > > > > > Then I try to do a "ant deploy" and I get the following: > > > > > > deploy: > > > [exec] Deploying the module in > > > C:\dev\sync4j/output/sunj2ee_sync4j-server.e > > > ar on the server localhost saving the client jar as null > > > [exec] java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested > > > exception > > > is: > > > [exec] org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 > > > comple > > > ted: No > > > [exec] at > > > com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystem > > > Exception(ShutdownUtilDelegate.java:134) > > > [exec] at javax.rmi.CORBA.Util.mapSystemException(Util.java:65) > > > [exec] at > > > org.omg.stub.com.sun.enterprise.tools.deployment.backend._Jar > > > Installer_Stub.isInstalled(Unknown Source) > > > [exec] at > > > com.sun.enterprise.tools.deployment.main.Main.deployModule(Ma > > > in.java:545) > > > [exec] at > > > com.sun.enterprise.tools.deployment.main.Main.internalMain(Ma > > > in.java:251) > > > [exec] at > > > com.sun.enterprise.tools.deployment.main.Main.main(Main.java: > > > 114) > > > [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > > Method) > > > [exec] at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces > > > sorImpl.java:39) > > > [exec] at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet > > > hodAccessorImpl.java:25) > > > [exec] at java.lang.reflect.Method.invoke(Method.java:324) > > > [exec] at > > > org.apache.commons.launcher.ChildMain.run(ChildMain.java:280) > > > > > > [exec] Caused by: org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor > > > code: 0 > > > ... much more that I clipped. > > > > > > Can anyone tell me how to fix this? In exchange I'll volunteer to write > > an > > > example document :) > > > > > > Brent Hale > > > Eventronix Inc > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Sync4j-users mailing list > > > Syn...@li... > > > https://lists.sourceforge.net/lists/listinfo/sync4j-users > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: > > With Great Power, Comes Great Responsibility > > Learn to use your power at OSDN's High Performance Computing Channel > > http://hpc.devchannel.org/ > > _______________________________________________ > > Sync4j-users mailing list > > Syn...@li... > > https://lists.sourceforge.net/lists/listinfo/sync4j-users > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: > > With Great Power, Comes Great Responsibility > > Learn to use your power at OSDN's High Performance Computing Channel > > http://hpc.devchannel.org/ > > _______________________________________________ > > Sync4j-users mailing list > > Syn...@li... > > https://lists.sourceforge.net/lists/listinfo/sync4j-users > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users |
From: Brent H. <br...@ev...> - 2002-12-12 17:13:57
|
Hi, I'm trying to get the JUnit tests running. They are in src/test but appear to have once upon a time been in src/java/sync4j/tests. It doesn't appear that the build-tests.xml file has been updated to reflect this. Nor do the JUnit tests get compiled using the given ant scripts. Does someone have working versions they care to push? or I will be trying to change the scripts in order to get them to work again and I can propose a change. But if someone already has it done... Thanks, Brent |
From: Brent H. <br...@ev...> - 2002-12-12 00:46:31
|
I will try. And towards that end... I'm trying to go through your "How to Make a SyncML Request" document. I created the PostSyncML class as described. But when I run it I get the following: java.io.IOException: Server returned HTTP response code: 400 for URL: http://localhost:8000/sync4j/sync at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection .java:691) at sync4j.transport.http.client.HttpClientConnection.sendMessage(HttpClientConn ection.java:287) at sync4j.PostSyncML.postRequest(PostSyncML.java:112)Sync Modifications... I'm guessing the new example document I'm going to write will have to specify some sort of mapping in the J2EE server for http://localhost:8000/sync4j/sync. Since I'm not a J2EE expert can you tell me what I need to do? All towards the cause of writing a new example document of course ;) Brent -----Original Message----- From: syn...@li... [mailto:syn...@li...]On Behalf Of Stefano Fornari Sent: Wednesday, December 11, 2002 4:17 PM To: Brent Hale Cc: syn...@li... Subject: Re: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION Great! So now you have to keep your promise of writing an example document! :-) Stefano Brent Hale wrote: > Skip it...I finally found it and yes it was my fault. > > In my build.properties I had sunj2eesdk-rootdir pointing to a j2sdkee1.4 > version. > > My bad. It deploys fine now. > > Brent > > -----Original Message----- > From: Brent Hale [mailto:br...@ev...] > Sent: Wednesday, December 11, 2002 2:59 PM > To: ste...@fu...; syn...@li... > Subject: RE: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION > > Hi Stefano, > > Yes, I'm sure I'm using v1.3.1. Here's my output when starting the server: > > C:\devtools\j2sdkee1.3.1\bin>j2ee.bat > J2EE server listen port: 1050 > Redirecting the output and error streams to the following files: > C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.out > C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.err > J2EE server startup complete. > > Granted...I'm not a big J2EE user...but I haven't done anything fancy with > the j2ee install. > > I would not be using Sync4J in a J2EE application server nor with wireless > devices (yet). I would be using it with our own server to keep in sync our > own Customer/Vendor tables with those of another applications (luckly they > provide an API to do that). SyncML does a lot more than what we actually > need, but thought it would be great to have that functionality available if > and when we expand our horizons (keeping MS Outlook in sync would be an > option). The design appears not to confine itself to J2EE. Is this true? > > My development environment is on Windows (unfortunately) because that is > where the desktop application runs that I have to sync with. I'm using > NetBeans 3.4.1 with Java 1.4.0. I also downloaded the latest Ant (1.5.1). > > Any other ideas on my problem? > > Thanks, > Brent > > -----Original Message----- > From: syn...@li... > [mailto:syn...@li...]On Behalf Of Stefano > Fornari > Sent: Wednesday, December 11, 2002 3:37 PM > To: Brent Hale > Cc: syn...@li... > Subject: Re: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION > > Hi Brent, > Are you sure you are using the J2EE SDK v 1.3.1 and not 1.3? > I am surprised of the errors (both that you had ti change the manifests and > the > CORBA error) because I deploy it without problems. > > Stefano > > Brent Hale wrote: > > > Hi, > > > > I'm trying to deploy syn4j to Sun's J2EE reference implementation > (v1.3.1). > > I had to do the following things in order to compile: > > > > 1) Deleted all the "Created-By" lines in all MANIFEST.txt files. > > > > 2) I got the following when compiling > > ${syncserver-jarfilename}: > > [delete] Deleting: C:\dev\sync4j\output\sync4j-server.jar > > [ejbjar] Unable to load dependency analyzer: > > org.apache.tools.ant.util.depend > > .bcel.AncestorAnalyzer > > [ejbjar] building sync4j-server.jar with 23 files > > > > I needed the bcel.jar file put in my {ant_Home}/lib/ directory. I needed > > the 5.0 version from jakarta. > > available here: > http://jakarta.apache.org/builds/jakarta-bcel/release/v5.0/ > > > > At this point I was able to do a "ant dist" just fine. > > > > I made the changes to the J2EE server as outlined in the "How to Deploy" > > document and started the server. I can open the default page so I know > the > > server is up. > > > > Then I try to do a "ant deploy" and I get the following: > > > > deploy: > > [exec] Deploying the module in > > C:\dev\sync4j/output/sunj2ee_sync4j-server.e > > ar on the server localhost saving the client jar as null > > [exec] java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested > > exception > > is: > > [exec] org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 > > comple > > ted: No > > [exec] at > > com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystem > > Exception(ShutdownUtilDelegate.java:134) > > [exec] at javax.rmi.CORBA.Util.mapSystemException(Util.java:65) > > [exec] at > > org.omg.stub.com.sun.enterprise.tools.deployment.backend._Jar > > Installer_Stub.isInstalled(Unknown Source) > > [exec] at > > com.sun.enterprise.tools.deployment.main.Main.deployModule(Ma > > in.java:545) > > [exec] at > > com.sun.enterprise.tools.deployment.main.Main.internalMain(Ma > > in.java:251) > > [exec] at > > com.sun.enterprise.tools.deployment.main.Main.main(Main.java: > > 114) > > [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > Method) > > [exec] at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces > > sorImpl.java:39) > > [exec] at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet > > hodAccessorImpl.java:25) > > [exec] at java.lang.reflect.Method.invoke(Method.java:324) > > [exec] at > > org.apache.commons.launcher.ChildMain.run(ChildMain.java:280) > > > > [exec] Caused by: org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor > > code: 0 > > ... much more that I clipped. > > > > Can anyone tell me how to fix this? In exchange I'll volunteer to write > an > > example document :) > > > > Brent Hale > > Eventronix Inc > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Sync4j-users mailing list > > Syn...@li... > > https://lists.sourceforge.net/lists/listinfo/sync4j-users > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Sync4j-users mailing list Syn...@li... https://lists.sourceforge.net/lists/listinfo/sync4j-users |
From: Stefano F. <ste...@fu...> - 2002-12-11 22:18:40
|
> The design appears not to confine itself to J2EE. Is this true? Not at all. Stefano |
From: Stefano F. <ste...@fu...> - 2002-12-11 22:17:22
|
Great! So now you have to keep your promise of writing an example document! :-) Stefano Brent Hale wrote: > Skip it...I finally found it and yes it was my fault. > > In my build.properties I had sunj2eesdk-rootdir pointing to a j2sdkee1.4 > version. > > My bad. It deploys fine now. > > Brent > > -----Original Message----- > From: Brent Hale [mailto:br...@ev...] > Sent: Wednesday, December 11, 2002 2:59 PM > To: ste...@fu...; syn...@li... > Subject: RE: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION > > Hi Stefano, > > Yes, I'm sure I'm using v1.3.1. Here's my output when starting the server: > > C:\devtools\j2sdkee1.3.1\bin>j2ee.bat > J2EE server listen port: 1050 > Redirecting the output and error streams to the following files: > C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.out > C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.err > J2EE server startup complete. > > Granted...I'm not a big J2EE user...but I haven't done anything fancy with > the j2ee install. > > I would not be using Sync4J in a J2EE application server nor with wireless > devices (yet). I would be using it with our own server to keep in sync our > own Customer/Vendor tables with those of another applications (luckly they > provide an API to do that). SyncML does a lot more than what we actually > need, but thought it would be great to have that functionality available if > and when we expand our horizons (keeping MS Outlook in sync would be an > option). The design appears not to confine itself to J2EE. Is this true? > > My development environment is on Windows (unfortunately) because that is > where the desktop application runs that I have to sync with. I'm using > NetBeans 3.4.1 with Java 1.4.0. I also downloaded the latest Ant (1.5.1). > > Any other ideas on my problem? > > Thanks, > Brent > > -----Original Message----- > From: syn...@li... > [mailto:syn...@li...]On Behalf Of Stefano > Fornari > Sent: Wednesday, December 11, 2002 3:37 PM > To: Brent Hale > Cc: syn...@li... > Subject: Re: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION > > Hi Brent, > Are you sure you are using the J2EE SDK v 1.3.1 and not 1.3? > I am surprised of the errors (both that you had ti change the manifests and > the > CORBA error) because I deploy it without problems. > > Stefano > > Brent Hale wrote: > > > Hi, > > > > I'm trying to deploy syn4j to Sun's J2EE reference implementation > (v1.3.1). > > I had to do the following things in order to compile: > > > > 1) Deleted all the "Created-By" lines in all MANIFEST.txt files. > > > > 2) I got the following when compiling > > ${syncserver-jarfilename}: > > [delete] Deleting: C:\dev\sync4j\output\sync4j-server.jar > > [ejbjar] Unable to load dependency analyzer: > > org.apache.tools.ant.util.depend > > .bcel.AncestorAnalyzer > > [ejbjar] building sync4j-server.jar with 23 files > > > > I needed the bcel.jar file put in my {ant_Home}/lib/ directory. I needed > > the 5.0 version from jakarta. > > available here: > http://jakarta.apache.org/builds/jakarta-bcel/release/v5.0/ > > > > At this point I was able to do a "ant dist" just fine. > > > > I made the changes to the J2EE server as outlined in the "How to Deploy" > > document and started the server. I can open the default page so I know > the > > server is up. > > > > Then I try to do a "ant deploy" and I get the following: > > > > deploy: > > [exec] Deploying the module in > > C:\dev\sync4j/output/sunj2ee_sync4j-server.e > > ar on the server localhost saving the client jar as null > > [exec] java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested > > exception > > is: > > [exec] org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 > > comple > > ted: No > > [exec] at > > com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystem > > Exception(ShutdownUtilDelegate.java:134) > > [exec] at javax.rmi.CORBA.Util.mapSystemException(Util.java:65) > > [exec] at > > org.omg.stub.com.sun.enterprise.tools.deployment.backend._Jar > > Installer_Stub.isInstalled(Unknown Source) > > [exec] at > > com.sun.enterprise.tools.deployment.main.Main.deployModule(Ma > > in.java:545) > > [exec] at > > com.sun.enterprise.tools.deployment.main.Main.internalMain(Ma > > in.java:251) > > [exec] at > > com.sun.enterprise.tools.deployment.main.Main.main(Main.java: > > 114) > > [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > Method) > > [exec] at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces > > sorImpl.java:39) > > [exec] at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet > > hodAccessorImpl.java:25) > > [exec] at java.lang.reflect.Method.invoke(Method.java:324) > > [exec] at > > org.apache.commons.launcher.ChildMain.run(ChildMain.java:280) > > > > [exec] Caused by: org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor > > code: 0 > > ... much more that I clipped. > > > > Can anyone tell me how to fix this? In exchange I'll volunteer to write > an > > example document :) > > > > Brent Hale > > Eventronix Inc > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Sync4j-users mailing list > > Syn...@li... > > https://lists.sourceforge.net/lists/listinfo/sync4j-users > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users |
From: Brent H. <br...@ev...> - 2002-12-11 22:09:35
|
Skip it...I finally found it and yes it was my fault. In my build.properties I had sunj2eesdk-rootdir pointing to a j2sdkee1.4 version. My bad. It deploys fine now. Brent -----Original Message----- From: Brent Hale [mailto:br...@ev...] Sent: Wednesday, December 11, 2002 2:59 PM To: ste...@fu...; syn...@li... Subject: RE: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION Hi Stefano, Yes, I'm sure I'm using v1.3.1. Here's my output when starting the server: C:\devtools\j2sdkee1.3.1\bin>j2ee.bat J2EE server listen port: 1050 Redirecting the output and error streams to the following files: C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.out C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.err J2EE server startup complete. Granted...I'm not a big J2EE user...but I haven't done anything fancy with the j2ee install. I would not be using Sync4J in a J2EE application server nor with wireless devices (yet). I would be using it with our own server to keep in sync our own Customer/Vendor tables with those of another applications (luckly they provide an API to do that). SyncML does a lot more than what we actually need, but thought it would be great to have that functionality available if and when we expand our horizons (keeping MS Outlook in sync would be an option). The design appears not to confine itself to J2EE. Is this true? My development environment is on Windows (unfortunately) because that is where the desktop application runs that I have to sync with. I'm using NetBeans 3.4.1 with Java 1.4.0. I also downloaded the latest Ant (1.5.1). Any other ideas on my problem? Thanks, Brent -----Original Message----- From: syn...@li... [mailto:syn...@li...]On Behalf Of Stefano Fornari Sent: Wednesday, December 11, 2002 3:37 PM To: Brent Hale Cc: syn...@li... Subject: Re: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION Hi Brent, Are you sure you are using the J2EE SDK v 1.3.1 and not 1.3? I am surprised of the errors (both that you had ti change the manifests and the CORBA error) because I deploy it without problems. Stefano Brent Hale wrote: > Hi, > > I'm trying to deploy syn4j to Sun's J2EE reference implementation (v1.3.1). > I had to do the following things in order to compile: > > 1) Deleted all the "Created-By" lines in all MANIFEST.txt files. > > 2) I got the following when compiling > ${syncserver-jarfilename}: > [delete] Deleting: C:\dev\sync4j\output\sync4j-server.jar > [ejbjar] Unable to load dependency analyzer: > org.apache.tools.ant.util.depend > .bcel.AncestorAnalyzer > [ejbjar] building sync4j-server.jar with 23 files > > I needed the bcel.jar file put in my {ant_Home}/lib/ directory. I needed > the 5.0 version from jakarta. > available here: http://jakarta.apache.org/builds/jakarta-bcel/release/v5.0/ > > At this point I was able to do a "ant dist" just fine. > > I made the changes to the J2EE server as outlined in the "How to Deploy" > document and started the server. I can open the default page so I know the > server is up. > > Then I try to do a "ant deploy" and I get the following: > > deploy: > [exec] Deploying the module in > C:\dev\sync4j/output/sunj2ee_sync4j-server.e > ar on the server localhost saving the client jar as null > [exec] java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested > exception > is: > [exec] org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 > comple > ted: No > [exec] at > com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystem > Exception(ShutdownUtilDelegate.java:134) > [exec] at javax.rmi.CORBA.Util.mapSystemException(Util.java:65) > [exec] at > org.omg.stub.com.sun.enterprise.tools.deployment.backend._Jar > Installer_Stub.isInstalled(Unknown Source) > [exec] at > com.sun.enterprise.tools.deployment.main.Main.deployModule(Ma > in.java:545) > [exec] at > com.sun.enterprise.tools.deployment.main.Main.internalMain(Ma > in.java:251) > [exec] at > com.sun.enterprise.tools.deployment.main.Main.main(Main.java: > 114) > [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [exec] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces > sorImpl.java:39) > [exec] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet > hodAccessorImpl.java:25) > [exec] at java.lang.reflect.Method.invoke(Method.java:324) > [exec] at > org.apache.commons.launcher.ChildMain.run(ChildMain.java:280) > > [exec] Caused by: org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor > code: 0 > ... much more that I clipped. > > Can anyone tell me how to fix this? In exchange I'll volunteer to write an > example document :) > > Brent Hale > Eventronix Inc > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Sync4j-users mailing list Syn...@li... https://lists.sourceforge.net/lists/listinfo/sync4j-users |
From: Brent H. <br...@ev...> - 2002-12-11 22:00:52
|
Hi Stefano, Yes, I'm sure I'm using v1.3.1. Here's my output when starting the server: C:\devtools\j2sdkee1.3.1\bin>j2ee.bat J2EE server listen port: 1050 Redirecting the output and error streams to the following files: C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.out C:\devtools\j2sdkee1.3.1\logs\Brent\j2ee\j2ee\system.err J2EE server startup complete. Granted...I'm not a big J2EE user...but I haven't done anything fancy with the j2ee install. I would not be using Sync4J in a J2EE application server nor with wireless devices (yet). I would be using it with our own server to keep in sync our own Customer/Vendor tables with those of another applications (luckly they provide an API to do that). SyncML does a lot more than what we actually need, but thought it would be great to have that functionality available if and when we expand our horizons (keeping MS Outlook in sync would be an option). The design appears not to confine itself to J2EE. Is this true? My development environment is on Windows (unfortunately) because that is where the desktop application runs that I have to sync with. I'm using NetBeans 3.4.1 with Java 1.4.0. I also downloaded the latest Ant (1.5.1). Any other ideas on my problem? Thanks, Brent -----Original Message----- From: syn...@li... [mailto:syn...@li...]On Behalf Of Stefano Fornari Sent: Wednesday, December 11, 2002 3:37 PM To: Brent Hale Cc: syn...@li... Subject: Re: [Sync4j-users] Deployment problems: CORBA.BAD_OPERATION Hi Brent, Are you sure you are using the J2EE SDK v 1.3.1 and not 1.3? I am surprised of the errors (both that you had ti change the manifests and the CORBA error) because I deploy it without problems. Stefano Brent Hale wrote: > Hi, > > I'm trying to deploy syn4j to Sun's J2EE reference implementation (v1.3.1). > I had to do the following things in order to compile: > > 1) Deleted all the "Created-By" lines in all MANIFEST.txt files. > > 2) I got the following when compiling > ${syncserver-jarfilename}: > [delete] Deleting: C:\dev\sync4j\output\sync4j-server.jar > [ejbjar] Unable to load dependency analyzer: > org.apache.tools.ant.util.depend > .bcel.AncestorAnalyzer > [ejbjar] building sync4j-server.jar with 23 files > > I needed the bcel.jar file put in my {ant_Home}/lib/ directory. I needed > the 5.0 version from jakarta. > available here: http://jakarta.apache.org/builds/jakarta-bcel/release/v5.0/ > > At this point I was able to do a "ant dist" just fine. > > I made the changes to the J2EE server as outlined in the "How to Deploy" > document and started the server. I can open the default page so I know the > server is up. > > Then I try to do a "ant deploy" and I get the following: > > deploy: > [exec] Deploying the module in > C:\dev\sync4j/output/sunj2ee_sync4j-server.e > ar on the server localhost saving the client jar as null > [exec] java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested > exception > is: > [exec] org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 > comple > ted: No > [exec] at > com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystem > Exception(ShutdownUtilDelegate.java:134) > [exec] at javax.rmi.CORBA.Util.mapSystemException(Util.java:65) > [exec] at > org.omg.stub.com.sun.enterprise.tools.deployment.backend._Jar > Installer_Stub.isInstalled(Unknown Source) > [exec] at > com.sun.enterprise.tools.deployment.main.Main.deployModule(Ma > in.java:545) > [exec] at > com.sun.enterprise.tools.deployment.main.Main.internalMain(Ma > in.java:251) > [exec] at > com.sun.enterprise.tools.deployment.main.Main.main(Main.java: > 114) > [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [exec] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces > sorImpl.java:39) > [exec] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet > hodAccessorImpl.java:25) > [exec] at java.lang.reflect.Method.invoke(Method.java:324) > [exec] at > org.apache.commons.launcher.ChildMain.run(ChildMain.java:280) > > [exec] Caused by: org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor > code: 0 > ... much more that I clipped. > > Can anyone tell me how to fix this? In exchange I'll volunteer to write an > example document :) > > Brent Hale > Eventronix Inc > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Sync4j-users mailing list Syn...@li... https://lists.sourceforge.net/lists/listinfo/sync4j-users |
From: Stefano F. <ste...@fu...> - 2002-12-11 21:37:29
|
Hi Brent, Are you sure you are using the J2EE SDK v 1.3.1 and not 1.3? I am surprised of the errors (both that you had ti change the manifests and the CORBA error) because I deploy it without problems. Stefano Brent Hale wrote: > Hi, > > I'm trying to deploy syn4j to Sun's J2EE reference implementation (v1.3.1). > I had to do the following things in order to compile: > > 1) Deleted all the "Created-By" lines in all MANIFEST.txt files. > > 2) I got the following when compiling > ${syncserver-jarfilename}: > [delete] Deleting: C:\dev\sync4j\output\sync4j-server.jar > [ejbjar] Unable to load dependency analyzer: > org.apache.tools.ant.util.depend > .bcel.AncestorAnalyzer > [ejbjar] building sync4j-server.jar with 23 files > > I needed the bcel.jar file put in my {ant_Home}/lib/ directory. I needed > the 5.0 version from jakarta. > available here: http://jakarta.apache.org/builds/jakarta-bcel/release/v5.0/ > > At this point I was able to do a "ant dist" just fine. > > I made the changes to the J2EE server as outlined in the "How to Deploy" > document and started the server. I can open the default page so I know the > server is up. > > Then I try to do a "ant deploy" and I get the following: > > deploy: > [exec] Deploying the module in > C:\dev\sync4j/output/sunj2ee_sync4j-server.e > ar on the server localhost saving the client jar as null > [exec] java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested > exception > is: > [exec] org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 > comple > ted: No > [exec] at > com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystem > Exception(ShutdownUtilDelegate.java:134) > [exec] at javax.rmi.CORBA.Util.mapSystemException(Util.java:65) > [exec] at > org.omg.stub.com.sun.enterprise.tools.deployment.backend._Jar > Installer_Stub.isInstalled(Unknown Source) > [exec] at > com.sun.enterprise.tools.deployment.main.Main.deployModule(Ma > in.java:545) > [exec] at > com.sun.enterprise.tools.deployment.main.Main.internalMain(Ma > in.java:251) > [exec] at > com.sun.enterprise.tools.deployment.main.Main.main(Main.java: > 114) > [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [exec] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces > sorImpl.java:39) > [exec] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet > hodAccessorImpl.java:25) > [exec] at java.lang.reflect.Method.invoke(Method.java:324) > [exec] at > org.apache.commons.launcher.ChildMain.run(ChildMain.java:280) > > [exec] Caused by: org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor > code: 0 > ... much more that I clipped. > > Can anyone tell me how to fix this? In exchange I'll volunteer to write an > example document :) > > Brent Hale > Eventronix Inc > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users |
From: Stefano F. <ste...@fu...> - 2002-12-11 20:44:45
|
Thanks for pointing it out. Now it is fixed. The correct url is: http://sync4j.sourceforge.net/project/architecture/Sync4j%20Architecture.pdf Regards, Stefano Brent Hale wrote: > Hi, > > The link to the architectural document appears to be bad. Could someone > update it or send me a copy? > > The URL to the page with the bad link is: > > http://sourceforge.net/docman/display_doc.php?docid=13276&group_id=30236 > > The bad link is to: > > http://sync4j.sourceforge.net/architecture/Sync4j%20Architecture.pdf > > Thanks, > Brent > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users |
From: Brent H. <br...@ev...> - 2002-12-11 18:44:07
|
Hi, The link to the architectural document appears to be bad. Could someone update it or send me a copy? The URL to the page with the bad link is: http://sourceforge.net/docman/display_doc.php?docid=13276&group_id=30236 The bad link is to: http://sync4j.sourceforge.net/architecture/Sync4j%20Architecture.pdf Thanks, Brent |
From: Eric S. <eri...@at...> - 2002-12-10 19:33:06
|
Thanks Stefano for your detailed response. I'll begin working with Sync4= j=20 over the next couple of weeks, and look forward to the new functionality=20 you've mentioned. I'm rather new to SyncML and am still learning more ab= out=20 it. However, it seems to be a great replication protocol which has not=20 received the publicity that it warrants. =20 Eric > Hi Eric, glad to know you are interested in Sync4j. > > Eric Swindell wrote: > > Hi, > > > > Great project! > > > > I've read the documentation on this project and was wondering if it i= s > > complete enough to use in a production environment. If not, what > > additional work has been taken by folks in order to effectively use i= t?=20 > > I am interested in using it as a replication framework between a java > > client and server, which would initially be a fat-client, but could a= lso > > be developed as a light-weight thin client running on mobile devices. > > I let other users discussing this issue. What I can say is that it can = be > used in a production system (I am using in production a very early vers= ion > of Sync4j) keeping into account its limitations. > At the moment only slow two-way sync synchronization is supported, but = we > plan for the end of the year to have the first release of Sync4j, > supporting the most important features of the protocol. These are: > > 1) One-way synchronization > 2) LUID-GUID mapping > 3) Fast synchronization > > A requirements document will be released soon, so that you can see the > route Sync4j is walking on. > > > I'm considering integrating it with the open-source java-based Hibern= ate > > persistance layer (also at sourceforge.net) so that objects can be > > persisted to any JDBC supported relational database using this framew= ork > > (are you aware if this has been done before?). I'm assuming that thi= s > > would be a concrete implementation of PersistentStore. > > I have never heard of it, but certainly it can be implement the > PersistentStore interface and be used to access the database. > > > I also read David Buchmann's thesis. It was very informative. He > > mentioned that he spent quite a bit of time getting the sync4j protot= ype > > up and running. Has he made any changes to sync4j available to the > > project, or the source code used in his thesis? I would be intereste= d in > > initially using sync4j in Apache Tomcat (non-EJB) as he has done. > > Sync4j has grown a lot since David's thesis. I can say that now Sync4j = is > easier to install, even if the release will have a simple and quick > installation procedure. We are working together with David to include = part > of his design and development in Sync4j. > > Stay tuned! > > Regards, > Stefano |
From: Brent H. <br...@ev...> - 2002-12-10 01:08:01
|
Hi, I'm trying to deploy syn4j to Sun's J2EE reference implementation (v1.3.1). I had to do the following things in order to compile: 1) Deleted all the "Created-By" lines in all MANIFEST.txt files. 2) I got the following when compiling ${syncserver-jarfilename}: [delete] Deleting: C:\dev\sync4j\output\sync4j-server.jar [ejbjar] Unable to load dependency analyzer: org.apache.tools.ant.util.depend .bcel.AncestorAnalyzer [ejbjar] building sync4j-server.jar with 23 files I needed the bcel.jar file put in my {ant_Home}/lib/ directory. I needed the 5.0 version from jakarta. available here: http://jakarta.apache.org/builds/jakarta-bcel/release/v5.0/ At this point I was able to do a "ant dist" just fine. I made the changes to the J2EE server as outlined in the "How to Deploy" document and started the server. I can open the default page so I know the server is up. Then I try to do a "ant deploy" and I get the following: deploy: [exec] Deploying the module in C:\dev\sync4j/output/sunj2ee_sync4j-server.e ar on the server localhost saving the client jar as null [exec] java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested exception is: [exec] org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 comple ted: No [exec] at com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystem Exception(ShutdownUtilDelegate.java:134) [exec] at javax.rmi.CORBA.Util.mapSystemException(Util.java:65) [exec] at org.omg.stub.com.sun.enterprise.tools.deployment.backend._Jar Installer_Stub.isInstalled(Unknown Source) [exec] at com.sun.enterprise.tools.deployment.main.Main.deployModule(Ma in.java:545) [exec] at com.sun.enterprise.tools.deployment.main.Main.internalMain(Ma in.java:251) [exec] at com.sun.enterprise.tools.deployment.main.Main.main(Main.java: 114) [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces sorImpl.java:39) [exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet hodAccessorImpl.java:25) [exec] at java.lang.reflect.Method.invoke(Method.java:324) [exec] at org.apache.commons.launcher.ChildMain.run(ChildMain.java:280) [exec] Caused by: org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 ... much more that I clipped. Can anyone tell me how to fix this? In exchange I'll volunteer to write an example document :) Brent Hale Eventronix Inc |
From: Stefano F. <ste...@fu...> - 2002-12-06 06:05:34
|
Hi Eric, glad to know you are interested in Sync4j. Eric Swindell wrote: > Hi, > > Great project! > > I've read the documentation on this project and was wondering if it is > complete enough to use in a production environment. If not, what additional > work has been taken by folks in order to effectively use it? I am interested > in using it as a replication framework between a java client and server, > which would initially be a fat-client, but could also be developed as a > light-weight thin client running on mobile devices. > I let other users discussing this issue. What I can say is that it can be used in a production system (I am using in production a very early version of Sync4j) keeping into account its limitations. At the moment only slow two-way sync synchronization is supported, but we plan for the end of the year to have the first release of Sync4j, supporting the most important features of the protocol. These are: 1) One-way synchronization 2) LUID-GUID mapping 3) Fast synchronization A requirements document will be released soon, so that you can see the route Sync4j is walking on. > > I'm considering integrating it with the open-source java-based Hibernate > persistance layer (also at sourceforge.net) so that objects can be persisted > to any JDBC supported relational database using this framework (are you aware > if this has been done before?). I'm assuming that this would be a concrete > implementation of PersistentStore. I have never heard of it, but certainly it can be implement the PersistentStore interface and be used to access the database. > > I also read David Buchmann's thesis. It was very informative. He mentioned > that he spent quite a bit of time getting the sync4j prototype up and > running. Has he made any changes to sync4j available to the project, or the > source code used in his thesis? I would be interested in initially using > sync4j in Apache Tomcat (non-EJB) as he has done. Sync4j has grown a lot since David's thesis. I can say that now Sync4j is easier to install, even if the release will have a simple and quick installation procedure. We are working together with David to include part of his design and development in Sync4j. Stay tuned! Regards, Stefano |
From: Eric S. <eri...@at...> - 2002-12-05 17:12:14
|
Hi, Great project! I've read the documentation on this project and was wondering if it is=20 complete enough to use in a production environment. If not, what additio= nal=20 work has been taken by folks in order to effectively use it? I am intere= sted=20 in using it as a replication framework between a java client and server,=20 which would initially be a fat-client, but could also be developed as a=20 light-weight thin client running on mobile devices. =20 I realize that it is a work in progress and is evolving, but am intereste= d in=20 using it right now given it's current state of implementation. I would b= e=20 interested in its current limitations as well, and any future plans for i= t. I'm considering integrating it with the open-source java-based Hibernate=20 persistance layer (also at sourceforge.net) so that objects can be persis= ted=20 to any JDBC supported relational database using this framework (are you a= ware=20 if this has been done before?). I'm assuming that this would be a concre= te=20 implementation of PersistentStore. =20 I also read David Buchmann's thesis. It was very informative. He mentio= ned=20 that he spent quite a bit of time getting the sync4j prototype up and=20 running. Has he made any changes to sync4j available to the project, or = the=20 source code used in his thesis? I would be interested in initially using= =20 sync4j in Apache Tomcat (non-EJB) as he has done. =20 Thanks in advance. Eric |
From: Stefano F. <ste...@fu...> - 2002-12-05 11:52:09
|
> My questions : > - the table "sync4j_last_sync" implements my datastore number 3) ? yes > > - is the "sync.db" file implements my datastore number 2) ? No. LUID-GUID mapping is under development. It should be added soon. > > - where is implemented my datastore number 1) ? Your datastore is represented by a SyncSource. In the case of FileSystemSource, the directory containing sync.db is the database (from a SyncML point of view), files are the items. The content of the file will be placed in the item's <data> when synchronization takes place. > > > Which part of source code I have to update ? LUID-GUID mapping if you can't wait and a custom SyncSource if you need more than the FileSystemSyncSource gives you. > > > I have also added an "add" command with a new item in > "s4j_modifications.xml", and nothing is done by the server. Why ? > See bug 637724. It will be fixed soon. Hope this help. Stefano |
From: Anglard H. <hel...@pe...> - 2002-12-05 10:11:02
|
Hello, I have problems to understand the functionning of the sync4j server engine and strategy. During the analysis of my synchronisation needs, I identified three objects : 1) a datastore to keep actions made on our data, fields are : Date, TableName, Identifier, and Action (add, update or delete), 2) a datastore (one per device) to map server and device identifiers, fields are : TableName, GUID, LUID. 3) a datastore to keep the last anchor, fields are : Device, LastSyncPoint. When I execute sync4j client (PostSyncML.java, cf. "How to make a request"), a file "sync.db" is created, and a line is added in the table "sync4j_last_sync", with "last" containing the last anchor (cf. s4j_init.xml). My questions : - the table "sync4j_last_sync" implements my datastore number 3) ? - is the "sync.db" file implements my datastore number 2) ? - where is implemented my datastore number 1) ? Which part of source code I have to update ? I have also added an "add" command with a new item in "s4j_modifications.xml", and nothing is done by the server. Why ? I join 3 files in this mail : - PostSyncML.java - s4j_init.xml - s4j_modifications.xml Thanks to help me. |
From: Stefano F. <ste...@li...> - 2002-11-28 09:29:52
|
Hello. I think the problem is related to the JAAS configuration. I haven't deployed Sync4j on WebLogic yet, so I do not know how to set the JAAS security in that AS. Do you have exeptions on the console? Has somebody on the sync4j-users list already faced the same problem? You have two choices: 1) Find out how to start weblogic with a custom JAAS security login module. You should be able to specify in some configuration file the Sync4j's simple login module: sync4j { sync4j.framework.security.jaas.SimpleLoginModule required debug=true }; (make sure that class is available to wl) See the javadoc for JAASOfficer for additional information. 2) Do not use JAAS at all configuring the Sync4jEngine to use the SimpleOfficer instead of the JAASOfficer. This can be done easily changing the following line of Sync4jEngine.properties: security.officer=sync4j.framework.security.JAASOfficer into the following: security.officer=sync4j.framework.security.SimpleOfficer Bear in mind that in both cases, no real authentication is performed. Those method are just placeholder for future concret implementations (for example for DB or LDAP authentication). Hope this help, Stefano Anglard Helene wrote: > Hello, I deployed sync4j on weblogic.After some modifications, it > works, but, when I execute the example (see attached files), the > server is responding : "INFO: Login failed for santiago > login exception : credential = > sync4j.framework.core.Credential@1f738bc" Do you know what kind of > problem is it ? |