[JBoss-user] [JBoss Portal] - Re: Taglibs newbie question

2006-03-30 Thread scurd
I ran into the same problem. For me, the problem began when I was forced to create a web.xml for my portlet. My web.xml was using 2.3 instead of version 2.4. Make sure the top of your web.xml file looks like this. | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/X

[JBoss-user] [JBoss Portal] - Re: help in starting portal server (No null layout allowed h

2006-02-09 Thread scurd
Did you already try resetting the database? 1) shut down the server 2) delete the "portal" directory under server/default/data 3) Remove all the JBoss tables or wipe out all data contained within those tables. 4) restart the server. I think they use Hibernate to automatically check for the exist

[JBoss-user] [JBoss Portal] - Re: jboss portal 2.2.1RC1 works on oracle!!

2006-01-31 Thread scurd
I think there is still a problem with RC1 and Oracle 9. I was never able to get CMS to work correctly with Oracle 9. However, I just switched over to RC2 and everything is now working as expected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920829#3920829

[JBoss-user] [JBoss Portal] - Re: Error when building from source

2006-01-25 Thread scurd
I found the problem myself. To do the build from source, you need to add junit.jar to Ant's lib directory. Go to ANT_HOME/lib and copy junit.jar to it. Hope someone else finds this information useful. I think the reason it has to be there is because the CactusTask extends an AntTask and in orde

[JBoss-user] [JBoss Portal] - Error when building from source

2006-01-19 Thread scurd
I was going to make some modifications to the UserPortlet as a test but can not get the project to build. This is the error I'm getting. BUILD FAILED | C:\jboss-portal-2.2.1RC1-src\tools\etc\buildfragments\tools.ent:157: taskdef A class needed by class org.apache.cactus.integration.ant.CactusT

[JBoss-user] [JBoss Portal] - Password encryption in JBoss Portal

2005-05-25 Thread scurd
I've installed JBoss Portal 2.0RC1 using Oracle as the backend. I downloaded the source version and deployed it to my existing JBoss 4.0.1 instance. I stored the passwords unencrypted into the jbp_user table since I was unsure whether an Oracle MD5 encrypted password would work without knowing t