Release jencks 2.0 ?

View: New views
8 Messages — Rating Filter:   Alert me  

Release jencks 2.0 ?

by gnodet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Now that geronimo 1.2-beta has been released,
what about releasing jencks 2.0 ?

We have to keep in mind that there are some blocking problems
in the latest activemq release which has been fixed, but not yet
released, but I'm not sure we really need to wait for these updates,
as there will be no impact on jencks code itself.

Here's my +1

--
Cheers,
Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Re: Release jencks 2.0 ?

by Juergen Mayrbaeurl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

What's new in version 2.0? Do you have release notes or do I have to look at JIRA?

You're talking about blocking problems. Where or how do this blocking problems occur? With which versions of Jencks and ActiveMQ? We're currently using Jencks 1.3 (with Geronimo 1.1 libs) and ActiveMQ 4.1.0. Do I have to upgrade?

Kind regards
Juergen

gnodet wrote:
Now that geronimo 1.2-beta has been released,
what about releasing jencks 2.0 ?

We have to keep in mind that there are some blocking problems
in the latest activemq release which has been fixed, but not yet
released, but I'm not sure we really need to wait for these updates,
as there will be no impact on jencks code itself.

Here's my +1

--
Cheers,
Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Re: Release jencks 2.0 ?

by gnodet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jencks 2.0 is mainly an upgrade to Geronimo 1.2 Transaction manager
and JCA connector.  If does not add much features besides that and
an easier configuration.

If you have problems with the 1.3 version, you may want to upgrade.
The blocking problems I was talking about are in ActiveMQ 4.1.0,
which has a problem in the resource adapter
(see http://issues.apache.org/activemq/browse/AMQ-1078) which
has been fixed in 4.1 branch and trunk.
If you're using JCA, i strongly advise you to upgrade to one of these
versions of ActiveMQ.

On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@...> wrote:

>
> What's new in version 2.0? Do you have release notes or do I have to look at
> JIRA?
>
> You're talking about blocking problems. Where or how do this blocking
> problems occur? With which versions of Jencks and ActiveMQ? We're currently
> using Jencks 1.3 (with Geronimo 1.1 libs) and ActiveMQ 4.1.0. Do I have to
> upgrade?
>
> Kind regards
> Juergen
>
>
> gnodet wrote:
> >
> > Now that geronimo 1.2-beta has been released,
> > what about releasing jencks 2.0 ?
> >
> > We have to keep in mind that there are some blocking problems
> > in the latest activemq release which has been fixed, but not yet
> > released, but I'm not sure we really need to wait for these updates,
> > as there will be no impact on jencks code itself.
> >
> > Here's my +1
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234081
> Sent from the jencks - dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


--
Cheers,
Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Re: Release jencks 2.0 ?

by Juergen Mayrbaeurl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the info. Since I'm not having problems with version 1.3 and not using the ActiveMQ resource adapter for incoming messages (only for outgoing) I won't upgrade immediately.

Kind regards
Juergen

BTW: Did you notice that I wanted to contribute code to Jencks several weeks ago?

gnodet wrote:
Jencks 2.0 is mainly an upgrade to Geronimo 1.2 Transaction manager
and JCA connector.  If does not add much features besides that and
an easier configuration.

If you have problems with the 1.3 version, you may want to upgrade.
The blocking problems I was talking about are in ActiveMQ 4.1.0,
which has a problem in the resource adapter
(see http://issues.apache.org/activemq/browse/AMQ-1078) which
has been fixed in 4.1 branch and trunk.
If you're using JCA, i strongly advise you to upgrade to one of these
versions of ActiveMQ.

On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@hvb.sozvers.at> wrote:
>
> What's new in version 2.0? Do you have release notes or do I have to look at
> JIRA?
>
> You're talking about blocking problems. Where or how do this blocking
> problems occur? With which versions of Jencks and ActiveMQ? We're currently
> using Jencks 1.3 (with Geronimo 1.1 libs) and ActiveMQ 4.1.0. Do I have to
> upgrade?
>
> Kind regards
> Juergen
>
>
> gnodet wrote:
> >
> > Now that geronimo 1.2-beta has been released,
> > what about releasing jencks 2.0 ?
> >
> > We have to keep in mind that there are some blocking problems
> > in the latest activemq release which has been fixed, but not yet
> > released, but I'm not sure we really need to wait for these updates,
> > as there will be no impact on jencks code itself.
> >
> > Here's my +1
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234081
> Sent from the jencks - dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


--
Cheers,
Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Re: Release jencks 2.0 ?

by gnodet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@...> wrote:
>
> Thanks for the info. Since I'm not having problems with version 1.3 and not
> using the ActiveMQ resource adapter for incoming messages (only for
> outgoing) I won't upgrade immediately.

For outbound, you may want to try the jencks-amqpool module,
which should be much faster than the jencks / ra combination
if you don't care about security and such advanced features.
See http://gnodet.blogspot.com/2006/12/over-past-weeks-i-spend-some-times-load.html

>
> Kind regards
> Juergen
>
> BTW: Did you notice that I wanted to contribute code to Jencks several weeks
> ago?

Sorry, I guess I missed that :(
What do you want to contribute ?

>
>
> gnodet wrote:
> >
> > Jencks 2.0 is mainly an upgrade to Geronimo 1.2 Transaction manager
> > and JCA connector.  If does not add much features besides that and
> > an easier configuration.
> >
> > If you have problems with the 1.3 version, you may want to upgrade.
> > The blocking problems I was talking about are in ActiveMQ 4.1.0,
> > which has a problem in the resource adapter
> > (see http://issues.apache.org/activemq/browse/AMQ-1078) which
> > has been fixed in 4.1 branch and trunk.
> > If you're using JCA, i strongly advise you to upgrade to one of these
> > versions of ActiveMQ.
> >
> > On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@...> wrote:
> >>
> >> What's new in version 2.0? Do you have release notes or do I have to look
> >> at
> >> JIRA?
> >>
> >> You're talking about blocking problems. Where or how do this blocking
> >> problems occur? With which versions of Jencks and ActiveMQ? We're
> >> currently
> >> using Jencks 1.3 (with Geronimo 1.1 libs) and ActiveMQ 4.1.0. Do I have
> >> to
> >> upgrade?
> >>
> >> Kind regards
> >> Juergen
> >>
> >>
> >> gnodet wrote:
> >> >
> >> > Now that geronimo 1.2-beta has been released,
> >> > what about releasing jencks 2.0 ?
> >> >
> >> > We have to keep in mind that there are some blocking problems
> >> > in the latest activemq release which has been fixed, but not yet
> >> > released, but I'm not sure we really need to wait for these updates,
> >> > as there will be no impact on jencks code itself.
> >> >
> >> > Here's my +1
> >> >
> >> > --
> >> > Cheers,
> >> > Guillaume Nodet
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe from this list please visit:
> >> >
> >> >     http://xircles.codehaus.org/manage_email
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234081
> >> Sent from the jencks - dev mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe from this list please visit:
> >>
> >>     http://xircles.codehaus.org/manage_email
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234415
> Sent from the jencks - dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


--
Cheers,
Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Re: Release jencks 2.0 ?

by Juergen Mayrbaeurl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How much faster? 2x, 3x? Unfortunately we won't have the time to change the implementation in the next weeks.

Regarding my contribution please see message

Juergen

gnodet wrote:
On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@hvb.sozvers.at> wrote:
>
> Thanks for the info. Since I'm not having problems with version 1.3 and not
> using the ActiveMQ resource adapter for incoming messages (only for
> outgoing) I won't upgrade immediately.

For outbound, you may want to try the jencks-amqpool module,
which should be much faster than the jencks / ra combination
if you don't care about security and such advanced features.
See http://gnodet.blogspot.com/2006/12/over-past-weeks-i-spend-some-times-load.html

>
> Kind regards
> Juergen
>
> BTW: Did you notice that I wanted to contribute code to Jencks several weeks
> ago?

Sorry, I guess I missed that :(
What do you want to contribute ?

>
>
> gnodet wrote:
> >
> > Jencks 2.0 is mainly an upgrade to Geronimo 1.2 Transaction manager
> > and JCA connector.  If does not add much features besides that and
> > an easier configuration.
> >
> > If you have problems with the 1.3 version, you may want to upgrade.
> > The blocking problems I was talking about are in ActiveMQ 4.1.0,
> > which has a problem in the resource adapter
> > (see http://issues.apache.org/activemq/browse/AMQ-1078) which
> > has been fixed in 4.1 branch and trunk.
> > If you're using JCA, i strongly advise you to upgrade to one of these
> > versions of ActiveMQ.
> >
> > On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@hvb.sozvers.at> wrote:
> >>
> >> What's new in version 2.0? Do you have release notes or do I have to look
> >> at
> >> JIRA?
> >>
> >> You're talking about blocking problems. Where or how do this blocking
> >> problems occur? With which versions of Jencks and ActiveMQ? We're
> >> currently
> >> using Jencks 1.3 (with Geronimo 1.1 libs) and ActiveMQ 4.1.0. Do I have
> >> to
> >> upgrade?
> >>
> >> Kind regards
> >> Juergen
> >>
> >>
> >> gnodet wrote:
> >> >
> >> > Now that geronimo 1.2-beta has been released,
> >> > what about releasing jencks 2.0 ?
> >> >
> >> > We have to keep in mind that there are some blocking problems
> >> > in the latest activemq release which has been fixed, but not yet
> >> > released, but I'm not sure we really need to wait for these updates,
> >> > as there will be no impact on jencks code itself.
> >> >
> >> > Here's my +1
> >> >
> >> > --
> >> > Cheers,
> >> > Guillaume Nodet
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe from this list please visit:
> >> >
> >> >     http://xircles.codehaus.org/manage_email
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234081
> >> Sent from the jencks - dev mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe from this list please visit:
> >>
> >>     http://xircles.codehaus.org/manage_email
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234415
> Sent from the jencks - dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


--
Cheers,
Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Re: Release jencks 2.0 ?

by gnodet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@...> wrote:
>
> How much faster? 2x, 3x? Unfortunately we won't have the time to change the
> implementation in the next weeks.

Could be more than 10 times faster, depending on the load.
Also is is much less CPU intensive.

>
> Regarding my contribution please see
> http://www.nabble.com/Spring--JTA-with-Jencks%2C-Hibernate-and-multiple-XA-datasources-tf2743587.html
> message

Could you please raise a JIRA issue and attach your patch there ?
I can't find the mentioned files ...

>
> Juergen
>
>
> gnodet wrote:
> >
> > On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@...> wrote:
> >>
> >> Thanks for the info. Since I'm not having problems with version 1.3 and
> >> not
> >> using the ActiveMQ resource adapter for incoming messages (only for
> >> outgoing) I won't upgrade immediately.
> >
> > For outbound, you may want to try the jencks-amqpool module,
> > which should be much faster than the jencks / ra combination
> > if you don't care about security and such advanced features.
> > See
> > http://gnodet.blogspot.com/2006/12/over-past-weeks-i-spend-some-times-load.html
> >
> >>
> >> Kind regards
> >> Juergen
> >>
> >> BTW: Did you notice that I wanted to contribute code to Jencks several
> >> weeks
> >> ago?
> >
> > Sorry, I guess I missed that :(
> > What do you want to contribute ?
> >
> >>
> >>
> >> gnodet wrote:
> >> >
> >> > Jencks 2.0 is mainly an upgrade to Geronimo 1.2 Transaction manager
> >> > and JCA connector.  If does not add much features besides that and
> >> > an easier configuration.
> >> >
> >> > If you have problems with the 1.3 version, you may want to upgrade.
> >> > The blocking problems I was talking about are in ActiveMQ 4.1.0,
> >> > which has a problem in the resource adapter
> >> > (see http://issues.apache.org/activemq/browse/AMQ-1078) which
> >> > has been fixed in 4.1 branch and trunk.
> >> > If you're using JCA, i strongly advise you to upgrade to one of these
> >> > versions of ActiveMQ.
> >> >
> >> > On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@...>
> >> wrote:
> >> >>
> >> >> What's new in version 2.0? Do you have release notes or do I have to
> >> look
> >> >> at
> >> >> JIRA?
> >> >>
> >> >> You're talking about blocking problems. Where or how do this blocking
> >> >> problems occur? With which versions of Jencks and ActiveMQ? We're
> >> >> currently
> >> >> using Jencks 1.3 (with Geronimo 1.1 libs) and ActiveMQ 4.1.0. Do I
> >> have
> >> >> to
> >> >> upgrade?
> >> >>
> >> >> Kind regards
> >> >> Juergen
> >> >>
> >> >>
> >> >> gnodet wrote:
> >> >> >
> >> >> > Now that geronimo 1.2-beta has been released,
> >> >> > what about releasing jencks 2.0 ?
> >> >> >
> >> >> > We have to keep in mind that there are some blocking problems
> >> >> > in the latest activemq release which has been fixed, but not yet
> >> >> > released, but I'm not sure we really need to wait for these updates,
> >> >> > as there will be no impact on jencks code itself.
> >> >> >
> >> >> > Here's my +1
> >> >> >
> >> >> > --
> >> >> > Cheers,
> >> >> > Guillaume Nodet
> >> >> >
> >> >> >
> >> ---------------------------------------------------------------------
> >> >> > To unsubscribe from this list please visit:
> >> >> >
> >> >> >     http://xircles.codehaus.org/manage_email
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >> http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234081
> >> >> Sent from the jencks - dev mailing list archive at Nabble.com.
> >> >>
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe from this list please visit:
> >> >>
> >> >>     http://xircles.codehaus.org/manage_email
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Cheers,
> >> > Guillaume Nodet
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe from this list please visit:
> >> >
> >> >     http://xircles.codehaus.org/manage_email
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234415
> >> Sent from the jencks - dev mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe from this list please visit:
> >>
> >>     http://xircles.codehaus.org/manage_email
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234553
> Sent from the jencks - dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


--
Cheers,
Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Re: Release jencks 2.0 ?

by Juergen Mayrbaeurl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've just raised a JIRA issue and attached the files (no patch but extension).

Greetings
Juergen

gnodet wrote:
On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@hvb.sozvers.at> wrote:
>
> How much faster? 2x, 3x? Unfortunately we won't have the time to change the
> implementation in the next weeks.

Could be more than 10 times faster, depending on the load.
Also is is much less CPU intensive.

>
> Regarding my contribution please see
> http://www.nabble.com/Spring--JTA-with-Jencks%2C-Hibernate-and-multiple-XA-datasources-tf2743587.html
> message

Could you please raise a JIRA issue and attach your patch there ?
I can't find the mentioned files ...

>
> Juergen
>
>
> gnodet wrote:
> >
> > On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@hvb.sozvers.at> wrote:
> >>
> >> Thanks for the info. Since I'm not having problems with version 1.3 and
> >> not
> >> using the ActiveMQ resource adapter for incoming messages (only for
> >> outgoing) I won't upgrade immediately.
> >
> > For outbound, you may want to try the jencks-amqpool module,
> > which should be much faster than the jencks / ra combination
> > if you don't care about security and such advanced features.
> > See
> > http://gnodet.blogspot.com/2006/12/over-past-weeks-i-spend-some-times-load.html
> >
> >>
> >> Kind regards
> >> Juergen
> >>
> >> BTW: Did you notice that I wanted to contribute code to Jencks several
> >> weeks
> >> ago?
> >
> > Sorry, I guess I missed that :(
> > What do you want to contribute ?
> >
> >>
> >>
> >> gnodet wrote:
> >> >
> >> > Jencks 2.0 is mainly an upgrade to Geronimo 1.2 Transaction manager
> >> > and JCA connector.  If does not add much features besides that and
> >> > an easier configuration.
> >> >
> >> > If you have problems with the 1.3 version, you may want to upgrade.
> >> > The blocking problems I was talking about are in ActiveMQ 4.1.0,
> >> > which has a problem in the resource adapter
> >> > (see http://issues.apache.org/activemq/browse/AMQ-1078) which
> >> > has been fixed in 4.1 branch and trunk.
> >> > If you're using JCA, i strongly advise you to upgrade to one of these
> >> > versions of ActiveMQ.
> >> >
> >> > On 1/9/07, Juergen Mayrbaeurl <juergen.mayrbaeurl@hvb.sozvers.at>
> >> wrote:
> >> >>
> >> >> What's new in version 2.0? Do you have release notes or do I have to
> >> look
> >> >> at
> >> >> JIRA?
> >> >>
> >> >> You're talking about blocking problems. Where or how do this blocking
> >> >> problems occur? With which versions of Jencks and ActiveMQ? We're
> >> >> currently
> >> >> using Jencks 1.3 (with Geronimo 1.1 libs) and ActiveMQ 4.1.0. Do I
> >> have
> >> >> to
> >> >> upgrade?
> >> >>
> >> >> Kind regards
> >> >> Juergen
> >> >>
> >> >>
> >> >> gnodet wrote:
> >> >> >
> >> >> > Now that geronimo 1.2-beta has been released,
> >> >> > what about releasing jencks 2.0 ?
> >> >> >
> >> >> > We have to keep in mind that there are some blocking problems
> >> >> > in the latest activemq release which has been fixed, but not yet
> >> >> > released, but I'm not sure we really need to wait for these updates,
> >> >> > as there will be no impact on jencks code itself.
> >> >> >
> >> >> > Here's my +1
> >> >> >
> >> >> > --
> >> >> > Cheers,
> >> >> > Guillaume Nodet
> >> >> >
> >> >> >
> >> ---------------------------------------------------------------------
> >> >> > To unsubscribe from this list please visit:
> >> >> >
> >> >> >     http://xircles.codehaus.org/manage_email
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >> http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234081
> >> >> Sent from the jencks - dev mailing list archive at Nabble.com.
> >> >>
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe from this list please visit:
> >> >>
> >> >>     http://xircles.codehaus.org/manage_email
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Cheers,
> >> > Guillaume Nodet
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe from this list please visit:
> >> >
> >> >     http://xircles.codehaus.org/manage_email
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234415
> >> Sent from the jencks - dev mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe from this list please visit:
> >>
> >>     http://xircles.codehaus.org/manage_email
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Release-jencks-2.0---tf2892428.html#a8234553
> Sent from the jencks - dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


--
Cheers,
Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email