Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Torquebox 3.1.2 - Load error on VariableStack Java class #233

Closed
ianderse opened this issue Dec 16, 2015 · 2 comments
Closed

Torquebox 3.1.2 - Load error on VariableStack Java class #233

ianderse opened this issue Dec 16, 2015 · 2 comments

Comments

@ianderse
Copy link

I am getting a load error on startup using torquebox 3.1.2: missing class name (`com.sun.org.apache.xpath.internal.VariableStack')

Opening the torquebox console and trying to load that class leads to the following:

>> com.sun.org.apache.xpath.internal.VariableStack
=> Error: missing class name (`com.sun.org.apache.xpath.internal.VariableStack')

However, if I downcase VariableStack the class loads:

>> com.sun.org.apache.xpath.internal.variablestack
=> Java::ComSunOrgApacheXpathInternalVariablestack

The same first command in jirb works fine in the same environment:

irb(main):001:0> com.sun.org.apache.xpath.internal.VariableStack
=> Java::ComSunOrgApacheXpathInternal::VariableStack
@ianderse
Copy link
Author

Looks like #203 addresses this issue as well. Any chance of the fix mentioned by @bbrowning being backported to 3.1.2?

@bbrowning
Copy link
Member

This has been fixed in TorqueBox 3 and will be in the upcoming 3.2.0 release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants