Wonderful! Thanks!
Type: Posts; User: tysgodhi; Keyword(s):
Wonderful! Thanks!
Well, my original idea had been to separate bundles doing JMS, database persistence and web services in order to provide those services to one another but have their own upgrade and maintenance...
One question on scoped plans. If I limit the scope to just the plan (scoped="false"? scoped="true"?) and include the dependency bundles in the plan, then those bundles shouldn't create conflicts for...
DMS-2260 solved the "staticmock" problem. I now have an ActiveMQ dependency problem because I had to move from v.5.1 to 5.3, and I will try a scoped plan. Thanks for your help!
I've got two apps running in production on dmServer 1.0.2.SR02. To test 2.0.0.RC1, I copied all my bundles from /bundles/usr to /usr, changed the imports to the new Spring library, and ran the apps...
Unfortunately, I've overwritten everything and don't have the configuration files I used or the jars I tried. I know I tried the Fuse bundle version of CXF, the bundles that ship with Servicemix 4...
I've done a project in DM Server with a web service, Hibernate and ActiveMQ connectivity. I tried to get CXF to work but failed. That is, it worked fine if I structured the web service component as...
3.4.2, build M20090211-1700. It just worked again this morning, so I'm feeling pretty good!
I just grabbed dm Server Tools 1.1.3 using Eclipse update, and it seems to have fixed my export problem. Thanks!! The great Eclipse integration is the main reason I'm confident enough to be...
Thanks! I was originally in Java when I got the error, but I then switched the perspective to Java Browsing and it then worked. Sehr sonderbar!
How does the Bundle export work? I tried selecting the project, selecting File/Export, selecting Bundle Project under SpringSource Tool Suite, and clicking Next, but nothing happens. If I do the...
I've gotten this to work as an OSGI bundle web module. The solution was to move all my dependency jars from the bundle root to the MODULE-INF/WEB-INF/lib directory, and remove the classpath...
One frequent cause for this error is failing to reference Xbeans jars. I've had to include xalan.jar, xbean-spring-xx.jar, xbeans.jar, and xml-apis.jar in my WEB-INF/lib directory. If you're...
Yes. To run it as a war, I fill out the web.xml file to define the Spring listener and point it at the application context file, move things to where they normally go in wars rather than where they...
They're missing because I kept getting this message that I couldn't post urls until I'd posted something first, so I took them out. Mine look like yours, except that I use https:// instead of...
I'm developing a web services app using jax-ws (the GlassFish version, not CXF). It works great running as an OSGI bundle as an Eclipse project staged to DM Server. It works great on DM Server when...