Hi all,
I want to access to some services created in other bundles on the same Par project,
the services are difined for a class by adding the annotation : @Service("service_name")
In the...
Type: Posts; User: reeda; Keyword(s):
Hi all,
I want to access to some services created in other bundles on the same Par project,
the services are difined for a class by adding the annotation : @Service("service_name")
In the...
Hi all,
I want to use a scheduler (Quartz) in a bundle which export a service : "the scheduler",
So I don't know where must I put quartz.properties file in my bundle, for to be used by Quartz...
Hi,
thank you so much,
it work perfectly,
Best Regards
Hi all,
I want to increase the Maximum heap size of Spring DM Server, how can I do it ?
thank you
Best Regards,
Hi all,
I want to build a regular expression for validating a simple name,
a name can be composed by : A-Z, a-z and other caracters like : é, è, ç, ù, à, ', - and space
but the regular...
Hi,
I read the guide by I don't found enaugh details about where kipping shared libraries and shared services :confused:
thank you
Hi,
thank you so much for this link,
I hope that can help me to solve my problem :)
Hi,
thank you for your reply Glyn Normington,
but the WAR have some dependancies that must be executed, and these dependancies are external to the WAR,
in Tomcat Server, I deploy the WAR into...
Hi,
I want to deploy a WAR into Spring DM Server,
I tested the WAR with Tomcat 5.5 and 6, and it works perfectly,
Now I want to switch to Spring DM Server for this application, but I don't know...
Hi,
thank you so much rajasekhar17,
it work perfectly :)
thank you
Hi all,
I want to create a simple application using Spring Batch, but I don't found anything simple to understand, because I am newbie in SPRING,
I never create any project (in eclipse) using...
Hi all,
I want to use RichFaces components, and I don't know how to configure my application (using Spring WebFlow) for that,
Thank you
Hi all,
I'am newbie in Spring,
and I want to use Richfaces for my forms,
BUT, when i try to deploy my application, it's gives me some conflits,
I import in the /repository/bundles/usr all the...
Hi,
I want to create a form for uploading files, and I don't know what component I must use for my problem,
Thank you
Hi,
I try to modify a web application (Bundle project) which have a simple JSP form which send a query to a database via a controller (this application use Spring MVC too)
In the controller,...
Hi all,
I'm begining in Spring DM, and I want to make configuration files for spring (module-context.xml and osgi-context.xml) and i don't know how to do it,
and what is the difference between...
Hi all,
I try to execute my first web application using Spring DM Server,
for this I follow the steps in this tutorial,
but when I lunch the application, it gives me the following errors :
...
Thak you all :)