Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java Fx : strange behaviour when trying to write a Label vertically

Xavier G.Feb 10 2014 — edited Feb 13 2014

I have noticed a strange behaviour concerning rotated texts (Label,...) in JavaFx... 

Originally, I just wanted to be able to display Labels vertically in a GridPane. The first problem is that there is no simple way to tell a Label to display its content in a given direction/orientation. It would be nice to have something like the Side property of the tabPane which would allow to easily turn the text around...

Anyway, I then resigned myself to use the Rotate function to turn my Label. That is when the strange thing began to occur...I am putting my Label in a grid cell which would not be large enough to display the full text if it is not rotated but the text should be able to fit once rotated. The problem is that the text appears wrapped even when it is rotated as if the wrapping test were done before the text is actually rotated... The problem can be seen on this screenshot http://hpics.li/e210f2f : the text that should be displayed is written in the Tooltip and we can see that only the first letter of the rotated text is displayed in the cell grid even though there is more than enough space to display it all...

Anyone has any idea on how to solve that ? Is it the intended behaviour or is it just a little bug ?

Thanks in advance for your answers.

This post has been answered by James_D on Feb 10 2014
Jump to Answer

Comments

1062147

Can anybody please answer my query.

Thanks

Alok Bakshi-Oracle
Vasim Patel-Oracle

hi

12.1.3, EDN supports only  Oracle AQ JMS and Oracle WebLogic Server JMS providers. MQ is not supported

by default the JMS type is WLJMS, to see the JMS type: goto EM-> right click soa-infra->Administration->System MBean Browser->search for EDNConfig mbean ->JmsType

You can define the event(.edl) from the schema(xsd) in JDeveloper for the soa server.

43 Using Business Events and the Event Delivery Network (12g Release 1 (12.1.3.0.0))

Vasim Patel-Oracle

Refer the following in the above link

http://docs.oracle.com/middleware/1213/soasuite/administer/business-events-manage.htm#SOAAG98178

Support for both the Oracle AQ JMS and Oracle WebLogic Server JMS providers. An Oracle WebLogic Server JMS topic (default) and an AQ JMS topic are automatically configured for EDN use after installation. The default JMS type can be switched from Oracle WebLogic Server JMS (default) to AQ JMS in Oracle Enterprise Manager Fusion Middleware Control. For more information, see "Mapping Business Events to JMS Topic Destinations on the Business Events Page" of Administering Oracle SOA Suite and Oracle Business Process Management Suite.

1062147

Hi,


How to achieve Throttling in SOA Suite or this is archive in WebLogic and OSB only ?

or SOA Suite dose does not provide any option to achieve Message Throttling form its GUI/JDeveloper or EM but through WebLogic or OSB it can be achieve ?


Thanks

1062147

If Event Driving Network is using Oracle AQ JMS and Oracle WebLogic Server JMS then why don’t we use JMS or AQ using Adapters. Then what is the benefits of using Even instated of using JMS because internally it is using JMS only ?

Vasim Patel-Oracle

Hi

EDN is a lightweight manager above JMS. By default SOA comes with OOTB EDN JMS topic.

EDN users don't need to directly handle underlying JMS destinations. They publish and subscribe events to EDN

Basic XPath filters supported by EDN.

Plus there is JMS API and EDN API available for non-SOA clients to pub/sub with SOA EDN.

Refer: 43 Using Business Events and the Event Delivery Network (12g Release 1 (12.1.3.0.0))

Vasim Patel-Oracle
Answer

Further main benefits of using EDN instead of JMS messaging are:

To interact with SOA components via EDN events

Strong typing with inherent XML support.

Easy to use: simple event type definition, pub/sub configuration (design-time), and you are ready to deploy/run.

No need to manage JMS administered objects, e.g. queue, connection factories, etc. - This is true in 11g. This is also true in 12c unless scalability becomes a concern where additional JMS topic is needed with event-to-JMS mapping change.

PL/SQL (database) publishers supported (if based on AQ).

Marked as Answer by 1062147 · Sep 27 2020
1 - 8
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 13 2014
Added on Feb 10 2014
5 comments
3,521 views