[JBoss-dev] [Design of JBoss Portal] - Re: Errors when building and deploying Jboss Portal v.2.0 Al

2005-01-24 Thread Egarcialopez
FYI, JBossPortal 2.0 on JBossAS 4.0.1 final release is fully functional. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863412#3863412 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863412

[JBoss-dev] [Design of JBoss Portal] - Re: Build Fails....

2005-01-18 Thread Egarcialopez
Juan, I have the same compilation problem days ago, I posted the solution on the JBossPortal (Nukes 2.0) on JBossAS 4.0.1 topic. Hope this helps... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3862660#3862660 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: JBossPortal (Nukes 2.0) on JBossAS 4.0.1

2005-01-17 Thread Egarcialopez
Update for those interested: nukes 2.0 is up and running on JBossAS 4.0.1RC1 (provided you copy the hibernate jar file to $JBOSS_HOME/server/all/lib by hand). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3862367#3862367 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: JBossPortal (Nukes 2.0) on JBossAS 4.0.1

2005-01-17 Thread Egarcialopez
It was yesterday! The jar is in the nukes thirdparty directory, but the build.xml in the core module (line 68) still points to the JBossAS directory, because jboss-hibernate.jar is not defined in jboss.hibernate.classpath @tools/etc/buildfragments/libraries.ent, so the build is getting the

[JBoss-dev] [Design of JBoss Portal] - Re: JBossPortal (Nukes 2.0) on JBossAS 4.0.1

2005-01-17 Thread Egarcialopez
Yes the ddl task worked fine both for the portal as for the forums part. And the sql sentences to populate the tables worked too. Or at least it seems to me... You can check it out by yourself if you want @ http://www.stream18.com/nukes View the original post :

[JBoss-dev] [Design of JBoss Portal] - Re: JBossPortal (Nukes 2.0) on JBossAS 4.0.1

2005-01-17 Thread Egarcialopez
Of course, Robert, I'll try to summarize. First, after downloading the last sources for nukes 2.0 from the CVS, edit file tools/etc/buildfragments/libraries.ent go to line 43 and add the following: Then, you can edit line 68 in file core/build.xml and remove the entry

[JBoss-dev] [Design of JBoss Portal] - Re: JBossPortal (Nukes 2.0) on JBossAS 4.0.1

2005-01-17 Thread Egarcialopez
Sorry! This line is missed in previous post: filelist dir=${jboss.hibernate.lib} files=jboss-hibernate.jar/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3862496#3862496 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: JBossPortal (Nukes 2.0) on JBossAS 4.0.1

2005-01-17 Thread Egarcialopez
Important update: All the posts I have made till now are bond to the nukes-2.0 cvs module NOT to the new jboss-portal-2.0 module. For the new module all works fine in JBossAS.4.0.1RC1 !!! You can check JBossPortal 2.0 on JBossAS.4.0.1RC1 at http://www.stream18.com/portal View the original

[JBoss-dev] [Nukes Development] - Re: JBossPortal (Nukes 2.0) on JBossAS 4.0.1

2005-01-16 Thread Egarcialopez
thanks thomas, I finally managed to compile nukes. The problem was that the jboss-hibernate.jar library was expected to be inside the $JBOSS_HOME/server/all/lib directory, but JBossAS 4.0.1 now includes the library inside $JBOSS_HOME/server/all/deploy/jboss-hibernate.deployer. Now it compiles,

[JBoss-dev] [Nukes Development] - JBossPortal (Nukes 2.0) on JBossAS 4.0.1

2005-01-15 Thread Egarcialopez
Hi everybody. I tried to compile nukes 2.0 from the CVS against the JBossAS 4.0.1RC1 and got some compile errors. The How to get JBoss Portal working document states Nukes 2 [...] compiles with JBoss-3.2.3 and JBoss-4.0.0 (but NOT JBoss-4.0.1)..., so I know why. The question is if someone is