[jboss-user] [JBoss Portal] - Redirect After Login

2009-04-28 Thread brain101
i have a portal page, which is secured via a security constraint in the -object.xml when accessing the secured page: /portal/portal/myportal/mypage/myWindow?action=2¶m1=51 the request ist redirected to the login page (which is the expected behavior), but then, after successful login, the login re

[jboss-user] [JBoss Portal] - SAP iView Integration

2009-02-18 Thread brain101
is there a possibility, beside iFrame or new window, to integrate sap iViews in jboss portal? has anyone had the same problem before? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211032#4211032 Reply to the post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [JBoss Portal] - Portal 2.6.4+Seam 2.0.2: File Upload

2008-05-19 Thread brain101
i am trying to get a file upload portlet working on jboss portal 2.6.4 and jboss seam 2.0.2. the behavior is, that after the submit of the form including the s:fileUpload tag , the next page shows the empty form, but data is not passed to the backing bean. has anybody got this working as a port

[jboss-user] [JBoss Portal] - Secure Portlet - Message

2008-03-20 Thread brain101
if there is a secured portlet/window and someone tries to access it with a role that is not in the security constraint, the portlet will not show up. is there a way that in this case some kind of message (like "access denied") is shown up instead of not showing up the portlet? View the original

[jboss-user] [JBoss Portal] - Re: using DBIdentityLoginModule creates an infinite redirect

2008-03-19 Thread brain101
have you already found a solution for the problem? i have the same problem and meanwhile spent 3 days on searching for a solution View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137726#4137726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Portal] - JPetStore Struts Example - Lost request attributes

2008-02-22 Thread brain101
jboss 4.2.2-GA jboss-portal 2.6.4-GA i tried to get the jpetstore struts example to run, i downloaded it from http://labs.jboss.com/downloading/?projectId=portletswap&url=/portletswap/downloads/portlets/framework/struts-example.zip and deployed it to the server. start page is ok, but all pages, w

[jboss-user] [JBoss Portal] - Portlet File Upload: Error finishing response - ArrayIndexOu

2007-12-11 Thread brain101
file upload within a portlet randomly fails with the following error: 2007-12-11 09:21:10,879 ERROR [org.apache.coyote.http11.Http11Processor] Error finishing response java.lang.ArrayIndexOutOfBoundsException: 8192 at org.apache.coyote.http11.InternalOutputBuffer.sendStatus(InternalOutput

[jboss-user] [JBoss Portal] - Re: processing order of windows within page

2007-08-10 Thread brain101
i know that our solution is not 100% clean - but now we need some workaround concerning the processing order until we can fix the problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072877#4072877 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Portal] - Re: processing order of windows within page

2007-08-09 Thread brain101
thanks about your quick reply. so, if i can´t set the processing order, how can i take influence on the ordering/sorting in the database (e.g. via the name of the window (aaaWindow has a lower id than zzzWindow), the length of the name, etc.)? unfortunately for our application it is very importa

[jboss-user] [JBoss Portal] - processing order of windows within page

2007-08-09 Thread brain101
in my page (defined in an *-object.xml file), i have 4 windows: metaWindow headWindow menuWindow contentWindow these objects are stored in jbp_object_node as follows: pk;path;name;parent_key; 122542;"myportal.mypage";"sprechtagsanmeldung";122535 122543;"myportal.mypage.metaWindow";"metaWindow";12

[jboss-user] [JBoss Portal] - Response Content-Type

2007-07-26 Thread brain101
is it possible to change the response content type auf portal? for my portal the response content type is as follows: Server: Apache-Coyote/1.1 X-powered-by: Servlet 2.4; JBoss-4.0.4.CR2 (build: CVSTag=JBoss_4_0_4_CR2 date=200604241359)/Tomcat-5.5 Content-Type: text/html;charset=UTF-8 Transfer-En

[jboss-user] [JBoss Portal] - portal pages and ssl

2007-07-19 Thread brain101
is it possible to tell a portal page that it can only be viewed in ssl (i.e. https) mode via a security constraint? e.g. Admin view would force the user to log in and only a member of the group Admin can view the page. this works for me. what i would need now ist something th

[jboss-user] [JBoss Portal] - sec/auth/authsec howto?

2007-03-13 Thread brain101
as far as i know there are 3 modes to enable security in jboss portal: /portal/auth/index.html forces the user to login /portal/sec/index.html switches to a secured (ssl) url /portal/authsec/index.html forces the user to login and switches to a secured (ssl ) url i can force the user login if a a

[jboss-user] [JBoss Portal] - Back Link

2007-01-23 Thread brain101
we building a portlet application with several pages and a custom navigation. now we want to hab a back button on each page, which should point to the referer. my problem now is how to find out the referring url to create the back link. is there a possibilty to do this? thanks in advance for you

[jboss-user] [JBoss Portal] - file download

2006-08-22 Thread brain101
is it possible to realize a file download via a portlet? via servlet the code would look something like this: response.setContentType ("text/plain"); response.setHeader ("Content-Disposition", "attachment; filename=\"testfile.txt\""); ServletOutputSt

[jboss-user] [JBoss Portal] - Re: very long startup time

2006-08-17 Thread brain101
i have the same problem and meanwhile my ass is on fire is there nobody who can solve this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965641#3965641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965641 ___

[jboss-user] [JNDI/Naming/Network] - startup jndi hangs

2006-08-16 Thread brain101
on startup of jboss, the script hangs at the following line: 13:04:54,109 INFO [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory after 10-20 minutes jboss continues to

[jboss-user] [JBoss Portal] - Re: portlet title

2006-08-01 Thread brain101
but is there another way to set it via the xml descriptor files - actually i want to set this as a default View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962146#3962146 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=396

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

2006-07-31 Thread brain101
how can i suppress the portlet to show its title? in portlet.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961819#3961819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961819 _

[jboss-user] [JBoss Portal] - image location

2006-07-19 Thread brain101
what ist the best place to put images? for example if my url is /portal/myportal it would bei great, if the images would be located unter /portal/myportal/images View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959072#3959072 Reply to the post : http://www.jbo

[jboss-user] [JBoss Portal] - setting portal property

2006-07-14 Thread brain101
is there a possiblity to set a portal property (e.g. in *portal-object.xml) which can be then read as an attribute by all portlets? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957984#3957984 Reply to the post : http://www.jboss.com/index.html?module=bb&op