Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oracle bpm components multi-languages [worklist taskflow region issue]

Ahmed-MamdouhMay 25 2019 — edited May 26 2019

Hi all,

In brief I have a login page with language switcher which set locale through overriding ViewHandlerWrapper class in faces-config.xml, everything works fine regarding localization in my application (direction and translations), However taskListtaskflowdefinition region doesn't fully translated unless change browser setting and set Arabic as a first language.

Also requirement is that the user have to select his/her language before login just once over the system.

version is 12.2.1.3.0.

Any solution.

pastedImage_0.png

Comments

843834
JAXRPC clients should be able to acdess most existing web services. If you use wscompile on the services WSDL file to generate a client you will get the schema types bound to Java types. Now, because JAXRPC 1.1 does not support all of schema, some elements may be bound to a SOAPElement, which is basically a DOM node. So yes you can invoke those web services, it may be more difficult that you would like but it should work. When JAXRPC 2.0 comes out almost all of schema should be supported and the binding will be greatly improved.


Post your JAX-RPC related questions to users@jax-rpc.dev.java.net for a quicker resolution.

Send an email to users-subscribe@jax-rpc.dev.java.net to subscribe to the alias.
Send an mail to users-help@jax-rpc.dev.java.net for a complete list of help commands.
1 - 1

Post Details

Added on May 25 2019
4 comments
268 views