We are using SA 17 (before 12,16) with our product Application Server based on Java Application Server wildfly-23.0.0(formerly known as JBoss)

Trying update jconnect jar-files from jconn3(4).jar to new one jconn42.jar. We download jconn42,jar from SAP portal as part of 'SDK for SAP ASE 20.0'

But encounter with problem use jconn42.jar due clash in usage Logger class in jconn42.jar and wildfly-23.0.0.

Problem in jconn42.jar LogUtil.class - createLoggerInstance method is using Logger setParent() method which clash Logger.java setParent() method in wildfly caused SecurityException - "setParent() disallowed"

Have anyone encountred with problem?

How this problem can be solved - required open issue on jconn42.jar ?!?
Thanks in advance , Hanan Brener

asked 08 Jun '22, 09:48

HBrener's gravatar image

HBrener
426232535
accept rate: 0%

edited 09 Jun '22, 08:26

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×39

question asked: 08 Jun '22, 09:48

question was seen: 568 times

last updated: 09 Jun '22, 08:26