Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Multiple service property values for the same key

    Is there a way to configure multiple service property values for the same key? What I'd like to be able to do is something like this:



    <osgi:service-properties>
    <entry key="function"...
  2. I moved my dm server directory onto the same hard...

    I moved my dm server directory onto the same hard drive partition as my STS workspace, and the problem went away. Not sure if the partitions were the cause of the problem or not, but in my original...
  3. Can't deploy bundles to dm Server running in STS 2.3

    I'm trying to run dm 2.0.0.RELEASE within STS 2.3.0.RELEASE as outlined in the Greenpages 2.1 sample. I can deploy the sample manually into the pickup directory and the app runs without problems, but...
  4. I think this is related to ...

    I think this is related to

    http://jira.springframework.org/browse/OSGI-747

    which I just uploaded an example patch that allows configuring service properties as described on this thread.
  5. Yes, I understand the intention of managed...

    Yes, I understand the intention of managed service factories, I would just like to be able to attache service properties to the services created by the factory.

    In my situation, my managed service...
  6. Replies
    1
    Views
    857

    Errors setting up 1.2 branch in Eclipse

    Hello, I was following the instructions at

    http://www.springsource.org/node/360

    but there seem to be some missing dependencies, as the core and web projects won't compile from the following...
  7. How to configure service properties on managed services

    In Spring DM 1.2 is there any way to configure service properties on a managed service factory so they are applied to each service that is registered? Something like this:

    ...
  8. Replies
    11
    Views
    4,485

    The trouble is I don't know a way to find out...

    The trouble is I don't know a way to find out JBoss' agentId. I think the issues still comes back to the way JBoss integrates into the Java 5 platform MBeanServer. Since to do this you have to use...
  9. Replies
    11
    Views
    4,485

    Nor did I suggest that. I'm merely saying that...

    Nor did I suggest that. I'm merely saying that the way JBoss 4.0.3 integrates the JDK 1.5 platform MBeanServer with it's own implementation has some twists that I need to work around.



    I...
  10. Replies
    11
    Views
    4,485

    I found the problem for me, it had to do with two...

    I found the problem for me, it had to do with two MBeanServer's being created. I had a class that contained


    private final MBeanServer mbeanServer =...
  11. Replies
    11
    Views
    4,485

    Trouble with Spring JMX with JBoss 4.0.3

    I'm trying to get my application's Spring-exported JMX beans to show up in both jconsole and in the JBoss JMX console under Java 1.5. To that end, I've configured JBoss to use the platform...
  12. Sure, the stack trace is below. Note that this...

    Sure, the stack trace is below. Note that this same bean defined in my xyz-servlet.xml works correctly, i.e. the ${xslt.cache} property gets replaced by the proper boolean value from the defined...
  13. Can PropertyPlaceholderConfigurer be used in views.xml?

    Hello,

    I just ran into an issue of trying to use a placeholder property in my views.xml configuration file. Even if I define a...
  14. Done: ...

    Done:

    http://opensource.atlassian.com/projects/spring/browse/SPR-730

    You are absolutely correct about breaking compatibility... but I thought keeping the class simple might be desirable, too :D
  15. Refactor AbstractXsltView to use Source instead of DOM

    I've been working with the AbstractXsltView class along with using JAXB for rendering XML objects. I would have liked to extend the AbstractXsltView class and make a few simple changes to use a...
  16. Replies
    5
    Views
    2,106

    Similar problem

    I'm having a similar problem where I have an AfterReturningAdvice implementation to index objects after they are inserted into a database via Hibernate. With logging enabled I've followed the chain...
  17. Replies
    3
    Views
    1,414

    I'm using 1.1.4.

    I'm using 1.1.4.
  18. Replies
    3
    Views
    1,414

    Can property file map keys contain periods?

    I'm trying to set a view class map property value with the following:


    parentView.marshallerProperties&#91;com.sun.xml.bind.namespacePrefixMapper&#93;=jaxbNamespacePrefixMapper

    But I get an exception...
  19. Replies
    1
    Views
    1,228

    Generating web URL from business layer

    I need to send emails after certain events in my application, and in those emails include a URL that points to an application URL. For example, when a user registers for an account, I send them an...
  20. What I mean is can you use two definitions of the...

    What I mean is can you use two definitions of the same wizard form class, each using a different command name. Sort of like this:


    <bean name="addIngredientForm"...
  21. Is it possible for you to use different command...

    Is it possible for you to use different command names for your two form controllers instead of using the default of 'command'? Then the session keys will be different for each one since the session...
  22. Replies
    2
    Views
    1,692

    For me at least suppressing validation does not...

    For me at least suppressing validation does not mean I want to suppress binding. I do not want to lose any changes a user might have made to the form. My scenario is something like this:

    1) a...
  23. Replies
    2
    Views
    1,692

    isFormChangeRequest for wizard forms

    I have a wizard-based form that I would like to be able to submit a "refresh" of the current page to re-load reference data but not perform any validation. This would be similar to the...
  24. Replies
    0
    Views
    1,364

    Paged validation support?

    I was wondering if Spring might perhaps better support "paged" validation as it arises from paged data entry controllers (eg. AbstractWizardFormController)... for example an interface like

    ...
  25. Replies
    6
    Views
    2,385

    Re: How to get Errors from XSLT view?

    I'd like to do this with the ResourceBundleViewResolver, but as far as I can tell only the UrlBasedViewResolver has this requestContextAttribute field. I could of course extend the...
Results 1 to 25 of 31
Page 1 of 2 1 2