Navigation
1 user online :: 1 Guest and 0 Registered
Most popular FAQs 
- I'm getting the exception:org.hibernate.HibernateException: No CurrentSessionContext configured!] but I ... (1462 views)
- Do I have to use Tomcat 7? (638 views)
- How does one handle a foreign key in a ... (522 views)
- I have configured my system to use ABL, but ... (444 views)
- I am getting an exception java.lang.NoClassDefFoundError: com/autobizlogic/abl/businesslogicengine/util/StringSvcs (414 views)
- I'm getting an exception "The business logic class for ... (398 views)
- I'm getting an exception that says "An update event ... (356 views)
- I'm getting an exception "java.lang.ClassNotFoundException: org.hibernate.type.BasicType" (348 views)
- How can I tell exactly which version of the ... (320 views)
Latest FAQs 
- I'm getting an exception "The business logic class for ... (2012-04-09 15:19)
- I'm getting the exception:org.hibernate.HibernateException: No CurrentSessionContext configured!] but I ... (2012-04-08 17:39)
- I am getting an exception java.lang.NoClassDefFoundError: com/autobizlogic/abl/businesslogicengine/util/StringSvcs (2011-10-26 05:34)
- How can I tell exactly which version of the ... (2011-10-19 18:40)
- I have configured my system to use ABL, but ... (2011-10-19 13:10)
Sticky FAQs
Business Logic
ID #1006
How can I tell exactly which version of the ABL engine I am using?
The jar file for ABL is normally named autobizlogic_<version>.jar, but if it's not named like that, or if you need more specific information, you can actually run the jar (if it was built on or after October 20, 2011), e.g.:
java -jar autobizlogic_0.9b.jar
This should give you the version, the build number and the build date for the jar.
You can also look in the jar at the file META-INF/MANIFEST.MF. The version will be under Specification-Version, and the build number will be under Implementation-Version.
Tags: -
Related entries:
- Do I have to use Tomcat 7?
- I'm getting an exception "java.lang.ClassNotFoundException: org.hibernate.type.BasicType"
- I'm getting an exception that says "An update event has no old state etc...". What does that mean?
Last update: 2011-10-19 18:40
Author: Max Tardiveau
Revision: 1.2
You cannot comment on this entry