killbill / killbill-plugin-framework-ruby

Framework to write Kill Bill plugins in Ruby
http://killbill.io
8 stars 11 forks source link

deal with already initialized constant COUNTRIES #26

Open kares opened 9 years ago

kares commented 9 years ago

resolve which patch it's causing it and handle it better ... sample log plugin output

2015-02-25 14:19:20,123 [Thread-5] INFO  org.kill-bill.billing.killbill-platform-osgi-bundles-jruby-1.0.1.3.SNAPSHOT - JRuby bundle activated
2015-02-25 14:19:20,128 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.
2015-02-25 14:19:20,137 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.
2015-02-25 14:19:20,142 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.
2015-02-25 14:19:20,154 [Thread-5] INFO  org.kill-bill.billing.killbill-platform-osgi-bundles-jruby-1.0.1.3.SNAPSHOT - Starting JRuby plugin Killbill::Plugin::Api::PaymentPluginApi
2015-02-25 14:19:20,155 [localhost-startStop-1] INFO  org.killbill.billing.osgi.bundles.jruby.JRubyPlugin - JrubyPlugin creating scripting container with localContextScope SINGLETHREAD
/var/tmp/bundles/plugins/ruby/killbill-stripe/0.2.1.12/gems/gems/active_utils-2.2.3/lib/active_utils/common/country.rb:65 warning: already initialized constant COUNTRIES
pierre commented 9 years ago

See https://github.com/Shopify/active_utils/issues/43.