torquebox / torquebox-openshift-express

Please use https://github.com/torquebox/openshift-quickstart for running TorqueBox on OpenShift
9 stars 3 forks source link

standalone.xml problems on openshift.com and Origin #5

Open brenton opened 12 years ago

brenton commented 12 years ago

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.

bbrowning commented 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.