What if there is a service provider named in Turkish? Will using English
locale also fail under such situation?
2007/10/10, Leo Li <[EMAIL PROTECTED]>:
>
> Hi, all
> I found that harmony has problem to get Signature under the Turkish
> Locale.
> Here is an example:
>
>// Enfore t
Hi, all
I found that harmony has problem to get Signature under the Turkish Locale.
Here is an example:
// Enfore that providers information has been loaded.
Signature.getInstance("DSA");
Locale defaultLocale = Locale.getDefault();
try {
Locale
On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
>
> Gregory Shimansky wrote:
> > Andrew Zhang wrote:
> >> Hi all,
> >>
> >> I meet a problem when debugging java application with M3. It throws NPE
> >> immediately after pressing F5/F6. Here's simple test:
> >>
> >> public static void main(String
Great! Thanks and congratulations to everyone!
Does it make sense to create a tag for this in SVN like
https://svn.apache.org/repos/asf/harmony/enhanced/tags/5.0M3?
2007/10/9, Stepan Mishura <[EMAIL PROTECTED]>:
>
> Hi all,
>
> I'm glad to announce that M3 stable build has been released: The
> fo
On 10/9/07, Oliver Deakin <[EMAIL PROTECTED]> wrote:
> Tony Wu wrote:
> > On 10/8/07, Oliver Deakin <[EMAIL PROTECTED]> wrote:
> >
> >> Tony Wu wrote:
> >>
> >>> Sorry for reply late, just recover from national holiday.
> >>>
> >>>
> >> No problem :)
> >>
> >>
> >>> About the performance issue, nat
OK, I'll take a look, thanks.
On 10/10/07, Spark Shen <[EMAIL PROTECTED]> wrote:
> Would any Committer take a look at JIRA 4910? It's our first contribution of
> Ldap service provider.
>
> --
> Spark Shen
> China Software Development Lab, IBM
>
--
Tony Wu
China Software Development Lab, IBM
Would any Committer take a look at JIRA 4910? It's our first contribution of
Ldap service provider.
--
Spark Shen
China Software Development Lab, IBM
Gregory Shimansky wrote:
> Andrew Zhang wrote:
>> Hi all,
>>
>> I meet a problem when debugging java application with M3. It throws NPE
>> immediately after pressing F5/F6. Here's simple test:
>>
>> public static void main(String[] args) {
>> int count = 100;
>> for(int i = 0; i < c
Andrew Zhang wrote:
Hi all,
I meet a problem when debugging java application with M3. It throws NPE
immediately after pressing F5/F6. Here's simple test:
public static void main(String[] args) {
int count = 100;
for(int i = 0; i < count; ++i) {
System.out.println(i);
Tony Wu wrote:
On 10/8/07, Oliver Deakin <[EMAIL PROTECTED]> wrote:
Tony Wu wrote:
Sorry for reply late, just recover from national holiday.
No problem :)
About the performance issue, native code is faster but jni call is
heavy. So, icu4j 3.4 is good at encoding/decoding
Alexei Zakharov wrote:
Hi,
AFAIK internal providers implementation came from HARMONY-3593
([classlib][nio_char] Contribution of charset encoders/decoders for
nio_char module). And as far as I understand these providers still
have some benefits - they're faster than ICU's ones and fix some known
Hi all,
I meet a problem when debugging java application with M3. It throws NPE
immediately after pressing F5/F6. Here's simple test:
public static void main(String[] args) {
int count = 100;
for(int i = 0; i < count; ++i) {
System.out.println(i); // put a breakpoint h
Tim,
thanks for the new page. Looks great.
On 10/9/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
>
> There is a new download page is ready for you to take a look at and test.
>
> http://harmony.apache.org/download.cgi
>
> I removed the M1 and M2 builds, since they are not ones that we are
> encoura
There is a new download page is ready for you to take a look at and test.
http://harmony.apache.org/download.cgi
I removed the M1 and M2 builds, since they are not ones that we are
encouraging people to use, and I added the M3 source and Debian download
links. The idea is to move M1 and M2 int
Hi,
AFAIK internal providers implementation came from HARMONY-3593
([classlib][nio_char] Contribution of charset encoders/decoders for
nio_char module). And as far as I understand these providers still
have some benefits - they're faster than ICU's ones and fix some known
ICU issues (see HARMONY-3
On 9 October 2007 at 17:31, "Leo Li" <[EMAIL PROTECTED]> wrote:
> Hi, all:
> During implementing JndiLoginModule, I found we need a widget to
> generated crypted unix password[1].
> And there is a implementation for this encrypt algorithm in
> apache DS project[2]and it can save us reinv
Hi, all:
During implementing JndiLoginModule, I found we need a widget to
generated crypted unix password[1].
And there is a implementation for this encrypt algorithm in
apache DS project[2]and it can save us reinventing wheels. I intend
to include it as part of Harmony's code base and I
Dear committers,
Please excuse me for being persistent. I continue updating this thread
to keep it at the top of your mailboxes since I want one of you to get
a honorable responsibility of supporting a stress test suite.
To check changes one my use CruiseControl interface:
ant -Dtest.suites="hdk,
Hi Nadya,
I implemented a RSS feeds generation script for Harmony site and
contributed it to JIRA (HARMONY-4352).
I would be glad to assist you to integrate it on Apache Harmony server.
Thanks,
Yuri
On 10/4/07, Nadya Morozova <[EMAIL PROTECTED]> wrote:
>
> I suggest that a link to the bundle on
Hi!
I have a question to jit-gurus in this list.
I need to create some VarOpnd's. There's a bool parameter in VarOpnd
constructor called isPinned, and I am wondering what value to pass
there.
Could anybody please give the hints of the ideas behind isPinnedFlag
in VarOpnd? What for it is used for
Alexey Varlamov wrote:
> Did we deliberately dropped src tarballs from milestone downloads for M3?
> I assume we're long for them, and now when we have them in snapshots,
> it is strange to not see them in stable build.
We should have the links to src available too, and the Debian packages IMO.
F
Stepan Mishura wrote:
> I'm glad to announce that M3 stable build has been released: The
> following announcement was added to the news page:
> "The build is targeted primarily to improving overall stability and
> performance. This build contains the following enhancements enabled:
> an innovative
22 matches
Mail list logo