[jboss-user] [Installation, Configuration & DEPLOYMENT] - Additional lib folder

2008-06-12 Thread rob_gar_esp
Hi, I'm using jboss portal and my portlets use many different jar libs; I was trying to set-up an additional lib folder for that purpose, I don't want to mess the default jboss lib repositories such as. jboss-portal-2.6.3.GA\lib jboss-portal-2.6.3.GA\server\default\lib jboss-portal-2.6.3.GA\jbo

[jboss-user] [JBoss Portal] - portlet upload

2008-05-29 Thread rob_gar_esp
Hi, I'm implementing a very basic file uploader portlet such, actually I'm trying the portlet provided in the samples: | public class ResumeTask extends GenericPortlet { | | public void processAction(ActionRequest req, ActionResponse resp) throws PortletException, PortletSecurityE

[jboss-user] [Installation, Configuration & DEPLOYMENT] - setting up properties in the run script

2008-04-17 Thread rob_gar_esp
Hi, I modified my run.bat script in order to add environment properties like these: set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -DSIWO_HOME=C://SIWO-INF -DSCHEMA_BASE_PATH=//schemas when I run the script from a command console works properly, however, I installed the jboss tools plug-i

[jboss-user] [JBoss Portal] - Re: PortletRequest.USER_INFO returns nothing

2008-03-17 Thread rob_gar_esp
Any??? Please assist View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137058#4137058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137058 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Portal] - PortletRequest.USER_INFO returns nothing

2008-03-14 Thread rob_gar_esp
Hi, I'm trying to retrieve user information from the PortletRequest.USER_INFO attribute, however it returns nothing all the time. The complete snippet is: protected void doView(RenderRequest rRequest, RenderResponse rResponse) throws PortletException, IOException, UnavailableException {

[jboss-user] [JBoss Portal] - Re: Detail about InterPortlet Communication(IPC) in JBoss Po

2008-02-18 Thread rob_gar_esp
Thanks for your response, but on my first message I tried to make clear that no tutorials and examples exist for Portal 2.6.3's IPC. Please let me know where 2.6.3 IPC doc. could be found. Cheers! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130243#41302

[jboss-user] [JBoss Portal] - Re: Detail about InterPortlet Communication(IPC) in JBoss Po

2008-02-18 Thread rob_gar_esp
What do you mean? There's no IPC support for portal 2.6.3? Any plans to update the documentation and tutorials? Best regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130236#4130236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Portal] - Re: Detail about InterPortlet Communication(IPC) in JBoss Po

2008-02-18 Thread rob_gar_esp
Hello: For portal 2.6.3 bundle there's no IPC documentation. The link http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html/ipc.html does not exist any more. The sample code at http://labs.jboss.com/portal/portletswap/portlets_tutorial.html does not work since the next snippet of portle

[jboss-user] [JBoss Portal] - Re: IPC issues with Portal 2.4.6

2008-02-18 Thread rob_gar_esp
and for clearer information: 17:54:26,062 ERROR [STDERR] java.lang.NullPointerException | 17:54:26,062 ERROR [STDERR] at org.jboss.portlet.JBossRenderResponse.createRenderURL(JBossRenderResponse.java:71) | 17:54:26,062 ERROR [STDERR] at org.jboss.portlet.hello.HelloWorldPortl

[jboss-user] [JBoss Portal] - IPC issues with Portal 2.4.6

2008-02-18 Thread rob_gar_esp
Hi, I downloaded the latest IPC tutorial available in the JBoss SVN repository at: http://anonsvn.jboss.org/repos/portletswap/portlets/2_4/src/HelloWorldIPC/ However if fails when deployed in the 2.4.6 portal: | 14:18:50,281 ERROR [PortalServlet] Unexpected exception | java.lang.NullPoint