I'm on karaf 2.3.3.
For jaas namespace version, i'm not sure its what you asked but I have :
xmlns:jaas="http://karaf.apache.org/xmlns/jaas/v1.0.0"
and for osgi configuration :
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>
org.apache.karaf.jaas.*,
org.apache.felix.*,
org.apache.karaf.*
</Export-Package>
<Import-Package>
*
</Import-Package>
</instructions>
</configuration>
--
View this message in context:
http://karaf.922171.n3.nabble.com/Jaas-realm-problem-tp4031391p4031397.html
Sent from the Karaf - User mailing list archive at Nabble.com.