Well, partially out of laziness, partially out of efficiency.
I wish there was an in-memory version of MySQL, then you could have used exactly the same Schema.
However, I have looked more into...
Type: Posts; User: torarnek@pvv.org; Keyword(s):
Well, partially out of laziness, partially out of efficiency.
I wish there was an in-memory version of MySQL, then you could have used exactly the same Schema.
However, I have looked more into...
Hello,
In our application we would like to do our unit and integration tests with an in-memory database like H2, while in production run against MySQL. I am curious what the best practices are...
I have solved this by implementing my own view resolver called StaticViewResolver that looks like this:
public class StaticViewResolver implements ViewResolver, Ordered {
int order = ...
Hey guys,
I am looking into Spring 3.0M2 and trying use the rest stuff together with the classical mvc part, and I am running into an issue, so I hope it's ok to ask here.
Right now it seems...
Thanks Mark, I just sow in your documentation that <Channel /> is DirectChannel.
And by the way, the documentation excellent!
Hey,
From the HelloWorld example, when I remove the queue capacity tag from the outputChannel, I get the following exception:
java.lang.ClassCastException:...
JMS backed channels would great, and as I see it, a major contribution to the usefulness of the framework, as it would provide expected behavior. (channel = persistable)
Hey developers and users,
Is there a way to persist channels? For example configure the channels to use an underlying queuing technology like ActiveMQ.
For me using the JMS channel adapters...
This is strange. I removed the 1.5.5.A version from usr directory as you indicated, and now I have different situation. When deploying the same application I get:
Cannot resolve:...
I placed the jars in the bundles/usr directory. I did not remove the 1.5.5.A, as that would somehow defy the very purpose of using OSGI in the first place...
Yes, I also verified that the bundles...
Hey,
I am playing around with the Spring DM server, and it looks good, however I am facing some issues.
I have made a SpringWS application that uses SpringWS bundles provided in the Spring...
Hey userspring,
Are you able to use and define your own complex type as the fault?
If so, could you please post an example on how do you this?
I would be very interested!
Thanks,
The DAO need to be thread-safe in order to avoid e.g. conflicting writes. So they should be done in a transaction. This comes out of the box with spring and AOP.
Another question, would defining...
Hello,
I am planning to start an integration project in December this year, and I am curious to try out Spring Integration. (It looks very good from the documentation and the samples.) So my...
Hello,
I wish to share an extension to Spring WS so that it incoming unmarhalled objects will be send to methods that take the incoming class-type as input.
I have extended...
Thanks, that was very useful.
Hello,
I am slightly confused about how MessageDispatcherServlet gets it application context configuration files.
Because if I specify a configuration file in contextConfigLocation, it is not...
Hello,
I have made a simple extension to AbstractMarshallingPayloadEndpoint so that the incoming objects are routed to methods that take the incoming object as input. In this way I get endpoint...
fbascheper, I am curious, how do you know this is fixed in this new version of xmlschema?
Tor
Hello, and thanks for providing us with this great tool!
I have just ran into a slightly annoying thing. The Spring IDE is flagging an failed to to import and file not found if I do:
<import...
Hey,
It is mentioned that there are two new namespaces in the 1.5 release, but it doesn't seem like the samples are using any new namespaces. I am curious about these new namespaces and I wonder...
Hey, and first of all I would first like to express my gratitude to you guys for providing such a good contract-first framework! :)
I have an issue with generating wsdl-files with 1.5 release. The...
That was quick!
However, now when I press the "why contract-first", I loose the menu on the left...
Tor
Greetings,
I am big fan of contract-first development, and wish to point out one more reason for going contract-first, and that is reuse of data objects.
For example you define customer.xsd,...