<?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 about="http://blog.gmane.org/gmane.comp.java.gridsphere.user">
    <title>gmane.comp.java.gridsphere.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.gridsphere.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.java.gridsphere.user/6363"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6362"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6361"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6360"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6359"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6358"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6357"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6356"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6355"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6354"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6353"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6352"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6350"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6349"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6348"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6347"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6346"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6345"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6344"/>
      </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.java.gridsphere.user/6363">
    <title>Re: how could i change the size of table</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6363</link>
    <description>
    Hi,

    Probably the easiest is to give the page to a designer and look for 
the references to "table-layout" in the HTML source when you View Source 
from the web browser. You could make changes to the TableLayout class 
which provides the render behavior as needed.

    Cheers, Jason

冯骁 wrote:
</description>
    <dc:creator>Jason Novotny</dc:creator>
    <dc:date>2008-12-01T22:52:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6362">
    <title>Re: Why installing GridSphere or portlets needstorestart Tomcat</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6362</link>
    <description>
Hi Weijan,

    Normally you're right, Tomcat can be made to reload a webapp without 
being shutdown for most "normal" web applications. However, GridSphere 
is a special webapp that is responsible for loading in the other portlet 
web applications. So this generally requires Tomcat to be restarted...

    Jason

Weijian Fang wrote:
</description>
    <dc:creator>Jason Novotny</dc:creator>
    <dc:date>2008-12-01T22:51:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6361">
    <title>how could i change the size of table</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6361</link>
    <description>Hi,
i want to use a page from other web applications, so i wrote code shown
blow:

&lt;portlet-tab label="Resource"&gt;
        &lt;title lang="en"&gt;Exit&lt;/title&gt;
        &lt;title lang="zh"&gt;资源&lt;/title&gt;
        &lt;portlet-tabbed-pane style="sub-menu"&gt;
            &lt;portlet-tab label="resource"&gt;
                 &lt;title lang="zh"&gt;资源&lt;/title&gt;
&lt;table-layout&gt;
   &lt;row-layout&gt;
      &lt;column-layout width="100%"&gt;
        &lt;portlet-content
include="http://166.111.131.48:8080/Agora/index.jsp"/&gt;
          &lt;/column-layout&gt;
             &lt;/row-layout&gt;
                &lt;/table-layout&gt;
         &lt;/portlet-tab&gt;
        &lt;/portlet-tabbed-pane&gt;
      &lt;/portlet-tab&gt;

but the size of table is so small that the page can't be shown wholly,
which is shown in the attachment.But if the page contained is from the
folder of gridsphere, there is no problem. I don't know how to change
the size of the table, please help me.


</description>
    <dc:creator>冯骁</dc:creator>
    <dc:date>2008-12-01T08:08:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6360">
    <title>Why installing GridSphere or portlets needs torestart Tomcat</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6360</link>
    <description>Hi,

Usually it is not required to restart Tomcat when deploying a new web
application. For instance, we can do that through the Tomcat manager.
But why installing GridSphere or portlets needs to restart Tomcat? To
my understanding, GridSphere and portlets are web applications too.
This is not very convenient. Can someone with insight into GridSphere
tell me the initialization of which parts of GridSphere and portlets
requires restarting Tomcat? Many thanks in advance!

Cheers,

Weijian
</description>
    <dc:creator>Weijian Fang</dc:creator>
    <dc:date>2008-11-20T09:54:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6359">
    <title>Re: The &lt;dbtask&gt; type doesn't support the"configdir" attribute</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6359</link>
    <description>_______________________________________________
Gridsphere-users mailing list
Gridsphere-users&lt; at &gt;gridsphere.org
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
</description>
    <dc:creator>Kemian Dang</dc:creator>
    <dc:date>2008-11-19T09:59:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6358">
    <title>The &lt;dbtask&gt; type doesn't support the"configdir" attribute</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6358</link>
    <description>_______________________________________________
Gridsphere-users mailing list
Gridsphere-users&lt; at &gt;gridsphere.org
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
</description>
    <dc:creator>Jimmy Cheung (ITSC</dc:creator>
    <dc:date>2008-11-19T08:35:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6357">
    <title>Re: Gridportlet-1.4 installation problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6357</link>
    <description>Hi,

Gridportlets1.4 are not compatible with Gridsphere 3.1.

You have 2 options:
- use Gridportlets 1.4 with  Gridsphere 2.2.10  or:
- you can use extended version of Gridportlets - the Vine Toolkit with 
Gridsphere 3.1. ( see http://vinetoolkit.org/ )

Best Regards,
Piotr

kalaiselvan wrote:

</description>
    <dc:creator>Piotr Grabowski</dc:creator>
    <dc:date>2008-11-18T10:08:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6356">
    <title>Gridportlet-1.4 installation problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6356</link>
    <description>Hi,

 My setup is as follows :

 Gridsphere-3.1
 Apache-ant-1.7.0
 tomcat-5.5.23
 java-1.6 (jdk1.6)

When  tried to install the gridportlet-1.4 using "ant install" I am 
getting the following error.

/ [javac] 
/var/gridsphere-3.1/projects/gridportlets/src/org/gridlab/gridsphere/portlets/ActionComponentPortlet.java:449: 
cannot find symbol
   [javac] symbol  : class DefaultPortletAction
   [javac] location: class 
org.gridlab.gridsphere.portlets.ActionComponentPortlet
   [javac]     public void processAction(DefaultPortletAction action, 
PortletRequest request, PortletResponse response) throws PortletException {
   [javac]                               ^
   [javac] 
/var/gridsphere-3.1/projects/gridportlets/src/org/gridlab/gridsphere/services/ui/ActionComponent.java:9: 
package org.gridlab.gridsphere.portlet does not exist
   [javac] import org.gridlab.gridsphere.portlet.User;
   [javac]                                      ^
   [javac] 
/var/gridsphere-3.1/projects/gridportlets/src/org/gridlab/gridsphere/services/ui/ActionComponent.java:10: 
package org.gridlab.gridsphere.portlet.impl does not exist
   [javac] import org.gridlab.gridsphere.portlet.impl.SportletProperties;
   [javac]                                           ^
   [javac] 
/var/gridsphere-3.1/projects/gridportlets/src/org/gridlab/gridsphere/services/ui/ActionComponent.java:11: 
package org.gridlab.gridsphere.portlet.service does not exist
   [javac] import org.gridlab.gridsphere.portlet.service.PortletService;
   [javac]                                              ^
   [javac] Note: 
/var/gridsphere-3.1/projects/gridportlets/src/org/gridlab/gridsphere/services/resources/gridftp/GridFtpThread.java 
uses or overrides a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.
   [javac] 100 errors

BUILD FAILED
/var/gridsphere-3.1/projects/gridportlets/build.xml:176: The following 
error occurred while executing this line:
/var/gridsphere-3.1/projects/gridportlets/build.xml:298: Compile failed; 
see the compiler error output for details.
/

Please help me in this regard.

Regards,
Kalaiselvan.K


</description>
    <dc:creator>kalaiselvan</dc:creator>
    <dc:date>2008-11-18T08:58:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6355">
    <title>Re: setHttpServletRequest usage</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6355</link>
    <description>Great, glad that works! Thanks for the patch.

Jason

Sent from my iPhone

On Nov 12, 2008, at 6:00 AM, Etienne Dysli &lt;etienne.dysli&lt; at &gt;unil.ch&gt;  
wrote:

</description>
    <dc:creator>Jason Novotny</dc:creator>
    <dc:date>2008-11-12T18:55:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6354">
    <title>Re: setHttpServletRequest usage</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6354</link>
    <description>_______________________________________________
Gridsphere-users mailing list
Gridsphere-users&lt; at &gt;gridsphere.org
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
</description>
    <dc:creator>Etienne Dysli</dc:creator>
    <dc:date>2008-11-12T14:00:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6353">
    <title>Re: setHttpServletRequest usage</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6353</link>
    <description>_______________________________________________
Gridsphere-users mailing list
Gridsphere-users&lt; at &gt;gridsphere.org
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
</description>
    <dc:creator>Etienne Dysli</dc:creator>
    <dc:date>2008-11-10T15:40:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6352">
    <title>Correction - Re: inter-PORTLET communication</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6352</link>
    <description>I should say, inter-PORTLET communication, but the rest of the 
description is OK.


James Matykiewicz wrote:
</description>
    <dc:creator>James Matykiewicz</dc:creator>
    <dc:date>2008-11-05T18:04:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6351">
    <title>inter-portal communication</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6351</link>
    <description>Hello,

We are using Gridsphere 3.1, and I wanted to know if there are any APIs 
or facilities to support inter-portal communication? Specifically, I know 
I can have two portals in one application, and put each portal into its 
own tab. Then the two portals could share data using PortalSession.

However, is there a way to create a (dynamic) link from one tab to the 
other tab based on the user's session (or user specific information)?

I don't believe JSR-168 supports this 'out-of-the-box', so I was wondering 
if the Gridsphere developers found a way to do this action and expose an 
API.

Alos, looking at the Administration application is very helpful, but not 
exactly what I am looking for as a solution.

Many thanks!
James Matykiewicz
Tech-X
</description>
    <dc:creator>James Matykiewicz</dc:creator>
    <dc:date>2008-11-05T15:14:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6350">
    <title>Re: Re: Trying to make some sense of the Tomcatserver status feature</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6350</link>
    <description>_______________________________________________
Gridsphere-users mailing list
Gridsphere-users&lt; at &gt;gridsphere.org
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
</description>
    <dc:creator>Jason Novotny</dc:creator>
    <dc:date>2008-11-04T17:23:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6349">
    <title>Re: Trying to make some sense of the Tomcatserver status feature</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6349</link>
    <description>For 7 threads Jconsole give me the following information (for threads 
http-8080-Processor19, http-8080-Processor20, http-8080-Processor21 ... 
http-8080-Processor25, not sure this is relevant)

Name: http-8080-Processor19
State: RUNNABLE
Total blocked: 0  Total waited: 1

Stack trace:
java.net.SocketInputStream.socketRead0(Native Method)
java.net.SocketInputStream.read(SocketInputStream.java:129)
com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:79)
java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
java.io.BufferedInputStream.read(BufferedInputStream.java:235)
com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:57)
com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1239)
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1130)
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:288)
javax.mail.Service.connect(Service.java:233)
javax.mail.Service.connect(Service.java:134)
javax.mail.Service.connect(Service.java:86)
com.sun.mail.smtp.SMTPTransport.connect(SMTPTransport.java:138)
javax.mail.Transport.send0(Transport.java:150)
javax.mail.Transport.send(Transport.java:80)
org.gridsphere.tmf.services.impl.MailService.send(MailService.java:100)
org.gridsphere.tmf.impl.TMFServiceImpl.sendMessage(TMFServiceImpl.java:125)
org.gridlab.gridsphere.services.core.messaging.impl.TextMessagingServiceImpl.send(TextMessagingServiceImpl.java:58)
org.gridlab.gridsphere.layout.PortletFrame.doRenderError(PortletFrame.java:676)
org.gridlab.gridsphere.layout.PortletFrame.doRender(PortletFrame.java:551)
org.gridlab.gridsphere.layout.PortletColumnLayout.doRender(PortletColumnLayout.java:49)
org.gridlab.gridsphere.layout.PortletRowLayout.doRender(PortletRowLayout.java:35)
org.gridlab.gridsphere.layout.PortletTableLayout.doRender(PortletTableLayout.java:194)
org.gridlab.gridsphere.layout.PortletTab.doRender(PortletTab.java:274)
org.gridlab.gridsphere.layout.PortletTabbedPane.doRender(PortletTabbedPane.java:331)
org.gridlab.gridsphere.layout.PortletTab.doRender(PortletTab.java:274)
org.gridlab.gridsphere.layout.PortletTabbedPane.doRender(PortletTabbedPane.java:331)
org.gridlab.gridsphere.layout.PortletPage.doRenderHTML(PortletPage.java:531)
org.gridlab.gridsphere.layout.PortletPage.doRender(PortletPage.java:440)
org.gridlab.gridsphere.layout.PortletLayoutEngine.service(PortletLayoutEngine.java:131)
org.gridlab.gridsphere.servlets.GridSphereServlet.processRequest(GridSphereServlet.java:270)
org.gridlab.gridsphere.servlets.GridSphereServlet.doGet(GridSphereServlet.java:144)
org.gridlab.gridsphere.servlets.GridSphereServlet.doPost(GridSphereServlet.java:733)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
org.gridlab.gridsphere.filters.GridSphereFilter.doFilter(GridSphereFilter.java:77)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
java.lang.Thread.run(Thread.java:595)

Thanks



</description>
    <dc:creator>Jean-Alain Grunchec</dc:creator>
    <dc:date>2008-11-04T17:06:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6348">
    <title>Trying to make some sense of the Tomcat serverstatus feature</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6348</link>
    <description>Hi,

I had my server running for a few days. It handled many queries. However 
after some time, the GridSphere part of the application seemed not to be 
responding : I could display the Tomcat web page, I could call some 
Tomcat servlets, but I could not even display the login page of 
GridSphere, the request hanged for ever. Event though the computer was 
not under a huge computational load at the time.

I thought there were two things I could do in order to check what was 
going on. The first was to set up jconsole in order to be able in the 
future to look at the activity of GridSphere threads (not sure to which 
extent this can help). The second was to look a Tomcat's administrative 
features.

I restarted everythin yesterday, but today I can still see with Tomcat 
may "http requests" to Tomcat in the S mode which seem to have been 
around for a while. I don't know if this is normal ? I could not see any 
deadlock with jconsole.


  VM

Free memory: 20.13 MB Total memory: 94.30 MB Max memory: 297.75 MB


  http-8080

Max threads: 400 Min spare threads: 25 Max spare threads: 75 Current 
thread count: 25 Current thread busy: 11
Max processing time: 4849699 ms Processing time: 12935 s Request count: 
2387 Error count: 23 Bytes received: 2.00 MB Bytes sent: 7.20 MB

Stage    Time    B Sent    B Recv    Client    VHost    Request
R    ?    ?    ?    ?    ?    ?
R    ?    ?    ?    ?    ?    ?
S    14727552 ms    0 KB    2 KB    194.95.255.255   
 mycomputer.ed.ac.uk    POST 
/gridsphere/gridsphere?cid=97&amp;gs_action=doNext HTTP/1.1
S    14504847 ms    0 KB    2 KB    194.95.255.255   
 mycomputer.ed.ac.uk    POST 
/gridsphere/gridsphere?cid=97&amp;gs_action=doNext HTTP/1.1
R    ?    ?    ?    ?    ?    ?
R    ?    ?    ?    ?    ?    ?
S    15695832 ms    0 KB    0 KB    129.215.255.255   
 mycomputer.ed.ac.uk    GET /gridsphere/gridsphere?cid=115 HTTP/1.1
R    ?    ?    ?    ?    ?    ?
S    14532469 ms    0 KB    2 KB    194.95.255.255   
 mycomputer.ed.ac.uk    POST 
/gridsphere/gridsphere?cid=97&amp;gs_action=doNext HTTP/1.1
R    ?    ?    ?    ?    ?    ?
R    ?    ?    ?    ?    ?    ?
R    ?    ?    ?    ?    ?    ?
S    14560804 ms    0 KB    2 KB    194.95.255.255   
 mycomputer.ed.ac.uk    POST 
/gridsphere/gridsphere?cid=97&amp;gs_action=doNext HTTP/1.1
S    14526982 ms    0 KB    2 KB    194.95.255.255   
 mycomputer.ed.ac.uk    POST 
/gridsphere/gridsphere?cid=97&amp;gs_action=doNext HTTP/1.1
R    ?    ?    ?    ?    ?    ?
R    ?    ?    ?    ?    ?    ?
S    14564394 ms    0 KB    2 KB    194.95.255.255   
 mycomputer.ed.ac.uk    POST 
/gridsphere/gridsphere?cid=97&amp;gs_action=doNext HTTP/1.1
S    14302214 ms    0 KB    2 KB    194.95.255.255   
 mycomputer.ed.ac.uk    POST 
/gridsphere/gridsphere?cid=97&amp;gs_action=doNext HTTP/1.1
S    5 ms    0 KB    0 KB    129.215.255.255    mycomputer.ed.ac.uk   
 GET /manager/status HTTP/1.1
S    14127759 ms    0 KB    2 KB    194.95.255.255   
 mycomputer.ed.ac.uk    POST 
/gridsphere/gridsphere?cid=97&amp;gs_action=doNext HTTP/1.1
R    ?    ?    ?    ?    ?    ?
R    ?    ?    ?    ?    ?    ?

I have really no idea if this is normal, but this looks a bit odd. 
'194.95.255.255' is the modified IP of one of the user's machine.

Thank you very much,

Jean-Alain

</description>
    <dc:creator>Jean-Alain Grunchec</dc:creator>
    <dc:date>2008-11-04T16:35:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6347">
    <title>Re: setHttpServletRequest usage</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6347</link>
    <description>_______________________________________________
Gridsphere-users mailing list
Gridsphere-users&lt; at &gt;gridsphere.org
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users
</description>
    <dc:creator>Jason Novotny</dc:creator>
    <dc:date>2008-11-04T16:40:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6346">
    <title>GridSphere User Interface (UI) tag libraryandSpring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6346</link>
    <description>Hi Deepan (Chakravarthy),
    I've seen your post on Oct 8, 2 007 about Integrating Spring in  
Gridsphere.
Do you have any paper or documentation on how you did this? Any  
instructions
on how you made this work.  Anything special that I need to include in  
Gridsphere's web.xml?

Cheers,
-RAmil

Hi Oliver,
   Thanks a lot.  Now I've two branches in my code, one using Spring and
the other without Spring.
I really miss the GridSphere Tag libraries thought :(
Deepan
 &gt; Oliver
 &gt;
 &gt; On 9/18/07, Deeþan Chakravarthy &lt;codeshepherd at gmail.com&gt; wrote:
 &gt;
 &gt;&gt; Hi,
 &gt;&gt;   Is it possible to use Gridsphere tag library in the JSPs written  
for
 &gt;&gt; portlets using Spring ?   In particular the following line
 &gt;&gt; &lt;ui:textfield size="100"  name="autodockcommand" value="&lt;c:out
 &gt;&gt; value="${status.value}"/&gt;" beanId="autodockcommand"&gt;&lt;/ui:textfield&gt;
 &gt;&gt;
 &gt;&gt; in JSP always throws the error  "unclosed tag &lt;ui:textfield".  And  
the
 &gt;&gt; Spring controller does not read the value set by user in the text
 &gt;&gt; field.   If I replace them with normal &lt;input&gt; tags, it works  
without
 &gt;&gt; any problem.
 &gt;&gt; Regards,
 &gt;&gt;
</description>
    <dc:creator>Ramil Manansala</dc:creator>
    <dc:date>2008-11-04T01:17:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6345">
    <title>Re: setHttpServletRequest usage</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6345</link>
    <description>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jason Novotny wrote:

Thanks Jason!
Yeah that's what I thought the framework would do, but it doesn't. :(
The request object of my AuthModule instance is null and grepping
GridSphere's source shows setHttpServletRequest only in
LoginAuthModule.java and BaseAuthModule.java...

Regards,
  Etienne
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBSQq/v6S+0w01LYZbAQIrbAf9HLGEDaQd/mEI9MPZR1wwZuzWEcQF2RSU
buRk6K8Bquclg8k68dLMCRPAoHVGuGvaKhswBNCHXpMcExwMYx1hVowa+mx9QOAN
E9WCDFwZqnqF8yPp5OpasDwKpTQ+LeD67rpF3cvPz8VKMuZSpGsWTI32vj0/D6Sr
uTT2miVnE/6RJtVhhYDjLYWNXNOALnQfyCD6gBhZNUYIG+0tPz2gGWcbCJqI3ub1
AtNeUJzLr7y4kl0Ssbr0V2weiaiVPi8SlZgrn5Ec7yHDC0xaWvacM2aGAWNkTpyR
DVRwJLbpi0RitGAEY0vBznFt/37nnVy9+IQQP4vTDFaMTfglb/eWxw==
=lZuy
-----END PGP SIGNATURE-----
</description>
    <dc:creator>Etienne Dysli</dc:creator>
    <dc:date>2008-10-31T08:20:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6344">
    <title>Re: setHttpServletRequest usage</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6344</link>
    <description>Hi,

I don't have the source in front of me, but the idea is the framework  
created object instances of all the defined with modules and uses the  
setRequest method internally so that when you implement your own  
authenticate method you have access to the HttpServletRequest object  
to put something in a session, etc.

Cheers, Jason

Sent from my iPhone

On Oct 30, 2008, at 7:05 AM, Etienne Dysli &lt;etienne.dysli&lt; at &gt;unil.ch&gt;  
wrote:

</description>
    <dc:creator>Jason Novotny</dc:creator>
    <dc:date>2008-10-30T16:10:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6343">
    <title>setHttpServletRequest usage</title>
    <link>http://permalink.gmane.org/gmane.comp.java.gridsphere.user/6343</link>
    <description>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello all!

I'm looking into implementing an authentication module for GridSphere 3.
Browsing the source (SVN rev 6461), I see that the interface
org.gridsphere.services.core.security.auth.modules.LoginAuthModule has a
very useful-looking method: setHttpServletRequest(HttpServletRequest
request). That method is dutifully implemented in
org.gridsphere.services.core.security.auth.modules.impl.BaseAuthModule
but it is not used anywhere else in GridSphere, meaning auth modules
don't get a chance to access the HttpServletRequest instance. I think
that's just the thing I need to write my module. Any idea why
GridSphere's core does not use it?

Regards,
  Etienne
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBSQm/RKS+0w01LYZbAQKrJggAtvQQ4yTf/s9THTj7f/cnKoS4B+OZR72l
div91K1ofDYiZY1CEMMylm9NIfUscrRVQTpETpdc1Z1uvJ1W/1Q7KS3nCRWMK3HC
7QJBPGUNmw0ZqAmsvkO442MlQCYDBDvtZBsUwQeRiaPsYlCcbUjl+hxaeK2ETRaf
raS7sUcZiNjLxpRZhd5nce1AgoNclZCmUQZZI9J8zSlsi0YNzjndVCMK/qgYaUG1
kxvywqGNlfCkeReo6b0ebHm2NaxD0ar2Vgv1Sz/xyZv1bsJ22FveHBQp2asUtlwB
dfyGBVcY/gAha1SRzW6EKuYaYxMNK0t3J3RCURwVM1eQO1B6arnceg==
=i+eW
-----END PGP SIGNATURE-----
</description>
    <dc:creator>Etienne Dysli</dc:creator>
    <dc:date>2008-10-30T14:05:56</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.java.gridsphere.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.java.gridsphere.user</link>
  </textinput>
</rdf:RDF>
