[JBoss JIRA] Created: (JBAS-6306) Break hibernate-annotations.jar on server/lib into three (the original ones)
by Rodolfo Rothganger (JIRA)
Break hibernate-annotations.jar on server/lib into three (the original ones)
----------------------------------------------------------------------------
Key: JBAS-6306
URL: https://jira.jboss.org/jira/browse/JBAS-6306
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: ClassLoading
Affects Versions: JBossAS-4.2.3.GA
Environment: Windowx XP 32 Bits
Reporter: Rodolfo Rothganger
Assignee: Scott M Stark
Currently I am developing an application that includes hibernate-3.2.6.jar and hibernate annotations WITHOUT hibernate validator on a proper classloading isolation (EAR) config. Since hibernate relies on the presence of validator classes to enable/disbale validation (regardless of the classloader it´s associate with, child or parent) I had to remove the hibernate-annotations.jar from my server/lib directory and replace it with a version WITHOUT hibernate-validator.
My request is: to break the hibernate-annotations.jar file in three (the original ones): hibernate-annotations.jar, hibernate-core-annotations.jar and hibernate-validator.jar.
Note: the actual problem is not the presence of hibernate-validator on the classpath but the fact that this is an outdated non-compatible with hibernate 3.2.6 version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Created: (JBRULES-1970) Error expanding DSL when #-Character is in right-side of dsl-property
by Norbert Ziegler (JIRA)
Error expanding DSL when #-Character is in right-side of dsl-property
---------------------------------------------------------------------
Key: JBRULES-1970
URL: https://jira.jboss.org/jira/browse/JBRULES-1970
Project: JBoss Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-compiler
Affects Versions: 5.0.0.M5
Environment: Eclipse 3.4, jre6u10, WinXp
Reporter: Norbert Ziegler
Assignee: Mark Proctor
Having a line in a DSL like following:
[condition][]Bedingung-19-MKM4 = eval ( $p.getTempVal("#UML-ATZ-1") < $p.getZvUmlStfr() )
Using "Bedingung-19-MKM4" in the LHS of a rule "Regel-151" in an dslr-File I get the following 3 errors:
[12] Unable to expand: Bedingung-19-MKM4
[ERR 103] Line 201:2 no viable alternative at input 'Bedingung' in rule "Regel-151"
Unknown error while parsing. This is a bug. Please contact the Development team.
The problem is the #-Character. If you change the line to
[condition][]Bedingung-19-MKM4 = eval ( $p.getTempVal("UML-ATZ-1") < $p.getZvUmlStfr() )
it works. But that's not what I need.
Hint: maybe this is related to (JBRULES-1960) Syntaxcoloring wrong if DSLR contains a "#"-Character.
But in this case it's more important because it's not an "optical" problem only.
By the way: if I use the value #UML-ATZ-1 as an argument / placeholder it works (thank God, need this often). But using a placeholder is not what I need.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months