[ 
https://issues.apache.org/jira/browse/OPENJPA-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13726431#comment-13726431
 ] 

garpinc commented on OPENJPA-2345:
----------------------------------

I'm having same issue with trunk release. Did you find resolution?
                
> OpenJPA logging in OSGi/Karaf
> -----------------------------
>
>                 Key: OPENJPA-2345
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2345
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: logging, osgi
>    Affects Versions: 2.2.1
>            Reporter: Luca Burgazzoli
>
> lbuonline 
> I'm trying to configure OpenJPA to properly work in Apache Karaf 2.3.0 and 
> everything seems to work well except the logging part as if I set the 
> following properties in the persistence.xml, the statement are obviously 
> logged in the console: 
> <properties>
>     <property name="openjpa.Log"                         
> value="DefaultLevel=TRACE"/>
>     <property name="openjpa.ConnectionFactoryProperties" 
> value="PrintParameters=true"/>
> </properties>
> If I set the following properties in the persistence.xml, nothing is logged 
> in karaf's log file: 
> <properties>
>     <property name="openjpa.Log"                         value="slf4j"/>
>     <property name="openjpa.ConnectionFactoryProperties" 
> value="PrintParameters=true"/>
> </properties>
> I've also tried to configure a custom logger or to use log4j or common as 
> logger but then the bundle fails to start with the following error: 
> 2013-03-01 10:00:37,360 | DEBUG | rint Extender: 1 | BlueprintEventDispatcher 
>         | ntainer.BlueprintEventDispatcher  136 | 7 - 
> org.apache.aries.blueprint.core - 1.0.1 | Sending blueprint container event 
> BlueprintEvent[type=GRACE_PERIOD, 
> dependencies=[(&(&(!(org.apache.aries.jpa.proxy.factory=*))(osgi.unit.name=DATAPU))(objectClass=javax.persistence.EntityManagerFactory))]]
>  for bundle jpa-openjpa 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to