[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-02 Thread liteuptoronto
Let me chime in ;) I wrote my helloworld portlet that was derived from the forum portlet and wasn't simple enough to understand... The build was copied from the forum and modified a bit and it turned out to be another mess. But afterall, I managed to build mine and started to get a hang of what'

[JBoss-dev] [Design of JBoss Portal] - Re: Login Failed!

2005-02-17 Thread liteuptoronto
Looks like no jdbc driver was found. Make sure the connector(driver) is sitting in JBOSS_HOME/server/standard/lib/ ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867001#3867001 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-dev] [Design of JBoss Portal] - Re: [Q&S]forum setup.ddl missing: portal 2.0 from cvs

2005-01-21 Thread liteuptoronto
Thanks thomas. I read the documentation but didn't read that far. Thanks for reminding :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863197#3863197 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863197 --

[JBoss-dev] [Design of JBoss Portal] - Re: [Q&S]forum setup.ddl missing: portal 2.0 from cvs

2005-01-21 Thread liteuptoronto
The above was what I did after the deploy of the core. So I should also do a deploy: jboss-portal-2.0/forums/sh build.sh deploy and the portlet will be available. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863154#3863154 Reply to the post : http://w

[JBoss-dev] [Design of JBoss Portal] - [Q&S]forum setup.ddl missing: portal 2.0 from cvs

2005-01-21 Thread liteuptoronto
I have tried out the alpha and it works fine. Thanks to the portal team. :) But just a suggestion I'd like to add for those who build their own portal from cvs, is that a setup.ddl was missing for the ForumPortlet or ForumModule. This setup.ddl was copied from the alpha binary release and with i

[JBoss-dev] [JBoss Portal Development] - Re: Build fails with JDK 5.0

2005-01-05 Thread liteuptoronto
I switched to jdk1.4.2_06 and it builds well. Just a minor deploy problem upon jboss starts, which is the Mail service. Oh almost forgot, in the wiki, it says the connector for mysql should be placed in | $JBOSS_HOME/server/standard/deploy, this caused me ClassNotFoundException. I tried puttin

[JBoss-dev] [JBoss Portal Development] - Re: Build fails with JDK 5.0

2005-01-04 Thread liteuptoronto
I also tried but it fails with this error, | [execmodules] javac: target release 1.4 conflicts with default source release 1.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860690#3860690 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-dev] [JBoss Portal Development] - Re: Build fails with JDK 5.0

2005-01-04 Thread liteuptoronto
"[EMAIL PROTECTED]" wrote : Did you try | | still using JDK1.5 ? Yes I did. Is it a better idea to switch back to 1.4? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860572#3860572 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-dev] [JBoss Portal Development] - Re: Build fails with JDK 5.0

2005-01-03 Thread liteuptoronto
Thanks thomas. That works! But the build failed at $JBOSS_HOME/format/src/main/org/jboss/nukes/format/parser/chars/MutableChars.java line 132, which I commented out and try to build again it fails eventually as follows. Does nukes 2 support jdk5.0 yet? Thanks for any help in advance. == Execu