Open brenton opened 12 years ago
We've kind of deprecated this repository and approach in favor of https://github.com/projectodd/polyglot-openshift-example/ - I should probably create a fork of that repo under the torquebox organization to just house ruby bits and examples and then add a notice to this repo pointing to that new one.
I'll leave this issue open until that happens.
I tested this yesterday on both openshift.com and the Origin codebase and hit a few issues that seemed related to the modifications the java_to_ruby.rb script makes to standalone.xml. Here is the actual error message: https://gist.github.com/3150855
The way I worked around the issue was to take the stock standalone.xml that is created after running
rhc app create -a myapp -t jbossas-7
and then manually added the torquebox<subsystem>
elements and<extension>
elements.