[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 question. 
It should not be difficult to fix this definitely and support that module from 1.1.

Daniel



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836026#3836026

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836026


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836078#3836078

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836078


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836086


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 longer.

I noticed that news table news_stories and news_topics have been added.
 
Is there some documentation somewhere that explains how to move from the former format 
to the new one?

--Daniel

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835960#3835960

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835960


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 will need to reference 
the pre-1.1 (it's tagged in cvs) code to determine the mapping of that schema. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835979#3835979

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835979


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 news/src/main/org/jboss/nukes/addons/modules/news/NewsModule.java
  | 

Where is the new News.java file? I made some changes to display the news latest first, 
and select only the top N. I would like to keep those features.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835497#3835497

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835497


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835507


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 issues that i have fixes for, but 
haven't checked them in yet (will today). you're best bet is going to do a fresh 
checkout and avoid the snapshots, i think their is a problem w/ their creation (as 
reported in another post).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835508#3835508

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835508


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 do not create themselves (I thought that it was the 
case in the new release).

So I tried to create the installer, and I got the following error:

  | deploy-installer:
  |  
  | BUILD FAILED
  | file:/home-local/nukes-snapshot/distrib/build.xml:331: Warning: Could not find 
file /home-local/nukes-snapshot/distrib/output/lib/nukes-installer.war to copy.
  | 

In that directory, I only have a .jar file:

  | ls output/lib/
  | CVS/  nukes-installer-lib.jar
  | 

Any idea what's going on?

--Daniel

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835525#3835525

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835525


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 
file in the build directory to use the correct database? 

did you run a deploy command in the nukes directory to deploy the core modules? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835527#3835527

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835527


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 build.sh deploy in the module directory)


Anyway, I just removed everything and tried to reinstall the old version of nukes 
and it does not work either.

I am wondering if the problem is not related to jboss and not nukes itself. Which 
files should I remove in order to have a fresh nukes install (i.e. I want to get rid 
off all the parameters I set using the jmx-console).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835536#3835536

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835536


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835540


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835541


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 know right away how the new code works w/ mysql. i just committed the 
changes necessary to be compatible w/ postgres. i don't think they will cause any 
problems w/ mysql (everything works ok w/ hsqldb), but pls confirm. (guess i should go 
install mysql somewhere as well). 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835545#3835545

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835545


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development