Re: Begging for releases

2004-02-19 Thread Sylvain Wallez
f these components? Is a vote needed to place a tag on the CVS? We can also define a naming convention to identify tags related to Cocoon needs, e.g. name them "cocoon_". Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain

Re: [merlin] release candidate update 3.2.4

2004-01-10 Thread Sylvain Wallez
tly a random lurker here: why aren't those releases hosted at Apache? Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }

cvs commit: avalon-excalibur/store/src/java/org/apache/excalibur/store/impl AbstractReadWriteStore.java MRUMemoryStore.java

2003-12-11 Thread sylvain
sylvain 2003/12/11 06:19:19 Modified:storeproject.xml store/src/java/org/apache/excalibur/store Store.java store/src/java/org/apache/excalibur/store/impl AbstractReadWriteStore.java MRUMemoryStore.java Log: Distinguish ROLE

cvs commit: avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component ComponentHandler.java

2003-12-11 Thread sylvain
sylvain 2003/12/11 06:18:00 Modified:component/src/java/org/apache/avalon/excalibur/component ComponentHandler.java Log: Prefixing with "component-manager" is even better. Revision ChangesPath 1.3 +3 -3 avalon-excalibur/com

cvs commit: avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component ComponentHandler.java

2003-12-11 Thread sylvain
sylvain 2003/12/11 06:15:33 Modified:component/src/java/org/apache/avalon/excalibur/component ComponentHandler.java Log: Ensure handlers always have an instrument name (caused a NPE) Revision ChangesPath 1.2 +8 -2 avalon-excalibur

Re: [FYI] Eclipse moving to OSGi

2003-12-02 Thread Sylvain Wallez
Unico Hommes wrote: Sylvain Wallez wrote: An OSGi "bundle" (that's the term for the deployment unit) can provide several services: a "BundleActivator" class inside the bundle registers the provided services (there can be several) when the bundle is loaded. Register

Re: [FYI] Eclipse moving to OSGi

2003-12-01 Thread Sylvain Wallez
viously differs from Avalon's one. Or do you mean that an Avalon container could be implemented on top of OSGi? Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource

Re: [FYI] Eclipse moving to OSGi

2003-12-01 Thread Sylvain Wallez
Berin Loritsch wrote: Sylvain Wallez wrote: Hi all, I just found that Eclipse is moving their component container to OSGi [1]. Avalon was one of the possible candidates, but it seems that only OSGi was seriously considered [2]. OSGi was up to now mostly used in embedded systems (cars

[FYI] Eclipse moving to OSGi

2003-12-01 Thread Sylvain Wallez
will promote this platform to many more developpers, particularly in the J2EE world. I'm wondering [3] how this can impact the future of Avalon. What do you think? Sylvain [1] http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/equinox-home/alternateRuntimes/adoption.html [2]

CVS conflict on the download page

2003-10-06 Thread Sylvain Wallez
Hi, I just found that there has been a CVS conflict on the Avalon download page at http://avalon.apache.org/download.cgi Nothing that prevents the download, though. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http

FYI : discussion on containers on the serverside

2003-08-20 Thread Sylvain Wallez
e 2&3 containers look less intrusive than Avalon, but IMO only apply to components having the same lifestyle (and mainly thread safe components). Particularily, I don't see how instance pooling can occur transparently since there's no lookup/release cycle. Can someone confirm this ?

cvs commit: avalon-excalibur/sourceresolve/src/test/org/apache/excalibur/source/test FileSourceTestCase.java

2003-04-06 Thread sylvain
sylvain 2003/04/06 04:44:05 Modified:sourceresolve/src/test/org/apache/excalibur/source/test FileSourceTestCase.java Log: Update testAtomicUpdate that is "too fast" compared to real situations Revision ChangesPath 1.2 +10 -3

cvs commit: avalon-excalibur/monitor/src/java/org/apache/avalon/excalibur/monitor MonitorableURLSource.java

2003-04-05 Thread sylvain
sylvain 2003/04/05 14:32:05 Modified:monitor/src/java/org/apache/avalon/excalibur/monitor MonitorableURLSource.java Log: Fix after changes to URLSource Revision ChangesPath 1.12 +7 -3 avalon-excalibur/monitor/src/java/org/apache/avalon

Re: Where are we with the release candidate votes?

2003-04-05 Thread Sylvain Wallez
Leo Simons wrote: Sylvain, you broke monitor and I assume some other places by removing the getFile() method from URLSource. You can avoid making mistakes like this in the future by running the main excalibur build (preferably the test target) prior to a commit. Regardless of that, it&#

cvs commit: avalon-excalibur/sourceresolve/src/test/org/apache/excalibur/source/test - New directory

2003-04-04 Thread sylvain
sylvain 2003/04/04 08:32:50 avalon-excalibur/sourceresolve/src/test/org/apache/excalibur/source/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-excalibur/sourceresolve/src/test/org/apache/excalibur/source/test FileSourceTestCase.java SourceResolverImplTestCase.java SourceUtilTestCase.java

2003-04-04 Thread sylvain
sylvain 2003/04/04 08:36:52 Modified:sourceresolve build.xml sourceresolve/src/java/org/apache/excalibur/source ModifiableTraversableSource.java MoveableSource.java SourceFactory.java

Re: Where are we with the release candidate votes?

2003-04-04 Thread Sylvain Wallez
Sylvain Wallez wrote: Berin Loritsch wrote: I have not been able to get any mailing list messages for the past couple of days--now remedied--so I need a recap. Two months after being nominated as a committer, I finally have some time to work on SourceResolve. The TraversableSource interface

Re: Where are we with the release candidate votes?

2003-04-02 Thread Sylvain Wallez
Berin Loritsch wrote: Sylvain Wallez wrote: Berin Loritsch wrote: I have not been able to get any mailing list messages for the past couple of days--now remedied--so I need a recap. Two months after being nominated as a committer, I finally have some time to work on SourceResolve. The

Re: Where are we with the release candidate votes?

2003-04-02 Thread Sylvain Wallez
simplification and FileSource should implement it. I intend this work to be finished (including testing in Cocoon) on friday. Is it ok to delay the RC2 until then ? Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware

Re: ExcaliburCompoenentSelector and component-instance

2003-03-21 Thread Sylvain Wallez
change the implementation to use the class attribute in other elements than 'component-instance'? I attached a patch file for the ECS. You should also look at Cocoon's ExtendedComponentSelector which allows this kind of features Sylvain -- Sylvain Wallez

Re: Fwd: cvs commit: avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handlerComponentFactory.java

2003-03-19 Thread Sylvain Wallez
t kept for backwards compatibility. It would be good to have all these deprecation messages logged in a single category. A static Logger could do the trick, but this isn't a clean solution. Any idea about this ? Sylvain -- Sylvain Wallez Anyware Technologies http:

Re: [PMC] New Chair (looking for nominees)

2003-03-06 Thread Sylvain Wallez
and I think he could do a lot to pull things back together here. What more can be said ? Non-binding +1 Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{

Re: FW: [VOTE] Propose Sylvain Wallez as new committer (was RE: DO NOT REPLY [Bug 16500] )

2003-02-10 Thread Sylvain Wallez
Leo Simons wrote: Sylvain Wallez wrote: Paul Hammant wrote: Could be you are styill trying to checkout jakarta-avalon prefixed modules? Our modules were renamed... :-) No, no : I almost was silent for one week, but noticed the change. Notice how I posted to the right address ;-) I

Re: FW: [VOTE] Propose Sylvain Wallez as new committer (was RE: DONOT REPLY [Bug 16500] )

2003-02-10 Thread Sylvain Wallez
server: failed to create lock directory for `/home/cvs/avalon-site' (/home/cvs/avalon-site/#cvs.lock): Permission denied cvs server: failed to obtain dir lock in repository `/home/cvs/avalon-site' cvs [server aborted]: read lock failed - giving up Sylvain -- Sylv

Re: FW: [VOTE] Propose Sylvain Wallez as new committer (was RE: DONOT REPLY [Bug 16500] )

2003-02-10 Thread Sylvain Wallez
Brian Behlendorf wrote: On Thu, 30 Jan 2003, Carsten Ziegeler wrote: could you please give Sylvain Wallez ([EMAIL PROTECTED]) cvs access to the avalon repositories? Sure thing, done. Brian Brian (or anybody currently incarnating 'root'), it looks like avail was updat