Re: BeanValidator Unable to find a default provider

2010-12-27 Thread Pablo dos Reis
thank you

I still have no time for the migration but it's necessary


2010/12/23 mwilliam...@kcp.com

 I have convected my 5.0 app to 5.2.  The major problem was the
 BeanValidator and that was something I should have spotted right away.
 Most of the work was replacing the deprecated items.  All of these I
 replaced with there new equivalents with no problems.  I am still testing
 but so far I have found on other problems.

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994



   From:   Pablo dos Reis pablodosr...@gmail.com

  To: Tapestry users users@tapestry.apache.org

   Date:   12/23/2010 11:53 AM

  Subject:Re: BeanValidator Unable to find a default provider






 Hi Michael,

 Do you have many problems in the convertion?
 I'll want to convert one app from 5.0.10 to 5.2.4. But the app size is a
 big
 problem for do it.



 2010/12/23 mwilliam...@kcp.com

  Thanks Robert, that solved my problem.
 
  Michael Williamson
  Analyst Sr Applications Developer
  Phone: 816/997-5994
 
 
 
From:   Robert Zeigler robert.zeig...@roxanemy.com
 
   To: Tapestry users users@tapestry.apache.org
 
Date:   12/23/2010 10:21 AM
 
   Subject:Re: BeanValidator Unable to find a default provider
 
 
 
 
 
 
  5.2 added support for the bean validation JSR.  If you're not using the
  bean validator annotations, just exclude the bean validator module.
 
  Robert
 
  On Dec 23, 2010, at 12/2310:16 AM , mwilliam...@kcp.com wrote:
 
   Do you know where there are examples of this.  I don't understand what
  this
   is.
  
   Michael Williamson
   Analyst Sr Applications Developer
   Phone: 816/997-5994
  
  
  
From:   Igor Drobiazko igor.drobia...@gmail.com
 
  
To: Tapestry users users@tapestry.apache.org
 
  
Date:   12/23/2010 10:11 AM
 
  
Subject:Re: BeanValidator Unable to find a default provider
 
  
  
  
  
  
  
   validation-api-1.0.0.GA.jar is the API. You need to provide an
   implementation.
  
   On Thu, Dec 23, 2010 at 5:05 PM, mwilliam...@kcp.com wrote:
  
   I have one but it is not Hibernate.
  
   (See attached file: validation-api-1.0.0.GA.jar)
  
   Michael Williamson
   Analyst Sr Applications Developer
   Phone: 816/997-5994
  
  
  
From:   Igor Drobiazko igor.drobia...@gmail.com
  
   To: Tapestry users users@tapestry.apache.org
  
   Date:   12/23/2010 09:43 AM
  
   Subject:Re: BeanValidator Unable to find a default provider
  
  
  
  
  
  
   Did you put an implementation of the bean validation api (e.g.
 Hibernate
   validator) on the classpath?
  
   On Thu, Dec 23, 2010 at 3:48 PM, mwilliam...@kcp.com wrote:
  
  
  
   I am converting a Tapestry app from 5.0.18 to 5.2.4 and I am getting
   this
   error.
  
   Error invoking constructor
   org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
   (List)
   (at BeanValidatorSourceImpl.java:31) via
   org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind
   (ServiceBinder)
   (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'):
   Unable to find a default provider
  
   I have search the user guide and net but can't find anything.
  
   Any help would be appreciated.
  
   Michael Williamson
   Analyst Sr Applications Developer
   Phone: 816/997-5994
  
  
   -
   To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
   For additional commands, e-mail: users-h...@tapestry.apache.org
  
  
  
  
   --
   Best regards,
  
   Igor Drobiazko
   http://tapestry5.de
  
  
  
  
   -
   To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
   For additional commands, e-mail: users-h...@tapestry.apache.org
  
  
  
  
   --
   Best regards,
  
   Igor Drobiazko
   http://tapestry5.de
  
  
  
  
   -
   To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
   For additional commands, e-mail: users-h...@tapestry.apache.org
  
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 
 


 --
 Pablo Henrique dos Reis




 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Pablo Henrique dos Reis


Re: BeanValidator Unable to find a default provider

2010-12-23 Thread Igor Drobiazko
Did you put an implementation of the bean validation api (e.g. Hibernate
validator) on the classpath?

On Thu, Dec 23, 2010 at 3:48 PM, mwilliam...@kcp.com wrote:



 I am converting a Tapestry app from 5.0.18 to 5.2.4 and I am getting this
 error.

 Error invoking constructor
 org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl(List)
 (at BeanValidatorSourceImpl.java:31) via
 org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind(ServiceBinder)
 (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'):
 Unable to find a default provider

 I have search the user guide and net but can't find anything.

 Any help would be appreciated.

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Best regards,

Igor Drobiazko
http://tapestry5.de


Re: BeanValidator Unable to find a default provider

2010-12-23 Thread mwilliamson
I have one but it is not Hibernate.

(See attached file: validation-api-1.0.0.GA.jar)

Michael Williamson
Analyst Sr Applications Developer
Phone: 816/997-5994



  
  From:   Igor Drobiazko igor.drobia...@gmail.com 
  

  
  To: Tapestry users users@tapestry.apache.org
  

  
  Date:   12/23/2010 09:43 AM   
  

  
  Subject:Re: BeanValidator Unable to find a default provider   
  

  





Did you put an implementation of the bean validation api (e.g. Hibernate
validator) on the classpath?

On Thu, Dec 23, 2010 at 3:48 PM, mwilliam...@kcp.com wrote:



 I am converting a Tapestry app from 5.0.18 to 5.2.4 and I am getting this
 error.

 Error invoking constructor
 org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl(List)
 (at BeanValidatorSourceImpl.java:31) via
 org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind
(ServiceBinder)
 (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'):
 Unable to find a default provider

 I have search the user guide and net but can't find anything.

 Any help would be appreciated.

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




--
Best regards,

Igor Drobiazko
http://tapestry5.de



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Re: BeanValidator Unable to find a default provider

2010-12-23 Thread Igor Drobiazko
validation-api-1.0.0.GA.jar is the API. You need to provide an
implementation.

On Thu, Dec 23, 2010 at 5:05 PM, mwilliam...@kcp.com wrote:

 I have one but it is not Hibernate.

 (See attached file: validation-api-1.0.0.GA.jar)

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994



   From:   Igor Drobiazko igor.drobia...@gmail.com

  To: Tapestry users users@tapestry.apache.org

  Date:   12/23/2010 09:43 AM

  Subject:Re: BeanValidator Unable to find a default provider






 Did you put an implementation of the bean validation api (e.g. Hibernate
 validator) on the classpath?

 On Thu, Dec 23, 2010 at 3:48 PM, mwilliam...@kcp.com wrote:

 
 
  I am converting a Tapestry app from 5.0.18 to 5.2.4 and I am getting this
  error.
 
  Error invoking constructor
  org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl(List)
  (at BeanValidatorSourceImpl.java:31) via
  org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind
 (ServiceBinder)
  (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'):
  Unable to find a default provider
 
  I have search the user guide and net but can't find anything.
 
  Any help would be appreciated.
 
  Michael Williamson
  Analyst Sr Applications Developer
  Phone: 816/997-5994
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 
 


 --
 Best regards,

 Igor Drobiazko
 http://tapestry5.de




 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Best regards,

Igor Drobiazko
http://tapestry5.de


Re: BeanValidator Unable to find a default provider

2010-12-23 Thread mwilliamson
Do you know where there are examples of this.  I don't understand what this
is.

Michael Williamson
Analyst Sr Applications Developer
Phone: 816/997-5994



  
  From:   Igor Drobiazko igor.drobia...@gmail.com 
  

  
  To: Tapestry users users@tapestry.apache.org
  

  
  Date:   12/23/2010 10:11 AM   
  

  
  Subject:Re: BeanValidator Unable to find a default provider   
  

  





validation-api-1.0.0.GA.jar is the API. You need to provide an
implementation.

On Thu, Dec 23, 2010 at 5:05 PM, mwilliam...@kcp.com wrote:

 I have one but it is not Hibernate.

 (See attached file: validation-api-1.0.0.GA.jar)

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994



   From:   Igor Drobiazko igor.drobia...@gmail.com

  To: Tapestry users users@tapestry.apache.org

  Date:   12/23/2010 09:43 AM

  Subject:Re: BeanValidator Unable to find a default provider






 Did you put an implementation of the bean validation api (e.g. Hibernate
 validator) on the classpath?

 On Thu, Dec 23, 2010 at 3:48 PM, mwilliam...@kcp.com wrote:

 
 
  I am converting a Tapestry app from 5.0.18 to 5.2.4 and I am getting
this
  error.
 
  Error invoking constructor
  org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
(List)
  (at BeanValidatorSourceImpl.java:31) via
  org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind
 (ServiceBinder)
  (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'):
  Unable to find a default provider
 
  I have search the user guide and net but can't find anything.
 
  Any help would be appreciated.
 
  Michael Williamson
  Analyst Sr Applications Developer
  Phone: 816/997-5994
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 
 


 --
 Best regards,

 Igor Drobiazko
 http://tapestry5.de




 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




--
Best regards,

Igor Drobiazko
http://tapestry5.de




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: BeanValidator Unable to find a default provider

2010-12-23 Thread Robert Zeigler
5.2 added support for the bean validation JSR.  If you're not using the bean 
validator annotations, just exclude the bean validator module.

Robert

On Dec 23, 2010, at 12/2310:16 AM , mwilliam...@kcp.com wrote:

 Do you know where there are examples of this.  I don't understand what this
 is.
 
 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994
 
 
 
  From:   Igor Drobiazko igor.drobia...@gmail.com

 
  To: Tapestry users users@tapestry.apache.org   

 
  Date:   12/23/2010 10:11 AM  

 
  Subject:Re: BeanValidator Unable to find a default provider  

 
 
 
 
 
 
 validation-api-1.0.0.GA.jar is the API. You need to provide an
 implementation.
 
 On Thu, Dec 23, 2010 at 5:05 PM, mwilliam...@kcp.com wrote:
 
 I have one but it is not Hibernate.
 
 (See attached file: validation-api-1.0.0.GA.jar)
 
 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994
 
 
 
  From:   Igor Drobiazko igor.drobia...@gmail.com
 
 To: Tapestry users users@tapestry.apache.org
 
 Date:   12/23/2010 09:43 AM
 
 Subject:Re: BeanValidator Unable to find a default provider
 
 
 
 
 
 
 Did you put an implementation of the bean validation api (e.g. Hibernate
 validator) on the classpath?
 
 On Thu, Dec 23, 2010 at 3:48 PM, mwilliam...@kcp.com wrote:
 
 
 
 I am converting a Tapestry app from 5.0.18 to 5.2.4 and I am getting
 this
 error.
 
 Error invoking constructor
 org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
 (List)
 (at BeanValidatorSourceImpl.java:31) via
 org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind
 (ServiceBinder)
 (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'):
 Unable to find a default provider
 
 I have search the user guide and net but can't find anything.
 
 Any help would be appreciated.
 
 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 
 --
 Best regards,
 
 Igor Drobiazko
 http://tapestry5.de
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 
 --
 Best regards,
 
 Igor Drobiazko
 http://tapestry5.de
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: BeanValidator Unable to find a default provider

2010-12-23 Thread mwilliamson
Thanks Robert, that solved my problem.

Michael Williamson
Analyst Sr Applications Developer
Phone: 816/997-5994



  
  From:   Robert Zeigler robert.zeig...@roxanemy.com  
  

  
  To: Tapestry users users@tapestry.apache.org  
  

  
  Date:   12/23/2010 10:21 AM   
  

  
  Subject:Re: BeanValidator Unable to find a default provider   
  

  





5.2 added support for the bean validation JSR.  If you're not using the
bean validator annotations, just exclude the bean validator module.

Robert

On Dec 23, 2010, at 12/2310:16 AM , mwilliam...@kcp.com wrote:

 Do you know where there are examples of this.  I don't understand what
this
 is.

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994



  From:   Igor Drobiazko igor.drobia...@gmail.com


  To: Tapestry users users@tapestry.apache.org


  Date:   12/23/2010 10:11 AM


  Subject:Re: BeanValidator Unable to find a default provider







 validation-api-1.0.0.GA.jar is the API. You need to provide an
 implementation.

 On Thu, Dec 23, 2010 at 5:05 PM, mwilliam...@kcp.com wrote:

 I have one but it is not Hibernate.

 (See attached file: validation-api-1.0.0.GA.jar)

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994



  From:   Igor Drobiazko igor.drobia...@gmail.com

 To: Tapestry users users@tapestry.apache.org

 Date:   12/23/2010 09:43 AM

 Subject:Re: BeanValidator Unable to find a default provider






 Did you put an implementation of the bean validation api (e.g. Hibernate
 validator) on the classpath?

 On Thu, Dec 23, 2010 at 3:48 PM, mwilliam...@kcp.com wrote:



 I am converting a Tapestry app from 5.0.18 to 5.2.4 and I am getting
 this
 error.

 Error invoking constructor
 org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
 (List)
 (at BeanValidatorSourceImpl.java:31) via
 org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind
 (ServiceBinder)
 (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'):
 Unable to find a default provider

 I have search the user guide and net but can't find anything.

 Any help would be appreciated.

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




 --
 Best regards,

 Igor Drobiazko
 http://tapestry5.de




 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




 --
 Best regards,

 Igor Drobiazko
 http://tapestry5.de




 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: BeanValidator Unable to find a default provider

2010-12-23 Thread Pablo dos Reis
Hi Michael,

Do you have many problems in the convertion?
I'll want to convert one app from 5.0.10 to 5.2.4. But the app size is a big
problem for do it.



2010/12/23 mwilliam...@kcp.com

 Thanks Robert, that solved my problem.

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994



   From:   Robert Zeigler robert.zeig...@roxanemy.com

  To: Tapestry users users@tapestry.apache.org

   Date:   12/23/2010 10:21 AM

  Subject:Re: BeanValidator Unable to find a default provider






 5.2 added support for the bean validation JSR.  If you're not using the
 bean validator annotations, just exclude the bean validator module.

 Robert

 On Dec 23, 2010, at 12/2310:16 AM , mwilliam...@kcp.com wrote:

  Do you know where there are examples of this.  I don't understand what
 this
  is.
 
  Michael Williamson
  Analyst Sr Applications Developer
  Phone: 816/997-5994
 
 
 
   From:   Igor Drobiazko igor.drobia...@gmail.com

 
   To: Tapestry users users@tapestry.apache.org

 
   Date:   12/23/2010 10:11 AM

 
   Subject:Re: BeanValidator Unable to find a default provider

 
 
 
 
 
 
  validation-api-1.0.0.GA.jar is the API. You need to provide an
  implementation.
 
  On Thu, Dec 23, 2010 at 5:05 PM, mwilliam...@kcp.com wrote:
 
  I have one but it is not Hibernate.
 
  (See attached file: validation-api-1.0.0.GA.jar)
 
  Michael Williamson
  Analyst Sr Applications Developer
  Phone: 816/997-5994
 
 
 
   From:   Igor Drobiazko igor.drobia...@gmail.com
 
  To: Tapestry users users@tapestry.apache.org
 
  Date:   12/23/2010 09:43 AM
 
  Subject:Re: BeanValidator Unable to find a default provider
 
 
 
 
 
 
  Did you put an implementation of the bean validation api (e.g. Hibernate
  validator) on the classpath?
 
  On Thu, Dec 23, 2010 at 3:48 PM, mwilliam...@kcp.com wrote:
 
 
 
  I am converting a Tapestry app from 5.0.18 to 5.2.4 and I am getting
  this
  error.
 
  Error invoking constructor
  org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
  (List)
  (at BeanValidatorSourceImpl.java:31) via
  org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind
  (ServiceBinder)
  (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'):
  Unable to find a default provider
 
  I have search the user guide and net but can't find anything.
 
  Any help would be appreciated.
 
  Michael Williamson
  Analyst Sr Applications Developer
  Phone: 816/997-5994
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 
  --
  Best regards,
 
  Igor Drobiazko
  http://tapestry5.de
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 
  --
  Best regards,
 
  Igor Drobiazko
  http://tapestry5.de
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org





 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Pablo Henrique dos Reis


Re: BeanValidator Unable to find a default provider

2010-12-23 Thread mwilliamson
I have convected my 5.0 app to 5.2.  The major problem was the
BeanValidator and that was something I should have spotted right away.
Most of the work was replacing the deprecated items.  All of these I
replaced with there new equivalents with no problems.  I am still testing
but so far I have found on other problems.

Michael Williamson
Analyst Sr Applications Developer
Phone: 816/997-5994



  
  From:   Pablo dos Reis pablodosr...@gmail.com   
  

  
  To: Tapestry users users@tapestry.apache.org
  

  
  Date:   12/23/2010 11:53 AM   
  

  
  Subject:Re: BeanValidator Unable to find a default provider   
  

  





Hi Michael,

Do you have many problems in the convertion?
I'll want to convert one app from 5.0.10 to 5.2.4. But the app size is a
big
problem for do it.



2010/12/23 mwilliam...@kcp.com

 Thanks Robert, that solved my problem.

 Michael Williamson
 Analyst Sr Applications Developer
 Phone: 816/997-5994



   From:   Robert Zeigler robert.zeig...@roxanemy.com

  To: Tapestry users users@tapestry.apache.org

   Date:   12/23/2010 10:21 AM

  Subject:Re: BeanValidator Unable to find a default provider






 5.2 added support for the bean validation JSR.  If you're not using the
 bean validator annotations, just exclude the bean validator module.

 Robert

 On Dec 23, 2010, at 12/2310:16 AM , mwilliam...@kcp.com wrote:

  Do you know where there are examples of this.  I don't understand what
 this
  is.
 
  Michael Williamson
  Analyst Sr Applications Developer
  Phone: 816/997-5994
 
 
 
   From:   Igor Drobiazko igor.drobia...@gmail.com

 
   To: Tapestry users users@tapestry.apache.org

 
   Date:   12/23/2010 10:11 AM

 
   Subject:Re: BeanValidator Unable to find a default provider

 
 
 
 
 
 
  validation-api-1.0.0.GA.jar is the API. You need to provide an
  implementation.
 
  On Thu, Dec 23, 2010 at 5:05 PM, mwilliam...@kcp.com wrote:
 
  I have one but it is not Hibernate.
 
  (See attached file: validation-api-1.0.0.GA.jar)
 
  Michael Williamson
  Analyst Sr Applications Developer
  Phone: 816/997-5994
 
 
 
   From:   Igor Drobiazko igor.drobia...@gmail.com
 
  To: Tapestry users users@tapestry.apache.org
 
  Date:   12/23/2010 09:43 AM
 
  Subject:Re: BeanValidator Unable to find a default provider
 
 
 
 
 
 
  Did you put an implementation of the bean validation api (e.g.
Hibernate
  validator) on the classpath?
 
  On Thu, Dec 23, 2010 at 3:48 PM, mwilliam...@kcp.com wrote:
 
 
 
  I am converting a Tapestry app from 5.0.18 to 5.2.4 and I am getting
  this
  error.
 
  Error invoking constructor
  org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
  (List)
  (at BeanValidatorSourceImpl.java:31) via
  org.apache.tapestry5.beanvalidator.BeanValidatorModule.bind
  (ServiceBinder)
  (at BeanValidatorModule.java:57) (for service 'BeanValidatorSource'):
  Unable to find a default provider
 
  I have search the user guide and net but can't find anything.
 
  Any help would be appreciated.
 
  Michael Williamson
  Analyst Sr Applications Developer
  Phone: 816/997-5994
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 
  --
  Best regards,
 
  Igor Drobiazko
  http://tapestry5.de
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 
  --
  Best regards,
 
  Igor Drobiazko
  http://tapestry5.de
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org