[JBoss-user] [JBoss Portal] - Re: Site Using JBossPortal 2.0 - www.javaclimber.com

2005-10-20 Thread javaclimber
Giordano, Thanks for pointing this out. I was hoping to leave this in place so people could browse around and look at a running demo. I guess you are right. There are a lot of knuckheads out there, so I now have /portal redirecting and am using a custom security-domain. I didn't consider

[JBoss-user] [JBoss Portal] - Site Using JBossPortal 2.0 - www.javaclimber.com

2005-10-18 Thread javaclimber
I just finished the first release of my website using JBossPortal 2.0: http://www.javaclimber.com I have found JBossPortal to be very stable and would recommend it to others. I hope this message is not seen as spam. I have nothing commercial on my site. When I got started considering using

[JBoss-user] [JBoss Portal] - Re: Site Using JBossPortal 2.0 - www.javaclimber.com

2005-10-18 Thread javaclimber
I have added my site it to the wiki. Two thumbs up for a job well done! Kevin Nilson www.javaclimber.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901926#3901926 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901926

[JBoss-user] [Persistence CMP/JBoss] - CMP: Always Using DefaultDS not MySqlDS

2004-06-30 Thread javaclimber
I am trying to use MySQL as a DataSource for CMP. I have configured the DataSource and I am able to look up and use the DataSource from a Servlet with: DataSource ds = (DataSource)jndiCntx.lookup(java:comp/env/MySqlDS); or DataSource ds = (DataSource) ic.lookup(java:/MySqlDS); When I use CMP

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP: Always Using DefaultDS not MySqlDS

2004-06-30 Thread javaclimber
Sorry the defaults and datasource tags are not showing up correctly View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3840519#3840519 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840519

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP: Always Using DefaultDS not MySqlDS

2004-06-30 Thread javaclimber
darranl, Thanks for the help. My ant build script had: I left out the jbosscmp-jdbc.xml so it was not getting deployed in the jar. I will fix this and I assume it will fix my problem. Thanks Kevin View the original post :