[jboss-user] [JBoss Portal] - java.lang.NullPointerException @ InternalContentProvider.jav

2007-08-09 Thread rharari
Hi, I´ve synchronized the source with trunk branch and i´m getting this exception when running the portal: java.lang.NullPointerException org.jboss.portal.core.impl.model.content.InternalContentProvider.renderWindow(InternalContentProvider.java:258) org.jboss.portal.core.impl.model.content.gener

[jboss-user] [Testimonials] - Re: JBoss Portal list of successful sites

2007-08-07 Thread rharari
another site being developed with jboss-portal http://www.planetacontabil.com.br/portal it´s still under development but you can see some features. regards r.harari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071790#4071790 Reply to the post : http://

[jboss-user] [JBoss Portal] - Re: How to put two portlets horizontally(single row) in regi

2007-05-29 Thread rharari
Hi Ritesh, If I get your question, you are trying to configure something like this: | | +---+ | | Portlet 1| | +---+ | | Portlet 2 | Portlet 3 | | +---+ | | Is that right? So you have to create your own

[jboss-user] [JBoss Portal] - Re: Quirky Behavior of Jackrabbit CMS?

2007-05-29 Thread rharari
another tip: Edit this file: portal-cms.sar\conf\hibernate\cms\hibernate.cfg.xml and force the dialect: | ... | | org.hibernate.dialect.MySQL5Dialect | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Portal] - Re: Quirky Behavior of Jackrabbit CMS?

2007-05-29 Thread rharari
Hi David, I´m using mysql-connector-java-5.0.4-bin.jar with MySQL5.0 and works fine. Try this: - change to store documents in file system and see the behaviour - if the documents are still there after restarting jboss server you will be sure that the problem is with your database or connector

[jboss-user] [JBoss Portal] - Re: error changing theme when logged in as admin in 2.6cr2

2007-05-29 Thread rharari
Hi Andreas, I´ve tried the last trunk and is still not working. My environment: - java version "1.6.0_01" Java(TM) SE Runtime Environment (build 1.6.0_01-b06) Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing) - JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_

[jboss-user] [JBoss Portal] - Re: portal help urgent

2007-05-29 Thread rharari
Hi Shailesh, You can harcode a link to "/portal/yourpage" or walk into the portal hierarchy to find your pages. Follows an example how to do that: | import org.jboss.portal.api.node.PortalNode; | import org.jboss.portal.api.node.PortalNodeURL; | import org.jboss.portlet.JBossRenderRequest

[jboss-user] [JBoss Portal] - Re: error changing theme when logged in as admin in 2.6cr2

2007-05-28 Thread rharari
Sorry, The fieldset will not fix the problem but if you move the commandbuttons from editPortalTheme.xhtml to this page (common/editTheme.xhtml) it will works with IE 6 and Firefox 1.5. This this page is used when you customize the theme of a Portal or Page. There is another one (editWindowThe

[jboss-user] [JBoss Portal] - Re: error changing theme when logged in as admin in 2.6cr2

2007-05-28 Thread rharari
The same error happens to me. It´s missing the fieldset tag in this file: /portal-admin.sar/portal-admin.war/WEB-INF/jsf/common/editTheme.xhtml | | | Theme properties | | | . | | | | | | | | View the

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2007-05-17 Thread rharari
Hi Brad, I´ve a question: anonymous wrote : | We are evaluating a few open source portals. | Please, can you post or send me and e-mail describing which open source portals your team are evaluating? And also explain why you have decided to use jboss-portal? I´ve also evaluated some porta

[jboss-user] [JBoss Portal] - Re: CMS - UnsupportedOperationException: Blobs are not cache

2007-05-04 Thread rharari
Thanks Sohil, I´ve changed to JBossCachePeriststenceManager and worked fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043375#4043375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043375

[jboss-user] [JBoss Portal] - CMS - UnsupportedOperationException: Blobs are not cacheable

2007-05-02 Thread rharari
Hi Folks, The CMS module is throwing the exception below when deploying the portal-cms.sar for the first time. 03:00:35,933 ERROR [STDERR] Caused by: java.lang.UnsupportedOperationException: Blobs are not cacheable 03:00:35,933 ERROR [STDERR] at org.hibernate.type.BlobType.disassemble(Blo

[jboss-user] [JBoss Portal] - problem building jboss-portal 2.6.0 CR2 with jdk6.0

2007-05-01 Thread rharari
Hi folks, There is and error when running the build with jdk6: [execmodules] g:\repository\jboss-portal\wsrp\src\main\org\jboss\portal\test\wsrp\handler\MockSOAPMessage.java:42: org.jboss.portal.test.wsrp.handler.MockSOAPMessage is not abstract and does not override abstract method removeAttac