Thursday, October 15, 2020

Weblogic EJB Remote Call: referencing Bean form a java class

Recently, working on a customer project, needs to call a Custom EJB by a common java class. Both (java class and ejb) are deploied on weblogic into a jar shared library that represents the ejb module to include into an application.

Thursday, July 23, 2020

Oracle MFT 12c verbose log on ftp trasnfert

Product: Oracle Managed File Transfer 12c

Set TRACE:32 for a verbose log, from EM console -> mft server
On following classes/package:

oracle.mft.ENGINE
oracle.mft.SECURITY
oracle.mft.TRANSPORT
oracle.mft.adapter (make sure all sub-levels are set to Inherited)

Go to SOA Infrastructure and set the following loggers to TRACE:32:

oracle.soa -> oracle.soa.adapter:
-> oracle.soa.adapter.file
-> oracle.soa.adapter.ftp


On restart it will return on default setup if you don't specify to make permanent the log level.

Monday, July 13, 2020

Java locale settings

At this link you can find a usefull article that explaayn how to set local in a java applciation.
It Is possible enforce locale settings on JVM startup adding followiong parameters

java -Duser.language=fr -Duser.country=CA Default

Using weblogic you can add this parameters on server startup as follow: