Search:

Type: Posts; User: mvangeertruy@comcast.net; Keyword(s):

Search: Search took 0.01 seconds.

  1. Where did org.springframework.security.ui.AbstractProcessing Filter go?

    I'm migrating a legacy application from Spring Security 2.x to 3.x. When my .jsp's are deployed I get the following errors:

    14:49:01,333 ERROR...
  2. 3.1.1.RELEASE recommended .jar containing org.aopalliance.intercept.MethodInterceptor

    What is the .jar recommended for use with Spring 3.1.1.RELEASE containing org.aopalliance.intercept.MethodInterceptor?
  3. Solution

    Solution:

    <beans:bean id="myBundleConfigurer"
    class="org.springframework.beans.factory.config.PropertyPlaceholderConfig">
    <beans:property name="ignoreUnresolvablePlaceholders"...
  4. Just a note, in my example I had ".cfg" endings...

    Just a note, in my example I had ".cfg" endings on the persistent Id's. In my working code, those are omitted.
  5. Admins, please delete this thread. It is a...

    Admins, please delete this thread. It is a duplicate.
  6. multiple tags not picking up all bean ref's

    There appears to be an issue when reading in multiple .cfg files and exposing them using
    <ctx:property-placeholder> in Karaf using SpringDM.

    Consider the following which only exposes...
  7. multiple tags not picking up all bean ref's

    There appears to be an issue when reading in multiple .cfg files and exposing them using in Karaf using SpringDM.

    Consider the following which only exposes myAppProperties, but not...
  8. SpringDM Container Managed Properties issue

    All.

    In my app, I have a service that connects to a database via Hibernate. I would like to have this service consume changes made to an external configuration file and implement those changes at...
  9. Passing an to as a constructor argument

    All,

    I'm attempting to pass a service reference as a <constructor-arg>. However, springDM is giving me an error stating my service reference isn't a bean. So, how do i convert my service...
  10. Solution

    Ok, after speaking with the Karaf group, it looks like the problem was with how I was starting my initialization method "doPopulate()".

    To fix this, I removed all of the final and static words...
  11. Error when passing a to a class

    I am getting the following error when deploying a springDM file into Karaf:


    org.springframework.beans.NotWritablePropertyException: Invalid property 'controller' of bean class...
  12. Replies
    1
    Views
    638

    Answered

    While waiting for a response, I did some testing and found that SpringDM does not recurse into the META-INF/spring directory to look for other directories containing .xml documents.
  13. Replies
    1
    Views
    638

    SpringDM Trigger Points

    All,

    I've got a bundle set-up with a resources/META-INF/spring directory. Within that directory we have a directory structure with spring .xml files. My question is, if you have a directory...
  14. Springsource's C3P0 bundle is broken

    The C3P0 bundle that Springsource provided is unable to dynamically-import drivers. I suggest it be re-bundled with DynamicImport-Package set properly, then tested with a few JDBC drivers to ensure...
  15. Could someone pls answer my question?

    Really, please?
  16. Spring, C3P0 and Karaf issue

    All,

    I'm deploying a bundle into Karaf 2.0.0 that makes use of Spring and C3P0 (the com.springsource version of C3P0), and I'm getting the following error:


    ...
  17. Necessity of karaf.spring.deployer to SpringDM

    We have a legacy (if 6 months old can be thought of as legacy) application heavily leveraging Spring and Camel deployed as java apps, not in any sort of container. For easier management of the...
  18. Necessity of karaf.spring.deployer to SpringDM deployed in Karaf 2.0.0

    Recently I started to use SpringDM inside of Karaf to deploy bundles that didn't have contexts defined. After a couple of days of failure, I commented out:
    ...
  19. RE: Beans element not resolving

    The schemas are included inside of the .jar file automatically. In the META-INF directory there is a schema document that maps the xsd URL's to .xsd's included in the Spring jar files. So, putting...
  20. Beans element not resolving

    All,

    Deploying a bundle into a Karaf 2.0.0 container that has Spring 3.0.3-RELEASE installed in it, I get an error from Karaf when it attempts to resolve the following beans element:



    <?xml...
Results 1 to 20 of 20