Re: Tests failing with no internet connection

2011-06-14 Thread Daniel Kulp
On Tuesday, June 14, 2011 2:10:34 PM Dennis Sosnoski wrote: > I'm having a hard time working out how to configure an XML catalog for > Spring configuration of CXF, with my currently-limited internet access. > If anyone has suggestions I'd appreciate hearing them. > > The strange part of the proble

Re: Tests failing with no internet connection

2011-06-13 Thread Freeman Fang
Hi Dennis, I think we've fixed most remote schema download during build. For an instance, here is a commit[1] I've done before to avoid downloading envelop.xsd. Which test failure you encountered without internet access? [1]http://svn.apache.org/viewvc?view=revision&revision=1025804 Freem

Re: Tests failing with no internet connection

2011-06-13 Thread Dennis Sosnoski
I'm having a hard time working out how to configure an XML catalog for Spring configuration of CXF, with my currently-limited internet access. If anyone has suggestions I'd appreciate hearing them. The strange part of the problem is that this only occurs with certain schemas, so I'm wondering if t

Re: Tests failing with no internet connection

2011-06-11 Thread Dennis Sosnoski
Ok, I'll try to get this set up. - Dennis On 06/12/2011 01:23 PM, Freeman Fang wrote: > Hi Dennis, > > Yep, we should add xml catalog to avoid downloading xsd remotely. > We already have local wsrm-policy.xsd in ws/rm module so we just need > add catalog.xml somewhere to map remote url to the

Re: Tests failing with no internet connection

2011-06-11 Thread Freeman Fang
Hi Dennis, Yep, we should add xml catalog to avoid downloading xsd remotely. We already have local wsrm-policy.xsd in ws/rm module so we just need add catalog.xml somewhere to map remote url to the local one. Freeman On 2011-6-12, at 上午6:28, Dennis Sosnoski wrote: I've been trying to fix s