Search:

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

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Chris, I do not see an annotated equivalent of...

    Chris,

    I do not see an annotated equivalent of PropertiesValueSource, <property-placeholder />, or PropertyPlaceholderConfigurer. I was expecting to be able to reference the location of my...
  2. Unfortunately, the release notes were far from...

    Unfortunately, the release notes were far from helpful:

    "* introduced annotated @Bean factory methods and JavaConfig-style @Configuration classes" -...
  3. What Happend to @PropertiesValueSource and @ExternalValue

    What happend to @PropertiesValueSource and @ExternalValue when JavaConfig was merged into Spring Core?
  4. I have the same problem when I upgraded from...

    I have the same problem when I upgraded from castor 1.1.1 to 1.2. 1.1.2.1 also works fine. I'm using spring 2.0.7 and spring ws 1.0.3.

    - Nick
  5. This is still an outstanding issue. - Nick

    This is still an outstanding issue. - Nick
  6. They do, give it a try.

    They do, give it a try.
  7. allowEmpty for CustomNumberEditor fails on primitives

    I have a CustorNumberEditor defined for a primitive int. I set the allowEmpty property to true. I would expect an empty String to be bound to the primitive int as a 0. However, I recieve a field...
  8. I am using Active Directory to query UserDetails...

    I am using Active Directory to query UserDetails and GrantedAuthorities. My GrantedAuthroities contain spaces in them. The AuthorizeTag strips spaces contained in the if*Granted attributes. Because...
  9. Replies
    8
    Views
    1,567

    Deploying the WAR to Tomcat works as expected. -...

    Deploying the WAR to Tomcat works as expected. - Nick
  10. Replies
    8
    Views
    1,567

    This issue occurs when the browser enabled...

    This issue occurs when the browser enabled directory structure for a webserver is turned off and a welcome-file-list is not specified in the web.xml. Enabling the directory list is not an option and...
  11. Replies
    8
    Views
    1,567

    bump - this is still an issue

    bump - this is still an issue
  12. Replies
    8
    Views
    1,567

    Repeatedly required to login to a directory

    I am repeatedly redirected to login to a directory each time I request the directory. However, I am only required to login once when I directly request a file in that directory. Ie. I repeatedly...
  13. No, I have not thought about using an XML -> Java...

    No, I have not thought about using an XML -> Java framework. Do you have any to suggest? Our system is almost finished, just working on the validation.

    PropertyEditorManager doesn't recognize...
  14. Yes, I have looked at the "traditional" way of...

    Yes, I have looked at the "traditional" way of using property editors. However, I'm not trying to register them, I'm trying to retrieve them.

    Will PropertyEditorManager allow me to access the...
  15. Simplified, I have a beans (really a List of...

    Simplified, I have a beans (really a List of beans, but this is simplified). Each bean has two members. One member is a String representing any java Class (i.e. java.lang.String, java.util.Date,...
  16. Retrieving Registered Custom Property Editors

    How do I retrieve the custom property editors that are registered with spring?

    - Nick
  17. Replies
    2
    Views
    1,011

    Redirect Request Parameters

    I would like to be able to modify my successViews in the following ways (preferably both).

    <bean id="resequencableListController"
    class="localhost.ResequencableListController">
    <property...
  18. Replies
    2
    Views
    1,011

    Redirect Request Parameters

    How do I controll the request parameters that are sent with a RedirectView?
  19. Replies
    4
    Views
    2,895

    So spring can't bind directly to a collection,...

    So spring can't bind directly to a collection, ie. a command object cannot be a list? Seems like a waste to have to create a wrapper class for collections.
  20. Replies
    4
    Views
    2,895

    reordering a list of command objects

    I would like to reorder a list of command objects. Minimally, each command object is represented by an order number (text input) and a unique id (hidden input). I would like to change the order...
  21. bump

    Can anyone help me?
  22. Resource path not resolved as ServletContext resource

    When I load the resource in Example 1, it loads as a ServletContext resource. When I load the same resource in Example 2, it appears to load as a class path resource (see Text 1). It's my...
  23. Bean definition does not carry a resolved bean class

    I realized that NS 6.1 is a Servlet 2.3 container that does not initialize listeners before servlets, whereas Tomcat 5.0.28 is a Servlet 2.4 container that does. So I just need to swap out the...
  24. Bean definition does not carry a resolved bean class

    When I run spring on NS6.1 I get the error below. But when I run it on Tomcat 5.0.28, everything work fine. Can anyone explain what this issue is and how I might resolve it?

    Internal error:...
  25. Replies
    3
    Views
    964

    Property Values and Newlines

    The reference guide has several examples of property values that are delimited by newlines.

    <bean id="filterInvocationInterceptor"...
Results 1 to 25 of 30
Page 1 of 2 1 2