Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    997

    Thank you!

    Thank you!
  2. Replies
    2
    Views
    997

    Deployment to non-OSGI container

    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...
  3. CXF framework: generates WSDL with custom types starting with lower case

    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...
  4. Thank you!

    Thank you!
  5. How do I inject property value as another bean property?

    I would like to inject bean property value as another bean property, e.g. something like:

    <bean id="myDefaultValues"
    class="MyDefaultValues">
    <property name="defaultStartDate"...
  6. Replies
    4
    Views
    1,004

    Created three JIRA issues: 1. Active...

    Created three JIRA issues:

    1.

    Active Directory Integration
    ----------------------------

    Key: SEC-876
    Project: Spring Security
    Issue Type: New Feature
  7. Replies
    4
    Views
    1,004

    Yes, of course.

    Yes, of course.
  8. Replies
    4
    Views
    1,004

    Contribution - the best way?

    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?
  9. Replies
    1
    Views
    738

    Run-time dependencies injection

    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...
Results 1 to 9 of 9