Posted By: Vivek Pandey
Date: 2008-12-11 01:29
Summary: GlassFish gem ver. 0.9.1 released
Project: JRuby gem for GlassFish V3 server
I am pleased to announce GlassFish gem ver 0.9.1, it is a bug fix release. It is based on GlassFish v3 Prelude nucleus. GlassFish v3 Prelude is a production quality java based application server. Read more about GlassFish v3 here: https://glassfish.dev.java.net/v3.
Installation
=========
gem install glassfish
Issues Resolved
===============
* RubyForge Issues[1]
22724 "asadmin" in %JRUBY_HOME\bin should be renamed to avoid confliction
22741 JRuby on Rails on Glassfish — Unexplainable NameError
22774 Gem 0.9.0 does not work in Production on Windows with JRuby 1.4+
22793 0.9.0 gem has ‘Activator start error‘
22795 -p option throws BindException
22836 Glassfish gem 0.9 problems on Ubuntu and Windows
22861 Error if RAILS_GEM_VERSION isn‘t defined
23007 uninitialized constant Rack while creating error app
23090 Environment flag -e is not correctly used for Merb app
* Java.net Issues[2]
6754 Running Typo in GlassFish Gem throws multiple exceptions
6764 "Rails" text shows up when deploying anything
6765 GlassFish Gem does not list rack as a dependency
6767 Impossible to set production environment for merb
How to use?
===========
Simply type glassfish in your application directory. If not sure see help:
jruby -S glassfish -h
You can see the GlassFish gem documentation at: http://glassfishgem.rubyforge.org/. Try it out and send your feedback to the forum report issues at the issue tracker.
[1]http://rubyforge.org/tracker/index.php?group_id=5450&atid=21080
[2]https://glassfish.dev.java.net/servlets/ProjectIssues |
|