I spoke too soon - I checked this morning and they are in there now.
-Scott
Type: Posts; User: setatum; Keyword(s):
I spoke too soon - I checked this morning and they are in there now.
-Scott
I voted this issue up. We do a lot of automated building with maven+hudson and I would also like to see maven bundlor and STS bundlor manifest transformation behave as much alike as possible.
Thanks for the clarification - the intersection of the two version ranges makes perfect sense. Good to know.
-Scott
It does still work, thanks. I have a different question now though.
When I run the generation of MANIFEST.MF from template.mf within STS, it generates this manifest:
Manifest-Version: 1.0...
If I look at this issue fixed for 1.5.7:
http://jira.springframework.org/browse/SWS-488
Arjen indicates that 1.5.7 will be put in the SSEBR and will work with DM server. I'm looking in the...
After a couple hours of trying different things, I eventually figured it out. I had to make two changes. First, javax.resource is not part of the dm server install - I had to download and install...
I've made my own data sources bundle in an attempt to expose data sources for my web apps. The relevant bean in my module-context.xml looks like this:
<bean id="dataSource"...
Thanks Christian, this worked for me as well! We currently use a different SCM than subversion so I didn't need that part of the plugin anyway.
We've been using m2e for about 6 months now, after I...
I've downloaded and installed STS 2.0.0 (enterprise license, plat support) in order to do some DM Server app development.
I'm trying to install the latest release of the M2E plugin (currently...
I figured it all out, after trying various things. Eventually a more careful reading of the reference documentation and API docs enlightened me more. To get the services to work I had to add an...
I've written a proof-of-concept project based on the spring-ws-samples projects to demonstrate building contract-first web services with spring-ws (for internal folks). It builds to a war right now,...