@Marten
Thank you and Happy New Year
Type: Posts; User: arunpjohny; Keyword(s):
@Marten
Thank you and Happy New Year
@Martin, Thank you for your time
Can you what you mean by static bean? The documentation does not say anything about this.
I'm trying to create a `BeanPostProcessor` for registering some values to a Map.
The `BeanPostProcessor` works file if I'm create the bean instance via xml definition, but I change the bean...
Thanks for your support Craig.
Please find some of the problems I faced, I would try to share my code with you at a later stage.
ProviderSignInController
The signin request does not allow to...
Sorry for the delayed response guys!
I'm working on a multi tenant application where each customer will have a different URL.
ex: person x may have x.something.com and y can have y.something.com...
I'm working on a multi tenant application where each of the customer's have their on url like abc.services.com and xyz.services.com.
Now I want to integrate Spring Social to this application for...
In my application I want to handle the `Handler Not Found` condition using a custom page.
Now I'm using the `web.xml` `error-page` mapping with `<error-code>403</error-code>` to handle this case....
Hi,
What is the latest version of quartz and ehcache versions supported by spring 3.0.5?
From the deployed pom.xml the versions supported are 1.6.2 for both these libraries.
Is there any...
Hi,
What is the latest version of quartz and ehcache versions supported by spring 3.0.5?
From the deployed pom.xml the versions supported are 1.6.2 for both these libraries.
Is there any...
Thank Mr. Tareq. It worked fine.
Hi all,
What is the version of Apache Axiom to be used with 2.0. I'm trying to use Axiom 1.2.8 and it is throwing some method not found error.
I've a annotated end point as given below.
...
Thanks for the reply. I think a composite implementation of UserDetailsService will work for me.
Thanks for your time.
Hi all,
Happy New Year,
I'm trying to implement the SwitchUserFilter in an application I'm working on. I'm facing an issue in my implementation. Hope someone can help me to overcome it.
I...
I want to use a validate the password passed by the client against the SHA1 hashed password stored in the server.
As I went through the Wss4jSecurityInterceptor, the option is to write my own...
After some more search I found the answer here.
Hi,
I'm trying to write a web service using spring web service library. I'm able to configure my endpoints successfully and it is working fine, but I'm facing some issues with the exception...
Hi,
Will it be a valid to suggest that AbstractMarshallingPayloadEndpoint should return an empty message body if the response is null(Based on endpoint configuration - by default don't return...
Hi,
I'm using spring-ws to implement a web service interface for a application. The Interface requires an empty soap message for some web service calls.
How can I return an empty SOAP...
Hi,
Thank you for your support and time.
Does it means that we should not be using the ObjectFactory instead we should be using obly jaxb.index.
In my second sample I'd used jaxb.index instead of ObjectFactory. Then when we should be...
If there are no EndpointAdapters specified in your context spring will create the 4 EndPoint adapters itself.
But in your second case your context contains the...
Thanks for spending your time on this issue.
I've created a sample project in github. Please find the project here. You can download the project by clicking here.
The github project has two...
Hi,
Thanks for your reply.
Sorry I think I made a mistake related to the endPoint adapter. The adapter used is "MarshallingMethodEndpointAdapter".
Here is my spring configuration...
Hi,
I'm trying to add spring web service module to my project. I've added the the necessary beans and the required schema definition files. But I'm facing some issues with the name space...
Hi,
Sorry, there is a small correction in my code
public void testTransaction() {
extManager.getReadOnlyTransaction();
extManager.createTransaction();
}