Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    486

    Poor Prototype Bean Performance

    Hello - Has anyone else figured out how to improve the prototype bean instantiation performance? I profiled an application that uses prototype beans and the sycnhronize call in the following method...
  2. Replies
    2
    Views
    590

    So I got around the first issue

    By building a bundle from the XWS-Security 2.0. FCS jar.
  3. Replies
    2
    Views
    590

    Spring WS - Missing imports

    Hello - I am trying to get spring web services working within my OSGI env. I am running in eclipse and I am getting the following missing constraint for the org.springframework.ws.soap.security:
    ...
  4. Question on Changing the applicationEventMulticaster

    I have the need to use a custom event multicaster in my application. I configured a new bean in the spring/extender application context.xml called applicationEventMulticaster that uses my custom...
  5. 1.6

    I am using 1.6.
  6. Nevermind - figured out the issue

    It turns out that I had two bundles for apache commons loaded up (one from Spring / one from Eclipse). If you are running inside of JBoss AS you get that specific error I listed before, but in...
  7. Runing Spring Dynmaic Modules within JBoss

    Hi - I am trying to run Spring Dynamic modules within Jboss 5 AS. I am using the servlet bridge from Eclipse to bridge the two environments. I have been able to run this successfully within a...
  8. Replies
    5
    Views
    1,612

    Spring IDE Error with Spring DM 1.2

    Hello - Is anyone else seeing this error with the Spring DM 1.2 release:


    Class 'org.springframework.osgi.config.OsgiServiceLifecycleListenerAdapter' not found bundle-configuration-osgi.xml
    ...
  9. Replies
    2
    Views
    650

    Restart happens when the fragment is refreshed

    The restart occurs if the fragment that contains the log4j.properties is refreshed. Note: I am running in a standard Equinox runtime right now.
  10. Replies
    2
    Views
    650

    Logging Question

    Does anyone know how to configure log4j so that it does not cause a complete restart of all bundles that use log4j when the fragment with the configuration changes? For example, if you want to...
  11. Replies
    2
    Views
    1,197

    No ...

    No. I setup a quartz scheduler to spawn off a job at a specific intervals. The jobs are invoking code which eventually encounters a bean with a scope of "request". That is when I receive the...
  12. Replies
    2
    Views
    1,197

    Spring Quartz Jobs and Request Scope

    Is it possible to define a bean that is a request scope that is invoked by a Quartz job. When a request bean is encountered in the quartz job thread I get the following error:


    Error creating...
  13. Thanks - Found the issue.

    The issue was that a method on ClassA was invoking the processMessage method directly on itself. When I invoked the method from another class that was using the interface it worked correctly.
  14. Issue with Multiple Beans of the same class and AOP

    I have a situation where I have two beans defined which are of the same implementation class (ClassA) and implement the same interface (in this case InterfaceA):


    <bean id="beanA"...
  15. Replies
    0
    Views
    1,174

    Spring 2.5 JAX-WS vs Spring Web Services

    Hello - I am trying to determine the best way to hookup web services ontop of an existing spring application. Spring Web Services seems very straightforward, but Spring 2.5 supports JAX-WS for web...
  16. Replies
    1
    Views
    915

    Determining User ID

    I have a Dao class that needs to store the user ID as audit information when processing a request. It is not clear to me how I would be able to retrieve the user ID that was passed into web service...
Results 1 to 16 of 16