Search:

Type: Posts; User: Berso; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    705

    Hot Deploy of web page in War web bundle

    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...
  2. Thread: Logging Problem

    by Berso
    Replies
    17
    Views
    4,331

    Test

    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...
  3. Replies
    1
    Views
    1,094

    I solved this problem 2 weeks ago. I write an...

    I solved this problem 2 weeks ago.
    I write an ant file to create the well-formed jar for this bundle.
  4. Thread: Logging Problem

    by Berso
    Replies
    17
    Views
    4,331

    Logging Problem

    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....
  5. Replies
    12
    Views
    1,262

    ok, I understan. It's possible to change...

    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...
  6. Replies
    12
    Views
    1,262

    ok, I read it. But I want now if is possible to...

    ok, I read it.
    But I want now if is possible to obtain the presistent-id from the file.plan...
  7. Replies
    12
    Views
    1,262

    I had just change the spring.xml

    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"...
  8. Replies
    12
    Views
    1,262

    Ok, but i want use some properties store in...

    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"...
  9. Replies
    12
    Views
    1,262

    Hi, I'm tring to use the configuration file...

    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.
  10. Replies
    1
    Views
    1,094

    DM Server & CXF without Eclipse

    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...
  11. Replies
    2
    Views
    1,243

    Hi, You must change every port of DM server, you...

    Hi,
    You must change every port of DM server, you can find they in the config folder of Dm Server.
  12. I had the same problem two weeks ago. I solved...

    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"...
  13. Spring dm server 2.0.0 M2 with Springframework 3.0 M3

    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...
Results 1 to 13 of 13