You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi there,
I just ran into an issue where I deployed a bundle into the TESB container and got an error message stating
Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Turns out in the current version of the container the following setting is found in etc/config.properties:
# OSGi Execution Environment
org.osgi.framework.executionenvironment=J2SE-1.5,J2SE-1.4,J2SE-1.3,J2SE-1.2
If you update this to read:
# OSGi Execution Environment
org.osgi.framework.executionenvironment=JavaSE-1.6,J2SE-1.5,J2SE-1.4,J2SE-1.3,J2SE-1.2
the problem is solved. I thought I'd share this information in case anyone else runs into the same problem.
Regards
Jerry
Offline

Hi Ciaran,
I noticed it in 4.2.1, but AFAIR it is still present in 5M4 or 5M5. I've created a JIRA entry.
Offline

Ok thanks. Sounds like a bug all right.
http://jira.talendforge.org/browse/TESB-3316
Ciaran
Offline
Pages: 1