Stuart McCulloch wrote:
>
> 2009/4/13 derekv <derek_...@yahoo.com>
>> I tried this in the configuration file:
>>
>>
>> org.osgi.framework.system.packages.extra=sun.*,com.sun.*,com.sun.net.ssl.internal.ssl.*
>>
>
> note this property only works with recent releases of Felix (1.4 and
> later)
> and AFAIK it doesn't support wildcards - so you need to put the exact list
> of additional packages, like:
>
> org.osgi.framework.system.packages.extra=\
> com.sun.net.ssl,\
> com.sun.net.ssl.internal.ssl,\
> ...etc...
>
Hey, yeah, i took out the wild cards and it worked.
I figured it was something small i was doing wrong.
Its the little details that get you every time.
thanks!
--
View this message in context:
http://www.nabble.com/Unresolved-constraint-question-tp23024174p23038656.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org