Thank you!
Type: Posts; User: isobretatel; Keyword(s):
Thank you!
We have to deploy our Web application to non-OSGI containers (e.g. WebSphere, WebLogic). My understanding is that we need to use something like Equinox servlet bridge (and optionally Spring DM).
My...
CXF framework generates WSDL with custom types starting with lower case, e.g. for Java class "Person" WSDL will have complexType "person".
Is there a way to customize how CXF generates custom type...
Thank you!
I would like to inject bean property value as another bean property, e.g. something like:
<bean id="myDefaultValues"
class="MyDefaultValues">
<property name="defaultStartDate"...
Created three JIRA issues:
1.
Active Directory Integration
----------------------------
Key: SEC-876
Project: Spring Security
Issue Type: New Feature
Yes, of course.
I want to contribute 70+ files to Spring Security (Active Directory integration, SSO, LDAP extensions). What is the best way to contribute them? Create one JIRA issue and attach all files?
Hi,
I need to inject dependencies that are known at run-time; they are different for each request/invocation. For example, UserAccount.
In my MethodInterceptor, I am using...