<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user">
    <title>gmane.comp.lang.jruby.user</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16478"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16477"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16476"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16475"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16474"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16473"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16472"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16471"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16470"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16469"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16468"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16467"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16466"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16465"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16464"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16463"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16462"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16461"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16460"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16459"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16478">
    <title>Re: [jruby-user] local gems installing ruby not jruby</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16478</link>
    <description>&lt;pre&gt;If you have environment variables set for GEM_HOME, etc, JRuby will
honor them and probably not install in JRuby's location. I don't know
what your `rake install` target actually does, but my first guess
would be that there's some environment oddity.

- Charlie

On Fri, May 25, 2012 at 4:08 PM, Random Programmer
&amp;lt;random.programmer.80&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Charles Oliver Nutter</dc:creator>
    <dc:date>2012-05-25T21:17:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16477">
    <title>[jruby-user] local gems installing ruby not jruby</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16477</link>
    <description>&lt;pre&gt;I have jruby installed at `/home/david/apps/jruby` and is not set in
.bash_profile. I do have ruby set at `/home/david/apps/ruby/bin` in
.bash_profile.

I created a hello world gem.


    /home/david/apps/jruby/bin/jruby -S rake install
    test 0.0.1 built to pkg/test-0.0.1.gem
    test (0.0.1) installed

then

    /home/david/apps/jruby/bin/jruby -S gem list --local

    *** LOCAL GEMS ***

    bundler (1.0.22)
    diff-lcs (1.1.3)
    em-proxy (0.1.6)
    eventmachine (0.12.10 java)
    http_parser (0.1.3)
    json (1.5.0 java)
    json-jruby (1.5.0 java)
    macaddr (1.6.0)
    nokogiri (1.5.0 java)
    rake (0.9.2.2)
    rspec (2.8.0)
    rspec-core (2.8.0)
    rspec-expectations (2.8.0)
    rspec-mocks (2.8.0)
    sources (0.0.1)
    systemu (2.2.0)
    uuid (2.3.5)

Not there but it does show up with

david&amp;lt; at &amp;gt;linux-8h1y:~/projects/greyfox/test&amp;gt; ruby -S gem list --local

    *** LOCAL GEMS ***

    ...
    test (0.0.1)
    ...

What am I missing? It is driving me nuts. Please do not recommend RVM, I
have&lt;/pre&gt;</description>
    <dc:creator>Random Programmer</dc:creator>
    <dc:date>2012-05-25T21:08:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16476">
    <title>Re: [jruby-user] ActiveRecord 3.0, 3.2 thread safety and connection pool fairness</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16476</link>
    <description>&lt;pre&gt; 

Here is a small writeup with some nicer data:
http://polycrystal.org/2012/05/24/activerecord_connection_pool_fairness.html


&lt;/pre&gt;</description>
    <dc:creator>Patrick Mahoney</dc:creator>
    <dc:date>2012-05-25T14:32:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16475">
    <title>Re: [jruby-user] ActiveRecord 3.0, 3.2 thread safety and connection pool fairness</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16475</link>
    <description>&lt;pre&gt;
We are calling ActiveRecord::Base.clear_active_connections! after
each request.  Rails should do this automatically.

See 
http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/ConnectionPool.html


In a Java servlet container such as Tomcat, Glassfish, Jetty,
etc., there is typically a thread pool of long-lived threads
servicing HTTP requests, even if each request is short.  These
are not short-lived threads performing misc.  background tasks;
these are the equivalent of, for example, multiple Unicorn worker
processes, except in JRuby they can be threads.

In my particular case, I'm running several JRuby apps in the same
servlet container and sharing the same thread pool.  Each app has
its own database and connection pool however.

&lt;/pre&gt;</description>
    <dc:creator>Patrick Mahoney</dc:creator>
    <dc:date>2012-05-24T14:15:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16474">
    <title>Re: [jruby-user] splash screen</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16474</link>
    <description>&lt;pre&gt;Hi Roger!

Just tried

jruby -J-splash:image.png -e "puts "

and it worked fine.  We have used this in production for 4 years now.


On 2012-05-23, at 23:10, Eric Christopherson wrote:




--
Uwe Kubosch
uwe&amp;lt; at &amp;gt;kubosch.no
http://kubosch.no/





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Uwe Kubosch</dc:creator>
    <dc:date>2012-05-24T08:37:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16473">
    <title>Re: [jruby-user] Re: splash screen</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16473</link>
    <description>&lt;pre&gt;Well, if that's not working, please open a ticket.

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Hirotsugu Asari</dc:creator>
    <dc:date>2012-05-23T22:42:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16472">
    <title>Re: [jruby-user] Re: splash screen</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16472</link>
    <description>&lt;pre&gt;
That's what I was thinking, but I tried it out and it doesn't work either.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Eric Christopherson</dc:creator>
    <dc:date>2012-05-23T21:10:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16471">
    <title>Re: [jruby-user] Re: splash screen</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16471</link>
    <description>&lt;pre&gt;Did you miss '-' between 'J' and 's'?

&lt;/pre&gt;</description>
    <dc:creator>Hirotsugu Asari</dc:creator>
    <dc:date>2012-05-23T19:07:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16470">
    <title>[jruby-user] unable to set __persistent__</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16470</link>
    <description>&lt;pre&gt;Hello all.
When I attempt to run the demos here:
https://github.com/jruby/jruby/wiki/Persistence

I get this:

jruby test.rb
JavaProxy$INVOKER$i$1$0$persistent.gen:-1:in `call':
java.lang.ClassCastException: org.jruby.RubyClass cannot be cast to
org.jruby.java.proxies.JavaProxy
        from CachingCallSite.java:312:in `cacheAndCall'
        from CachingCallSite.java:169:in `call'
        from test.rb:9:in `__file__'
        from test.rb:-1:in `load'
        from Ruby.java:778:in `runScript'
        from Ruby.java:771:in `runScript'
        from Ruby.java:648:in `runNormally'
        from Ruby.java:497:in `runFromMain'
        from Main.java:375:in `doRunFromMain'
        from Main.java:264:in `internalRun'
        from Main.java:230:in `run'
        from Main.java:214:in `run'
        from Main.java:194:in `main'

(hard exit)

is this expected?


jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-05-17 c550df6) (Java
HotSpot(TM) Client VM 1.6.0_32) [Windows 7-x86-java]

&lt;/pre&gt;</description>
    <dc:creator>Roger Pack</dc:creator>
    <dc:date>2012-05-23T16:22:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16469">
    <title>[jruby-user] Re: awt.FileDialog.set_filename_filter doesn't work</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16469</link>
    <description>&lt;pre&gt;yes I think it may have been a default directory thing because when I 
took the same code to a different (OS and machine), it seemed to start 
working. Weird.

&lt;/pre&gt;</description>
    <dc:creator>Roger Pack</dc:creator>
    <dc:date>2012-05-23T16:15:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16468">
    <title>[jruby-user] "non-persistent Java type" warning thrown on java class descendant expected?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16468</link>
    <description>&lt;pre&gt;I noticed if I run this code, with trunk:

require 'java'

class JFrameDescendant &amp;lt; javax.swing.JFrame

  def initialize
     &amp;lt; at &amp;gt;panel = 3
  end
end
JFrameDescendant.new


It results in this message:

repro.rb:1 warning: instance vars on non-persistent Java type
JFrameDescendant (http://wiki.jruby.org/Persistence)

However, since I'm actually subclassing a java class with a pure ruby
one, shouldn't I be save to save instance variables? Is this warning
message expected?
-roger-

&lt;/pre&gt;</description>
    <dc:creator>Roger Pack</dc:creator>
    <dc:date>2012-05-23T16:15:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16467">
    <title>[jruby-user] require 'java' circular dependency</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16467</link>
    <description>&lt;pre&gt;Hello all.
Noticed today that with yesterday's build, I get this "scary" message:


$ jruby -ve "require 'java'"
jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-05-17 c550df6) (Java
HotSpot(TM) Client VM 1.6.0_32) [Windows 7-x86-java]
c:/dev/ruby/downloads/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
warning: loading in progress, circular require considered harmful - java
  require at org/jruby/RubyKernel.java:991
  require at
c:/dev/ruby/downloads/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
   (root) at c:/dev/ruby/downloads/jruby/lib/ruby/shared/jruby.rb:1
  require at org/jruby/RubyKernel.java:991
   (root) at
c:/dev/ruby/downloads/jruby/lib/ruby/shared/rubygems/custom_require.rb:1
  require at
c:/dev/ruby/downloads/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
  require at org/jruby/RubyKernel.java:991
   (root) at
file:/C:/dev/ruby/downloads/jruby/lib/jruby.jar!/jruby/java/java_ext/java.io.rb:1
   (root) at
c:/dev/ruby/downloads/jruby/lib/ruby/shared/rubygems/custom_require.rb:1
  requ&lt;/pre&gt;</description>
    <dc:creator>Roger Pack</dc:creator>
    <dc:date>2012-05-23T16:02:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16466">
    <title>[jruby-user] Re: splash screen</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16466</link>
    <description>&lt;pre&gt;I see that this is possible, to have a splash screen:

$ java -splash:audio.jpg -jar jruby-complete-1.6.4.jar -e "puts "

however this doesn't work:

$ jruby -Jsplash:audio.jpg -e 'puts'
Unrecognized option: splash:audio.jpg
JVM creation failed

is this a bug?
-roger-

&lt;/pre&gt;</description>
    <dc:creator>Roger Pack</dc:creator>
    <dc:date>2012-05-23T15:46:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16465">
    <title>Re: [jruby-user] ActiveRecord 3.0, 3.2 thread safety and connection pool fairness</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16465</link>
    <description>&lt;pre&gt;I had to manually remove the connections in a multithreaded Swing app.

ActiveRecord::Base.clear_active_connections!

Regards
  Roger

Am 23.05.2012 um 15:55 schrieb Uwe Kubosch:



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Roger Gilliar</dc:creator>
    <dc:date>2012-05-23T14:04:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16464">
    <title>Re: [jruby-user] ActiveRecord 3.0, 3.2 thread safety and connection pool fairness</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16464</link>
    <description>&lt;pre&gt;

Last I looked at the AR DB connection pool, it never released connections for active threads.  That means you MUST have at least as many connections in your pool as you have active threads.  In a web app, the threads are often short lived, and the connections they occupy are released when the thread dies.  This is not the case for long-lived threads in a non-web app.

--
Uwe Kubosch
http://jruby.org/




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Uwe Kubosch</dc:creator>
    <dc:date>2012-05-23T13:55:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16463">
    <title>[jruby-user] ActiveRecord 3.0, 3.2 thread safety and connection pool fairness</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16463</link>
    <description>&lt;pre&gt;I've been trying to run a few non-Rails ActiveRecord apps in a Java 
servlet
container in full multithreaded mode. I kept running into problems 
under
moderate load, and I believe I've tracked down the causes.

I want to post this for posterity and ask if other JRuby users have 
seen these
same problems. I am also seeking testing and comments on my patches, if 
possible.

1) ActiveRecord has thread safety issues. I see this error in my logs
"Detected invalid hash contents due to unsynchronized modifications 
with
concurrent users org/jruby/RubyHash.java:1356:in `keys'"

Fix accepted: https://github.com/rails/rails/pull/6398/files

2) ActiveRecord's connection pool is not "fair". My thread pool is 
larger
than my database connection pool, and I regularly see timeouts 
acquiring
database connections under only moderate load (where direct JDBC calls 
for
a container-managed connection pool see no such timeouts).

Fix also accepted (though it somehow breaks tests of eager loading on 
postgres),
but this is more &lt;/pre&gt;</description>
    <dc:creator>Patrick Mahoney</dc:creator>
    <dc:date>2012-05-22T16:49:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16462">
    <title>Re: [jruby-user] Java and JRuby tight integration</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16462</link>
    <description>&lt;pre&gt;Thank you everyone for all your responses! And so complete. Much
appreciated. It gives me a very good starting point :)

Cheers
Chris


On 21 May 2012 22:32, Jonathan Coveney &amp;lt;jcoveney&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Chris Burrell</dc:creator>
    <dc:date>2012-05-21T21:37:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16461">
    <title>Re: [jruby-user] Java and JRuby tight integration</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16461</link>
    <description>&lt;pre&gt;I cannot speak to moving from Ruby to JRuby... I think the issue can be gem
support, but it's getting better. I can talk about interop between
Java/JRuby, however. I embedded JRuby in Apache PIg so that users could
define UDF's (think of this like a user defined COUNT or SUM in the
database world) using JRuby. I found the tools to be more than adequate,
though the documentation is thin, and there are definitely some gotchas
(and you will undoubtedly have to make your own conversion functions).
Still, I think that the power of Ruby is worth it... a little pain on the
internals is worth the expressivity of Ruby :)

2012/5/17 Marko Asplund &amp;lt;marko.asplund&amp;lt; at &amp;gt;ixonos.com&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Jonathan Coveney</dc:creator>
    <dc:date>2012-05-21T21:32:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16460">
    <title>[jruby-user] [ANN] JRuby 1.7.0.preview1 released</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16460</link>
    <description>&lt;pre&gt;The JRuby community is pleased to announce the release of JRuby 1.7.0.preview1.

- Homepage: http://www.jruby.org/
- Download: http://www.jruby.org/download

This is the first preview release of JRuby 1.7. This release
represents a tremendous amount of work by dozens of contributors, and
there are improvements in every subsystem. Users on Java 7 should
start to see gains from invokedynamic, the JVM’s new support for
dynamic languages. Users of highly-concurrent applications will see
improvements in throughput and raw parallelism. And we have upped our
compatibility level to match Ruby 1.9.3.

We have opted for a preview cycle this time due to the significance of
changes in this release and our desire to give users more time to test
JRuby before releasing 1.7 final. When in doubt, file a bug...we’ll
sort it out. We want to know issues users have with JRuby 1.7 sooner
rather than later.

### Notable Changes:

- 1\.9\.3 is now our default runtime mode (--1.8 is needed for 1.8.7 support)
- Many 1.9.x compati&lt;/pre&gt;</description>
    <dc:creator>Thomas E Enebo</dc:creator>
    <dc:date>2012-05-21T19:55:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16459">
    <title>[jruby-user] Re: A JRuby on Rails case study discussed at RubyConf India 2012</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16459</link>
    <description>&lt;pre&gt;Darshan Karandikar wrote in post #1055606:
http://www.slideshare.net/darshankarandikar/j-ruby-on-rails-rors-simplicity-meets-javas-classrubyconfindia2012-v19

Here's the video of the talk:

http://confreaks.com/videos/928-rubyconfindia2012-jruby-on-rails-ror-s-simplicity-meets-java-s-class

-Darshan.

&lt;/pre&gt;</description>
    <dc:creator>Darshan Karandikar</dc:creator>
    <dc:date>2012-05-21T05:53:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.jruby.user/16458">
    <title>Re: [jruby-user] Help with jruby oracle and blobs</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.jruby.user/16458</link>
    <description>&lt;pre&gt;Hi Bob!

Have you tried:

stmt = conn.prepare_statement('select image_name, image from test_blob');
rowset = stmt.executeQuery()
while (rowset.next())
  puts rowset.getString(1)
  blob = rowset.getInputStream(2)
  puts blob.available
  # Now read your data from the input stream.
end

I did not try this (I'm on vacation), but that is the standard way of getting a blob with JDBC.


On 2012-05-19, at 03:50, Bob Lehman wrote:


--
Uwe Kubosch
uwe&amp;lt; at &amp;gt;kubosch.no
http://kubosch.no/





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Uwe Kubosch</dc:creator>
    <dc:date>2012-05-19T08:45:51</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.jruby.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.jruby.user</link>
  </textinput>
</rdf:RDF>

