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
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
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.
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
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
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
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
-
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo