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...
Type: Posts; User: mkoss; Keyword(s):
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...
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.
...
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...
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...
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...
or:
<bean id="myMap" class="org.springframework.beans.factory.config.MapFactoryBean">
<property name="sourceMap">
<map>
...
</map>
</property>
I'm off to upgrade :)
Thanks
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...
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...
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...
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...
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?