You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Rafal Rusin (JIRA)" <ji...@apache.org> on 2008/08/08 16:03:44 UTC

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

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


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.


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

Posted by "Matthieu Riou (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-361:
----------------------------

    Priority: Trivial  (was: Major)

> 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
>            Priority: Trivial
>             Fix For: 2.0
>
>
> 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.