Errored: apache/geode-native#870 (develop - 7b32fed)

2018-03-12 Thread Travis CI
Build Update for apache/geode-native
-

Build: #870
Status: Errored

Duration: 49 minutes and 19 seconds
Commit: 7b32fed (develop)
Author: Blake Bender
Message: GEODE-4427: Moving CliCallbackMethod to DistributedSystemImpl (#233)



Signed-off-by: Blake Bender 

View the changeset: 
https://github.com/apache/geode-native/compare/e1c75ded5c07...7b32fed6e75c

View the full build log and details: 
https://travis-ci.org/apache/geode-native/builds/352666167?utm_source=email_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications







This email was sent to dev@geode.apache.org (mailto:dev@geode.apache.org)
unsubscribe from this list 
(http://clicks.travis-ci.com/track/unsub.php?u=14313403=d73f96afc6ac4691ba2e760efa0cfe9b.J7HZbFy6S8dTlH7tD%2B7uJ8FM8HM%3D=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Ddev%2540geode.apache.org)

[PROPOSAL] Public API for Cluster Configuration

2018-03-12 Thread Patrick Rhomberg
Hello all.

  Please refer to the wiki page [1] for a proposal to expose modification
of cluster configuration.
  In short, this proposes an endpoint for developers to modify or extend
cluster configuration functionalities.  This would eventually replace
existing configuration classes (e.g., CacheCreation).
  The proposed intends to use JAXB to generate and translate between Java
Objects and the underlying cache configuration's XML.  Examples of these
generated classes are included in the proposal's Resources section.
  Regards.

Imagination is Change.
~Patrick

[1]
https://cwiki.apache.org/confluence/display/GEODE/Public+API+for+Cluster+Configuration


[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #854 was SUCCESSFUL (with 2379 tests). Change made by Mark Paluch.

2018-03-12 Thread Spring CI

---
Spring Data GemFire > Nightly-ApacheGeode > #854 was successful.
---
Scheduled with changes by Mark Paluch.
2381 tests in total.

https://build.spring.io/browse/SGF-NAG-854/




--
Code Changes
--
Mark Paluch (d8396689a0f8f5d9f1959bfc794c2d2006b0847a):

>DATAGEODE-89 - Export composable repositories via CDI.
>We now export composable repositories through our CDI extension. Repositories 
>can now be customized either by a single custom implementation (as it was 
>before) and by providing fragment interfaces along their fragment 
>implementation.
>
>This change aligns CDI support with the existing RepositoryFactory support we 
>provide within a Spring application context.



--
This message is automatically generated by Atlassian Bamboo

Re: jdbc schema is missing on apache

2018-03-12 Thread Jinmei Liao
Thanks!

On Mon, Mar 12, 2018 at 2:02 PM, Kirk Lund  wrote:

> The jdbc-1.0.xsd is now online at:
> http://geode.apache.org/schema/jdbc/jdbc-1.0.xsd
>
> On Wed, Mar 7, 2018 at 10:13 AM, Anthony Baker  wrote:
>
> > You need to add it to the geode-site repo on the asf-site branch:
> >
> > ~/code/geode-site (asf-site)$ find . -name *.xsd
> > ./schema/lucene/lucene-1.0.xsd
> > ./schema/cache/cache-1.0.xsd
> >
> >
> > Anthony
> >
> >
> > > On Mar 7, 2018, at 10:08 AM, Kirk Lund  wrote:
> > >
> > > Yep, I believe it should exist. Any ideas where and how to copy it from
> > > Geode src so that it appears at http://geode.apache.org/schema/jdbc?
> > >
> > > On Wed, Mar 7, 2018 at 9:59 AM, Jinmei Liao  wrote:
> > >
> > >> I am looking at some xml that specifies jdbc connector, the namespace
> is
> > >> pointing to "
> > >>
> > >> http://geode.apache.org/schema/jdbc;, but that url is missing on
> > >> apache website. Is it supposed to be there?
> > >>
> > >>
> > >>  > >>  xmlns="http://geode.apache.org/schema/cache;
> > >>  xmlns:jdbc="http://geode.apache.org/schema/jdbc;
> > >>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
> > >>  xsi:schemaLocation="http://geode.apache.org/schema/cache
> > >>  http://geode.apache.org/schema/cache/cache-1.0.xsd
> > >>  http://geode.apache.org/schema/jdbc
> > >>  http://geode.apache.org/schema/jdbc/jdbc-1.0.xsd;
> > >>  version="1.0">
> > >>
> > >>
> > >> --
> > >> Cheers
> > >>
> > >> Jinmei
> > >>
> >
> >
>



-- 
Cheers

Jinmei


Geode unit tests completed in 'develop/FlakyTest' with non-zero exit code

2018-03-12 Thread apachegeodeci
Pipeline results can be found at:

Concourse: 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/302



Re: jdbc schema is missing on apache

2018-03-12 Thread Kirk Lund
The jdbc-1.0.xsd is now online at:
http://geode.apache.org/schema/jdbc/jdbc-1.0.xsd

On Wed, Mar 7, 2018 at 10:13 AM, Anthony Baker  wrote:

> You need to add it to the geode-site repo on the asf-site branch:
>
> ~/code/geode-site (asf-site)$ find . -name *.xsd
> ./schema/lucene/lucene-1.0.xsd
> ./schema/cache/cache-1.0.xsd
>
>
> Anthony
>
>
> > On Mar 7, 2018, at 10:08 AM, Kirk Lund  wrote:
> >
> > Yep, I believe it should exist. Any ideas where and how to copy it from
> > Geode src so that it appears at http://geode.apache.org/schema/jdbc?
> >
> > On Wed, Mar 7, 2018 at 9:59 AM, Jinmei Liao  wrote:
> >
> >> I am looking at some xml that specifies jdbc connector, the namespace is
> >> pointing to "
> >>
> >> http://geode.apache.org/schema/jdbc;, but that url is missing on
> >> apache website. Is it supposed to be there?
> >>
> >>
> >>  >>  xmlns="http://geode.apache.org/schema/cache;
> >>  xmlns:jdbc="http://geode.apache.org/schema/jdbc;
> >>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
> >>  xsi:schemaLocation="http://geode.apache.org/schema/cache
> >>  http://geode.apache.org/schema/cache/cache-1.0.xsd
> >>  http://geode.apache.org/schema/jdbc
> >>  http://geode.apache.org/schema/jdbc/jdbc-1.0.xsd;
> >>  version="1.0">
> >>
> >>
> >> --
> >> Cheers
> >>
> >> Jinmei
> >>
>
>