[JBoss JIRA] Created: (JBIDE-8435) JPA: validation of generic generator strategy class uses Arrays.binarySearch for non-sorted string array
by Dmitry Geraskov (JIRA)
JPA: validation of generic generator strategy class uses Arrays.binarySearch for non-sorted string array
--------------------------------------------------------------------------------------------------------
Key: JBIDE-8435
URL: https://issues.jboss.org/browse/JBIDE-8435
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.0.CR1
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: 3.3.x
The validator could add wrong error messages
Test case:
1. Create <generator_class> class which implements several interfaces and "org.hibernate.id.IdentifierGenerator"
1. create @GenericGenerator(strategy="<generator_class>")
2. where generator class
3. change places of the interfaces and the error will occur
FAILURE: wrong error appeared
Also it check only direct(or superclasses) interfaces
Test case2:
1. create interface MyInterface implements "org.hibernate.id.IdentifierGenerator"
2. create @GenericGenerator(strategy="<generator_class>")
3. where <generator_class> is a class which implements interface MyInterface
FAILURE: wrong error appeared
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-9941) Recognize and define ESB Runtime from SOA-P product
by Vlado Pakan (Created) (JIRA)
Recognize and define ESB Runtime from SOA-P product
---------------------------------------------------
Key: JBIDE-9941
URL: https://issues.jboss.org/browse/JBIDE-9941
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: runtime detection
Affects Versions: 3.2.1.M1
Reporter: Vlado Pakan
Assignee: Snjezana Peco
Priority: Critical
Fix For: 3.2.2.M1, 3.3.0.M4
When searching for runtimes (Menu Window > Preferences > JBoss Tools > JBoss Tools Runtimes) SOA-P is properly recognized as SOA-P Runtime but contained ESB Runtime is not added to defined ESB Runtimes.
Doesn't work with these SOA-P versions 5.0.2, 5.1.0, 4.3.CP.04.
JBT should automatically detect ESB Runtime within SOA-P product and define it for later use.
Has to be working also with SOA-P Standalone products.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years