[jboss-user] [JBoss Portal Users] - Re: Jboss Portal Maven Repository url

2009-09-16 Thread guenther.her...@softcon.de
I do not now if this answer really helps, but I had also problems in that direction. I also missed native support for sar files and so on. So I decied for me to convert my project to ant. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255442#4255442 Reply t

[jboss-user] [JBoss Portal Users] - Re: ava.lang.ClassCastException: org.jboss.portal.portlet.im

2009-09-10 Thread guenther.her...@softcon.de
the download use the window-name from *-object.xml instead: default overwrite invserverproject invserverprojectPortletWindow invserverprojectPortletInstance center 0 maximized

[jboss-user] [JBoss Portal Users] - Re: ava.lang.ClassCastException: org.jboss.portal.portlet.im

2009-09-10 Thread guenther.her...@softcon.de
If I use our default SEAM Solution: /** * */ package de.softcon.ivory.invserver.action.report; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.OutputStream; import java.util.Iterator; import java.util.Map;

[jboss-user] [JBoss Portal Users] - Re: ava.lang.ClassCastException: org.jboss.portal.portlet.im

2009-09-08 Thread guenther.her...@softcon.de
To day I tried a more seam like way: /** * */ package de.softcon.ivory.invserver.action.report; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import javax.faces.context.ExternalContext; import javax.faces.context.FacesContext; import org.jboss.po

[jboss-user] [JBoss Portal Users] - ava.lang.ClassCastException: org.jboss.portal.portlet.impl.j

2009-08-31 Thread guenther.her...@softcon.de
I have ported our SEAM Application to porteltbridge CR2. One part of the application is report PDF or XLS generation with JASPER. To dowdload the code we use the following code: HttpServletResponse response = (HttpServletResponse) externalContext.getResponse(); response.setConte

[jboss-user] [JBoss Portal Users] - Re: different Funktionality for PortalBridge 1.0.0.B4 and CR

2009-08-27 Thread guenther.her...@softcon.de
This Problem is solved. I removed PortalIdentity.jar and download SEAM 2.1.2.CR1 with this version I can use the old login of SEAM.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252082#4252082 Reply to the post : http://www.jboss.org/index.html?mod

[jboss-user] [JBoss Portal Users] - different Funktionality for PortalBridge 1.0.0.B4 and CR2 fo

2009-08-27 Thread guenther.her...@softcon.de
I found at http://www.infoq.com/articles/jsf-ajax-seam-portlets-pt-3 a description for PortalBridge Version B4 that you can use the Booking application with SSO and without. The booking app offered for Version CR2 does not describe the same functionality, I guess? I tried to install the B4 with

[jboss-user] [JBoss Portal Users] - How to use

2009-08-27 Thread guenther.her...@softcon.de
PostPosted: Thu Aug 27, 2009 05:56 AMPost subject: How to use In component.xml is via security defined how do deal with login and what to do. But via the PortletBridge I have to use SSO of JBoss Portal. I found the folowing coment: public boolean authenticate() { //This code is not used in