Search:

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

Search: Search took 0.05 seconds.

  1. type mapping does not support the specified encoding

    Hello. I am having a problem connecting to a web service that one of the other teams in my organization has created. I continually get the error:

    type mapping does not support the specified...
  2. Replies
    3
    Views
    949

    Thanks for the tip, I'll give it a try a bit...

    Thanks for the tip, I'll give it a try a bit later. commons-logging.jar is already in my WEB-INF/lib, but maybe it's some other supporting class. I'll post the solution when I figure it out.
    ...
  3. Replies
    3
    Views
    949

    Problem deploying webapp

    Hi. I am trying to create and deploy my first Spring MVC webapp into Tomcat 5.5 (JDK 1.4.2) running on a Linux (Fedora Core 5) box. Unfortunately, I get the following error the first time I try to...
  4. Replies
    3
    Views
    1,279

    Yeah, I thought of that too, but management would...

    Yeah, I thought of that too, but management would not approve because they like the idea of a single deployment unit for each application. They have the phantom requirement (a phrase I love from...
  5. Replies
    3
    Views
    1,279

    Accessing another .ear's POJOs

    We have multiple applications deployed in the same app server in different .ear files that need to talk to each other. The current solution is a .properties file in the parent classpath that defines...
  6. Replies
    3
    Views
    927

    or:

    or:



    <bean id="myMap" class="org.springframework.beans.factory.config.MapFactoryBean">
    <property name="sourceMap">
    <map>
    ...
    </map>
    </property>
  7. I'm off to upgrade :) Thanks

    I'm off to upgrade :)

    Thanks
  8. I've been going through the source of the...

    I've been going through the source of the AbstractTransactionalDataSourceSpringContextTests and its super classes. I need a point to insert a method that will be called before each test is run, but...
  9. AbstractTransactionalDataSourceSpringContextTests onSetUp

    I am writing a BaseDatabaseTestCase that extends AbstractTransactionalDataSourceSpringContextTests and I want a method that will populate the database outside of the transaction. I will only run the...
  10. Replies
    1
    Views
    1,280

    Overriding beans for testing

    Hi. I am trying to set up an integration test, so I want to load all of my contexts. One of them is for a DataSource and uses the JndiObjectFactoryBean. If I try to load this in a JUnit test, I get...
  11. Replies
    5
    Views
    1,115

    Maybe something using a MapFactoryBean, although...

    Maybe something using a MapFactoryBean, although I'm not sure exactly what the implementation would look like. cmgharris is right, it wouldn't take too long to create your own FactoryBean that takes...
  12. Thread: Quartz question

    by mkoss
    Replies
    3
    Views
    2,319

    Did you wait for the appropriate time to pass?...

    Did you wait for the appropriate time to pass? Did you wait until 11:00 or 16:00, which is when one of the triggers will fire?
Results 1 to 12 of 12