[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=bb&op=viewtopic&p=3852608#3852608

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852608


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3852455#3852455

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852455


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3851739#3851739

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851739


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 org.jboss.nukes.servlet.CompressFilter.doFilter(CompressFilter.java:143)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
  | at 
org.jboss.nukes.servlet.ParameterEncodingFilter.doFilter(ParameterEncodingFilter.java:60)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
  | at 
org.jboss.nukes.servlet.DatabasePollerFilter.doFilter(DatabasePollerFilter.java:88)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  | at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  | at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  | at 
org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  | at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  | at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  | at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
  | at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  | at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
  | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
  | at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
  | at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
  | at java.lang.Thread.run(Thread.java:534)

And in my JBoss logs I'm seeing: 04:11:41,060 ERROR [LogInterceptor] 
TransactionRolledbackLocalException in method: public abstract java.lang.Integer 
o

[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 : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850041#3850041

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850041


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=inspectMBean&name=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 use port 80 instead of 8080.

3) Not really, make sure you check the Nukes section of the wiki though.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850038#3850038

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850038


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3849428#3849428

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849428


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3847570#3847570

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847570


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 -Xmx256M"

Since you're running Windows I think you can do:
SET JAVA_OPTS="-server -Xms128M -Xmx256M"
and then launch JBoss from the same window.
You should be able to set the variable from your system settings too.

JBoss uses the JAVA_OPTS value as the options to the java command.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847564#3847564

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847564


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 out 
Nukes. I didn't even use ant much less eclipse so this should apply to anyone.

Source for a basic block that just displays the current date:

  | package org.jboss.nukes.examples;
  |  
  | import org.jboss.nukes.block.BlockSupport;
  | import org.jboss.nukes.html.Page;
  |  
  | import java.util.GregorianCalendar;
  | import java.util.Calendar;
  |  
  | public class DateBlock extends BlockSupport {
  |  
  | public void render(Page page) {
  | GregorianCalendar calendar = new GregorianCalendar();
  | String month = null;
  | switch(calendar.get(Calendar.MONTH)){
  | case 0: month = "January";
  | break;
  | case 1: month = "February";
  | break;
  | case 2: month = "March";
  | break;
  | case 3: month = "April";
  | break;
  | case 4: month = "May";
  | break;
  | case 5: month = "June";
  | break;
  | case 6: month = "July";
  | break;
  | case 7: month = "August";
  | break;
  | case 8: month = "September";
  | break;
  | case 9: month = "October";
  | break;
  | case 10: month = "November";
  | break;
  | case 11: month = "December";
  | break;
  | }
  | page.print(month + " " + calendar.get(Calendar.DATE) + " " +  
calendar.get(Calendar.YEAR));
  | }
  | }
  | 

To compile you'll need to include nukes-lib.jar in your classpath. nukes-lib.jar can 
be found inside of the nukes.ear.

You'll also need a xml configuration file called jboss-service.xml. The contents of it 
should be:


  | 
  | 
  |
  | nukes.modules:name=core
  | 
  |   Current Date
  |   0
  |   0
  |   false
  | 
  |   
  | 
  | 

You'll need to package both these pieces into a Service ARchive(a .sar file) which can 
be created with jar. Just put the class file (including the needed directory structure 
for it's package) into the base of the archive and put the jboss-service.xml into the 
META-INF folder in the archive. One you've done that just copy the archive to 
$JBOSS_HOME/server/default/nukes

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847211#3847211

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847211


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 control over which JDBC driver you're using 
for your data source I personally don't think there would be any licensing issues for 
any of the binaries.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847093#3847093

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847093


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 finish all existing features.

Besides allowing local and remote downloads I'm also considering allowing multiple 
download locations for a single download(mirrored files) in the future. I'd appreciate 
any other ideas anyone has for the future of the downloads module.

-Chase

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846551#3846551

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846551


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user