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...
Type: Posts; User: msully72; Keyword(s):
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...
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...
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...
Thanks Costin
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:...
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...
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...
And my stacktrace:
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...
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...
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,...
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...
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...
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...
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...
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...