You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2009/01/14 16:58:15 UTC

[jira] Resolved: (ODE-361) Logging improvement (removing hibernate started)

     [ https://issues.apache.org/jira/browse/ODE-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou resolved ODE-361.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0)
                   1.3
         Assignee: Matthieu Riou

Patch applied. I agree it was a bit annoying, especially when you don't use Hibernate :)

> Logging improvement (removing hibernate started)
> ------------------------------------------------
>
>                 Key: ODE-361
>                 URL: https://issues.apache.org/jira/browse/ODE-361
>             Project: ODE
>          Issue Type: Improvement
>          Components: JBI Integration
>         Environment: JBI
>            Reporter: Rafal Rusin
>            Assignee: Matthieu Riou
>            Priority: Trivial
>             Fix For: 1.3
>
>
> This log is annoying. Please apply this patch:
> Index: src/main/java/org/apache/ode/jbi/OdeLifeCycle.java
> ===================================================================
> --- src/main/java/org/apache/ode/jbi/OdeLifeCycle.java  (revision 44141)
> +++ src/main/java/org/apache/ode/jbi/OdeLifeCycle.java  (working copy)
> @@ -115,8 +115,6 @@
>              __log.debug("Starting Dao.");
>              initDao();
> -            __log.info("Hibernate started.");
> -
>              __log.debug("Starting BPEL server.");
>              initBpelServer();
> Regards

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.