Why is Spring DM Testing tied to JUnit 3? Is there any reason why I can't use Junit 4?
Type: Posts; User: philswenson; Keyword(s):
Why is Spring DM Testing tied to JUnit 3? Is there any reason why I can't use Junit 4?
what do people typically do for deploying and testing a bundle in the runtime? Do they copy the bundle in and restart the runtime?
or do they automate telnet for hot deployment?
or?
also,...
here is my entire output when I run, btw:
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java -Dfile.encoding=MacRoman -classpath...
I'm evaluating the spring framework. Currently I'm trying to get some JDBC Template code to log the SQL. I put this file in the classpath:
log4j.properties
...
Does spring dm server offer any of the coolness that the Spring TC server offers? like the JMX admin stuff, JDBC tracing, etc? do you have to use Spring MVC to get the JDBC sql inspection stuff?
I am trying to create a Spring DM Service Bundle in the STS tool. Here is the screen shot: http://grab.by/CZg
It looks like the test/junit bundle stuff isn't getting hooked up right. Could...
I can't telnet to the console. I'm on OSX 10.6. SpringServer dm 2.0.0 M6.
When I do "telnet localhost 2401" it just doesn't connect.
The server is running and the...
I am evaluating SpringDM Server for a re-architecture project we are starting (I work for big enterprise software co). Another group in our company already evaluated it and my understanding that...