[jboss-user] [JBoss Portal] - SSL Login like old UserPortlet?

2007-11-07 Thread cdelashmutt
It seems like when we moved to JBoss Portal 2.6 and the login link became injected as part of the navigation at the top of the page, we lost the ability to have it use SSL to encrypt user credentials. If there is no way to accomplish this now, I'd like to propose modifying the class that genera

[jboss-user] [JBoss Portal] - Prevent Portlet Personalization

2007-09-17 Thread cdelashmutt
I'm trying to configure a page where the portlets are _not_ personalizable by most people. I would expect that I could unset the "personalize" right for the page, and then the portlets on that page wouldn't show an "edit" link for them. The way I'm trying to do it isn't working, so I'm trying

[jboss-user] [JBoss Portal] - Re: DWR (Direct web remoting) & JBoss Portal 2.6 integration

2007-08-06 Thread cdelashmutt
AJAX and Portals in general is a bit of a tricky issue. I looked on the DWR site and found that they had an example web application that showed basic use of DWR at http://getahead.org/dwr/getstarted. You should be able to take this sample application, and place a portlet definition and some cl

[jboss-user] [JBoss Portal] - Re: PortletBridge woes

2007-08-02 Thread cdelashmutt
I'm still trying to get a better understanding of why my pages aren't getting transformed properly with the portlet bridge XSLT transform. At first, I thought it might have had something to do with the uppercase tag names in the XSLT, but I found out that was a conscious choice by the portletbr

[jboss-user] [JBoss Portal] - PortletBridge woes

2007-07-25 Thread cdelashmutt
Is anyone out there successfully using PortletBridge (www.portletbridge.org) with JBoss Portal? I know this is the JBoss Portal forum, but I wanted to see if anyone has had any luck with it. I've spent the better part of today trying to use it, and although XSLT seems to be the right way to go

[jboss-user] [Remoting] - Re: InstantiationException with client passed proxies

2006-08-11 Thread cdelashmutt
I tried making the MBean use the new 2.0.0.CR2 release, but I ran into some strange problems. So to help isolate things, I ran the server component outside of the App Server. Basically, I just added a main method to explictly call the startup methods which create the Transporter server. The c

[jboss-user] [Remoting] - Re: InstantiationException with client passed proxies

2006-08-11 Thread cdelashmutt
I tried using byvalue=true to force a remote invoker to be used, but I'm still getting the same exception. The only difference this time is that remoting is complaining that it can't instantiate org.jboss.remoting.transport.socket.SocketClientInvoker because it doesn't have a no-arg constructo

[jboss-user] [Remoting] - InstantiationException with client passed proxies

2006-08-11 Thread cdelashmutt
I;m trying to code up a little example using JBoss Remoting 1.4.4 in JBoss AS 4.0.4.GA, and JBoss Serialization. This example is based on the "Trasporters sample - proxy" example in the user guide. I've got an MBean that manages the lifecycle of a socket based Remoting server that has a few me