Activity

From 09/02/2010 to 10/03/2010

Today

04:45 lsc-sample-1.1-SNAPSHOT.tar.bz2
Nightly snapshot of LSC-sample on the 1.1 branch Jonathan Clarke
04:42 lsc-core-1.1-SNAPSHOT.tar.bz2
Nightly snapshot of LSC-core on the 1.1 branch (source code) Jonathan Clarke
04:41 lsc-core-1.3-SNAPSHOT-src.tar.gz
LSC nightly snapshot on 1.3 branch (source) Jonathan Clarke
04:41 lsc-core-1.3-SNAPSHOT-dist.zip
LSC nightly snapshot on 1.3 branch (zip format) Jonathan Clarke
04:41 lsc-core-1.3-SNAPSHOT-dist.tar.gz
LSC nightly snapshot on 1.3 branch (tarball) Jonathan Clarke
04:36 lsc-core-1.2-SNAPSHOT-src.tar.gz
LSC nightly snapshot on 1.2 branch (source) Jonathan Clarke
04:36 lsc-core-1.2-SNAPSHOT-dist.zip
LSC nightly snapshot on 1.2 branch (ZIP format) Jonathan Clarke
04:36 lsc-core-1.2-SNAPSHOT-dist.tar.gz
LSC nightly snapshot on 1.2 branch (tarball) Jonathan Clarke

08/03/2010

15:15 Revision 672: Fixes #179. Avoid detecting other processes using the org.lsc namespace
Fixes #179. Avoid detecting other processes using the org.lsc namespace Jonathan Clarke
12:06 Bug #179: Quickstart tutorial fails
Hi, there is a problem with quickstart tutorial, because when OpenDS is launched, LSC believe sync is already running, and do not launch any task : ... Clément Oudot

05/03/2010

13:31 Bug #174: Update sample for 1.2
I tested the .bat that Jonathan gave me (http://lsc.pastebin.com/QD3Ui5Lv). It still does not work : * The program only check if JAVA_HOME is declared and does not test if java.exe is already in the path * Le logs are written in a hidden direc... Rémy-Christophe Schermesser
13:28 Bug #174: Update sample for 1.2
I tested the sample on windows with cygwin) but I does not work as expected. The java program on windows take pathes with \ but the sample generate pathes with /. Rémy-Christophe Schermesser

01/03/2010

00:20 Feature #171: Test upgrade paths for logging configuration
The official documentation to upgrade from 1.1 to 1.2 is http://lsc-project.org/wiki/documentation/1.2/upgrade-from-1.1. log4j.properties configurations should be checked using the process described in this doc. Jonathan Clarke
00:19 Feature #155 (New): Identify / replace LDIF customed format layout
I have never seen this functionality being used in 1.1 versions, therefore I doubt it is a blocking issue for 1.2.0. I do, however, agree that it would be a good functionality to have. However, I don't want this to block releasing 1.2.0, so ret... Jonathan Clarke
00:12 Bug #99 (Closed): getContextDn() is not found by rhino
Clément Oudot wrote: > I try to use this in a syncoption: > ldap.getContextDn() This happens because ldap is a "ScriptableJndiServices object":http://lsc-project.org/javadoc/1.2-SNAPSHOT/org/lsc/jndi/ScriptableJndiServices.html. This class do... Jonathan Clarke
00:12 Revision 671: Add method getContextDn() to ScriptableJndiServices. Fixes #99.
Add method getContextDn() to ScriptableJndiServices. Fixes #99. Jonathan Clarke
00:02 Feature #59 (Closed): Implement post hooks after sync and clean
I have added this patch to trunk and 1.2 branch, so it will be released in 1.2.0. Jérôme, thank you for your patch, and sorry for the delay before including it. I hope it is useful anyway. Jonathan Clarke
00:01 Revision 670: Implement post hooks after sync and clean. Thanks to Jérôme Schell for this patch. ...
Implement post hooks after sync and clean. Thanks to Jérôme Schell for this patch. Fixes #59. Jonathan Clarke

28/02/2010

23:51 Bug #55: AD password encoding doesn't support non-ASCII characters
This won't be implented in the 1.1 branch now, since all development focus is on 1.2 and future versions. Retargeting for 1.2.x. Jonathan Clarke
23:51 Bug #35 (New): Cannot use different pivotAttrs between source and destination
This won't be implented in the 1.1 branch now, since all development focus is on 1.2 and future versions. Retargeting for 1.2.x. Removing myself as "assigned", since I'm not working on this at the moment. Any contributions welcome :) Jonathan Clarke
19:24 Feature #169: Update documentation for 1.2
I've done a big update on this. All the doc is up-to-date, apart from two subjects: * Configuring database syncs * Tutorials (all of them need updating/copying) Jonathan Clarke
18:00 Revision 669: Javadoc precisions for AD class
Javadoc precisions for AD class Jonathan Clarke
16:42 Feature #169: Update documentation for 1.2
I've added an "Index" link to the wiki to make it easier to see what we're doing: http://lsc-project.org/wiki/?do=index Jonathan Clarke
14:42 Revision 668: Commit 616 from trunk to 1.2 branch (Removing not any more packaging script)
Commit 616 from trunk to 1.2 branch (Removing not any more packaging script) Jonathan Clarke
14:39 Bug #170 (Feedback): Correct default logging settings
I've reverted this so that bin/lsc outputs messages to stdout, and configured logback to put messages into it's log file (/tmp/lsc.log by default). Works for me. Anyone else? Jonathan Clarke
14:38 Revision 667: Update bin/lsc to use standard logging, and merge to 1.2 branch. References #170.
Update bin/lsc to use standard logging, and merge to 1.2 branch. References #170. Jonathan Clarke
14:28 Revision 666: References #170. Change log levels and log destinations to ensure coherant logs eve...
References #170. Change log levels and log destinations to ensure coherant logs everywhere. Jonathan Clarke
14:22 Revision 665: Tweak logging configuration. Fixes #170.
Tweak logging configuration. Fixes #170. Jonathan Clarke
13:39 Bug #176 (Closed): add function getAccountExpires to AD.class
Closing this issue as the patch has been applied, and no negative feedback received. Please file a new issue if you encounter a problem with this feature. Thanks for the contribution! Jonathan Clarke
13:37 Bug #177 (Assigned): OpenDS is not lauching on Windows
This error only applies to the development environment. It doesn't block normal usage, and we don't have any developers on Windows so far :-) So I don't think this is required for 1.2.0 release, so I'm retargeting and reducing priority. Hope th... Jonathan Clarke
13:35 Revision 664: Merge commit 661 to trunk (Various updates to get the sample working. Includes a li...
Merge commit 661 to trunk (Various updates to get the sample working. Includes a lib dir in sample dir, a tests JAR, a simple LDIF file for the sample. Fixes #174.) Jonathan Clarke
13:31 Revision 663: Merge commit 662 to trunk (Rework OpenDS embedded classes to read configuration fil...
Merge commit 662 to trunk (Rework OpenDS embedded classes to read configuration files and dirs from a configuration directory, not the classpath) Jonathan Clarke
11:55 Bug #174 (Feedback): Update sample for 1.2
I've finished working on this. To launch the OpenDS directory, I used the maven-jar-plugin to generate a JAR of our test code (that's where the classes to embed OpenDS are), and configured maven-assembly-plugin to put it in the distribution dir... Jonathan Clarke
11:52 Revision 662: Rework OpenDS embedded classes to read configuration files and dirs from a configur...
Rework OpenDS embedded classes to read configuration files and dirs from a configuration directory, not the classpath Jonathan Clarke
11:51 Revision 661: Various updates to get the sample working. Includes a lib dir in sample dir, a test...
Various updates to get the sample working. Includes a lib dir in sample dir, a tests JAR, a simple LDIF file for the sample. Fixes #174. Jonathan Clarke

23/02/2010

16:41 Bug #177: OpenDS is not lauching on Windows
I changed the build-runldap.xml to have paths with back-slashes, but I still have the error. I will continue to investigate. Rémy-Christophe Schermesser
00:18 Bug #177: OpenDS is not lauching on Windows
Rémy-Christophe Schermesser wrote: > [echo] Starting OpenDS embedded server from C:\workspaces\lsc\lsc-1.2/target/test-classes I wonder about a path problem... notice this path with both "\" and "/" ! Could you modify the ant build file an... Jonathan Clarke
00:14 Revision 660: Don't change directory to launch LSC. This was necessary for pre-1.1 compatibility,...
Don't change directory to launch LSC. This was necessary for pre-1.1 compatibility, but breaks new configs. Jonathan Clarke
00:09 Revision 659: Check the configuration location before blindly accepting it
Check the configuration location before blindly accepting it Jonathan Clarke

22/02/2010

23:58 Revision 658: Make SURE everything is interrupted if a connection is lost
Make SURE everything is interrupted if a connection is lost Jonathan Clarke
23:19 Revision 657: Sample from trunk. References #174
Sample from trunk. References #174 Jonathan Clarke

16/02/2010

13:17 Bug #177: OpenDS is not lauching on Windows
I have tried with OpenDS 2.2 but the result is the same. I suspect a classpath problem Rémy-Christophe Schermesser
13:09 Revision 656: Update pom. Remove maven1 repository. Update version of bouncycastle
Update pom. Remove maven1 repository. Update version of bouncycastle Rémy-Christophe Schermesser
13:09 Bug #177: OpenDS is not lauching on Windows
When launching a mvn clean install of LSC 1.2 on Windows you have a nice stacktrace of OpenDs and the tests are failing. ... Rémy-Christophe Schermesser
13:06 Revision 655: Update pom. Remove maven1 repository. Update version of bouncycastle
Update pom. Remove maven1 repository. Update version of bouncycastle Rémy-Christophe Schermesser

15/02/2010

17:19 Bug #173 (Closed): Error during compile-app
bob roozekrans wrote: > Thanks Jonathan it works! Great. Thanks for the detailed info. Closing this issue now. Jonathan Clarke
12:54 Bug #173: Error during compile-app
Hi, Thanks Jonathan it works! Bob bob roozekrans

12/02/2010

18:03 Revision 654: Wip of the configuration
Wip of the configuration Rémy-Christophe Schermesser
16:26 Bug #176 (Feedback): add function getAccountExpires to AD.class
It's in the 1.2 and in the trunk. Thanks for the patch :) Rémy-Christophe Schermesser
16:26 Revision 653: Add a fonction to transform the date in Microsoft AD expires date weird format Thi...
Add a fonction to transform the date in Microsoft AD expires date weird format This patch was contributed by Frederic Soulier Fixes #176 Rémy-Christophe Schermesser
16:23 Revision 652: Add a fonction to transform the date in Microsoft AD expires date weird format Thi...
Add a fonction to transform the date in Microsoft AD expires date weird format This patch was contributed by Frederic Soulier Fixes #176 Rémy-Christophe Schermesser
15:40 Bug #176: add function getAccountExpires to AD.class
thanks Frederic Soulier
15:38 Bug #176: add function getAccountExpires to AD.class
the patch file Frederic Soulier
15:30 Bug #176: add function getAccountExpires to AD.class
Thanks for the fonction. I will add this to the core right away. I think I will add a function that takes a date and a format so everyone could have his way to specify a date Rémy-Christophe Schermesser
15:21 Bug #176: add function getAccountExpires to AD.class
require the following includes : ... Frederic Soulier
15:20 Bug #176: add function getAccountExpires to AD.class
better formatting : ... Frederic Soulier
15:18 Bug #176: add function getAccountExpires to AD.class
Allow lsc to insert an expire date time in Active Directory using simple String date format like yyyy-MM-dd /** * Return the accountexpires time in microsoft format * * @param expireDate the date in yyyy-MM-d... Frederic Soulier
15:11 Bug #173: Error during compile-app
I have added a section in the documentation to point this out: http://lsc-project.org/wiki/documentation/1.1/howtos/activedirectory#non-standard_objectclasses. Thanks for pointing this out, Bob. Jonathan Clarke
15:03 Bug #173: Error during compile-app
OK, I see what is happening now. During generation, LSC generates a Java file for each objectClass you specify (_inetOrgPerson_, in your case) and any superior objectClasses (SUP in schema definition). For _inetOrgPerson_, the LDAP standard [1]... Jonathan Clarke
09:09 Bug #173: Error during compile-app
Hi, Thats good to know. Here is the antinstall.log. Thanks, Bob bob roozekrans

11/02/2010

18:06 Feature #120 (Assigned): [Configuration] Allow user to define constants
OK, retargeting for 1.3, with the new configuration format as described in #18. Assigning to you, Rémy, like #18. Jonathan Clarke
18:01 Feature #120: [Configuration] Allow user to define constants
OK for me to be in 1.3. This is a good feature, particularly when I have a lot of synchronization tasks to manage, and want to change quickly some settings. Thomas Chemineau
17:44 Feature #120: [Configuration] Allow user to define constants
I think that Jon tested the ${my.constant} way in a property file, and it does not work. We should postponed this issue to the 1.3 Rémy-Christophe Schermesser
14:19 Feature #120: [Configuration] Allow user to define constants
Does anyone have an idea on how to do this using "properties":http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html#load(java.io.InputStream)? If not, should we retarget this issue for 1.3, when we'll be using the new configuration ... Jonathan Clarke
14:13 Bug #174: Update sample for 1.2
Since a lot of changes have happened in 1.2, the sample no longer works out of the box. Before releasing, we must update it so it _just works_. I've started on this already, and we have : * A script to load a CSV file into a HSQLDB database on... Jonathan Clarke
14:04 Bug #173: Error during compile-app
bob roozekrans wrote: > Hi, > > I have a really simple setup at the moment since this is just a test environment of course. > > Both are totally default except for these minor changes. > In AD: 1 user, computer and domain added through gra... Jonathan Clarke
12:54 Bug #173: Error during compile-app
Hi, I have a really simple setup at the moment since this is just a test environment of course. Both are totally default except for these minor changes. In AD: 1 user, computer and domain added through graphical AD Users and Computers. In ... bob roozekrans
12:35 Bug #173: Error during compile-app
bob roozekrans wrote: > I have deleted the content and tried again but there is no change to the error. Could you tell us some more about your LDAP schema, in both AD and OpenLDAP? What objectClasses do you give the wizard, and, in OpenLDAP, h... Jonathan Clarke
12:12 Bug #173: Error during compile-app
Hi, Yes I have : export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.17/ as my java directory. Greetings, Bob bob roozekrans
12:08 Bug #173: Error during compile-app
Hi Bob, Can you give us the version of Java you are using ? I think that may be your problem. Do you have a Java 5+ installed ? Rémy-Christophe Schermesser
12:05 Bug #173: Error during compile-app
Hi, I have deleted the content and tried again but there is no change to the error. Thanks and I signed up for the mailing list, Bob bob roozekrans
11:47 Bug #173 (Feedback): Error during compile-app
bob roozekrans wrote: > Hi, > > I had the following error during my first attempt at ant lsc::compile-app > > > > Failed to create task or type native2ascii. After some googling I found that this was part of ant-optional. So I installed... Jonathan Clarke
11:22 Bug #173: Error during compile-app
Hi, I had the following error during my first attempt at ant lsc::compile-app Failed to create task or type native2ascii. After some googling I found that this was part of ant-optional. So I installed that but now my error is the followi... bob roozekrans

09/02/2010

13:37 Bug #167: build.xml:196: Java returned: 1 After generate
I am using Windows 2003 Enterprise Edition SP2 With Active Directory Users and Computers Version: 5.2.3790.3959 Regards, Bob bob roozekrans
13:22 Bug #167 (Closed): build.xml:196: Java returned: 1 After generate
bob roozekrans wrote: > First I connected to linux and that worked. But at Active Directory I got: LDAP error code 49. Googled it and found that when connecting to AD you shouldn't use the full DN but in my case: *administrator@gemeentehuis.local... Jonathan Clarke
11:13 Bug #167: build.xml:196: Java returned: 1 After generate
Thanks, I tried connecting with Apache Directory Studio. First I connected to linux and that worked. But at Active Directory I got: LDAP error code 49. Googled it and found that when connecting to AD you shouldn't use the full DN but in my case... bob roozekrans
11:01 Feature #18: Change the configuration format to something more adaptable
Jonathan Clarke wrote: > Any thoughts on feature #120? It should be feasible with xml entities, but I am not sure your parser support them. Raphaël Ouazana
10:49 Bug #142 (Rejected): lsc::generator task fail if no sql-map-config.xml present
Thanks Frederic. Closing this issue. Jonathan Clarke
09:30 Bug #142: lsc::generator task fail if no sql-map-config.xml present
all seems to be ok. Frederic Soulier
02:37 Bug #111 (Rejected): AntInstaller fails to run replaceregexp task
This issue was regarding AntInstaller usage by developers. The suggested workaround seems to work fine. Future version of LSC won't use AntInstaller (as of 1.2 branch it is replaced by izPack). Closing this bug. Jonathan Clarke
02:33 Bug #142 (Feedback): lsc::generator task fail if no sql-map-config.xml present
This file should be copied automatically when running the generator via ant. Frédéric, do you still encounter a problem with this? If not, I will close this request. Jonathan Clarke
02:28 Bug #107 (Closed): Null values not supported in CSV files
The sample has been completely reworked. HSQLDB loads the CSV file itself now, this problem doesn't occur anymore. Jonathan Clarke
02:26 Bug #115: After OpenDS 2.0 upgrade, directory fails to shutdown
Already closed, just retargeting for 1.2.0 so that we can track which version contained the fix. Jonathan Clarke
02:24 Feature #18: Change the configuration format to something more adaptable
Any thoughts on feature #120? Jonathan Clarke
02:23 Feature #22 (Closed): Don't require generation for attributes and objectclasses from the schema i...
Jonathan Clarke wrote: > This all works fine now, after various testing. > > All that remains is to update documentation everywhere. I have created a new issue to track the documentation update. Closing this issue: it is DONE! :-) Jonathan Clarke
02:22 Feature #171: Test upgrade paths for logging configuration
The CSV and LDIF loggers were present in LSC 1.1, but their configuration has changed completely in 1.2: * The Java class names are no longer the same * The log configuration file is logback.xml and no longer log4j.properties We must test w... Jonathan Clarke
02:20 Bug #170: Correct default logging settings
A recent commit changed the bin/lsc script to redirect it's output to a log file. This is the wrong way to do this - the logging framework must be used. Clearly, this commit must be reversed. But, first, the logging configuration must be change... Jonathan Clarke
02:18 Feature #169: Update documentation for 1.2
A new section is on the wiki for 1.2 specific documentation and an upgrade guide: http://lsc-project.org/wiki/documentation/1.2 Before releasing 1.2, this doc must be finished and all elements from the old 1.1 doc updated and integrated. This ... Jonathan Clarke
02:13 Feature #7: Take a first tour of i18n issue
Nothing else will be translated for 1.2.0. All documentation and logs are in English only... Retargeting this issue for "Sometime in the future", so we don't forget about it completely. Jonathan Clarke
02:12 Feature #153 (Closed): AntInstaller deprecated
The installer seems to work well. Configuration and administration will be managed by editing the configuration files for 1.2. A web interface won't be implemented immediately. Jonathan Clarke
02:10 Feature #103 (Closed): Create a distribution tarball from lsc-core including quickstart possibili...
This is done. The two archives are generated (in .tar.gz format, to "be a good upstream", cf FOSDEM). Nightly snapshosts are published on this Redmine. Closing this issue. All that remains is updating some documentation, which will be handled i... Jonathan Clarke
« Previous
 

Also available in: Atom