Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orb-dev] [glassfish-dev] EJB test failures in latest TCK run
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Fri, 21 Aug 2020 15:03:26 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ozwEf7sviF6g5SRwQcS8nw7+kYE1UEEhMQRNpvxF3BI=; b=nZoSZfsC4s2P64OhQwvUu55sI7geqKtP13b+jGcPbLABzwJ/f7pCnjUBBGga2ChAn7x9PJbKq1fZnZrK5WNGGKCJNcR0Y1Pqo2RXroAglPIZVwyz9qgeDxmSzXC6oGTf2c27z3UDvY87IuxFRHf8/0qaOrHPhRR0t7a6UWXPjJnTXof4ObSZPWhpW26UqV6g6YRHttTiZ+HqplEjpIVRq9yocg202WI2ELY2Hw8aqepzl3V8UB8qitfANjBE5GncbR1p1wmiNilv2+7E2vsZIts42nBPuk+2ldhMpn+Sk+528wFJjjmTRu5brdoYEZGjQ8uO75Rc8obexGrPbpEiRw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CI1YaerOkxqZh0rZ7Duyr5UJ9W1wS6nFV7AIRjcSVTbWg+RfqGM49TnY3augD37jz7kTfI18f+oSNAkVfgKtMsbi++gA7vekfOn5q4DeTj9F+aMDp/Ytqhtpqm3hGpz1lnPME9thVCsHxsV4r+TPryrH1ra200Udf4smYWImgxtVkMv3ww5JJ3LME341/Jfwse00JTEHRUq49ko515d+sE/7GNI0NrN6FCz9s5lvSKbZaiG+kX7KjgNdjW+sK/IPDlfvj1zmCxqZJgS0uWcoUOSqP4/rU7e7WO2JnYJs80S5JSceYi2eRYbBNuMRPGltXArzU8OAZ46/uC1RnMgs3Q==
  • Delivered-to: orb-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/orb-dev>
  • List-help: <mailto:orb-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/orb-dev>, <mailto:orb-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/orb-dev>, <mailto:orb-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWd8Fn+jITxhzb20iRB3/cWX1HVqlCmiDugAADJrCAAAGBAIAABE3w
  • Thread-topic: [glassfish-dev] EJB test failures in latest TCK run

State of play:

JDK 8 contains these exceptions as part of the JDK as the ORB references them.

JDK 11 they are removed as the ORB is removed.

Jakarta EE 9 JTA api contains these classes in the Jakarta namespace

 

Use cases as I see it are;

 

People need to use the GlassFish Orb with JDK 8 standalone

People need to use the GlassFish Orb with JDK 11 standalone

People e.g. GlassFish need to use the GlassFish Orb on JDK 8 in combination with Jakarta EE 9

People e.g. GlassFish need to use the GlassFish ORB on JDK 11 in combination with Jakarta EE 9

 

 

Steve

 

From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Russell Gold
Sent: 21 August 2020 15:27
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Cc: orb developer discussions <orb-dev@xxxxxxxxxxx>
Subject: Re: [glassfish-dev] EJB test failures in latest TCK run

 

I guess I don’t really understand the use cases well enough to answer. Where are the jakarta exception classes defined? Are the javax exceptions going to be removed from the JDK? This is where unit tests can really help - to clarify the requirements and expectations.

 

- Russ



On Aug 21, 2020, at 10:22 AM, Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

 

Thanks Russell.

 

What’s your thoughts about adding a System Property to force one or the other exception?

 

From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Russell Gold
Sent: 21 August 2020 15:08
To: glassfish developer discussions <
glassfish-dev@xxxxxxxxxxx>
Cc: jakartaee-tck developer discussions <
jakartaee-tck-dev@xxxxxxxxxxx>
Subject: Re: [glassfish-dev] EJB test failures in latest TCK run

 

I’ve merged it.




On Aug 21, 2020, at 9:50 AM, Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

 

It requires a approval of the PR here https://github.com/eclipse-ee4j/orb/pull/104 by a committer on the Orb project and a new RC being spun and integrated to GlassFish. I can spin a new RC and integrate when the PR is merged.

 

I’m also thinking of adding a system property for the ORB which can force one namespace to augment determining which transaction to use based on classloading.

 

Steve

 

 

 

From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Gurkan Erdogdu
Sent: 21 August 2020 14:45
To: glassfish developer discussions <
glassfish-dev@xxxxxxxxxxx>; jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Subject: [glassfish-dev] EJB test failures in latest TCK run

 

Hi 

I am looking latest run 

 

 

and still having EJB failures. Is it caused by an ORB  transaction problem? When will it be fixed?

Regards.

Gurkan

 

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit 
https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/glassfish-dev__;!!GqivPVa7Brio!LCeOFymAVRP-quoGg9BlJNFUeoj2c40qza-VUCkdr9_rd2fqRvulyhObl5P5Y-XssA$

 


Back to the top