[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-24 Thread leberre
ok, I will do that. Is there somewhere a list of modules: - that will be released and maintained from 1.1 - a roadmap for the current unsupported modules (a ranking of module integration in the next Nukes releases) I noticed for instance that the poll block is still not displaying the poll

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-24 Thread leberre
Thanks for the clarification. Would it be possible to vote for the modules to be finalized first? I will try to pach the polls module to make it work with the 1.1 release. Polls are not as important to me as news or the forum. I can afford to loose/forget them once done :-=) Daniel View

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-24 Thread jae77
i don't see anything wrong w/ the community expressing interest in what they would like to see done next. what is/are your vote(s) for? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836086#3836086 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-23 Thread leberre
Hi guys, From a fresh snapshot, I was able to run the installer fine. Some fields were removed in the tables users, posts and topics. I removed them from my data. The database is now populated with my former data. Unfortunately, if the forum is working fine, the news are not working any

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-23 Thread jae77
no documentation exists. the release of news in nukes 1.1 will be it's official release, and nothing prior is supported, including database schema. you could write a parser script that takes the old data and loads it into the new table format. the new schema is pretty self-explanitory. you

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-19 Thread leberre
I got the following message when updating from CVS: | cvs update: conflict: news/src/main/org/jboss/nukes/addons/modules/news/News.java is modified but no longer in the repository | C news/src/main/org/jboss/nukes/addons/modules/news/News.java | M

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-19 Thread leberre
I just moved the News.java file away and it compiles fine now. I need to update the template files now. Daniel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835507#3835507 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-19 Thread jae77
that class no longer exists. the new code will automatically show the most recent story first. also, you will have to drop the tables in the database so they can be re-created when the news module is deployed (it is now a pure cmp solution). if you are using postgres, there are a couple

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-19 Thread leberre
Well, I sorted my compilation problems. However, I just cannot run nukes anymore. I tried to deploy one by one all the components by hand (using a fresh install but the same database), it did not work (error 404 while trying to access localhost:8080/nukes/). Using a fresh database, the tables

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-19 Thread jae77
only the news module will create it's own tables, the other modules have not been fully converted over to the pure cmp solution (my applologies if i didn't make it clear enough that this was news specific). i'm not sure about the installer issue though. did you configure the local.properties

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-19 Thread leberre
Ok, I now understand why I lost only the news in my database. Hopefully, I made a backup just before :-=) Yes, I setup everything a few months ago, for mysql. I have been able to install everything using the installer at that time. After that, I used to deploy each component by hand (sh

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-19 Thread jae77
if you're using mysql, then you'd want to drop all the nukes tables and re-create them w/ either the ddls or the installer b/c the jmx parameters that you are setting are stored in the database. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835540#3835540

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-19 Thread leberre
ok, thanks. I will try to do a fresh install with the latest CVS snapshot and then try to include one by one all my previous tables (mainly bb and news). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835541#3835541 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-19 Thread jae77
don't use the latest snapshot, pls update from cvs directly. there have been reports that the snapshots aren't creating the .tpl files correctly. you're definately not going to be able to use your existing news tables w/ the latest code b/c the column names, etc have all changed. pls let me