You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bval.apache.org by Chris Harris <ch...@oneseasonmusic.com> on 2014/02/04 18:54:39 UTC

How to get a binary for v1.1.0-alpha?

Hi.

I’m using TomEE v1.6 and would like to replace the provided BVal version with a version that’s compatible with the Bean Validation 1.1 spec.

I’ve noticed v1.1.0-alpha on your JIRA, but I don’t see a means of grabbing the .jars, whether via a hyperlink or via Maven pointing to an Apache SNAPSHOT or Release repo.

How can I obtain v1.1.0-alpha?

---
Chris H. from One Season




Re: How to get a binary for v1.1.0-alpha?

Posted by Chris Harris <ch...@oneseasonmusic.com>.
Hi, Matt.

I was able to successfully check out the source and build the project with no issues.  Luckily, I already had the Apache snapshots repo enabled within my Archiva instance.

I was able to check out Apache OpenWebBeans at http://svn.apache.org/repos/asf/openwebbeans/trunk and also successfully build it.

I placed the jars into TomEE!  I received an error concerning OpenEJB looking for a class, named DefinitionException, that was present in OpenWebBeans 1.x but is not present in OpenWebBeans 2.0.0-SNAPSHOT.  I think I’ll leave OpenEJB/TomEE alone and wait until they release a Java EE 7 version of TomEE.

---
Chris H. from One Season



On Feb 4, 2014, at 1:13 PM, Chris Harris <ch...@oneseasonmusic.com> wrote:

> Yes, that does help.
> 
> Thanks, Matt.
> 
> ---
> Chris H. from One Season
> 
> 
> 
> On Feb 4, 2014, at 1:10 PM, Matt Benson <mb...@apache.org> wrote:
> 
>> Yes, Bean Validation 1.1 depends on CDI 1.1.  However, the Apache-published version of the 1.1 BV spec has not yet been formally released, so when building you'll either need to enable the Apache snapshots repository or enable the "ri" profile (i.e. -Pri) which will compile against the referenc implementation's API instead.
>> 
>> HTH,
>> Matt
>> 
>> 
>> On Tue, Feb 4, 2014 at 12:33 PM, Chris Harris <ch...@oneseasonmusic.com> wrote:
>> Hi, Matt.
>> 
>> Lol - I had a feeling that you’d say that.
>> 
>> Sure.  I’ll give it a try…sometime this week.
>> 
>> My intent is to use the benefits that Bean Validation v1.1 provides working with CDI for JSF validation.  I’ve replaced TomEE 1.6’s provided MyFaces with MyFaces 2.2 with no issues.  I’m still using the TomEE v1.6-provided CDI (1.0).
>> 
>> Will I need to update OpenWebBeans to a CDI 1.1-compliant version as well?
>> 
>> 
>> ---
>> Chris H. from One Season
>> 
>> 
>> 
>> On Feb 4, 2014, at 12:18 PM, Matt Benson <mb...@apache.org> wrote:
>> 
>>> Hi, Chris--the alpha release hasn't been rolled yet, but the bold of heart can build the code at http://svn.apache.org/viewvc/bval/branches/bval-11/ to give it a spin.  We'd be grateful for any early feedback you might want to provide.
>>> 
>>> Thanks,
>>> Matt
>>> 
>>> 
>>> On Tue, Feb 4, 2014 at 11:54 AM, Chris Harris <ch...@oneseasonmusic.com> wrote:
>>> Hi.
>>> 
>>> I’m using TomEE v1.6 and would like to replace the provided BVal version with a version that’s compatible with the Bean Validation 1.1 spec.
>>> 
>>> I’ve noticed v1.1.0-alpha on your JIRA, but I don’t see a means of grabbing the .jars, whether via a hyperlink or via Maven pointing to an Apache SNAPSHOT or Release repo.
>>> 
>>> How can I obtain v1.1.0-alpha?
>>> 
>>> ---
>>> Chris H. from One Season
>>> 
>>> 
>>> 
>>> 
>> 
>> 
> 


Re: How to get a binary for v1.1.0-alpha?

Posted by Chris Harris <ch...@oneseasonmusic.com>.
Yes, that does help.

Thanks, Matt.

---
Chris H. from One Season



On Feb 4, 2014, at 1:10 PM, Matt Benson <mb...@apache.org> wrote:

> Yes, Bean Validation 1.1 depends on CDI 1.1.  However, the Apache-published version of the 1.1 BV spec has not yet been formally released, so when building you'll either need to enable the Apache snapshots repository or enable the "ri" profile (i.e. -Pri) which will compile against the referenc implementation's API instead.
> 
> HTH,
> Matt
> 
> 
> On Tue, Feb 4, 2014 at 12:33 PM, Chris Harris <ch...@oneseasonmusic.com> wrote:
> Hi, Matt.
> 
> Lol - I had a feeling that you’d say that.
> 
> Sure.  I’ll give it a try…sometime this week.
> 
> My intent is to use the benefits that Bean Validation v1.1 provides working with CDI for JSF validation.  I’ve replaced TomEE 1.6’s provided MyFaces with MyFaces 2.2 with no issues.  I’m still using the TomEE v1.6-provided CDI (1.0).
> 
> Will I need to update OpenWebBeans to a CDI 1.1-compliant version as well?
> 
> 
> ---
> Chris H. from One Season
> 
> 
> 
> On Feb 4, 2014, at 12:18 PM, Matt Benson <mb...@apache.org> wrote:
> 
>> Hi, Chris--the alpha release hasn't been rolled yet, but the bold of heart can build the code at http://svn.apache.org/viewvc/bval/branches/bval-11/ to give it a spin.  We'd be grateful for any early feedback you might want to provide.
>> 
>> Thanks,
>> Matt
>> 
>> 
>> On Tue, Feb 4, 2014 at 11:54 AM, Chris Harris <ch...@oneseasonmusic.com> wrote:
>> Hi.
>> 
>> I’m using TomEE v1.6 and would like to replace the provided BVal version with a version that’s compatible with the Bean Validation 1.1 spec.
>> 
>> I’ve noticed v1.1.0-alpha on your JIRA, but I don’t see a means of grabbing the .jars, whether via a hyperlink or via Maven pointing to an Apache SNAPSHOT or Release repo.
>> 
>> How can I obtain v1.1.0-alpha?
>> 
>> ---
>> Chris H. from One Season
>> 
>> 
>> 
>> 
> 
> 


Re: How to get a binary for v1.1.0-alpha?

Posted by Matt Benson <mb...@apache.org>.
Yes, Bean Validation 1.1 depends on CDI 1.1.  However, the Apache-published
version of the 1.1 BV spec has not yet been formally released, so when
building you'll either need to enable the Apache snapshots repository or
enable the "ri" profile (i.e. -Pri) which will compile against the referenc
implementation's API instead.

HTH,
Matt


On Tue, Feb 4, 2014 at 12:33 PM, Chris Harris <ch...@oneseasonmusic.com>wrote:

> Hi, Matt.
>
> Lol - I had a feeling that you'd say that.
>
> Sure.  I'll give it a try...sometime this week.
>
> My intent is to use the benefits that Bean Validation v1.1 provides
> working with CDI for JSF validation.  I've replaced TomEE 1.6's provided
> MyFaces with MyFaces 2.2 with no issues.  I'm still using the TomEE
> v1.6-provided CDI (1.0).
>
> Will I need to update OpenWebBeans to a CDI 1.1-compliant version as well?
>
>
> ---
> Chris H. from One Season
>
>
>
> On Feb 4, 2014, at 12:18 PM, Matt Benson <mb...@apache.org> wrote:
>
> Hi, Chris--the alpha release hasn't been rolled yet, but the bold of heart
> can build the code at http://svn.apache.org/viewvc/bval/branches/bval-11/to give it a spin.  We'd be grateful for any early feedback you might want
> to provide.
>
> Thanks,
> Matt
>
>
> On Tue, Feb 4, 2014 at 11:54 AM, Chris Harris <ch...@oneseasonmusic.com>wrote:
>
>> Hi.
>>
>> I'm using TomEE v1.6 and would like to replace the provided BVal version
>> with a version that's compatible with the Bean Validation 1.1 spec.
>>
>> I've noticed v1.1.0-alpha on your JIRA, but I don't see a means of
>> grabbing the .jars, whether via a hyperlink or via Maven pointing to an
>> Apache SNAPSHOT or Release repo.
>>
>> How can I obtain v1.1.0-alpha?
>>
>> ---
>> Chris H. from One Season
>>
>>
>>
>>
>
>

Re: How to get a binary for v1.1.0-alpha?

Posted by Chris Harris <ch...@oneseasonmusic.com>.
Hi, Matt.

Lol - I had a feeling that you’d say that.

Sure.  I’ll give it a try…sometime this week.

My intent is to use the benefits that Bean Validation v1.1 provides working with CDI for JSF validation.  I’ve replaced TomEE 1.6’s provided MyFaces with MyFaces 2.2 with no issues.  I’m still using the TomEE v1.6-provided CDI (1.0).

Will I need to update OpenWebBeans to a CDI 1.1-compliant version as well?

---
Chris H. from One Season



On Feb 4, 2014, at 12:18 PM, Matt Benson <mb...@apache.org> wrote:

> Hi, Chris--the alpha release hasn't been rolled yet, but the bold of heart can build the code at http://svn.apache.org/viewvc/bval/branches/bval-11/ to give it a spin.  We'd be grateful for any early feedback you might want to provide.
> 
> Thanks,
> Matt
> 
> 
> On Tue, Feb 4, 2014 at 11:54 AM, Chris Harris <ch...@oneseasonmusic.com> wrote:
> Hi.
> 
> I’m using TomEE v1.6 and would like to replace the provided BVal version with a version that’s compatible with the Bean Validation 1.1 spec.
> 
> I’ve noticed v1.1.0-alpha on your JIRA, but I don’t see a means of grabbing the .jars, whether via a hyperlink or via Maven pointing to an Apache SNAPSHOT or Release repo.
> 
> How can I obtain v1.1.0-alpha?
> 
> ---
> Chris H. from One Season
> 
> 
> 
> 


Re: How to get a binary for v1.1.0-alpha?

Posted by Matt Benson <mb...@apache.org>.
Hi, Chris--the alpha release hasn't been rolled yet, but the bold of heart
can build the code at
http://svn.apache.org/viewvc/bval/branches/bval-11/to give it a spin.
We'd be grateful for any early feedback you might want
to provide.

Thanks,
Matt


On Tue, Feb 4, 2014 at 11:54 AM, Chris Harris <ch...@oneseasonmusic.com>wrote:

> Hi.
>
> I'm using TomEE v1.6 and would like to replace the provided BVal version
> with a version that's compatible with the Bean Validation 1.1 spec.
>
> I've noticed v1.1.0-alpha on your JIRA, but I don't see a means of
> grabbing the .jars, whether via a hyperlink or via Maven pointing to an
> Apache SNAPSHOT or Release repo.
>
> How can I obtain v1.1.0-alpha?
>
> ---
> Chris H. from One Season
>
>
>
>