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...
Type: Posts; User: jaalex; Keyword(s):
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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...
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"...