portletbridge-users Mailing List for portletbridge
Brought to you by:
dkfn
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
(10) |
Jun
(16) |
Jul
|
Aug
(11) |
Sep
(19) |
Oct
(14) |
Nov
(3) |
Dec
|
| 2007 |
Jan
|
Feb
(4) |
Mar
(1) |
Apr
(4) |
May
(2) |
Jun
(2) |
Jul
|
Aug
|
Sep
(1) |
Oct
(5) |
Nov
(6) |
Dec
|
| 2008 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
(5) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
|
From: Jamie M. <dk...@us...> - 2015-09-24 09:55:59
|
Hi Alin, I'm afraid I don't know. The folk at LifeRay may be able to help. regards, On Wed, Sep 23, 2015 at 11:58 PM, Alin <ali...@tt...> wrote: > Hi, > Is there a way to make the portletbridge instanceable in Liferay? I > basically would like to have two portletbridge instances on the same page. > > In Liferay I have tried the instanceable tag: > > <liferay-portlet-app> > <portlet> > <portlet-name>portletbridge</portlet-name> > <icon>/icon.png</icon> > <instanceable>true</instanceable> > <header-portlet-css>/css/main.css</header-portlet-css> > <footer-portlet-javascript>/js/main.js</footer-portlet-javascript> > <css-class-wrapper>portletbridge-portlet</css-class-wrapper> > </portlet> > > > but it has no effect: Liferay allows me to add the portlet once and then > it greys out the name of the portlet and I cannot add it a second time. > What is preventing the portletbridge from being added several times? > > I have tried all types of combinations and nothing works. Any pointer in > the right direction would be greatly appreciated. > Thank you. > > > > ------------------------------------------------------------------------------ > Monitor Your Dynamic Infrastructure at Any Scale With Datadog! > Get real-time metrics from all of your servers, apps and tools > in one place. > SourceForge users - Click here to start your Free Trial of Datadog now! > http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 > _______________________________________________ > Portletbridge-users mailing list > Por...@li... > https://lists.sourceforge.net/lists/listinfo/portletbridge-users > > |
|
From: Alin <ali...@tt...> - 2015-09-23 23:11:01
|
Hi, Is there a way to make the portletbridge instanceable in Liferay? I basically would like to have two portletbridge instances on the same page. In Liferay I have tried the instanceable tag: <liferay-portlet-app> <portlet> <portlet-name>portletbridge</portlet-name> <icon>/icon.png</icon> <instanceable>true</instanceable> <header-portlet-css>/css/main.css</header-portlet-css> <footer-portlet-javascript>/js/main.js</footer-portlet-javascript> <css-class-wrapper>portletbridge-portlet</css-class-wrapper> </portlet> but it has no effect: Liferay allows me to add the portlet once and then it greys out the name of the portlet and I cannot add it a second time. What is preventing the portletbridge from being added several times? I have tried all types of combinations and nothing works. Any pointer in the right direction would be greatly appreciated. Thank you. |
|
From: Hiran C. <hir...@we...> - 2011-12-10 01:53:38
|
Hi there. Through the quick involvement of Jamie I was able to compile the PortletBridge, however that 'old' code would not run on Liferay 6.0.6. Therefore I ported the code to make use of the latest JDK, HttpClient and NekoHtml libraries. The modified code compiles, and I can configure the portlet to show the start page (e.g. http://www.google.com). Now whenever I click a link on the application, I do not get the expected result, instead a 'resource unavailable' page shows up. I'd be willing to share the ported code. Anyone out there with some knowledge of PortletBridge internals so we could make it work again? Hiran Chaudhuri |
|
From: Hiran C. <Hir...@we...> - 2011-12-04 11:01:41
|
<html><head></head><body bgcolor='#FFFFFF' style='font-size:10pt;background-color:#FFFFFF;font-family:Verdana, Arial, sans-serif;'>Here is the error:<br/>
<br/>
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile)<br/>
on project portletbridge-core: Compilation failure: Compilation failure:<br/>
[ERROR] \working copies\portletbridge-ng\portletbridge-core\src\main\java\org\portletbridge\portlet\PortletBri<br/>
dgePortlet.java:[189,25] error: cannot find symbol<br/>
[ERROR] \working copies\portletbridge-ng\portletbridge-core\src\main\java\org\portletbridge\portlet\PortletBri<br/>
dgePortlet.java:[216,21] error: cannot find symbol<br/>
[ERROR] -> [Help 1]<br/>
<br/>
When I look into that code I see:<br/>
<br/>
try {<br/>
bridgeAuthenticator = PortletBridgeObjects.createInstanceOf(authenticatorClassName);<br/>
} catch (Exception e) {<br/>
<br/>
<br/>
try {<br/>
initUrlFactory = PortletBridgeObjects.createInstanceOf(initUrlFactoryClassName);<br/>
} catch (Exception e) {<br/>
<br/>
<br/>
Both offending lines refer to PortletBridgeObjects, and I cannot find that class anywhere.<br/>
<br/>
Hiran<br/>
<br/>
<br/>
<blockquote style="border-left: 2px solid blue; margin-left: 5px; padding-left:5px; padding-top:5px;">
<hr/>
<b>Von:</b> "Jamie McCrindle" <jam...@gm...><br/>
<b>Gesendet:</b> Dec 4, 2011 11:44:50 AM<br/>
<b>An:</b> por...@li...<br/>
<b>Betreff:</b> Re: [Portletbridge-users] Building fails<br/>
<br/>
Hi Hiran,
<div>
</div>
<div>
People are reading it! The project itself has gone pretty quiet, though. What's the exception?</div>
<div>
</div>
<div>
regards,</div>
<div>
Jamie.<br/>
<br/>
<div class="gmail_quote">
On Sun, Dec 4, 2011 at 10:33 AM, Hiran Chaudhuri <span><<a href="mailto:hir...@we...">hir...@we...</a>></span> wrote:<br/>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi there.<br/>
<br/>
No activity for a long time on this list. Anyone reading at all?<br/>
<br/>
I'm trying to build the lastest release using Maven 3. And I get an<br/>
exception during comile since a class is not found, ant that seems not<br/>
to be in CVS at all. Any ideas how to get this resolved?<br/>
<br/>
Hiran<br/>
<br/>
------------------------------------------------------------------------------<br/>
All the data continuously generated in your IT infrastructure<br/>
contains a definitive record of customers, application performance,<br/>
security threats, fraudulent activity, and more. Splunk takes this<br/>
data and makes sense of it. IT sense. And common sense.<br/>
<a href="http://p.sf.net/sfu/splunk-novd2d">http://p.sf.net/sfu/splunk-novd2d</a><br/>
_______________________________________________<br/>
Portletbridge-users mailing list<br/>
<a href="mailto:Por...@li...">Por...@li...</a><br/>
<a href="https://lists.sourceforge.net/lists/listinfo/portletbridge-users">https://lists.sourceforge.net/lists/listinfo/portletbridge-users</a></blockquote>
</div>
</div>
</blockquote> <br><br><table cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#000000"><img src="https://img.ui-portal.de/p.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td style="font-family:verdana; font-size:12px; line-height:17px;">SMS schreiben mit WEB.DE FreeMail - einfach, schnell und <br>kostenguenstig. Jetzt gleich testen! <a href="http://f.web.de/?mc=021192"><b>http://f.web.de/?mc=021192</b></a></td></tr></table>
</body></html>
|
|
From: Jamie M. <jam...@gm...> - 2011-12-04 10:44:58
|
Hi Hiran, People are reading it! The project itself has gone pretty quiet, though. What's the exception? regards, Jamie. On Sun, Dec 4, 2011 at 10:33 AM, Hiran Chaudhuri <hir...@we...>wrote: > Hi there. > > No activity for a long time on this list. Anyone reading at all? > > I'm trying to build the lastest release using Maven 3. And I get an > exception during comile since a class is not found, ant that seems not > to be in CVS at all. Any ideas how to get this resolved? > > Hiran > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Portletbridge-users mailing list > Por...@li... > https://lists.sourceforge.net/lists/listinfo/portletbridge-users > |
|
From: Hiran C. <hir...@we...> - 2011-12-04 10:35:07
|
Hi there. No activity for a long time on this list. Anyone reading at all? I'm trying to build the lastest release using Maven 3. And I get an exception during comile since a class is not found, ant that seems not to be in CVS at all. Any ideas how to get this resolved? Hiran |
|
From: Jamie M. <dk...@us...> - 2009-09-14 20:28:21
|
Hi Gaetano,
Which portal are you deploying into? If it is on top of tomcat you may
need to enable shared sessions so that the portletbridge portlet can
share its session with the portletbridge servlet,
regards,
Jamie.
On Sat, Sep 12, 2009 at 4:21 PM, GAETANO RUSSO <gae...@gm...> wrote:
> Hi,
> sorry for disturbance.
> I'm working on a project planning to use portlet bridge
>
> I have a the following exception :
>
> javax.servlet.ServletException: No memento defined. The PortletBridge
> portlet stores all its user state (e.g. cookies, urls etc.) in the
> application scope session. If it can't find that data in the session
> this error is displayed.,
> URL=/portletbridgeportlet/pbhs/27hBO4opNk283DML1/logo.gif
>
> It should be a problem to share session between portlet and servlet.
>
> Memento object put in session by Portlet is null on Servlet side when
> it try to make a get from session.
> Following code about PortletBridgeServlet throw the exception about memento.
>
> PortletBridgeServlet{
> ..
> ............
> final PortletBridgeMemento memento = (PortletBridgeMemento)
> session.getAttribute(mementoSessionKey);
> if (memento == null) {
> throw new ServletException(resourceBundle
> .getString("error.nomemento")
> + ", URL=" + request.getRequestURI());
> }
>
> ......................
>
>
>
> }
>
>
> Could help me, please .
> Regards
> Gaetano Russo
>
|
|
From: GAETANO R. <gae...@gm...> - 2009-09-12 15:21:29
|
Hi,
sorry for disturbance.
I'm working on a project planning to use portlet bridge
I have a the following exception :
javax.servlet.ServletException: No memento defined. The PortletBridge
portlet stores all its user state (e.g. cookies, urls etc.) in the
application scope session. If it can't find that data in the session
this error is displayed.,
URL=/portletbridgeportlet/pbhs/27hBO4opNk283DML1/logo.gif
It should be a problem to share session between portlet and servlet.
Memento object put in session by Portlet is null on Servlet side when
it try to make a get from session.
Following code about PortletBridgeServlet throw the exception about memento.
PortletBridgeServlet{
..
............
final PortletBridgeMemento memento = (PortletBridgeMemento)
session.getAttribute(mementoSessionKey);
if (memento == null) {
throw new ServletException(resourceBundle
.getString("error.nomemento")
+ ", URL=" + request.getRequestURI());
}
......................
}
Could help me, please .
Regards
Gaetano Russo
|
|
From: Neil L. <nei...@sc...> - 2009-06-15 02:09:52
|
Jamie, I got to thinking over the weekend about the limitations of the portlet that you informed about ....so I configured my squid server to auto authenticate (via login=user:password) to the site I want (my internal Nagios server) and configured squid to prompt for authentication (via openldap) When hitting squid with a browser, it prompts me for authentication and all is well, I'm forwarded to the Nagios home page When hitting squid with the portletBridge however, I receive; from the following config any ideas? is this the way proxy auth should be configured Regards and thanks Neil ----- Original Message ----- From: "Jamie McCrindle" <dk...@us...> To: "Neil Longmuir" <nei...@sc...> Sent: Friday, June 12, 2009 5:00:16 PM GMT -05:00 US/Canada Eastern Subject: Re: Portlet Bridge Question Hi Neil, Unfortunately it hasn't been written to do automatic authentication (http basic / digest, form)... the proxy authentication is for proxies rather than the site itself... You'd need to dig into code to get it to authenticate. I should be relatively easy to do but what held me back so far is: - which username / password should be used, most apps would want you to use credentials related to the user that is currently logged in but there isn't a standardized way to get hold of those credentials. In fact, most apps wouldn't even have the credentials because passwords are normally stored as hashes rather than the actual password. - form based authentication is not standardized... that said, it wouldn't be too difficult to cater for the common cases e.g. j_username, j_password, etc. The code to look at is: DefaultHttpClientTemplate regards, Jamie. On Fri, Jun 12, 2009 at 9:16 PM, Neil Longmuir<nei...@sc...> wrote: > Jamie, > > I realize your not support for this portlet but I can't find anything out > there wrt config on this portlet. Basically, I deployed the portlet on > webspace(liferay)/glassfish no problem and it works great for > non-authenticated websites. For authenticated websites however, I've tried a > myriad of configurations (see below) to no avail. > > > > > > In the configuration page for the portletbridge > http://www.portletbridge.org/configuration.html, there are details wrt > variables for straight authentication(mode [none, basic ..], username, > password), however I can't find where to set these. > > wondering if it's in a config file or I'm completely missing something. > > Best Regards > > Neil Longmuir > nei...@sc... > > > > > > |
|
From: Jamie M. <jam...@gm...> - 2009-06-12 21:05:14
|
Hi Neil, Unfortunately it hasn't been written to do automatic authentication (http basic / digest, form)... the proxy authentication is for proxies rather than the site itself... You'd need to dig into code to get it to authenticate. I should be relatively easy to do but what held me back so far is: - which username / password should be used, most apps would want you to use credentials related to the user that is currently logged in but there isn't a standardized way to get hold of those credentials. In fact, most apps wouldn't even have the credentials because passwords are normally stored as hashes rather than the actual password. - form based authentication is not standardized... that said, it wouldn't be too difficult to cater for the common cases e.g. j_username, j_password, etc. The code to look at is: DefaultHttpClientTemplate regards, Jamie. On Fri, Jun 12, 2009 at 9:32 PM, Neil Longmuir<nei...@sc...> wrote: > all, > > Wondering if someone could point me in the right direction. > > Basically, I deployed the portlet on webspace(liferay)/glassfish no problem > and it works great for non-authenticated websites. For authenticated > websites however, I've tried a myriad of configurations (see below) to no > avail. > > > > > > In the configuration page for the portletbridge > http://www.portletbridge.org/configuration.html, there are details wrt > variables for straight authentication(mode [none, basic ..], username, > password), however I can't find where to set these. > > wondering if it's in a config file or I'm completely missing something. > > Best Regards > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Portletbridge-users mailing list > Por...@li... > https://lists.sourceforge.net/lists/listinfo/portletbridge-users > > |
|
From: Jamie M. <jam...@gm...> - 2009-06-06 08:27:32
|
Hi Dakshesh, The Web Proxy portlet in Liferay is built using PortletBridge but the Liferay guys are going to be the best people to speak to first about how to deploy and use the Web Proxy portlet in Liferay, regards, Jamie. On Sat, Jun 6, 2009 at 2:53 AM, Dakshesh Darji<dak...@gm...> wrote: > Hello, > > I would like to install Web Proxy portlet into liferay 5.2 > Is Web Proxy is same as PortletBridge portlet? > Let's say I have external sites which I want to proxy then > what are steps I need to follow? > > Is there any sample portlet on which I can check this Web Proxy > configuration? > > I have installed liferay 5.2.3 > > Thank you > > Dakshesh > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > Portletbridge-users mailing list > Por...@li... > https://lists.sourceforge.net/lists/listinfo/portletbridge-users > > |
|
From: Dakshesh D. <dak...@gm...> - 2009-06-06 02:16:07
|
Hello, I would like to install Web Proxy portlet into liferay 5.2 Is Web Proxy is same as PortletBridge portlet? Let's say I have external sites which I want to proxy then what are steps I need to follow? Is there any sample portlet on which I can check this Web Proxy configuration? I have installed liferay 5.2.3 Thank you Dakshesh |
|
From: Jamie M. <dk...@us...> - 2009-05-25 09:04:59
|
Hi Mohammed, PortletBridge is making an HTTP connection through to the HTML + Javascript + CSS page that your JSF webapp is making. As a result, there are some gotcha's: - Rendering can go wrong because it reuses CSS from your JSF site which may not look right - Javascript can't be generically rewritten - XHTML isn't supported yet, so double check that the site isn't using XHTML regards, Jamie. On Sun, May 24, 2009 at 12:16 PM, Mohamed Ibrahim <mib...@un...> wrote: > Hi All, > > I am running portletbridge on sun portal WebSpace 10. I am trying to connect > to a JSF pages. It connect successfully but it did not render the controls > correctly. Is Portalbridge does not support JSF Controls, or I need to > Inject my CSS files in to it. If that the case how I can add my CSS files? > > > > Thank You, > > > > Regards; > > Mohammed Ali > > Software Engineer > > Technological Competence Department > > United OFOQ > > 68 Makram Ebaid St. (11371) > > Nasr City, Cairo, Egypt > > Tel: + 20-2-670-3292 > > Fax: + 20-2-670-3290 > > Mobile:+ 20-10-048-1973 > > E-Mail: mib...@Un... > > www.UnitedOFOQ.com > > > > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. > Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > Portletbridge-users mailing list > Por...@li... > https://lists.sourceforge.net/lists/listinfo/portletbridge-users > > |
|
From: Jeremy B. <jbo...@am...> - 2009-05-24 14:30:22
|
I will be out of the office starting 14/05/2009 and will not return until 08/06/2009. For any issue concerning the Air Canada project, please contact Jorges Gomes (jg...@am...)(with Maurizio Negri mn...@am... in copy). |
|
From: Mohamed I. <mib...@un...> - 2009-05-24 13:07:46
|
Hi All, I am running portletbridge on sun portal WebSpace 10. I am trying to connect to a JSF pages. It connect successfully but it did not render the controls correctly. Is Portalbridge does not support JSF Controls, or I need to Inject my CSS files in to it. If that the case how I can add my CSS files? Thank You, Regards; Mohammed Ali Software Engineer Technological Competence Department United OFOQ 68 Makram Ebaid St. (11371) Nasr City, Cairo, Egypt Tel: + 20-2-670-3292 Fax: + 20-2-670-3290 Mobile:+ 20-10-048-1973 E-Mail: <mailto:MH...@Un...> mib...@Un... <http://www.unitedofoq.com/> www.UnitedOFOQ.com |
|
From: Gherna, A. R. <ag...@il...> - 2009-03-19 19:43:22
|
Hello Jamie, Long time, no email. Just wondering if there are plans to move portletbridge-portlet to using maven2. We're migrating to it and it would be a lot easier for me to give the numerous (!) patches I've made back to the project if it were in maven2. Hope all is well. -- Andy Gherna University of Illinois - CITES ag...@il... |
|
From: Duggan, C. <Col...@fm...> - 2008-11-12 15:36:44
|
> Hi, I'm trying to configure the PortletBridgePortlet on webshpere6. > I'm basing my configuration on the portlet.xml file which comes with > the portletbridge-portlet-1.2.war. > > When I run my app server the portlet gets picked up however I get the > following: > > WARN |javax.portlet.PortletException: Downstream error: id is null > javax.portlet.PortletException: Downstream error: id is null > ... > ... > Caused by: > java.lang.IllegalArgumentException: id is null > > I decompiled the class which throws this error BridgeViewPortlet and > the problem is with the idParamKey parameter returning null. Where > should I be setting this? > > Thanks |
|
From: Duggan, C. <Col...@fm...> - 2008-11-12 15:29:48
|
Hi, I'm trying to configure the PortletBridgePortlet on webshpere6. I'm basing my configuration on the portlet.xml file which comes with the portletbridge-portlet-1.2.war. When I run my app server the portlet gets picked up however I get the following: WARN |javax.portlet.PortletException: Downstream error: id is null javax.portlet.PortletException: Downstream error: id is null ... ... Caused by: java.lang.IllegalArgumentException: id is null I decompiled the class which throws this error BridgeViewPortlet and the problem is with the idParamKey parameter returning null. Where should I be setting this? Thanks |
|
From: <Flo...@rw...> - 2008-08-05 15:20:50
|
Hi, action requests - for example sending from data - is not working for me with PortletBridge. I am struggling with some formular that is displayed in a portlet using PortletBridge. The content is requested from some external link and the initial page is correctly proxied by PortletBridge. Images are displayed for example. But the form action is handled like all other links in the page. But this link should trigger a action request and not a render request, right? Looking into the code I saw in class BridgeFunctions, that there is a call of method createBridgeRequest of Interface PortletBridgeMemento. In the implementation DefaultPortletBridgeMemento I only see call of method createRenderURL of interface RenderResponse. There is now call to createActionURL of the same interface. Means there is actually no possibility to rewrite the form action link into a action request. Am I right? Cheers Florian |
|
From: NON, S. <sov...@ca...> - 2008-02-26 13:17:05
|
Hi All, Configuration : JBossPortal 2.4.1 Java 1.5 portletbridge-portlet 1.1.2 Issue : I'm trying to configure correctly Jboss Portal and Portletbridge in order to access a php based application. I have configured the portletbridge as below : initURL : http://myserver/myapp/Identification.php If my login and password are correct, a php sessionid cookie is created and the page is refreshed with a new URL : http://myserver/myapp/repository/Accueil.php My issue is that this page keeps on refreshing, looking for a php sessionid that it can't find. Is it possible to store this cookie in my Portletbridge instance or in Jboss portal ? Regards. This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. |
|
From: Tom B. <tom...@ho...> - 2008-01-17 08:41:33
|
Here is my question. I need to integrate to a web site that requires authe= ntication. After authentication the user gets automatically redirected to= nextURL which is a main page with links. click on link and show frame with form prepopulated with data. Can = this be done with portlet bridge? From what I can tell, portlet bridge wil= l handle authentication, but there is no way to specify additonal urls to b= e accessed automatically. In essence I am trying to login, but not end up = on the home page/redirect page. I need a step two to show the user a prep= opulated form that is not on the nextURL/homepage. How can I do these addi= tional operations after login. XSL does not seem like the right place. I = dont see anyway to specify a 2nd URL etc. So the first thing the user sees= is not the initial page of the application, but page/frame further inside = the application after login. The whole idea of portlet integration is tha= t the user does not need to relogin and goto a particular part in the integ= rated application. The portlet shows the application page specified. Thi= s is very important because if the user wanted the whole app he would just = login to the whole app. In lots of cases it is only a section of the app t= hat the user should see. This is true web clipping. =20 Thanks, T Black _________________________________________________________________ Get the power of Windows + Web with the new Windows Live. http://www.windowslive.com?ocid=3DTXT_TAGHM_Wave2_powerofwindows_012008= |
|
From: Jamie M. <jam...@gm...> - 2007-11-25 21:03:14
|
Hiya,
That looks like a bug. I'm looking into it.
cheers,
j.
On Mar 27, 2007 4:43 PM, S Corley <sdc...@gm...> wrote:
> I couldn't find any other queries regarding this on the mailing list history
> (so I apologize if this a known issue or has already been corrected) but I
> am using 1.1.2 and the when I change the value of idParamKey value in
> portlet.xml I get
>
> Caused by: java.lang.UnsupportedOperationException
> at
> org.portletbridge.portlet.PseudoPortletURL.setParameter(PseudoPortletURL.java:54)
> at
> org.portletbridge.portlet.DefaultPortletBridgeMemento.createBridgeRequest
> (DefaultPortletBridgeMemento.java:74)
> ...
>
> and when I looked into PseudoPortletURL I was trying to set the value from
> portlet.xml but PseudoPortletURL has code like
>
> <code>
>
> public void setParameter(String key, String value) {
>
> if("id".equals(key)) {
>
> this.id = value;
>
> } else {
>
> throw new UnsupportedOperationException();
>
> }
>
> }
> </code>
>
> Is this behavior expected? Thanks in advance.
>
> Regards,
> Scott
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Portletbridge-users mailing list
> Por...@li...
> https://lists.sourceforge.net/lists/listinfo/portletbridge-users
>
>
|
|
From: Jamie M. <jam...@gm...> - 2007-11-25 20:53:21
|
Hi Eric, I managed to miss this mail. Do you still need help? cheers, j. On Jun 14, 2007 7:32 PM, Eric Hatley <ha...@gm...> wrote: > Has anyone gotten this to work in WLP 9.2? > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Portletbridge-users mailing list > Por...@li... > https://lists.sourceforge.net/lists/listinfo/portletbridge-users > > |
|
From: Jamie M. <jam...@gm...> - 2007-11-25 20:51:40
|
Hiya, I'm preparing separate releases of the portlet for the various portals out there. I've tested it on the latest release of JBoss portal and AS and it looks to work (sans logging jars). Will let you know as soon as I have it released (sourceforge uploads are broken at the moment *sigh*). Thanks, j. On Nov 10, 2007 10:23 AM, Jamie McCrindle <jam...@gm...> wrote: > Hiya, > > I haven't seen that bug reported on the mailing lists. I'll see if I > can get some help from the JBoss guys. Might take a little time as I'm > on holiday until the 14th of November. > > cheers, > j > > > On Nov 9, 2007 6:34 PM, Boudreau Luc <luc...@um...> wrote: > > > > > > > > > > Hello, > > > > > > > > I tried to install Portletbridge without success on JBoss AS 4.2.1 with > > portal 2.6.2. At first, I got an exception concerning Apache Commons. Since > > AS 4.0.5, the AS prevents any web application from loading commons-logging > > or read commons-logging.properties files. This is well documented and you > > should add in your FAQ that in order for the logging system wo work properly > > on JBoss AS 4.0.5+, one has to update the server commons-logging library to > > 1.0.3 and then remove from the webapp : > > > > > > > > - commons-logging.jar > > > > - log4j.jar > > > > - log4j.properties > > > > - commons-logging.properties > > > > > > > > This fixed this issue. > > > > > > > > Now, I get an error that the ontext is already registered. > > > > > > > > ================================================================= > > > > 2007-11-09 11:42:20,326 ERROR [org.jboss.deployment.MainDeployer] Could not > > star > > > > t deployment: > > file:/home/jboss/jboss-4.2.1.GA/server/default/tmp/deploy/tmp50273 > > > > portletbridge-portlet-exp.war/WEB-INF/ > > > > org.jboss.deployment.DeploymentException: Cannot deploy portlet application; > > - n > > > > ested throwable: (java.lang.IllegalArgumentException: This portlet app is > > alread > > > > y registered: portletbridge-regis) > > > > at > > org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.start( > > > > PortletAppDeployment.java:154) > > > > at > > org.jboss.portal.core.deployment.jboss.PortletAppDeployment.start(Por > > > > tletAppDeployment.java:95) > > > > at > > org.jboss.portal.server.deployment.jboss.DeploymentContext.start(Depl > > > > oymentContext.java:99) > > > > at > > org.jboss.portal.server.deployment.jboss.PortalDeploymentInfoContext. > > > > start(PortalDeploymentInfoContext.java:211) > > > > at > > org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerD > > > > eployer.java:217) > > > > ================================================================= > > > > > > > > There's a lot of people who had this bug but nobody bothered to answer. Is > > there anyone willing to help to fix this ?! > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Portletbridge-users mailing list > > Por...@li... > > https://lists.sourceforge.net/lists/listinfo/portletbridge-users > > > > > |
|
From: Jamie M. <jam...@gm...> - 2007-11-10 10:23:54
|
Hiya, I haven't seen that bug reported on the mailing lists. I'll see if I can get some help from the JBoss guys. Might take a little time as I'm on holiday until the 14th of November. cheers, j On Nov 9, 2007 6:34 PM, Boudreau Luc <luc...@um...> wrote: > > > > > Hello, > > > > I tried to install Portletbridge without success on JBoss AS 4.2.1 with > portal 2.6.2. At first, I got an exception concerning Apache Commons. Since > AS 4.0.5, the AS prevents any web application from loading commons-logging > or read commons-logging.properties files. This is well documented and you > should add in your FAQ that in order for the logging system wo work properly > on JBoss AS 4.0.5+, one has to update the server commons-logging library to > 1.0.3 and then remove from the webapp : > > > > - commons-logging.jar > > - log4j.jar > > - log4j.properties > > - commons-logging.properties > > > > This fixed this issue. > > > > Now, I get an error that the ontext is already registered. > > > > ================================================================= > > 2007-11-09 11:42:20,326 ERROR [org.jboss.deployment.MainDeployer] Could not > star > > t deployment: > file:/home/jboss/jboss-4.2.1.GA/server/default/tmp/deploy/tmp50273 > > portletbridge-portlet-exp.war/WEB-INF/ > > org.jboss.deployment.DeploymentException: Cannot deploy portlet application; > - n > > ested throwable: (java.lang.IllegalArgumentException: This portlet app is > alread > > y registered: portletbridge-regis) > > at > org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.start( > > PortletAppDeployment.java:154) > > at > org.jboss.portal.core.deployment.jboss.PortletAppDeployment.start(Por > > tletAppDeployment.java:95) > > at > org.jboss.portal.server.deployment.jboss.DeploymentContext.start(Depl > > oymentContext.java:99) > > at > org.jboss.portal.server.deployment.jboss.PortalDeploymentInfoContext. > > start(PortalDeploymentInfoContext.java:211) > > at > org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerD > > eployer.java:217) > > ================================================================= > > > > There's a lot of people who had this bug but nobody bothered to answer. Is > there anyone willing to help to fix this ?! > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Portletbridge-users mailing list > Por...@li... > https://lists.sourceforge.net/lists/listinfo/portletbridge-users > > |