[JBoss-user] [Nukes User] - Re: Upload/Download Module and Uploading Files to the Server

2004-10-25 Thread chasetec
I'm started working on it but it's not going to be in 1.1. I'll post updates once it gets closer to completion. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852608#3852608 Reply to the post :

[JBoss-user] [Nukes User] - Re: Headlines block for GoJust.org

2004-10-24 Thread chasetec
It looks pretty. Did you just add a little code to the RSS News creator code and the RSS render block or did you do something completely different? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852455#3852455 Reply to the post :

[JBoss-user] [Nukes User] - Re: News Module Null Pointer Error

2004-10-18 Thread chasetec
I'm still getting an exception in the 1.1 branch when trying to delete one of the default stories. In my browser window I see: java.lang.IllegalStateException | at org.apache.coyote.tomcat4.CoyoteResponseFacade.setBufferSize(CoyoteResponseFacade.java:202) | at

[JBoss-user] [Nukes User] - Re: Starting Transaction

2004-10-18 Thread chasetec
You don't. One of the servlet filters starts one for you. Just look it up if you need to fail it. I think I do it in the Downloads module so just look at the code in there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851739#3851739 Reply to the post :

[JBoss-user] [Nukes User] - Re: nukes 1.1 RC3 default theme

2004-09-30 Thread chasetec
1) Use the jmx-console http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBeanname=nukes.modules%3Aname%3Dcore 2) You need to setup mod_jk or mod_jk2 if you want to use Apache as a frontend. Port 8080 isn't involved in that. Or if you don't need Apache you can change JBoss/Tomcat to

[JBoss-user] [Nukes User] - Re: Nukes 1.1 default theme

2004-09-30 Thread chasetec
anonymous wrote : I like maiden with only two complaints : [snip] and there's no way to logout once you login (the button should probably change). I just commited to cvs the button changing and added a logout icon. And I want to change my vote from imagic to maiden :) View the original post :

[JBoss-user] [Nukes User] - Re: unable to compile latest cvs

2004-09-24 Thread chasetec
Try building from the build directory and not the nukes directory. You may also want to look at the build instructions at: http://www.jboss.org/wiki/Wiki.jsp?page=InstallUninstallUpgrade View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849428#3849428 Reply to

[JBoss-user] [Nukes User] - Re: Having some trouble installing.....

2004-09-08 Thread chasetec
Since your output shows an OutOfMemoryError you may just be running out of memory. Try launching JBoss with more memory allocated. The easist way to do this is set the enviromental variable JAVA_OPTS. I'm running Linux so I would do this from the command line: export JAVA_OPTS=-server -Xms128M

[JBoss-user] [Nukes User] - Re: Comments on the module Downloads

2004-09-08 Thread chasetec
:) Now I'm try to figure out how I would explain to my girlfriend that having a mailbox full of hotdogs was a good thing BTW, I've already started working on the file download stuff. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847570#3847570 Reply to

[JBoss-user] [Nukes User] - Re: nukes block example

2004-09-03 Thread chasetec
That url that you don't want is probably the best howto right now. I'd recomment generating the javadoc html for the core and nukes source code from the Nukes source code and then just looking at the existing modules. If you want a basic block example here's one I did when I first was figuring

[JBoss-user] [Nukes User] - Re: GPL-licensed dependencies

2004-09-02 Thread chasetec
All the nukes install instructions that I can find say to download the MySQL JDBC driver yourself and I don't see it in any of the Nukes binaries. It seems to be in the source code from CVS just because it's in a thirdparty directory that is shared by other JBoss projects. Since Nukes has no

[JBoss-user] [Nukes User] - Re: Comments on the module Downloads

2004-08-28 Thread chasetec
I've recently been appointed as lead for the downloads module and I've already decided a file upload option is something I'd like to see. However I am not so sure if it's something that will make it in to the Nukes 1.1 release. Right now I'm just trying to make the downloads module stable and