Search:

Type: Posts; User: dturanski; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Gemfire 7.0.1 is in...

    Gemfire 7.0.1 is in http://repo.springsource.org/plugins-release. It may also be in the gemstone maven repo http://dist.gemstone.com/maven/release. This is a dependency for SDG 1.3.0 but if you are...
  2. Replies
    1
    Views
    140

    can you provide some more details about what you...

    can you provide some more details about what you are doing? Are you using Gemfire message store? outbound adapter?.
  3. Sticky: Spring Data GemFire 1.3.0 released for Java

    http://blog.springsource.org/2013/03/14/spring-data-gemfire-1-3-0-released/
  4. Actually, I changed findAll() to be consistent...

    Actually, I changed findAll() to be consistent with count. I think for the repository abstraction, it makes more sense. You can use other APIs to find out what's in local cache. This won't require...
  5. Yes. This is a bit tricky because of the way...

    Yes. This is a bit tricky because of the way gemfire works.In a client/server configuration count() does a true count of everything in the distributed grid. findAll() and all similar query methods...
  6. Thanks for reporting this. It is fixed and will...

    Thanks for reporting this. It is fixed and will be in the 1.3.0 release (very soon) https://jira.springsource.org/browse/SGF-156
  7. There's really no need for it. You can use Spring...

    There's really no need for it. You can use Spring Framework to declare a bean that will do whatever you need. Spring provides several options for running initialization code. For example:


    <bean...
  8. No. The client region is essentially a proxy to...

    No. The client region is essentially a proxy to the region.
  9. That's a strange error. Are you trying to create...

    That's a strange error. Are you trying to create the client and server in the same process? They must run in separate JVMs
  10. Spring Data GemFire 1.2.2 released for Java

    This is a patch release for Spring Data GemFire 1.2.1. Containing a few minor improvements and bug fixes. See the change log for details.
  11. WS Security can be very tricky. However you may...

    WS Security can be very tricky. However you may want to try wss4j:



    <bean id="wsSecurityInterceptor"
    class="org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor">
    <property...
  12. Replies
    2
    Views
    227

    http uri-variable escaping '?'

    Test Using the latest 2.2.0.BUILD-SNAPSHOT (also in RC2)



    <int-http:outbound-gateway url="{url}" request-channel="inputChannel" http-method="GET" expected-response-type="java.lang.String"
    ...
  13. Spring Data GemFire 1.2.1 released for Java

    Concurrent with the release of GemFire 7.0 comes Spring Data Gemire 1.2.1, providing full support for 7.0 features, notably Spring XML namespace support for the new WAN APIs.
  14. Replies
    1
    Views
    533

    Thanks for bringing this to my attention. It's...

    Thanks for bringing this to my attention. It's back now. However this should not prevent you from building or running your application as the schema are always packaged in the appropriate jar files...
  15. Spring Data GemFire 1.2.0.RC1 released for Java

    Downloads | JavaDocs | Reference Documentation | Changelog

    The Spring Data GemFire project aims to make it easier to build Spring-powered highly scalable applications using GemFire as distributed...
  16. I Agree the docs are not clear on this point. By...

    I Agree the docs are not clear on this point. By default Gemfire will use java serialization. Note serialization is only an issue if you are configured for persistence or require remoting (e.g. to a...
  17. Not there yet. I'm working on...

    Not there yet. I'm working on https://jira.springsource.org/browse/SGF-105 for v 1.2
  18. The locator is not required but recommended for...

    The locator is not required but recommended for production configuration. Without a locator you can do:


    <gfe:pool id="locgf-pool" subscription-enabled="true" server-group="locgf-servers">
    ...
  19. I understand. That would essentially be a...

    I understand. That would essentially be a convenient way to do the same thing internally. Gemfire doesnt support region
    names with '/' in them. It's really a syntax to reference subRegions in...
  20. The gfe namespace doesn't support this yet but...

    The gfe namespace doesn't support this yet but you can do something like this:


    package org.springframework.data.gemfire.config;

    import org.springframework.beans.factory.BeanNameAware;
    import...
  21. Replies
    6
    Views
    1,019

    OK. I created a JIRA for this...

    OK. I created a JIRA for this https://jira.springsource.org/browse/SGF-94
  22. Replies
    6
    Views
    1,019

    It looks like a bug but I am unable to reproduce...

    It looks like a bug but I am unable to reproduce the problem with a simple cache configuration with 2 instances running locally on different ports. It would help to see your property settings, logs,...
  23. Replies
    6
    Views
    1,019

    Can you post your cache config?

    Can you post your cache config?
  24. Re SMS, most carriers provide an smtp equivalent,...

    Re SMS, most carriers provide an smtp equivalent, e.g. , 9999999999@vtext.com (verizon)
  25. https://jira.springsource.org/browse/INT-2552

    https://jira.springsource.org/browse/INT-2552
Results 1 to 25 of 57
Page 1 of 3 1 2 3