X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.22.2a (ClamAV engine v0.102.2) X-Junk-Score: 0 [] X-KAS-Score: 0 [] From: "Jesse Tayler" Received: from mail-qt1-f182.google.com ([209.85.160.182] verified) by selbstdenker.ag (CommuniGate Pro SMTP 6.3.3) with ESMTPS id 26354091 for webobjects-dev@wocommunity.org; Wed, 25 Aug 2021 14:21:32 +0200 Received-SPF: none receiver=post.selbstdenker.com; client-ip=209.85.160.182; envelope-from=jtayler@oeinc.com Received: by mail-qt1-f182.google.com with SMTP id l24so19631056qtj.4 for ; Wed, 25 Aug 2021 05:21:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oeinc-com.20150623.gappssmtp.com; s=20150623; h=from:mime-version:subject:date:references:to:in-reply-to:message-id; bh=FSDYRupo1I0gwpITE16AtaBAVAKj9O98DblCTgIU3x4=; b=dTffw4ltvXdyxlp+u9dYE+x7otpM0iD1X9ujv24015LerZD8Xin73KnKZrFN4xlhHa 0G1ffnrPo8WqQXSHP6WebVQUqCn5iLflKdMV5oaJZS+wpgFs1PyZLp7I3KxpGrZsgH4P RHYtWRW7BZpQmO3hV2vhgaJRpFhMxmTAk/3lLcwGXwGaofijs/T2011aomT3ynWLJ2Z1 QeB8pVGtILO9p5D6zfSfviabG4vXnKKu6QKVtJL5QUCpsPagEst+JuUVLSK1gsxta3kh GZ+K/elb0Zyfrgi5FPRYrrs+DVR9HsJruouOG+9CJzfduTVVtxFzPfAdyqNVhguwayF0 6tRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:subject:date:references:to :in-reply-to:message-id; bh=FSDYRupo1I0gwpITE16AtaBAVAKj9O98DblCTgIU3x4=; b=kgmRQ+uFRldriEhNt2KkEqln1xu08ckAJQ/oT06xbvnAvlQsnrVZa+nqRZNbLAQqVL qVKwesFzb0iKgGamQu3R+NxxuLSi8WNwNYUIzYlyYnTdRbpR4WcpMfy6zos01KhVruE2 teDpW6R6FJfB+PjbjZoviO41i88ep3tUrv83+3V8BpyEkYA0aDpzqN30Krtv8rkq55cy 89DV7Zh5YQH+xcY4cHsKjj2m/OUiy92RK0nq8BpP8XOYoeovyqJYth6J2bzxBmFARJK1 aWhP9zdO/O8cv8ay6HfZTm2xrXC9zw9QtD7rNzHpTg1MaWfL9+l7x1rGZtCgmk7T/Fpb XMLg== X-Gm-Message-State: AOAM530klHOk+AH7CWPJ3mrqdrfuiPMwJ1VhBC6enJKEn1eb7JMuaOkN N++stK/9ECHFjbNvWYS+RzoQ9xL4z3SJBQ== X-Google-Smtp-Source: ABdhPJyhtu2AgAZoJhwmwYPIWY/TwJ4U85CVQdT9fqLkZB1kpNWt4iFm+sHISoyvN4QT1Z/9yj+V0w== X-Received: by 2002:ac8:7207:: with SMTP id a7mr39104809qtp.32.1629894071154; Wed, 25 Aug 2021 05:21:11 -0700 (PDT) Return-Path: Received: from [192.168.1.16] ([69.169.5.176]) by smtp.gmail.com with ESMTPSA id q11sm12605042qkm.56.2021.08.25.05.21.10 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Aug 2021 05:21:10 -0700 (PDT) Content-Type: multipart/alternative; boundary="Apple-Mail=_67D4EA1A-69AA-4FD2-93BB-14C8C1CE52F1" Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.2\)) Subject: Re: [WO-DEV] java.lang.IllegalAccessError: class com.webobjects.foundation.NSTimeZone (in unnamed module @0x6c2c1385) cannot access class sun.security.action.GetPropertyAction Date: Wed, 25 Aug 2021 08:21:09 -0400 References: To: WebObjects & WOnder Development In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3654.60.0.2.2) --Apple-Mail=_67D4EA1A-69AA-4FD2-93BB-14C8C1CE52F1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I don=E2=80=99t yet us Maven, but I have Docker working and like the = container. I=E2=80=99d prefer a WO Docker that was better quality, I=E2=80=99m = based on a docker file I cannot really read or understand. What=E2=80=99s your docker link? Is there a page for it? > On Aug 24, 2021, at 6:57 PM, Ramsey Gurley = wrote: >=20 > The dockerfile is rebuilt on every maven build with the -Pdocker = profile. I need to add an env variable for the WOHost in the case of = generating complete urls. That's my only known issue at the moment with = it. Also, the artifactId needs to be lowercase, simply because docker = doesn't like uppercase in image names. >=20 > I looked at a lot of different approaches, but using the = exec-maven-plugin seems the most straightforward. >=20 >> On Aug 25, 2021, at 1:44 AM, Jesse Tayler = > = wrote: >>=20 >> Nice, did you end up compiling your docker file? >>=20 >> Mine is based on another docker file that frankly, I can=E2=80=99t = reliably read -- although it nicely adds WO / Wonder along with my = configurations and installs, it=E2=80=99s not easy for me to edit and = adjust and I=E2=80=99d like to improve that on the next time around =E2=80= =94=20 >>=20 >>> On Aug 24, 2021, at 12:41 PM, Ray Kiddy = > = wrote: >>>=20 >>> Hey there - >>>=20 >>> So, I ran the instructions below, starting with the cloning of the = wodocker project. I am on OSX 11.3.1 and usually run java11. I had to = launch my Docker app to get the daemon working. I had to install java16. >>>=20 >>> And everything worked? The app launched successfully? WTF, man! How = _did_ this happen? :--) >>>=20 >>> Ramsey. Your share of this is much appreciated. >>>=20 >>> cheers - ray >>>=20 >>>=20 >>> On 8/23/21 3:48 PM, Ramsey Gurley wrote: >>>> Hey Markus, >>>>=20 >>>> Yeah, you need to do a >>>>=20 >>>> --add-exports java.base/sun.security.action=3DALL-UNNAMED >>>>=20 >>>> for that on compile as well as run. You can add it to the compile = with the maven-compiler-plugin and to run in eclipse, add it under VM = args in the run config for your woapp. I have a maven build of a WO app = in a docker container that works on Java 16 I've been working on in my = spare time. >>>>=20 >>>> = https://nam12.safelinks.protection.outlook.com/?url=3Dhttps%3A%2F%2Fgithub= .com%2Fnullterminated%2Fwodocker%2Fblob%2Fmaster%2Fpom.xml&data=3D04%7= C01%7CRamsey.Gurley%40practicemojo.com%7Ce1a6345d48f4486216e008d9671e8dcf%= 7Cde0a512999d34d35a92809047a134775%7C1%7C0%7C637654203194385457%7CUnknown%= 7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6= Mn0%3D%7C1000&sdata=3D8WEoKefwakdd5mvI6vu7PJBGDTiQ%2FneCS5%2B7bgtx%2FR= Q%3D&reserved=3D0 = >>>>=20 >>>> I need to add a readme, but if interested in building in a = container, just >>>>=20 >>>> git clone git@github.com = :nullterminated/wodocker.git >>>> cd wodocker >>>> mvn clean verify -Pdocker >>>>=20 >>>> to run it is, >>>>=20 >>>> docker run --rm -it -p 8080:8080 your.app/wodocker:latest >>>>=20 >>>> And then visit http://localhost:8080/ >>>>=20 >>>> This assumes you have java 16, maven, and docker installed with = docker configured such that you don't need sudo. >>>>=20 >>>> I was setting up a maven archetype for it, but the = archetype:create-from-project goal doesn't seem to like the fluffy bunny = layout and I end up with no java source files in the archetype. >>>>=20 >>>> Ramsey >>>>=20 >>>>> On Aug 23, 2021, at 11:56 PM, Markus Ruggiero (rucotec) = > = wrote: >>>>>=20 >>>>> I am setting up a new virgin test environment >>>>>=20 >>>>> latest BigSur 11.5.2 >>>>> latest JDK from Oracle (16.0.2) >>>>> latest ant (1.10.11) >>>>> latest Eclipse for Java Developer (4.20.0) >>>>> WOlips from = https://nam12.safelinks.protection.outlook.com/?url=3Dhttps%3A%2F%2Fjenkin= s.wocommunity.org%2Fjob%2FWOLips_master%2FlastSuccessfulBuild%2Fartifact%2= Ftemp%2Fdist%2F&data=3D04%7C01%7CRamsey.Gurley%40practicemojo.com%7Ce1= a6345d48f4486216e008d9671e8dcf%7Cde0a512999d34d35a92809047a134775%7C1%7C0%= 7C637654203194385457%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV= 2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=3DnYetJ581Z9wB9LWFS= AsqrPBGW4oGoAfOPJ%2BmyXz9fNc%3D&reserved=3D0 = >>>>>=20 >>>>> Installed WO through WOInstaller.jar >>>>> - had to run it several times. Each time it failed with = unpacking after some more percentage has been processed. Eventually it = made it to 100% >>>>>=20 >>>>> Created WOLips.properties >>>>> Downloaded Wonder-Master (7.3-snapshot) >>>>>=20 >>>>> ant frameworks >>>>> - chokes on Profiling, just removed this framework -> success >>>>> ant frameworks.install >>>>> - ok >>>>>=20 >>>>> In Eclipse create my first WonderApplication, Eclipse workspace is = set to Java Compiler 1.8 compliance, no other changes or configs. >>>>>=20 >>>>> Run as WOApplication >>>>> CRASH! >>>>>=20 >>>>> Aug 23 16:37:28 BasicConcepts[49665] WARN NSLog - Application = project found: Will locate resources in = '/Users/ruggiero/Programming/eclipseWorkspace/BasicConcepts' rather than = '/Users/ruggiero/Programming/eclipseWorkspace/BasicConcepts/' . >>>>> Aug 23 16:37:28 BasicConcepts[49665] WARN = er.extensions.appserver.ERXResourceManager - Application project found: = Will locate resources in = '/Users/ruggiero/Programming/eclipseWorkspace/BasicConcepts' rather than = '/Users/ruggiero/Programming/eclipseWorkspace/BasicConcepts/'. >>>>> Aug 23 16:37:28 BasicConcepts[49665] WARN NSLog - A fatal = exception occurred: class com.webobjects.foundation.NSTimeZone (in = unnamed module @0x6c2c1385) cannot access class = sun.security.action.GetPropertyAction (in module java.base) because = module java.base does not export sun.security.action to unnamed module = @0x6c2c1385 >>>>> [2021-8-23 16:37:28 CEST]
java.lang.IllegalAccessError: = class com.webobjects.foundation.NSTimeZone (in unnamed module = @0x6c2c1385) cannot access class sun.security.action.GetPropertyAction = (in module java.base) because module java.base does not export = sun.security.action to unnamed module @0x6c2c1385 >>>>> at = com.webobjects.foundation.NSTimeZone.systemTimeZone(NSTimeZone.java:971) >>>>> at = com.webobjects.foundation.NSTimeZone.defaultTimeZone(NSTimeZone.java:818) >>>>> at = com.webobjects.foundation.NSTimestampFormatter.defaultFormatTimeZone(NSTim= estampFormatter.java:734) >>>>> at = com.webobjects.appserver.WOStatisticsStore.(WOStatisticsStore.java= :249) >>>>> at = com.webobjects.appserver.WOApplication.(WOApplication.java:853) >>>>> at = er.extensions.appserver.ajax.ERXAjaxApplication.(ERXAjaxApplication.= java:30) >>>>> at = er.extensions.appserver.ERXApplication.(ERXApplication.java:1129) >>>>> at your.app.Application.(Application.java:10) >>>>> at = java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(= Native Method) >>>>> at = java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(N= ativeConstructorAccessorImpl.java:78) >>>>> at = java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstan= ce(DelegatingConstructorAccessorImpl.java:45) >>>>> at = java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.= java:499) >>>>> at = java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:1= 28) >>>>> at = java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFac= tory.java:350) >>>>> at java.base/java.lang.Class.newInstance(Class.java:642) >>>>> at = com.webobjects.appserver.WOApplication.main(WOApplication.java:547) >>>>> at = er.extensions.appserver.ERXApplication.main(ERXApplication.java:890) >>>>> at your.app.Application.main(Application.java:7) >>>>>=20 >>>>> APPLICATION SHUTDOWN SEQUENCE COMPLETE >>>>>=20 >>>>> Anyone=E2=80=99s got an idea what=E2=80=99s wrong here? What am I = missing? Is this related to Java16? >>>>> Thanks a lot >>>>> ---markus--- >>>>>=20 >>>>>=20 >>>> ________________________________ >>>> Confidentiality Notice: This email, including all attachments and = replies thereto, are covered by the Electronic Communications Privacy = Act, 18 U.S.C. Sections 2510-2521 and are legally privileged. This = information is confidential, and intended only for the use of the = individuals or entities named above. If you are not the intended = recipient, you are hereby notified that any disclosure, copying, = distribution or the taking of any action in reliance on the contents of = this transmitted information is strictly prohibited. Please notify us if = you have received this transmission in error. Thank you. >>>>=20 >>>> ############################################################# >>>> This message is sent to you because you are subscribed to >>>> the mailing list >. >>>> To unsubscribe, E-mail to: > >>>> To switch to the DIGEST mode, E-mail to = > >>>> To switch to the INDEX mode, E-mail to = > >>>> Send administrative queries to = > >>>>=20 >>>=20 >>> ############################################################# >>> This message is sent to you because you are subscribed to >>> the mailing list >. >>> To unsubscribe, E-mail to: > >>> To switch to the DIGEST mode, E-mail to = > >>> To switch to the INDEX mode, E-mail to = > >>> Send administrative queries to = > >>>=20 >>=20 >>=20 >> ############################################################# >> This message is sent to you because you are subscribed to >> the mailing list >. >> To unsubscribe, E-mail to: > >> To switch to the DIGEST mode, E-mail to = > >> To switch to the INDEX mode, E-mail to = > >> Send administrative queries to = > >=20 > Confidentiality Notice: This email, including all attachments and = replies thereto, are covered by the Electronic Communications Privacy = Act, 18 U.S.C. Sections 2510-2521 and are legally privileged. This = information is confidential, and intended only for the use of the = individuals or entities named above. If you are not the intended = recipient, you are hereby notified that any disclosure, copying, = distribution or the taking of any action in reliance on the contents of = this transmitted information is strictly prohibited. Please notify us if = you have received this transmission in error. Thank you. --Apple-Mail=_67D4EA1A-69AA-4FD2-93BB-14C8C1CE52F1 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 I = don=E2=80=99t yet us Maven, but I have Docker working and like the = container.

I=E2=80=99d= prefer a WO Docker that was better quality, I=E2=80=99m based on a = docker file I cannot really read or understand.

What=E2=80=99s your docker link? Is = there a page for it?

On Aug 24, 2021, at 6:57 PM, = Ramsey Gurley <webobjects-dev@wocommunity.org> wrote:

The dockerfile is rebuilt on every maven build with the -Pdocker = profile. I need to add an env variable for the WOHost in the case of = generating complete urls. That's my only known issue at the moment with = it. Also, the artifactId needs to be lowercase, simply because docker doesn't like uppercase in image names.

I looked at a lot of different approaches, but using the = exec-maven-plugin seems the most straightforward.

On Aug 25, 2021, at 1:44 AM, Jesse Tayler <webobjects-dev@wocommunity.org> wrote:

Nice, did you end up compiling your docker file?

Mine is based on another docker file that frankly, I can=E2=80=99t reliably = read -- although it nicely adds WO / Wonder along with my configurations = and installs, it=E2=80=99s not easy for me to edit and adjust and I=E2=80=99= d like to improve that on the next time around =E2=80=94 

On Aug 24, 2021, at 12:41 PM, Ray Kiddy <webobjects-dev@wocommunity.org> wrote:

Hey there -

So, I ran the instructions below, starting with the cloning of the = wodocker project. I am on OSX 11.3.1 and usually run java11. I had to = launch my Docker app to get the daemon working. I had to install = java16.

And everything worked? The app launched successfully? WTF, man! How = _did_ this happen? :--)

Ramsey. Your share of this is much appreciated.

cheers - ray


On 8/23/21 3:48 PM, Ramsey Gurley wrote:
Hey Markus,

Yeah, you need to do a

--add-exports java.base/sun.security.action=3DALL-UNNAMED

for that on compile as well as run. You can add it to the compile with = the maven-compiler-plugin and to run in eclipse, add it under VM args in = the run config for your woapp. I have a maven build of a WO app in a = docker container that works on Java 16 I've been working on in my spare time.

https://nam12.safelinks.protection.outlook.com/?url=3Dhttps%3A%= 2F%2Fgithub.com%2Fnullterminated%2Fwodocker%2Fblob%2Fmaster%2Fpom.xml&= amp;data=3D04%7C01%7CRamsey.Gurley%40practicemojo.com%7Ce1a6345d48f4486216= e008d9671e8dcf%7Cde0a512999d34d35a92809047a134775%7C1%7C0%7C63765420319438= 5457%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6I= k1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=3D8WEoKefwakdd5mvI6vu7PJBGDTiQ%= 2FneCS5%2B7bgtx%2FRQ%3D&amp;reserved=3D0

I need to add a readme, but if interested in building in a container, = just

git clone git@github.com:nullterminated/wodocker.git
cd wodocker
mvn clean verify -Pdocker

to run it is,

docker run --rm -it -p 8080:8080 your.app/wodocker:latest

And then visit http://localhost:8080/

This assumes you have java 16, maven, and docker installed with docker = configured such that you don't need sudo.

I was setting up a maven archetype for it, but the = archetype:create-from-project goal doesn't seem to like the fluffy bunny = layout and I end up with no java source files in the archetype.

Ramsey

On Aug 23, 2021, at 11:56 PM, = Markus Ruggiero (rucotec) <webobjects-dev@wocommunity.org> wrote:

I am setting up a new virgin test environment

latest BigSur 11.5.2
latest JDK from Oracle (16.0.2)
latest ant (1.10.11)
latest Eclipse for Java Developer (4.20.0)
WOlips from https://nam12.safelinks.protection.outlook.com/?url=3Dhttps%3A%= 2F%2Fjenkins.wocommunity.org%2Fjob%2FWOLips_master%2FlastSuccessfulBuild%2= Fartifact%2Ftemp%2Fdist%2F&amp;data=3D04%7C01%7CRamsey.Gurley%40practi= cemojo.com%7Ce1a6345d48f4486216e008d9671e8dcf%7Cde0a512999d34d35a92809047a= 134775%7C1%7C0%7C637654203194385457%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLj= AwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=3D= nYetJ581Z9wB9LWFSAsqrPBGW4oGoAfOPJ%2BmyXz9fNc%3D&amp;reserved=3D0<= br class=3D"">
Installed WO through WOInstaller.jar
     - had to run it several times. Each time = it failed with unpacking after some more percentage has been processed. = Eventually it made it to 100%

Created WOLips.properties
Downloaded Wonder-Master (7.3-snapshot)

ant frameworks
     - chokes on Profiling, just removed this = framework -> success
ant frameworks.install
     - ok

In Eclipse create my first WonderApplication, Eclipse workspace is set = to Java Compiler 1.8 compliance, no other changes or configs.

Run as WOApplication
CRASH!

Aug 23 16:37:28 BasicConcepts[49665] WARN  NSLog  - = Application project found: Will locate resources in = '/Users/ruggiero/Programming/eclipseWorkspace/BasicConcepts' rather than = '/Users/ruggiero/Programming/eclipseWorkspace/BasicConcepts/' .
Aug 23 16:37:28 BasicConcepts[49665] WARN =  er.extensions.appserver.ERXResourceManager  - Application = project found: Will locate resources in = '/Users/ruggiero/Programming/eclipseWorkspace/BasicConcepts' rather than = '/Users/ruggiero/Programming/eclipseWorkspace/BasicConcepts/'.
Aug 23 16:37:28 BasicConcepts[49665] WARN  NSLog  - A fatal = exception occurred: class com.webobjects.foundation.NSTimeZone (in = unnamed module @0x6c2c1385) cannot access class = sun.security.action.GetPropertyAction (in module java.base) because = module java.base does not export sun.security.action to unnamed module @0x6c2c1385
[2021-8-23 16:37:28 CEST] <main> java.lang.IllegalAccessError: = class com.webobjects.foundation.NSTimeZone (in unnamed module = @0x6c2c1385) cannot access class sun.security.action.GetPropertyAction = (in module java.base) because module java.base does not export sun.security.action to unnamed module @0x6c2c1385
     at = com.webobjects.foundation.NSTimeZone.systemTimeZone(NSTimeZone.java:971)      at = com.webobjects.foundation.NSTimeZone.defaultTimeZone(NSTimeZone.java:818)<= br class=3D"">      at = com.webobjects.foundation.NSTimestampFormatter.defaultFormatTimeZone(NSTim= estampFormatter.java:734)
     at = com.webobjects.appserver.WOStatisticsStore.<clinit>(WOStatisticsStor= e.java:249)
     at = com.webobjects.appserver.WOApplication.<init>(WOApplication.java:853= )
     at = er.extensions.appserver.ajax.ERXAjaxApplication.<init>(ERXAjaxApplic= ation.java:30)
     at = er.extensions.appserver.ERXApplication.<init>(ERXApplication.java:11= 29)
     at = your.app.Application.<init>(Application.java:10)
     at = java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(= Native Method)
     at = java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(N= ativeConstructorAccessorImpl.java:78)
     at = java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstan= ce(DelegatingConstructorAccessorImpl.java:45)
     at = java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.= java:499)
     at = java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:1= 28)
     at = java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFac= tory.java:350)
     at = java.base/java.lang.Class.newInstance(Class.java:642)
     at = com.webobjects.appserver.WOApplication.main(WOApplication.java:547)
     at = er.extensions.appserver.ERXApplication.main(ERXApplication.java:890)
     at = your.app.Application.main(Application.java:7)

APPLICATION SHUTDOWN SEQUENCE COMPLETE

Anyone=E2=80=99s got an idea what=E2=80=99s wrong here? What am I = missing? Is this related to Java16?
Thanks a lot
---markus---


________________________________
Confidentiality Notice: This email, including all attachments and = replies thereto, are covered by the Electronic Communications Privacy = Act, 18 U.S.C. Sections 2510-2521 and are legally privileged. This = information is confidential, and intended only for the use of the individuals or entities named above. If you are not the = intended recipient, you are hereby notified that any disclosure, = copying, distribution or the taking of any action in reliance on the = contents of this transmitted information is strictly prohibited. Please notify us if you have received this transmission in error. Thank = you.

#############################################################
This message is sent to you because you are subscribed to
 the mailing list <webobjects-dev@wocommunity.org>.
To unsubscribe, E-mail to: <webobjects-dev-off@wocommunity.org>
To switch to the DIGEST mode, E-mail to <webobjects-dev-digest@wocommunity.org>
To switch to the INDEX mode, E-mail to <webobjects-dev-index@wocommunity.org>
Send administrative queries to  <webobjects-dev-request@wocommunity.org>


#############################################################
This message is sent to you because you are subscribed to
the mailing list <webobjects-dev@wocommunity.org>.
To unsubscribe, E-mail to: <webobjects-dev-off@wocommunity.org>
To switch to the DIGEST mode, E-mail to <webobjects-dev-digest@wocommunity.org>
To switch to the INDEX mode, E-mail to <webobjects-dev-index@wocommunity.org>
Send administrative queries to  <webobjects-dev-request@wocommunity.org>



#############################################################
This message is sent to you because you are subscribed to
 the mailing list <webobjects-dev@wocommunity.org>.
To unsubscribe, E-mail to: <webobjects-dev-off@wocommunity.org>
To switch to the DIGEST mode, E-mail to <webobjects-dev-digest@wocommunity.org>
To switch to the INDEX mode, E-mail to <webobjects-dev-index@wocommunity.org>
Send administrative queries to  <webobjects-dev-request@wocommunity.org>


Confidentiality Notice: This email, = including all attachments and replies thereto, are covered by the = Electronic Communications Privacy Act, 18 U.S.C. Sections 2510-2521 and = are legally privileged. This information is confidential, and intended = only for the use of the individuals or entities named above. If you are not = the intended recipient, you are hereby notified that any disclosure, = copying, distribution or the taking of any action in reliance on the = contents of this transmitted information is strictly prohibited. Please notify us if you have received this transmission in = error. Thank you.

= --Apple-Mail=_67D4EA1A-69AA-4FD2-93BB-14C8C1CE52F1--