Hi,
today I have ported a web application from Spring Dm Server 1.0.2 to Spring Dm Server 2.0.0 RELEASE.
In the older server when I changed a web page the modification was available immediately...
Type: Posts; User: Berso; Keyword(s):
Hi,
today I have ported a web application from Spring Dm Server 1.0.2 to Spring Dm Server 2.0.0 RELEASE.
In the older server when I changed a web page the modification was available immediately...
I tried to find a solution and I find where is the problem.
When I write this code:
Logger logger = LoggerFactory.getLogger(className.getClass());
logger.info(string);
DM server should...
I solved this problem 2 weeks ago.
I write an ant file to create the well-formed jar for this bundle.
Hi,
I'm using Spring dm server 2.0.0 with Spring 3.0.
I have some problem with log:
1) If Itry to deploy a plan dm server create the folder of the plan log into $SERVER_HOME/serviceability/log....
ok, I understan.
It's possible to change dinamicly the PID using some properties of the plan?
I tell you my problem.
I have a generic bundle and I want to deploy it in differents scopes, using...
ok, I read it.
But I want now if is possible to obtain the presistent-id from the file.plan...
I had just change the spring.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"...
Ok, but i want use some properties store in /repository/usr.
mi plan is file is:
<?xml version="1.0" encoding="UTF-8"?>
<plan name="multi-artifact.plan" version="1.0.0" scoped="true"...
Hi,
I'm tring to use the configuration file method, but it don't work.
I must put a placeholder bean inside the .xml file?
In the programmer guide it isn't so clear...
Bye, Matteo.
I'm using Spring DM Server 1.0.2.
I make a web service with apache CXF 2.2.3, I didn't find the bundle version so I had imported the jar version.
If I run the service with Spring source Tool Suite...
Hi,
You must change every port of DM server, you can find they in the config folder of Dm Server.
I had the same problem two weeks ago.
I solved this using this database connector:
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource">
<property name="driverClassName"...
Where can i find a link to download Springframework 3.0 M3?
I need the bundle or library version, because i want to use that framework with spring dm server 2.0.0.
The last repository version of...