You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2010/09/15 02:47:39 UTC

DO NOT REPLY [Bug 49932] New: Additional OSGI/BND configuration elements

https://issues.apache.org/bugzilla/show_bug.cgi?id=49932

           Summary: Additional OSGI/BND configuration elements
           Product: Log4j
           Version: 1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: steve.coy@axegroup.com.au


Some additional elements are required in the maven-bundle-plugin configuration.

We should get off on the right foot and set this as recommended in the OSGI
spec. The plugin tries to compose it from the groupId and artifactId (and
arrives at "log4j"):

<Bundle-SymbolicName>org.apache.log4j</Bundle-SymbolicName>

The following is needed so that log4j.properties/xml files are externally
accessible and also so that log4j can see user's .class files:

<Eclipse-BuddyPolicy>registered</Eclipse-BuddyPolicy>

... and it appears to be conventional to set this:

<Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


[Bug 49932] Additional OSGI/BND configuration elements

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49932

grobmeier <gr...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.2.18

--- Comment #1 from grobmeier <gr...@gmail.com> ---
thanks, changes applied!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org