Re: BVal and searchWiredBudles=false

2011-08-25 Thread David Blevins
That was perfect, btw.  Thanks so much!

I really love that whole bundles setup.  Being able to patch a file or two is 
so incredibly useful.


-David

On Aug 24, 2011, at 10:25 PM, Rex Wang wrote:

> commit At revision: 1161387
> Please check if that is what you want.
> 
> -Rex
> 
> 2011/8/25 David Blevins 
> Checked in a potential fix for the bean validation tests that fail with the 
> following issue:
> 
>java.lang.NullPointerException
>at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:626)
>at 
> org.apache.bval.jsr303.xml.ValidationParser.getSchema(ValidationParser.java:144)
> 
> Fixed version does no classpath scanning for the schema:
> 
>   
> https://svn.apache.org/repos/asf/geronimo/bundles/trunk/bval-jsr303/src/main/java/org/apache/bval/jsr303/xml/ValidationParser.java
> 
> I don't think I setup the bundle correctly as it pulls in all the transitive 
> dependencies, which is definitely not right.  If someone can take a peek, 
> that would be great.
> 
> -David
> 
> 
> 
> 
> -- 
> Lei Wang (Rex)
> rwonly AT apache.org



Re: BVal and searchWiredBudles=false

2011-08-24 Thread Rex Wang
commit At revision: 1161387
Please check if that is what you want.

-Rex

2011/8/25 David Blevins 

> Checked in a potential fix for the bean validation tests that fail with the
> following issue:
>
>java.lang.NullPointerException
>at
> javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:626)
>at
> org.apache.bval.jsr303.xml.ValidationParser.getSchema(ValidationParser.java:144)
>
> Fixed version does no classpath scanning for the schema:
>
>
> https://svn.apache.org/repos/asf/geronimo/bundles/trunk/bval-jsr303/src/main/java/org/apache/bval/jsr303/xml/ValidationParser.java
>
> I don't think I setup the bundle correctly as it pulls in all the
> transitive dependencies, which is definitely not right.  If someone can take
> a peek, that would be great.
>
> -David
>
>


-- 
Lei Wang (Rex)
rwonly AT apache.org


BVal and searchWiredBudles=false

2011-08-24 Thread David Blevins
Checked in a potential fix for the bean validation tests that fail with the 
following issue:

java.lang.NullPointerException
at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:626)
at 
org.apache.bval.jsr303.xml.ValidationParser.getSchema(ValidationParser.java:144)

Fixed version does no classpath scanning for the schema:

   
https://svn.apache.org/repos/asf/geronimo/bundles/trunk/bval-jsr303/src/main/java/org/apache/bval/jsr303/xml/ValidationParser.java

I don't think I setup the bundle correctly as it pulls in all the transitive 
dependencies, which is definitely not right.  If someone can take a peek, that 
would be great.

-David