[JBoss-user] [JBoss Portal] - Re: How to passing session varibles from Portlet to Servlet

2006-06-27 Thread keletappi
Well. I have read the spec many times but I really don't find it neccessary to memorize everything. It is just that it hasn't been really issue for me but I know in some point I need this so I find this information useful - no need to reread it ;) View the original post : http://www.jboss.com/

[JBoss-user] [JBoss Portal] - Re: Theme has a global scope

2006-06-27 Thread keletappi
I would call this one bug too. In all other portals theme is always personal if user is allowed to change it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953866#3953866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss Portal] - Problem with Forums portlets

2006-06-27 Thread keletappi
I again tested Forums portlet because I want to get rid of separate forum site in our webpage. It seems that now I can actually run it and everything goes quite smootlhy - except that there seems to be serious encoding problems with scandinavian characters like ä , ö and å that blocks my plans.

[JBoss-user] [JBoss Portal] - Re: How to passing session varibles from Portlet to Servlet

2006-06-27 Thread keletappi
anonymous wrote : | Attributes stored in the PORTLET_SCOPE are not protected from other web components of the portlet application. | It says that attributes in PORTLET_SCOPE are not protected from other web components of portlet application. But does it really say how these attributes are

[JBoss-user] [JBoss Portal] - Session Timeout

2006-06-22 Thread keletappi
I can't find in documentation, how to control session timeout in JBoss portal. Anyone having links to correct place for me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952608#3952608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-24 Thread keletappi
First thing is local.properties is not there unless you have built the portal once. Second is that 'rebuild' is actually first 'build clean' and then 'build deploy'. This might be obvious to some people but there are lots of people who need to build the source just to change the context root whi

[JBoss-user] [JBoss Portal] - Lots of problems validating page source

2006-03-24 Thread keletappi
We have just gone live with our website based on jboss portal 2.2.1RC2. Yes I know it is just RC but our site is not mission critical and actually it is kind of showcase for our future clients. When I run the first page thouru w3c's validator I get tons of errors. About half of these are caused

[JBoss-user] [JBoss Portal] - Re: Can I have a separate Instance of JBoss on the same mach

2006-03-24 Thread keletappi
Yes you can, but you need unique set of ports of second instance. I decided that each server is going to have portblock like 1xx00 where xx in server instance number. So my first server starts all ports in 10100 and my last server would start ports in 19900. I don't think that i can ever run more

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread keletappi
Maybe somebody should update documentation to clarify the process. It is not obvious and it can take hours to figure out what to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931066#3931066 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread keletappi
I noticed there are couple of points in this operation you might miss. First of all ther is typo in documentation. 'portal.context-root' should be 'portal.web.context-root' Second is that if you want server to respond from root context you probably need to put it like: portal.web.context-root=

[JBoss-user] [JBoss Portal] - Re: CMS Portlet and indexpage problem

2006-03-16 Thread keletappi
I clarify a bit. When using preferences it would be possible to set indexpage in *-object.xml deployments without defining new portlet. | | overwrite | | CMS_SupportPage | portal.CMSPortlet | |

[JBoss-user] [JBoss Portal] - CMS Portlet and indexpage problem

2006-03-16 Thread keletappi
I have tried to figure out how to create CMS Portlet that actually shows different startpage from default one. I noticed that somebody has implemented indexpage as init-param while it should be implemented as preferences instead. Init parameters are common to all instances of same portlet. So If

[JBoss-user] [JBoss Portal] - Re: How (which tool) create a portlet? How get content into

2006-03-15 Thread keletappi
Can't Help you with CMS... but Portlet is one progam. You can have multiple instances of same program in portal. On main content area you want it to show your blog but on sidebar you might want it to show feed of your friends blogs. This is possible with multiple instances of same portlet.

[JBoss-user] [JBoss Portal] - Re: Portal Session or Portlet Session or Whatever Session

2006-03-10 Thread keletappi
JSR168 states that portletsession is portlet or applciation scope. Application in here is one war file. This is how all portals behave and must behave. If jboss would make it possible to share sessions in 'portal scope' it would break JSR168 spesification. I see this good thing because sharing

[JBoss-user] [JBoss Portal] - Re: Sorting and Localization for Navigation Portlet

2006-03-03 Thread keletappi
Problem is that navigation portlet is in one context and *-object.xml that defines the page and what resource bundle to use is in another. In my opinion resource files involved with pages defined in *-object.xml should be as close as possible to war that actually defines it. So resource files s

[JBoss-user] [JBoss Portal] - Re: Sorting and Localization for Navigation Portlet

2006-03-02 Thread keletappi
So I need to put my resource files available into classpath so, that it is visible to navigational portlet (ie one in core portal project). Does this mean that i need to copy it into ie. server/default/lib ? I don't have much experience in jboss yet but for me it seems that i need to restart jb

[JBoss-user] [JBoss Portal] - Re: Sorting and Localization for Navigation Portlet

2006-03-01 Thread keletappi
Yes resource bundles are handy what comes to 3rd party translation I have to agree on that. I am not just sure how you are going to make deployment of resource files easy. I mean that I have ear that contains my portlets, portal pages, custom layouts and themes and all the stuff in nice package

[JBoss-user] [JBoss Portal] - Re: 4newbies: cms admin for a portlet

2006-02-27 Thread keletappi
Has somebody got this working with 2.2 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926710#3926710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926710 --- This

[JBoss-user] [JBoss Portal] - Re: Sorting and Localization for Navigation Portlet

2006-02-27 Thread keletappi
I agree that tab labels and sorting should be editable online. But putting this into preferences of navigation portlet, makes it impossible to have this configuration shared in case you want to have different implementation of navigational portlet on different pages. BTW this navigation portlet

[JBoss-user] [JBoss Portal] - Re: defining own portal with own portlets

2006-02-27 Thread keletappi
IMHO this should be somewhere in WiKi of documentation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926451#3926451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926451 -

[JBoss-user] [JBoss Portal] - Build error (2.2.1RC2)

2006-02-22 Thread keletappi
I downloaded and built the jboss 4.0.3SP1 first. It did go smoothly without any problems. Then I set the JBOSS_HOME envvar like it documentation. I can see in my command promt that JBOSS_HOME is pointing correct folder. | C:\devel\jboss-portal-2.2.1RC2-src\build>set JBOSS_HOME | JBOSS_HOME

[JBoss-user] [JBoss Portal] - Re: portlets development

2006-02-22 Thread keletappi
First you really should read JSR168 spesification. It is not very long and it describes how portlets plug into portal. Usually I don't like specs but this one is actually very good and every portlet developer should read it - not just those who develop portals. Then you should download some hel

[JBoss-user] [JBoss Portal] - Re: Securing Portlet Modes

2006-02-21 Thread keletappi
http://jira.jboss.com/jira/browse/JBPORTAL-677 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925374#3925374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925374 --

[JBoss-user] [JBoss Portal] - Re: portlet preferences

2006-02-20 Thread keletappi
Issue is open in http://jira.jboss.com/jira/browse/JBPORTAL-538 referring to topic http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914462 I managed to get preferences for indexpage set but it doesn't follow it. It always shows default/index.htm page for me. So maybe it is related to t

[JBoss-user] [JBoss Portal] - Re: defining own portal with own portlets

2006-02-20 Thread keletappi
I haven't tried it because I don't find it neccessary. If that document is correct, you have to compile from sources to change context root. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925062#3925062 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss Portal] - Re: defining own portal with own portlets

2006-02-20 Thread keletappi
http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/configuration.html#d0e746 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925030#3925030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925030

[JBoss-user] [JBoss Portal] - Re: Clueless 101

2006-02-17 Thread keletappi
I got the same error message after creating new page. It dissapeared after reloggin in. Is there special characters in your page name ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924710#3924710 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Portal] - Re: Securing Portlet Modes

2006-02-17 Thread keletappi
In MyPortal.war (that is war contaning the portal deployment) I have file myportal-object.xml that defines the portlets, page and window structures. If i want some page to be visible only for admins i simpy define it like this: | ... | | AdminsOnly | | | |Navigation

[JBoss-user] [JBoss Portal] - Securing Portlet Modes

2006-02-17 Thread keletappi
Is it currenlty possible to secure portlet modes. I have tried to do some research here but I can only make page or portlet to appear/disappear from certain users. I just want edit mode disabled from all but spesified roles. View the original post : http://www.jboss.com/index.html?module=bb&op=