Search:

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

Search: Search took 0.02 seconds.

  1. Thanks Costin. I've seen that some other...

    Thanks Costin.

    I've seen that some other people out there are working with Spring DM and GWT, so they might come up with some better solutions. Unfortunately, this project just got put on hold so...
  2. Replies
    9
    Views
    2,024

    You're right - since web.extender is a...

    You're right - since web.extender is a full-fledged bundle, rather than a fragment, you need it to be active.

    Try typing 'diag 35' to find out what OSGi is not happy about. Or try typing 'start...
  3. Pulling Services from BundleContext in ServletFilter

    So far this is working, but it seems unorthdox, so I figured I'd get some feedback here.

    I'm writing a Spring DM/GWT application. On the UI side, it currently consists of a window with a GWT menu...
  4. Replies
    2
    Views
    765

    Thanks Costin

    Thanks Costin
  5. Thierry - do you use Hibernate Annotations?

    Sorry to resurrect a month old thread, but I'm trying to get something similar to work right now, and I see that you directly include the springsource hibernate jars in your target:...
  6. Replies
    2
    Views
    765

    Classloaders and Bundle Listeners

    So, if I understand Spring DM correctly, each Bundle gets its own classloader. One thing I'm unsure of though is, if you have one bundle set up as a bundle listener, and it gets a bundleChanged...
  7. Stacktrace part 2

    Caused by: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [java.lang.String] to required type [java.lang.Class[]] for property 'interfaces'; nested...
  8. the stacktrace:

    And my stacktrace:
  9. My bundle can't find its own source code when building beans

    I have an application that consists of a dozen or so bundles at present. When I try running it, one of the bundles, when Spring DM tries creating the beans defined in my XML, throws class not found...
  10. Yup, just figured I'd post it here while I looked...

    Yup, just figured I'd post it here while I looked for a decent GWT forum, in case someone else was doing the same stuff.

    And, unfortunately, there doesn't seem to be a really good answer right now...
  11. Thoughts on GWT bundles that add screens to a project?

    I'm writing a Spring DM, web based application. We're looking at using GWT for the presentation. What we need to do, however, is be able to dynamically add views from new bundles - so for example,...
  12. I ended up just creating a basic servlet and...

    I ended up just creating a basic servlet and redirecting the soap message to it.

    Turns out my problem was that IE was putting in an encoding statement during the XML transforms which didn't match...
  13. Logging an incoming message before it is parsed?

    Hi folks, I have a web service with a PayloadLoggingInterceptor. I am sending SOAP messages generated in javascript on the browser. They work fine from firefox but there is an error when I use...
  14. Replies
    4
    Views
    1,201

    If I understand what you are trying to do, you...

    If I understand what you are trying to do, you should have your DAO bundle, with one bundle-context.xml (possibly with some of the xml in bundle-context-osgi.xml)
    The bundle context for the DAO...
  15. Replies
    3
    Views
    2,350

    I'm using slf4j between my code and log4j, but . . .

    I am still configuring log4j.

    I'm knew to the Spring DM world, so my apologies if this is not the type of solution you were looking for.

    I have a fragment bundle with a log4j.xml (you can use a...
  16. Replies
    4
    Views
    1,201

    New to spring, but

    Some questions:

    1. Are your panel and the DAO in the same bundle? If so, unless I'm missing something, you still need to inject your DAO into your panel object in your context.xml.

    2. If they...
Results 1 to 16 of 16