Search:

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

Search: Search took 0.02 seconds.

  1. Using multiple EMF for sharding - txn handling

    Hi,

    We've a Spring project that was using JPA with Hibernate , but now needs to work with a sharded DB. Here, we determine the DB instance to connect to within the DAO method, and get the...
  2. Replies
    1
    Views
    776

    Setting proxy thru System props

    I was stuck with this same problem ; agree that there should be a hook to provide proxy information. However, since ClientHttpRequestFactorySelector chooses HttpURLConnection if HttpClient jars are...
  3. Replies
    7
    Views
    909

    spring-social-quickstart not quick enough

    I tried to get quickstarted using the spring-social-quickstart example, and was able to make it work, but understanding the sequence was painful since it has lot of signin/authenticaton related...
  4. Replies
    2
    Views
    633

    Hi Craig, you are right..on taking a second look...

    Hi Craig, you are right..on taking a second look i found that the app only saves the account's token/secret in DB AFTER the actual user has logged-in and authorized the app to do so. I mistook that...
  5. Replies
    2
    Views
    633

    API for creating Twitter account

    Hi,

    Is there a way to create a new Twitter account from an app using Spring Social ; assuming that the app has a consumer key and secret registered with Twitter? . Looking at the APIs in...
  6. Replies
    5
    Views
    2,858

    Spring Social authentication

    I am new to OAuth and Spring Social ; just wanted to understand how much of the authentication is taken care by Spring Social and how much the client (which uses SS) should do. In basic terms, is it...
  7. Replies
    3
    Views
    884

    If the order of records in output file dont...

    If the order of records in output file dont matter, maybe you can try writing each thread's output to a different file with some predefined format file_1.out, file_2.out etc. and then combine all...
  8. Replies
    5
    Views
    1,382

    Saving data across steps in memory

    Hi Dave,
    Can you pls elaborate on how to transfer the data across steps "in memory" without using the executionContext. Code snippet would help. Should we put it in another singleton bean ?

    My...
  9. Hi,...

    Hi,
    http://www.adobocode.com/spring/accessing-facebook-using-spring-social seems to be broken now ( i get Account Suspended) , can you please share the app elsewhere?
    Thanks,
    jaa
  10. Thanks, i knew that JTA is required only for...

    Thanks, i knew that JTA is required only for distributed tx, but was confused by the part that refers to JNDI "..and for controlling transactions on application server resources (e.g. JDBC...
  11. Clarification regarding JtaTransactionManager for single DB

    Hi,

    The API documentation for JtaTransactionManager http://static.springsource.org/spring/docs/2.5.x/api/org/springframework/transaction/jta/JtaTransactionManager.html states that "This...
  12. Websphere console steps for Mbean mgmt

    Hi,

    How do i bring up the Mbeans in Websphere console and manage them? - It'll be great if the steps for doing that can be posted as well. As i understand, the code snippet creates and registers...
  13. I'm facing the same problem. Database product...

    I'm facing the same problem.

    Database product version : Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    JServer Release 9.2.0.5.0 - Production
    JDBC driver name : Oracle JDBC...
  14. Replies
    4
    Views
    4,449

    Configuring Proxy server parameters

    Hi,

    I'm trying to test the Google WebService (based on code from http://www.deheus.net/petrik/blog/post/74/ ) and the bean is defined as below :

    <bean id="googleService"...
Results 1 to 14 of 14