[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-08-19 Thread Antoine_h
Hi, yes... there are oftenly things to change on the jboss-service.xml. for deployement, I will soon use : http://buildprocess.sourceforge.net/ the autoDeploy module looks good for that. it provide a good base tool for reliable deployements... and not to write a lot of scripting oneself. the pro

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-08-18 Thread jelavallee
Antoine, Nice... I'm already doing some tweaks to jboss-service.xml, so this will just be another tweak in our deployment scripts. Thanks for getting back to me on it... would definitely be a great feature for *-object.xml. Along a similar path, I'm finding that I can't apply policy permissi

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-08-13 Thread Antoine_h
Hello Etienne, I think it's somewhere in the forum but you can figure it out... hem, joking... For what I remember, the default portal object configuration in the xml ... is only for the default page of a portal. but not the default portal. to change the default portal, you have to modify one

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-08-08 Thread jelavallee
Oh yeah... I'm on JBoss Portal 2.6.5.GA... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169681#4169681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169681 ___ jboss-user m

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-08-08 Thread jelavallee
"[EMAIL PROTECTED]" wrote : It is at context level, AFAIK you cannot modify it with the XML descriptors. | | I don't think there is a Jira for this yet, so you can open one. | | (JSR 168, is defining the portlet container, so it has no notion of portals neither page, it's vendor specifi

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-07-19 Thread Antoine_h
Hello, I don't remember exactly what I did for the class in the jira. I surely modified it to provide it to the portal. mine is a little bit different, for specific thing of my portal. however, here the main part of the code of it, that must be changed. this is working in my portal, with JBP 2.6.

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-07-19 Thread go4nishu
hi i am working on jboss-portal-2.6.5.SP1 the class ConfigurableDefaultPortalCommandFactory mentioned on jira( https://jira.jboss.org/jira/browse/JBPORTAL-1324 ), for making a portal default, is not working. i know we can set a portal as default from admin GUI but could anyone please explain how

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-07-18 Thread [EMAIL PROTECTED]
On the admin GUI, just click on "Make default". In the XML i don't remember the syntax by heart, but that shouldn't be hard to find. (The Jira is closed as resolved, no need to vote for it) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165391#4165391 Repl

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-07-18 Thread Antoine_h
The JMX service description is : | | portal:commandFactory=Delegating | portal:container=PortalObject | | it is in : deploy\jboss-portal.sar\META-INF\jboss-service.xml you have to replace the JMX service, by one of your own, with the class overriden for you

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-07-18 Thread go4nishu
please explain how to set myportal as default portal. i am not able to find any any jmx service xml descriptor file which contains this attribute. MyDefaultPortalName View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165342#4165342 Reply to the post : http://

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-02-13 Thread snon
Hi, I face the same issue with the JBoss Portal 2.4.1 : when I navigate to a specific page in my portal I have the error : "java.lang.IllegalStateException: Default portal does not exist" Since I have 2 portail instances, I'm trying to set one of them as the default portal, but I don't know what

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2007-03-21 Thread Antoine_h
Opened a jira : http://jira.jboss.com/jira/browse/JBPORTAL-1324 There is in the jira the code of an overidding class of org.jboss.portal.core.model.portal.DefaultPortalCommandFactory to replace the service name="portal:commandFactory=DefaultPortal" It mainly bypass the code : Portal por

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2007-03-21 Thread [EMAIL PROTECTED]
It is at context level, AFAIK you cannot modify it with the XML descriptors. I don't think there is a Jira for this yet, so you can open one. (JSR 168, is defining the portlet container, so it has no notion of portals neither page, it's vendor specific) View the original post : http://www.jbos

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2007-03-21 Thread Antoine_h
ok, in PortalObjectImpl there is : /** | * Return the default child of this object based on the declared property that specifies the default | * object name. | */ |protected PortalObject getDefaultChild() |{ | String portalName = getDeclaredProperty(PORTA