Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    133

    Strom distributed with Spring MVC

    I'd like integrate the Real Distributed Library Storm (see here http://tinyurl.com/6ltpugb) into my MVC Project. Can somebody explain how to do do this? Does it even make sense to use both together?
  2. The following versions worked for me. ...

    The following versions worked for me.


    <dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-jpa</artifactId>
    <version>1.1.0.RELEASE</version>...
  3. Problem was incompatible jars.

    Problem was incompatible jars.
  4. What is causing PropertyAccessException?

    Need some pointers on the cause of the follow Exception and how to get rid of it.
    Exception:



    Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error...
  5. Replies
    2
    Views
    312

    Solved. Thanks

    Solved.

    Thanks
  6. Replies
    2
    Views
    312

    Testing with MockRestServiceServer

    Trouble testing one of the methods using MockRestServiceServer. Getting null for the value of "customer.getCustomerId()".

    Any suggestions why?

    @Test
    public void test() {
    ...
  7. Replies
    1
    Views
    215

    Resolved Classes

    I am following existing Social Implementations (facebook, twitter) as guide to add a new Service Provider.

    Not sure why I am getting the following error messages, can somebody provide some...
  8. Replies
    5
    Views
    317

    Great. You can find this Provider's API...

    Great.

    You can find this Provider's API reference here: http://tinyurl.com/ac2l3fs

    How do I get this Provider User Id? I had a look at the API docs (above), I see no reference .

    Thanks
  9. Replies
    5
    Views
    317

    Add New Service Provider

    Hi,

    I'm following the "Adding Support for a New Service Provider" Section from the Manual (see below for url) to add support for a new Service Provider. The Section "Creating an ApiAdapter" talks...
  10. Replies
    4
    Views
    604

    How to configure OAuth2RestTemplate

    Updated

    I am not sure if I have OAuth2RestTemplate configured correctly.

    Error:


    INFO: Pre-instantiating singletons in...
  11. Replies
    9
    Views
    641

    Pinging to register my interest for this feature...

    Pinging to register my interest for this feature to be added...
  12. Linkedin “Scope” Variable not working

    I'm having trouble setting up a connection to Linkedin Api using Spring Social.

    I am passing the "scope" variable "r_emailaddress" as a hidden field with the form to retrieve the email address but...
  13. Solved. It was the Keys afterall. I had keys in...

    Solved. It was the Keys afterall. I had keys in multiple properties files and application was referencing the wrong consumer key and secret.
  14. Connecting to Social Network with Spring Social

    Hi,

    I am using the Spring Show Application Example as a guide to connect to Twitter.

    When connection process is triggered by clicking the "Sign in with Twitter " button I get the folllowing...
  15. Send a Request to Multiple Users on Facebook

    Hi

    I'd like to implement an App Request feautre to enable users to send invites to facebook friends.

    I pasted below progress so far (not much), throws an error, not sure why?:...
  16. If you refering to "always-use-default-target"...

    If you refering to "always-use-default-target" option in security.xml then it does not seem to work on unprotected resources.
  17. Redirect back to previous page after sucessful login.

    Hello,

    I have a form that checks if user is "authenticated" when submit button is clicked. If not, they are redirected to the signin page (spring security). When user has been authenticated they...
  18. Replies
    4
    Views
    689

    Thank You for the reply. As things stand, when...

    Thank You for the reply.

    As things stand, when I use "signin with facebook", i have to also invoke "facebook connect" if I want establish a connection. This is required every time after...
  19. Replies
    4
    Views
    689

    Spring Social Authentication

    Hello,

    I'm trying to understand how Facebook Signin procedure works.

    If I understand correctly, the authenitcation procedure involves going through. 1) facebook authenitcation, then 2) local...
  20. Help translating sql statement into jpa query

    Hi

    Can someone give me the jpa translation for the following sql statement?

    select * from foo join bar on foo.bar_id=bar.bar_id left join moo m on foo.foo_id=m.foo_id where foo.some_id=?;
    ...
  21. Replies
    3
    Views
    366

    Perhaps an analogy will help. Consider a...

    Perhaps an analogy will help.

    Consider a database with 2 tables that holds "Questions" and a table that has a "OneToMany" Relationship called "Answers". For any given "Question" there can be in...
  22. Replies
    3
    Views
    366

    Pagination for Key/Value Pair

    Hi,

    I'm trying to paginate the content of OneToMany Relationship, so for a given Collection e.g. Map<Object, List<Object>>, contents of key and value pair need to be paged. At the moment, I'm...
  23. Replies
    0
    Views
    316

    Interpreting Code to xml Bean

    Hi,

    Can someone comment if following xml interpretation of Java is correct?



    #Code Snippet
    @Bean
    @Scope(value="request", proxyMode=ScopedProxyMode.INTERFACES)
    public Facebook...
  24. Replies
    0
    Views
    220

    Spring MVC Tag Issues

    Hi,

    I'm not sure what could be causing spring tag not to work.

    spring namepsace is defined at top of file:
    xmlns:spring="http://www.springframework.org/tags"

    The following line at head...
  25. Replies
    3
    Views
    521

    whats the alternative? I'm looking for a practice...

    whats the alternative? I'm looking for a practice solution.
Results 1 to 25 of 43
Page 1 of 2 1 2