Thank you Sam!
Type: Posts; User: Beta User; Keyword(s):
Thank you Sam!
Now I try to write a service bundle and some problem trouble me so long. I write a service bundle to get the system time:
package timeservice;
public interface LocalTime {
public String...
Hi,
I've asked this question on the spring framework dm server forums, but just in case, I'll ask it here too. Has anyone had any success with getting any of the XA-capable transaction managers to...
I download the Formtags-shared-service src,there are two parts in it :formtags-shared-services-service and formtags-shared-services-war,I put them in the eclipes,But now I want to package the...
awilkinson,Thanks
hello,
i'm looking for something that could help me modularize web appplication, dm Server looks good but i have one question, in a standard war i have usually one directory with jsp pages, i'd like...
As I know,if you put the formtags-shared-services-service-1.4.0.RELEASE.jar and the formtags-shared-services-war-1.4.0.RELEASE.war both into the pickup folder , it can works.But when I put the...
Hi all,
Just for update... it was a problem of my toolsuite version... after upgrading it (to sts 1.1.1)... the problems went away... (thanks to christian)... :-)
greets,
Sandro
Hi,
I am trying to develop a PAR project within Eclipse with SpringSource Tooling Suite and SpringIDE. I have created a PAR project and a Bundle project and added the bundle as dependency to the...
Hi Sam,
Yes, i've tried both ways... but i'm still not clear if this is the way it should be... :-) If I set up a project reference the way you mentioned shouldn't the package appear in the...
hi all,
I'm facing the same problem... i've tried to refactor the hello example from sam (migration path from war to par) after updating the tool suite to the latest version and the dm server to...
Hello,
I'm trying to publish a Webservice done with JAX_WS but an error occurs:
[springsource.server.catalina].[localhost].[/TomTesteWS].
unknown E Exception sending context initialized...
Hi Christian,
thanks for your reply. I'll check out the GA release.
Nils
Congratulations and thank you for this great software! Keep up the good work!
Alex
Hi !
sometimes after starting Eclipse I'm not able to start the dm server using the Server Tooling. When I try to start the server using the "Servers" view, STS shows "Starting SpringSource dm...
And another weird thing...
logger.info("{} {} {}", new Object[] { "aaa", "bbb", "ccc"} );
Outside of spring dm server, this outputs
aaa bbb ccc
Inside dm server, this just outputs...
Thanks, I modified the native code to pass a reference to the original class and that works, but there's a strange issue with logging.
The native code has callbacks that end up firing listeners in...
Hi,
Today I tried to install a Spring WebFlow project onto the dm server but it told me that it has no webflow support. Ok, I installed the webflow library from eclipse toolings repository...
Ah that explains it. I guess I'll have to modify the library. Thanks.
I have no idea if this is the best approach with Spring DM but I use the Pax ConfigManager to load my properties file and make them available to my Spring bundles via the Configuration Admin service...
I depend on a library that has native code. I created a bundle from that library, but it's not working as expected.
The native code calls
_env->FindClass("name/of/class")
where the class is the...
Thanks, Joris, it works like a charm!
Hey all,
First thank you for the dm Server! I am really expecting some great development-related and production-related benefits from this cool platform.
One question. The dm Server doc states:...
Is it possible to run 2 independent DM Servers under Tooling in Eclipse ?