[JBoss-dev] [Nukes Development] - FileUploadFilter

2005-01-02 Thread ThorntonD
The FileUploadFilter: The implementation of the FileUploadFilter makes the assumption that all files loaded by Nukes will be loaded into memory. This is inline with the idea that all Nukes content will be stored in the database. In making the download module a file share, however, uploaded fil

[JBoss-dev] [Nukes Development] - Re: Image galery module dev

2004-12-24 Thread ThorntonD
What you are doing for the image gallery module sounds similar to what I was looking into for the download module - uploading a file and unzipping to a directory and maintaining a link to the files. The uploading of files/zip to a directory could be a jar or something in common which could be a

[JBoss-dev] [Nukes Development] - First Message Not Part of this Thread and not posted by Me

2004-12-24 Thread ThorntonD
The JBoss forums DB might have some corruption problems. The first message of this thread wasn't posted by me and isn't part of this thread. Danny View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859869#3859869 Reply to the post : http://www.jboss.org/index.

[JBoss-dev] [Nukes Development] - Re: Download Module and Uploading/Downloading files to Serve

2004-11-28 Thread ThorntonD
Since I'm pressed for time myself woking on this, I'll add the bare minimum. Members will be able to upload files to the server and an automatic link will be created for each file uploaded. That should be simple enough to implement within a short amount time, maybe by the end of this week. Da

[JBoss-dev] [Nukes Development] - Download Module and Uploading/Downloading files to Server

2004-11-27 Thread ThorntonD
Hi, I asked this question before and someone mentioned they were working on updating the download module to upload/download files to the server. Has this work been checked into CVS? If not, do you think something will be checked in within the next 4 weeks? The reason I ask is because if it w

[JBoss-dev] [Nukes Development] - Re: Multipart encoding problem

2004-11-06 Thread ThorntonD
I'm not sure this will help solve your problem, but there is file uploading code that might help out. Maybe you have already seen it. The web site is http://www.servlets.com/cos/index.html . It's from one of the O'Reilly books. I use the upload.war file contained in the downloadable cos-date

[JBoss-dev] [Nukes Development] - Re: New bbmailposter Module Added To CVS Head

2004-11-04 Thread ThorntonD
I added a wiki for the bbmailposter module. Wikis->NukesForJBoss->RunningNukes->NukesBBMailPoster View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854018#3854018 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854018 -

[JBoss-dev] [Nukes Development] - Re: New bbmailposter Module Added To CVS Head

2004-11-03 Thread ThorntonD
Whoops, here are the attributes again for the jboss-service.xml file. attribute name="CheckMailFrequency" description="The number of seconds to wait before checking for new mail." 1200 attribute name="ReplyHashVerificationEnabled" description="Use a hash verification scheme on reply messages.

[JBoss-dev] [Nukes Development] - New bbmailposter Module Added To CVS Head

2004-11-03 Thread ThorntonD
I've added the bbmailposter module to CVS head. This is a replacement for the jbmail module so jbmail can now be deprecated. The module was renamed because jbmail implies the module has something to do with jboss mail which it does not. The bbmailposter module will get e-mail from a pop3 accoun

[JBoss-dev] [Nukes Development] - Re: Permissions Module Not Building Properly in CVS Head

2004-11-03 Thread ThorntonD
I added the file plus I added the directory permission/src/resources/nukes-permission-ear/META-INF and I added two files to the new directory, application.xml and jboss-app.xml. Both files were updated for the permission's module. The nukes-permission.ear file is currently not being used even

[JBoss-dev] [Nukes Development] - Permissions Module Not Building Properly in CVS Head

2004-11-02 Thread ThorntonD
Hi, There was a section added to the permsion module build.xml file that doesn't seem to be building properly. The section results in the build error ...\persmission\output\etc\nukes-permission-ear.mf does not exis

[JBoss-dev] [Nukes Development] - Re: JBMail And Auto Execute of Executable Service Method

2004-10-11 Thread ThorntonD
Feel free to reorganize/rename the working code if you want. After looking at the Nukes JBMail module, it looks like it was intended to be driven via the getUsersForNukes and postMessage executable methods. It has the logic for posting a reply so it was a good place to start. The module name

[JBoss-dev] [Nukes Development] - Re: JBMail And Auto Execute of Executable Service Method

2004-10-11 Thread ThorntonD
Yes, JBMail currently won't compile and is not up to date with the rest of CVS Head. I updated JBMail to use java mail for a POP3 server and I brought JBMail up to date with CVS head. I also made a bug fix in the bb module to get it working. When I'm done I'll send Thomas the files and let

[JBoss-dev] [Nukes Development] - Re: JBMail And Auto Execute of Executable Service Method

2004-10-11 Thread ThorntonD
I should have this ready to check into CVS within the next couple of days. Basically, the updates will make JBMail get mail from the POP3 account configured in mail-service.xml and post to the message forums. It follows the logic that was already in JBMail. I also added some extra functionali

[JBoss-dev] [Nukes Development] - JBMail And Auto Execute of Executable Service Method

2004-10-09 Thread ThorntonD
Hi, I would like to have the container execute an execute method in the jbmail MBean every x minutes. How do you configure an MBean so an executable method is executed after a certain time interval? I tried adding a thread to jbmail to do this but I had an error connecting to mail from inside

[JBoss-dev] [Nukes Development] - Re: JBMAIL Build and Deploy Errors

2004-10-03 Thread ThorntonD
Send me some information about what you are thinking about for a "pop box fetcher" and I can look into it. Danny View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850213#3850213 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-dev] [Nukes Development] - JBMAIL Build and Deploy Errors

2004-10-02 Thread ThorntonD
Hi, I've grabbed the daily snapshot of nukes and done a build and deploy. I want to test receiving e-mail replies in the forums so I included jbmail in my build and deploy. jbmail gets a build error however and fails to build. In NukesForumMailPoster,java, line 185: cmd.quote = false

[JBoss-dev] [Nukes Development] - Re: Snapshot and nukes-installer.war not building

2004-10-01 Thread ThorntonD
What did work was to copy the $NUKES_HOME/thirdparty/dom4j-dom4j/lib/jaxen-1.1-beta-4.jar file to the $JBOSS_HOME/server/default/lib. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850088#3850088 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-dev] [Nukes Development] - Re: Snapshot and nukes-installer.war not building

2004-10-01 Thread ThorntonD
Deploying the snap shot results in the error: [ServiceController] Problem starting service nukes.modules:name=user java.lang.NoClassDefFoundError: org/jaxen/JaxenException I put jaxen-full.jar in the server/default/lib directory but that didn't fix it. View the original post : http://www.jbo

[JBoss-dev] [Nukes Development] - Snapshot and nukes-installer.war not building

2004-09-30 Thread ThorntonD
HI, I am grabbing the latest snapshot from CVS so I can test sending and receiving e-mail with forums. I'm following the wiki for building nukes. After I do the build and then do the deploy-installer, the deploy fails because deploy-installer.war never got created. I don't get any errors oth

[JBoss-dev] [Nukes Development] - Re: Assigning New Users to Admin Group

2004-09-02 Thread ThorntonD
I had to unassign the new user from the users group and then assign them to the admin group. Could this be done in 1 step rather than 2? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847123#3847123 Reply to the post : http://www.jboss.org/index.html?module