Search:

Type: Posts; User: torarnek@pvv.org; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    683

    Well, partially out of laziness, partially out of...

    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...
  2. Replies
    3
    Views
    683

    Database neutral schema?

    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...
  3. Replies
    3
    Views
    2,759

    I have solved this by implementing my own view...

    I have solved this by implementing my own view resolver called StaticViewResolver that looks like this:


    public class StaticViewResolver implements ViewResolver, Ordered {
    int order = ...
  4. Replies
    3
    Views
    2,759

    ContentNegotiatingViewResolver

    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...
  5. Replies
    2
    Views
    930

    Thanks Mark, I just sow in your documentation...

    Thanks Mark, I just sow in your documentation that <Channel /> is DirectChannel.

    And by the way, the documentation excellent!
  6. Replies
    2
    Views
    930

    Channel type?

    Hey,

    From the HelloWorld example, when I remove the queue capacity tag from the outputChannel, I get the following exception:

    java.lang.ClassCastException:...
  7. Replies
    4
    Views
    1,046

    JMS backed channels would great, and as I see it,...

    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)
  8. Replies
    4
    Views
    1,046

    Persisting channels by default?

    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...
  9. Replies
    4
    Views
    1,313

    This is strange. I removed the 1.5.5.A version...

    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:...
  10. Replies
    4
    Views
    1,313

    I placed the jars in the bundles/usr directory. I...

    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...
  11. Replies
    4
    Views
    1,313

    Dependency issue

    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...
  12. Hey userspring, Are you able to use and define...

    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,
  13. Replies
    5
    Views
    1,384

    The DAO need to be thread-safe in order to avoid...

    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...
  14. Replies
    7
    Views
    1,885

    Schedule for the 1.0 release?

    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...
  15. Invoking methods based on Payload type

    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...
  16. Thanks, that was very useful.

    Thanks, that was very useful.
  17. contextConfigLocation and MessageDispatcherServlet

    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...
  18. Replies
    0
    Views
    497

    Endpoint methods matched by type

    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...
  19. fbascheper, I am curious, how do you know this is...

    fbascheper, I am curious, how do you know this is fixed in this new version of xmlschema?

    Tor
  20. gives error

    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...
  21. What namespaces in 1.5?

    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...
  22. WSDL generation issue with import on WLS

    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...
  23. Replies
    3
    Views
    1,085

    That was quick! However, now when I press the...

    That was quick!

    However, now when I press the "why contract-first", I loose the menu on the left...


    Tor
  24. Replies
    3
    Views
    1,085

    The why contract-first page

    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,...
Results 1 to 24 of 24