There is an extra dot in the version which should be removed, as its
an invalid version range.

So this
version="[7.0.0.,8.0.0)"

Should be
version="[7.0.0,8.0.0)"

Also the extra .0 is implied so you just do
version="[7.0,8.0)"

And again the .0 is implied so just do
version="[7,8)"

On Wed, Aug 28, 2013 at 7:36 AM, Bharath <[email protected]> wrote:
> Hi regi,
>
>    It should be like this *version="[7.0.0.,8.0.0)"* and not
> version={7.0.0,8.0.0}.Please see the brackets what i have used and try
>
> Cheers!!!
> Bharath.R
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/JAAS-auth-Jetty-Exception-tp5738065p5738107.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to