Log in to follow, share, and participate in this community.
Thread New JBoss Portlet Bridge Beta 4 release now available.
New JBoss Portlet Bridge Beta 4 release now available.Download: http://www.jboss.org/portletbridge/download/ View the documentation: http://www.jboss.org/files/portletbridge/docs/1.0.0.B4/en/html_single/index.html Supporting infoq.com article soon to be published. Than...
DataSource injectionHi, I have been trying to inject a javax.sql.DataSource into a Seam bean as @Name("test1")
@Scope(ScopeType.EVENT)
public class Consultar {
@Resource(mappedName="ja...
Problems with seam taglibHi everybody, I'm quietly new to GateIn+JBoss PortletBrigde. I'm facing a problem when using the seam taglib to load dynamically graphic images in this way: {code:xml} <s:graphicImage value=...
Thread Mostrar reportes JasperReports en portlets + jsf
Mostrar reportes JasperReports en portlets + jsfHola: Bueno la duda es como podria realizar el mostrado de un reporte en pdf utilizando JasperReports en un portal + jsf. La forma en la que lo hacia yo en una aplicacion JSF en una aplicacion web, lo ...
When will Portlet Bridge 3.0 be released?I will appreciate to know when will be Portlet Bridge 3.0 available in an stable release and ready for production. Richfaces 4.0 is out, and we are waiting for Portlet Bridge... thanks in advance!
Solve GateIn s:hasRole Always falsei use GateIn 3.2.0 M01 and PortLet Bridge 2.1.0.FINAL s:hasRole Always return false i solve is override class PortalIdentity make GateIn GateInOrganization Component ...
Thread Problems with Seam's page.xml have EL param
Problems with Seam's page.xml have EL paramI find a Problems if define <param name="param" value="#{myBean.myProperty}"/> in seam's XXXX.page.xml and vaule is EL use <s:button view="/XXXX.xhtml" /> or s:link ...
RichFacesStrategy.finishResponse() causes NullPointerExceptionHello, I have a problem with the Portletbridge. Sometime while changing the pages I'll get an exception like this: ... Caused by: javax.portlet.faces.BridgeException: java.lang.NullPointerException &...
Thread Howto use a custom tag handler in a portlet ?
Howto use a custom tag handler in a portlet ?Maybe this is the wrong forum, so if it is - please move to the right one. My little problem is a custom tag handler - I hope I defined all needed stuff. Eclipse is working fine with my example tag - but my JBoss Por...
Richfaces Migration 4.0 JSF2.0 IssuesHi, We are currently working on LR 6.0.5 CE + Richfaces 3.3.3 + Portlet Bridge 2.0.1 + JSF 1.2. We are trying to migrate to new versions in Richfaces 4.0 with Jsf 2.0 and Portlet bridge 2.1.0 , when i try to ...
Thread Ajax not working in portletbridge 3.0.0 Beta
Ajax not working in portletbridge 3.0.0 BetaHi, I am using JSF 2.0 + JSR 286 Specification + Richfaces 4.0 along with portletbridge-impl-3.0.0.Beta1.jar & portletbridge-api-3.0.0.Beta1.jar My problem is the Ajax is not working when using portletbridge-imp...
ejb-transaction in seamSeam 2.2 + Portlet Container 2 SNAPSHOT + JBoss Portal 2.7.2 If i activate <transaction:ejb-transaction /> than i get this error in the portlet environment:
17:31:17,854 ERROR [Exceptions] handled and logge...
Status and Bug in Bridge 2.1.0Hi, is the Bridge 2.1.0 (Trunk 2.1.1) still supported? I wonder, because e.g. a JUnit-Test doesn't work and the Seam support is also very problematic. 2 examples: * GenericPortle...
Portlet Bridge breaks?Hello, I use for the first time the jboss portletbridge 2.0.0 with the GateIn portlet server. My litte portlet application breaks off with the following message: [PortletViewHandler] Error rendering view by p...
Thread KeepAlive comportment change between 2.0.0.ALPHA and 2.0.0.BETA
KeepAlive comportment change between 2.0.0.ALPHA and 2.0.0.BETAHi, I used portletbridge 2.0.0.ALPHA and beans in scope request with anotation @KeepAlive and @ExcludeFromManagedRequestScope. With this version, when I refreshed my portal page, my beans were recreate...
PortletBridge & Richfaces Portlet - Tomcat Integration/Deployment IssueQuestion: I have been experimenting the Richfaces portlet in the Gatein 3.1 JBoss AS using PortletBridge 2.0 and it was working well as expected. Is it possible to deploy the Richfaces portlet using the JBoss Por...
Thread reRender content inside a portlet from another portlet
reRender content inside a portlet from another portletI have quite strage question to which I couldn't find answer so far. I have 2 portlets - if I change values in one of them, the second one have to reRender it's part containing those values using AJAX call. My use cas...
use portlet tags on top of Portlet BridgeI am trying to use the following portlet tags on top of Portlet Bridge, It seems to me Facelet doesn't support them yet. What's my options? Can I skip over Facelet, just use JSF? if so, how do I do it? <portlet:de...