On Feb 12, 2007, at 12:19 PM, Mikhail Loenko wrote:
2007/2/12, Geir Magnusson Jr. <[EMAIL PROTECTED]>:
On Feb 12, 2007, at 2:13 AM, Mikhail Loenko wrote:
> 2007/2/8, Geir Magnusson Jr. <[EMAIL PROTECTED]>:
>>
>> On Feb 8, 2007, at 10:56 AM, Udovichenko, Nellya wrote:
>>
>> > Hello,
>> >
>> > I try to run Geronimo-1.2-beta (tomcat and jetty version) on
>> Harmony
>> > classlib + DRLVM.
>> > If commons-logging jar is added into the bootclasspath the
>> exception
>> > "java.lang.NoClassDefFoundError: org/apache/commons/logging/
>> > LogFactory"
>> > doesn't occur.
>>
>> Yep - I'm working on a real fix for this and it's almost there.
>>
>> >
>> > However the problem of the keystore types appears. It is
>> described in
>> > JIRA: GERONIMO-2015 and GERONIMO-2342.
>> >
>> > If we replace the keystore type with PKCS12 by adding the
>> parameter to
>> > config.xml:
>> > 1) Geronimo-1.2-beta (tomcat version) startup stops at 83%
>> > (webconsole-tomcat fails);
>> > 2) Geronimo-1.1-tomcat starts successfully.
>>
>> can we simply find a workaround, like implementing JKS?
>
> I'm afraid we can't. JKS is a Sun's proprietary standard [1]
It can't be both proprietary and standard :)
Once OpenJDK is open source, we can just reverse engineer it.
But since you are the expert - it's a format, right? Is there a
common access API? Can we put enough code in place to wrap our
implementation?
Sorry, I did not understand the last question
Never mind - I understand. We can't do anything until we can read
the JKS format, or convince Geronimo to do both JKS and PKCS12,
figuring out what works on the JVM they are running on and using
that. Sounds like a pain though.
Grrr.
geir