Re: How to compile without Checkstyle

2007-10-22 Thread Guillaume Nodet
uting code. > > Thank you - Andy > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.7 (Darwin) > > iD8DBQFHGk3zs4gPTNnP0gkRApWXAJ9bbBTfn56GS/44uFzqDcNu7OVxXQCcDQua > ArQ9dIhCJuq1k6txHhReUEY= > =NnBB > -END PGP SIGNATURE- > -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/

Re: GShell as main starting component for 2.1

2007-10-26 Thread Guillaume Nodet
t; you can get going? > > Jeff > -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/

Promoting GShell to a real subproject

2007-10-26 Thread Guillaume Nodet
i think the subject is explicit. What do people think about that ? -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/

Re: SM-822 patch

2007-10-26 Thread Guillaume Nodet
t's why > when ConsumerProccesor wakes up exchange is in the wrong state. With this > patch I propose to take again the "exchange" from the "exchanges" list. I > tested it with Seda flow and JmsFlow separated and it works. > I'm looking forward for y

Re: API changes to Apache Woden - might affect ServiceMix?

2007-11-07 Thread Guillaume Nodet
----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/

Backporting changes done for 3.2 release

2007-11-07 Thread Guillaume Nodet
//fisheye6.cenqua.com/changelog/servicemix/branches/servicemix-3.2?cs=588205 http://fisheye6.cenqua.com/changelog/servicemix/branches/servicemix-3.2?cs=589965 http://fisheye6.cenqua.com/changelog/servicemix/branches/servicemix-3.2?cs=590540 Thanks! -- Cheers, Guillaume Nodet

Re: MacOS X launchd Config File

2007-11-07 Thread Guillaume Nodet
gt; persists in trying to adapt the world to himself. Therefore all > progress depends on the unreasonable man (George Bernard Shaw). > > > -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/

[VOTE] Release ServiceMix 3.0.1

2006-11-14 Thread Guillaume Nodet
ating-repository/org/apache/servicemix/apache-servicemix/3.0.1-incubating/ [ ] +1 Release ServiceMix 3.0.1 [ ] +/- 0 [ ] -1 Do not release ServiceMix 3.0.1 Here's my +1 -- Cheers, Guillaume Nodet

Re: [VOTE] Release ServiceMix 3.0.1

2006-11-14 Thread Guillaume Nodet
d the maven release plugin and that strips out comments from the poms. On 11/14/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > The previous vote has been put on hold due to a problem > in the maven repository with an invalid pom. This problem > has been solved, so I'd like

Re: [VOTE] Release ServiceMix 3.0.1

2006-11-14 Thread Guillaume Nodet
don't have the asl header but I've got a feeling that you may have used the maven release plugin and that strips out comments from the poms. On 11/14/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > The previous vote has been put on hold due to a problem > in the maven repo

Re: [VOTE] Release Apache ActiveMQ 4.1.0 (RC 2)

2006-11-14 Thread Guillaume Nodet
/xml$ > ls -la spring-* > -rw-r--r-- 1 endre endre 23940 2006-09-13 23:57 spring-beans-2.0.dtd > -rw-r--r-- 1 endre endre 39944 2006-09-13 23:57 spring-beans-2.0.xsd > -rw-r--r-- 1 endre endre 21767 2006-08-19 19:00 spring-beans.dtd > -rw-r--r-- 1 endre endre 1999 2006-09-09 23:53 spring-tool-2.0.xsd > -rw-r--r-- 1 endre endre 5132 2006-09-09 23:53 spring-util-2.0.xsd > > > This is bug AMQ-1016: >https://issues.apache.org/activemq/browse/AMQ-1016 > > > I think this should be fixed before 4.1.0 is released. > > > Kind regards, > Endre. > -- Regards, Hiram Blog: http://hiramchirino.com -- Cheers, Guillaume Nodet

Re: ActiveMQ POM

2006-11-14 Thread Guillaume Nodet
using the special "SNAPSHOT" handling that maven provides? What if we tagged our SNAPSHOT builds with something like like "DEVELOPMENT" instead of "SNAPSHOT". I'm guessing that problem would go away, but what other ones would we get? On 11/14/06, Guillaume N

Re: java.lang.ClassNotFoundException: jdbcAuditor

2006-11-17 Thread Guillaume Nodet
eption%3A-jdbcAuditor-tf2652336s12049.html#a7401571 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet

Re: [patch] Content Enricher for ServiceMix

2006-11-21 Thread Guillaume Nodet
cumentElement(); +} +return node; +} + +public void setTarget(ExchangeTarget target) { +this.target = target; +} + +public void setEnricherTarget(ExchangeTarget enricherTarget) { +this.enricherTarget = enricherTarget; +} +} -- Cheers, Guillaume Nodet

Re: SUM: Re: Changing the name of the ServiceMix project at the Codehaus

2006-11-22 Thread Guillaume Nodet
39623 Sent from the ServiceMix - Dev forum at Nabble.com. -- Cheers, Guillaume Nodet

Re: bpmscript example

2006-11-27 Thread Guillaume Nodet
/schemas/spring/1.0"; xmlns:bs="http://bpmscript.org/jbi"; xmlns:test="urn:test"> true true true -- Cheers, Guillaume Nodet

Re: [jira] Commented: (SM-751) Flow tracing with correlation id

2006-12-05 Thread Guillaume Nodet
On 12/5/06, Roger Menday <[EMAIL PROTECTED]> wrote: Guillaume Nodet (JIRA) wrote: > [ https://issues.apache.org/activemq/browse/SM-751?page=comments#action_37501 ] > > Guillaume Nodet commented on SM-751: > > > Btw, looking at th

Re: Ehcache Standard JBI Component

2006-12-05 Thread Guillaume Nodet
ling list archive at Nabble.com. -- Cheers, Guillaume Nodet

Re: [jira] Commented: (SM-751) Flow tracing with correlation id

2006-12-07 Thread Guillaume Nodet
correlation id in all Message Exchanges sent. >> >> Enclosed there is the modified code for the following components: >> >> - HTTP binding component: here I added the code to generate the >> correlation Id and set it in the Message Exchange >> >> - Splitter >> >> - Router (the lightweight component) >> >> >> > >> > >> >> >> > > -- Cheers, Guillaume Nodet

Re: No legacy repos for Geronimo projects using Maven2

2006-12-11 Thread Guillaume Nodet
not so verbose... or need to carry version details into each and every pom... but those are all minor. The major issue is the remote repo. Once you eliminate that, then mvn starts to look a whole lot more attractive for serious production builds. --jason -- Cheers, Guillaume Nodet

Re: No legacy repos for Geronimo projects using Maven2

2006-12-11 Thread Guillaume Nodet
epo. It is really too bad that there is not a local repo for deps and then a local repo for generated artifacts. The whole local repo thing is lossy IMO and makes it very difficult to assure quality of releases. --jason On Dec 11, 2006, at 7:55 AM, Guillaume Nodet wrote: > Also, keep in mind

Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Guillaume Nodet
r/tags/1.2.0-beta Here's my +1! -dain -- Cheers, Guillaume Nodet

Re: Car plugin is fighting with maven too much

2006-12-14 Thread Guillaume Nodet
t for pointing out this problem and discussing possible solutions. Any thoughts? thanks david jencks -- Cheers, Guillaume Nodet

Re: Car plugin is fighting with maven too much

2006-12-14 Thread Guillaume Nodet
, they end up in the local repo with a timestamp, and my guess is that they are not found. Unfortunately, the exception thrown just says that the configuration could not be loaded, which is not very helpful. On 12/14/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I'm not completely aware

Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Guillaume Nodet
Yeah, sorry, this was written at least 3 times in your mail :( On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote: On Dec 14, 2006, at 10:43 AM, Guillaume Nodet wrote: > Do you have a pointer to the m2 repo containing all these artifacts > please ? http://people.apache.org

Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Guillaume Nodet
he.org/repos/asf/geronimo/genesis/tags/genesis-1.1 http://svn.apache.org/repos/asf/geronimo/specs/tags http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0 http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta Here's my +1! -dain -- Cheers, Guillaume Nodet

[VOTE] Release XBean 2.8

2006-12-18 Thread Guillaume Nodet
lease process [ ] +/- 0 [ ] -1 Don't release xbean 2.8 now Here's my +1. -- Cheers, Guillaume Nodet

Re: [VOTE] Release XBean 2.8

2006-12-18 Thread Guillaume Nodet
On 12/18/06, Kevan Miller <[EMAIL PROTECTED]> wrote: On Dec 18, 2006, at 11:25 AM, Guillaume Nodet wrote: > I'm starting a vote to release XBean 2.8. > There has not been much changes since 2.7, but a few > bugs fixed, and the addition of the xbean-finder module. &g

Re: [VOTE] Release XBean 2.8

2006-12-18 Thread Guillaume Nodet
I've fixed the missing / bad ASF headers and use the new maven plugin to generate LICENSE/NOTICE file. On 12/18/06, Kevan Miller <[EMAIL PROTECTED]> wrote: On Dec 18, 2006, at 1:31 PM, Guillaume Nodet wrote: > On 12/18/06, Kevan Miller <[EMAIL PROTECTED]> wrote: >>

Re: sm 3.0 build fails under java 6

2006-12-18 Thread Guillaume Nodet
http://www.nabble.com/sm-3.0-build-fails-under-java-6-tf2842650s12049.html#a7937393 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet

Re: [VOTE] Release XBean 2.8

2006-12-18 Thread Guillaume Nodet
Done :) On 12/18/06, Kevan Miller <[EMAIL PROTECTED]> wrote: On Dec 18, 2006, at 3:44 PM, Guillaume Nodet wrote: > I've fixed the missing / bad ASF headers and use the new maven > plugin to generate LICENSE/NOTICE file. Looks like the following still needs some attention:

Start a 4.1.1 release ?

2006-12-19 Thread Guillaume Nodet
Could we release a 4.1.1 ? -- Cheers, Guillaume Nodet

Re: Start a 4.1.1 release ?

2006-12-19 Thread Guillaume Nodet
I guess we can wait a bit to upgrade to the upcoming xbean 2.8 which fixes the xml schema generation -- they can not be used :( atm On 12/19/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I'd like to release jencks 2.0 and servicemix 3.1, but I'm a little reluctant to do so b

Re: [vote] Release geronimo-jpa_3.0_spec-1.0

2006-12-21 Thread Guillaume Nodet
aking up a new way each time which is currently where we are at. Other people's thoughts? Matt Hogstrom [EMAIL PROTECTED] -- Cheers, Guillaume Nodet

[RESULTS] Release XBean 2.8

2006-12-21 Thread Guillaume Nodet
The vote has passed with 7 +1s. I have thus released XBean 2.8 and binaries have been uploaded to the m2 repo at: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/xbean/ Thanks ! -- Cheers, Guillaume Nodet

Geronimo 1.2-beta artifacts uploaded ?

2006-12-21 Thread Guillaume Nodet
Any idea why the artifacts for 1.2-beta have not been uploaded to the usual repository yet ? -- Cheers, Guillaume Nodet

Re: [DISCUSS] Release process change

2006-12-21 Thread Guillaume Nodet
ply to the whole spec tree, or any other subproject as a whole ? -- Cheers, Guillaume Nodet

Re: [vote] Release geronimo-jpa_3.0_spec-1.0

2006-12-22 Thread Guillaume Nodet
e do a dry run on a trash release and look at the results to see if we are happy with the outcome. Regards, Alan On Dec 21, 2006, at 1:06 PM, Guillaume Nodet wrote: > I think voting on svn source for small projects / jars is good, > because people can build them locally, check that everyt

Re: [DISCUSS] Release process change

2006-12-22 Thread Guillaume Nodet
ng things built with mvn... well, mvn has a long way to come before its anything which I could consider ideal (or even close to ideal). --jason -- Cheers, Guillaume Nodet

Re: [DISCUSS] Release process change

2006-12-23 Thread Guillaume Nodet
--jason -Original Message- From: Matt Hogstrom <[EMAIL PROTECTED]> Date: Sat, 23 Dec 2006 00:15:39 To:dev@geronimo.apache.org Subject: Re: [DISCUSS] Release process change On Dec 22, 2006, at 7:01 PM, Jason Dillon wrote: > On Dec 22, 2006, at 2:57 PM, Guillaume Nodet wr

TCK related resources

2007-01-07 Thread Guillaume Nodet
See https://issues.apache.org/jira/browse/INFRA-896 The mailing list has been created a while ago, but the svn repository has just been created. If you have signed a NDA, you need to send a mail to jcp-open to ask for permissions on this svn area. -- Cheers, Guillaume Nodet

Re: REG.JBI Component

2007-01-09 Thread Guillaume Nodet
- View this message in context: http://www.nabble.com/REG.JBI-Component-tf2945358s12049.html#a8236236 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet

Fwd: log4j

2007-01-12 Thread Guillaume Nodet
Forgot to foward to dev ... -- Forwarded message -- From: Guillaume Nodet <[EMAIL PROTECTED]> Date: Jan 12, 2007 2:42 PM Subject: Re: log4j To: Thomas TERMIN <[EMAIL PROTECTED]> Yeah, looks good. I will try it now. What about using a spring Resource instead of

Re: Board Report for November / December / January

2007-01-12 Thread Guillaume Nodet
[EMAIL PROTECTED] -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: DeployServiceAssemblyTask Problem!!!

2007-01-18 Thread Guillaume Nodet
Thread.java:595) > Caused by: java.lang.Exception: > xmlns="http://java.sun.com/xml/ns/jbi/management-message"; > version="1.0"> > > > > > deploy > FAILED > ERROR > > > > Target component servicemix-http for service unit > wsdl-first-http-su does not accept de > ployments > > > > > > > > > at > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:121) > > at > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103) > > at > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer > vice.java:484) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer > vice.java:295) > ... 4 more > > > > > Thanks, > Smruti -- View this message in context: http://www.nabble.com/DeployServiceAssemblyTask-Problem%21%21%21-tf3032930s12049.html#a8426881 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: DeployServiceAssemblyTask Problem!!!

2007-01-18 Thread Guillaume Nodet
nt.PooledExecutor$Worker.run(Unknown > Source) > at java.lang.Thread.run(Thread.java:595) > Caused by: java.lang.Exception: > xmlns="http://java.sun.com/xml/ns/jbi/management-message"; > version="1.0"> > > > > > deploy > FAILED > ERROR > > > > Target component servicemix-http for service unit > wsdl-first-http-su does not accept de > ployments > > > > > > > > > at > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:121) > > at > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103) > > at > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer > vice.java:484) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer > vice.java:295) > ... 4 more > > > > > Thanks, > Smruti -- View this message in context: http://www.nabble.com/DeployServiceAssemblyTask-Problem%21%21%21-tf3032930s12049.html#a8426881 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: Maven troubles with ServiceMix 3.0 - Follow-up

2007-01-19 Thread Guillaume Nodet
dding the > repositories I find to the top-level pom). > > Thanks in advance, > Ciao, > Philipp Rossmanith This e-mail may contain confidential or privileged information. Any unauthorised copying, use or distribution of this information is strictly prohibited. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: MessageExchange.getRole(): Role.PROVIDER vs. Role.CONSUMER

2007-01-23 Thread Guillaume Nodet
l may contain confidential or privileged information. Any unauthorised copying, use or distribution of this information is strictly prohibited. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: MessageExchange.getRole(): Role.PROVIDER vs. Role.CONSUMER

2007-01-23 Thread Guillaume Nodet
avadocs for 3.0 release are deployed at > http://incubator.apache.org/servicemix/dist/servicemix-3.0- > incubating/site/ > I think the other ones should be removed, but there may be links > pointing there ... Ok. Thanks! Ciao, Philipp This e-mail may contain confidential or privileged information. Any unauthorised copying, use or distribution of this information is strictly prohibited. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: MessageExchange.getRole(): Role.PROVIDER vs. Role.CONSUMER

2007-01-23 Thread Guillaume Nodet
to code > (http://cocoon.apache.org/2.1/). > Agreed, this may be a good idea. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

3.1 release

2007-01-29 Thread Guillaume Nodet
I have create a branch and a tag for 3.1 release. The trunk has moved to 3.2-SNAPSHOT. I will upload the binaries asap and will start a vote once done. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

[VOTE] Release ServiceMix 3.1

2007-01-30 Thread Guillaume Nodet
/m2-incubating-repository/org/apache/servicemix/apache-servicemix-web/3.1-incubating/apache-servicemix-web-3.1-incubating.war -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: [VOTE] Release ServiceMix 3.1

2007-01-30 Thread Guillaume Nodet
Just a note: *everyone* is encouraged to download, try and vote, not only developers or PPMCers (thought their vote would be non-binding). On 1/30/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I have uploaded the servicemix 3.1 release to the incubating repostiory. Please, take some t

Re: [VOTE] Release ServiceMix 3.1

2007-01-31 Thread Guillaume Nodet
Actually, the version used is more of a snapshot on 4.1.1. It fixes a critical bug for using the JCA flow in servicemix. 4.1 has been released some time ago. On 1/31/07, Renaud Bruyeron <[EMAIL PROTECTED]> wrote: Guillaume Nodet wrote: > Just a note: *everyone* is encouraged to down

Re: Confluence move

2007-01-31 Thread Guillaume Nodet
. Please, report any problem. On 1/29/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: The confluence wiki space is being moved to the ASF. Please refrain from editing it, as all changes will be lost. See https://issues.apache.org/jira/browse/INFRA-1139 for the status. -- Cheers, Guillaume

Re: [VOTE] Release ServiceMix 3.1

2007-01-31 Thread Guillaume Nodet
It seems I have forgot to upgrade the servicemix version property in the root pom, so that the examples are still in 3.1-incubating-SNAPSHOT. I will recut the release now :-( On 1/30/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I have uploaded the servicemix 3.1 release to the incu

Fwd: [jira] Created: (INFRA-1144) Move activemq svn repo to its final destination

2007-01-31 Thread Guillaume Nodet
-- Forwarded message -- From: Guillaume Nodet (JIRA) <[EMAIL PROTECTED]> Date: Jan 31, 2007 11:57 PM Subject: [jira] Created: (INFRA-1144) Move activemq svn repo to its final destination To: [EMAIL PROTECTED] Move activemq svn repo to its final desti

Re: Confluence move

2007-01-31 Thread Guillaume Nodet
efully it will be solved soon. Please, report any problem. On 1/29/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > The confluence wiki space is being moved > to the ASF. Please refrain from > editing it, as all changes will be lost. > > See https://issues.apache.org/jira/

[VOTE] Release ServiceMix 3.1 (2nd try)

2007-01-31 Thread Guillaume Nodet
-incubating-repository/org/apache/servicemix/apache-servicemix/3.1-incubating/ http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/apache-servicemix-web/3.1-incubating/ Please download, review and vote ... This vote will be closed on sunday, midnight GMT -- Cheers, Guillaume

Re: [continuum] BUILD ERROR: ServiceMix :: Archetypes :: Jsr181AnnotatedServiceUnit

2007-02-01 Thread Guillaume Nodet
ncubator/servicemix/trunk/tooling/servicemix-jsr181-annotated-service-unit' doesn't exist --- -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: [VOTE] Release ServiceMix 3.1 (2nd try)

2007-02-02 Thread Guillaume Nodet
A new release has been uploaded which fixes this example. On 2/1/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 1/31/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > I have fixed and uploaded the samples, the jbi plugin (which i had to > build manually) > and uploa

Re: Confluence move

2007-02-02 Thread Guillaume Nodet
on the template. Is this something I can help with? On 1/31/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > I forgot to say that the auto exported site is available > in real time at http://cwiki.apache.org/SM/home.html. > The autoexport template has been updated. > I'll try to

Re: [VOTE] Release ServiceMix 3.1 (2nd try)

2007-02-05 Thread Guillaume Nodet
The vote is extended for another period of 3 days. And here's my +1 On 2/1/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I have fixed and uploaded the samples, the jbi plugin (which i had to build manually) and uploaded everything to the incubating repository http://people.apac

Re: [VOTE] Release ServiceMix 3.1 (2nd try)

2007-02-07 Thread Guillaume Nodet
We've only two bindings +1 so far, and one non-binding +1 which is not much Can other committers please vote ? On 2/1/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I have fixed and uploaded the samples, the jbi plugin (which i had to build manually) and uploaded everyt

Incubator Report

2007-02-08 Thread Guillaume Nodet
We have to report to the incubator PMC / Board this month. See http://wiki.apache.org/incubator/February2007 Anyone wanna propose something ? -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: Where is the 2.0.5 release?

2007-02-09 Thread Guillaume Nodet
6 PM, Jason Dillon wrote: > Has this gotten stalled? Its been a few weeks now and still > nothing... > > --jason > -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: Geronimo Console style

2005-12-06 Thread Guillaume Nodet
en -o Note** Once David makes the final changes to remove assembly you will need to follow the new process for building in assemblies. Joe Guillaume Nodet wrote: Just wanted to let you know that the style of the console seems a bit bugged under both firefox and IE. This is a geronimo snapshot

XBean web site

2007-02-12 Thread Guillaume Nodet
). -- Cheers, Guillaume Nodet

Re: Incubator Report

2007-02-13 Thread Guillaume Nodet
I have updated the page. Feel free to add if i miss something. The report is due for 14th On 2/8/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: We have to report to the incubator PMC / Board this month. See http://wiki.apache.org/incubator/February2007 Anyone wanna propose som

Re: XBean web site

2007-02-13 Thread Guillaume Nodet
gt; since it's URL is geronimo.apache.org/xbean >> >> The xbean piece of the site does not match the template used for the >> Geronimo site, it is similar but not the same. I think we are >> projecting an inconsistent web site image. >> >> >> Bottom line, I thi

[PROPOSAL] Coding standards

2007-02-15 Thread Guillaume Nodet
I propose the following coding standards (taken from the Geronimo web site) which are actually the most common in ServiceMix code base: http://cwiki.apache.org/SM/coding-standards.html Does anyone want to modify / add / change something ? -- Cheers, Guillaume Nodet

Re: [jira] [PROPOSAL] Coding standards

2007-02-15 Thread Guillaume Nodet
odify / add / change something ? > > -- > Cheers, > Guillaume Nodet > > Architect, LogicBlaze (http://www.logicblaze.com/) > Blog: http://gnodet.blogspot.com/ > > -- View this message in context: http://www.nabble.com/-PROPOSAL--Coding-standards-tf3

Re: Default constructor for JBIContainer changes log level?

2007-02-15 Thread Guillaume Nodet
hanks in advance, Ciao, Philipp Rossmanith *) I observed the same behaviour in the original test case after adding a log4j Logger. This e-mail may contain confidential or privileged information. Any unauthorised copying, use or distribution of this information is strictly prohibited. -- Cheers,

Re: Handling Large JBI message & attachmen

2007-02-15 Thread Guillaume Nodet
e upto 3 GB. Please advice Thanks. Atul -- View this message in context: http://www.nabble.com/Handling-Large-JBI-message---attachment-tf3230926s12049.html#a8976948 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet Architect,

Re: Default constructor for JBIContainer changes log level?

2007-02-15 Thread Guillaume Nodet
3 501 56 22 Main: + 34 93 501 50 00 Fax:+ 34 93 501 52 41 Email: [EMAIL PROTECTED] Internet: www.t-systems.com > -Mensaje original----- > De: Guillaume Nodet [mailto:[EMAIL PROTECTED] > Enviado el: jueves, 15 de febrero de 2007 19:38 > Para: servicemix-dev@geronimo.apac

Re: Default constructor for JBIContainer changes log level?

2007-02-15 Thread Guillaume Nodet
ed information. Any unauthorised copying, use or distribution of this information is strictly prohibited. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: Spring 2.0 and XBean

2007-02-16 Thread Guillaume Nodet
es for a variety of Spring flavours, so I guess the question is "how do I make it use the one I want?". Thanks, Terry -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

New css for the web site

2007-02-19 Thread Guillaume Nodet
I have written a new css for the web site today. You can preview it at http://cwiki.apache.org/SM/orchestration-with-jsr181.html What do people think about switching to it ? I think there are a few things to tweak for IE .. -- Cheers, Guillaume Nodet

Re: ServiceMix in WebSphere 6.1

2007-02-19 Thread Guillaume Nodet
TE: there are no dependencies on websphere in the above code merely the creation of a compatible distribution Regards, Grant McDonald -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: Spring 2.0 and XBean

2007-02-21 Thread Guillaume Nodet
PROTECTED]&5R\"F)R=6-E+G-N>61Ehttp://geronimo.apache.org/ Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Castor - http://castor.org/ -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: Spring 2.0 and XBean

2007-02-21 Thread Guillaume Nodet
ty to multiple Spring versions in the trunk, or should it fork to a new release path that is maintained in parallel with the associated Spring release? -- Terry -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Switching to 3.0-SNAPSHOT and dropping spring 1.x release

2007-02-21 Thread Guillaume Nodet
What about switching to 3.0-SNAPSHOT and dropping support for spring < 2.0 release ? The code of xbean-spring is split into at least 4 modules, just to keep with the different milestones and the older 1.x release ... -- Cheers, Guillaume Nodet Architect, LogicBlaze (h

Re: [Discussion] Geronimo web site update

2007-02-21 Thread Guillaume Nodet
t;D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E G;6%I;\"YC;VT*" > );' > > Apache Geronimo - http://geronimo.apache.org/ > Apache ActiveMQ - http://activemq.org/ > Apache ServiceMix - http://servicemix.org/ > Castor - http://castor.org/ -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: Spring 2.0 and XBean

2007-02-21 Thread Guillaume Nodet
Just sent a mail on xbean-dev@geronimo.apache.org On 2/21/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 2/21/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > Good idea, I think we should do a 3.0 of xbean and > throwing away the spring 1.x support +1 on that ;-). W

Doc reorg

2007-02-21 Thread Guillaume Nodet
I think we need to reorg the docs so that one can more easily find the informations (we also need to write more docs, but that's another problem). Currently, the only way to really find a page is to go to the site map and browse ... Any ideas on how to do that ? -- Cheers, Guillaume

Re: [Discussion] Geronimo web site update

2007-02-21 Thread Guillaume Nodet
Did you do the one for AMQ or was that a separate effort by Hiram? BTW, IMO... the box should be facing the other direction when its on the right of the page, would look a tad bit better ;-) --jason On Feb 21, 2007, at 2:51 PM, Guillaume Nodet wrote: > I have created one with PovRay (not b

Re: svn commit: r511833 - /incubator/servicemix/trunk/pom.xml

2007-02-26 Thread Guillaume Nodet
rst to see if the problem is there or in svn. Cheers, -- Terry Cox Meta-Concepts Ltd 0788 1920512 -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Removing ServiceMix build on continuum

2007-02-26 Thread Guillaume Nodet
e any account). -- Cheers, Guillaume Nodet

Re: 3.1 release

2007-02-28 Thread Guillaume Nodet
No, nothing worthy has really changed in the doc. What are you looking for ? On 2/27/07, Ramon Buckland <[EMAIL PROTECTED]> wrote: Are the previous versions of documentation archived anywhere ? ie: 2.x ? 3.0.x ? On Mon, 2007-01-29 at 15:16 +0100, Guillaume Nodet wrote: > I ha

Re: Correct way to get inputstream from message content

2007-02-28 Thread Guillaume Nodet
mes -- View this message in context: http://www.nabble.com/Correct-way-to-get-inputstream-from-message-content-tf3321687s12049.html#a9234878 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logic

Re: servicemix-wsn on Jboss

2007-03-04 Thread Guillaume Nodet
ive at Nabble.com. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: [jira] Doc reorg

2007-03-04 Thread Guillaume Nodet
release. > > > -- > Terry > > -- View this message in context: http://www.nabble.com/Doc-reorg-tf3269938s12049.html#a9099189 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: Doc reorg

2007-03-04 Thread Guillaume Nodet
-- Terry -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: [jira] servicemix-wsn on Jboss

2007-03-04 Thread Guillaume Nodet
utoDeploymentService.java:201) >> at >> org.servicemix.jboss.deployment.JBIService.installArchive(JBIService.java:116) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>

Re: [jira] servicemix-wsn on Jboss

2007-03-05 Thread Guillaume Nodet
nstallerMBeanImpl.install(InstallerMBeanImpl.java:169) >> >> at >> >> >> org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:323) >> >> at >> >> >> org.apache.servicemix.jbi.fr

Document servicemix-common

2007-03-06 Thread Guillaume Nodet
o do a bit more advertising on the the web site about it ... -- Cheers, Guillaume Nodet

Re: ServiceMix Console!

2007-03-06 Thread Guillaume Nodet
ive at Nabble.com. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

Re: Document servicemix-common

2007-03-07 Thread Guillaume Nodet
e the tutorials Bruce is writing: http://cwiki.apache.org/SM/hello-world-bc.html http://cwiki.apache.org/SM/hello-world-se.html On 3/6/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: We need to document servicemix-common, which is our framework for building standard JBI components. But

Re: Message Store Mechanism!

2007-03-08 Thread Guillaume Nodet
Greets goldi -- View this message in context: http://www.nabble.com/Message-Store-Mechanism%21-tf3369118s12049.html#a9374168 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog

Re: Why Using ServiceMix?

2007-03-08 Thread Guillaume Nodet
gt;>> How does it >>> work in practice? How difficult is the configuration and so on? >> >> The configuration is simple XML which can be embedded inside Spring if >> you require >> >> -- >> >> James >> --- >> http://radio.weblogs.com/0112098/ >> >> > > -- View this message in context: http://www.nabble.com/Why-Using-ServiceMix--tf3348021s12049.html#a9374173 Sent from the ServiceMix - Dev mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/

<    2   3   4   5   6   7   8   9   10   11   >