RE: struts.xml generation

2008-02-20 Thread Broderick, Andrew
OK, I found it now. Eclipse deleted it because it's only in the classes folder, not the src folder. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 2:32 PM To: user@roller.apache.org Subject: Re: struts.xml generation It's s

Re: struts.xml generation

2008-02-20 Thread Allen Gilliland
It's static, not generated at build time. Broderick, Andrew wrote: Hi, Sorry if this too advanced for the user list, but how is struts.xml generated in the build? Does an Ant task scan the action classes and use the actionName etc. to build the XML? If so, which Ant task is it? Thanks NOTIC

struts.xml generation

2008-02-20 Thread Broderick, Andrew
Hi, Sorry if this too advanced for the user list, but how is struts.xml generated in the build? Does an Ant task scan the action classes and use the actionName etc. to build the XML? If so, which Ant task is it? Thanks NOTICE: This message may contain privileged or otherwise confidential inform

performance and clustering

2008-02-20 Thread Hernán Leoni
Hi, Is there any estimate about the load a server could support? (of course it depends on many factors, I just need any sample case or something like that) Is there any support for clustering? Can multiple Roller instances to share the same database? Thanks Hernán

RE: Roller in NetBeans

2008-02-20 Thread John Langan
Arvind, Thanks for the help. I also had to add rome-0.9.1-dev.jar and commons-httpclient-3.0.1.jar to the java source classpath. Now all the errors have gone. John. -Original Message- From: Arvind Gupta [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 11:54 AM To: user@roller.

Re: Deleting user

2008-02-20 Thread Dave
On Wed, Feb 20, 2008 at 4:36 AM, Christian Schleif <[EMAIL PROTECTED]> wrote: > after I solve my email problem, I want to remove the test users I've > created? But in the server adminstration isn't any button to delete the > users. How can I delete users? We don't provide any way to delete user

Re: Roller in NetBeans

2008-02-20 Thread Arvind Gupta
John -add rom-propono-0.7.jar to java source classpth (rightclick project, in categories) look for java sources classpath). arvind On 20/02/2008, John Langan <[EMAIL PROTECTED]> wrote: > > Dave, > Thanks for the advice, which I have followed, but I am getting unavailable > imports. > Arvind, I a

RE: Roller in NetBeans

2008-02-20 Thread John Langan
Dave, Thanks for the advice, which I have followed, but I am getting unavailable imports. Arvind, I am getting the same errors as you did with unavailable imports from com.sun.syndication.* Also I have unavailable imports for import org.apache.commons.httpclient.HttpClient; import org.apache.comm

re: Out of Memory Exception after a while

2008-02-20 Thread Jm Seigneur
Hello, Although I've removed the feeds via the Web interface and they do not appear in the list of the feeds on the Web, I've checked the Roller DB and those feeds are still in the table rag_subscription. Do you think that I can try delete the rows of the wrong feeds by hand directly from My

Re: Roller in NetBeans

2008-02-20 Thread Arvind Gupta
John Now I am having errorless build.Can u tell me what error u r getting? arvind On 19/02/2008, John Langan <[EMAIL PROTECTED]> wrote: > > > > Are there any instructions on setting up the Roller source code as a > project > in NetBeans so I can edit java and jsp files? > I thought this would be

Re: Problem with emails sending

2008-02-20 Thread Florian Holeczek
Hallo Christian, > thank you. this works but the resouce has to be defined in the > context.xml of roller indeed there are several possibilities! > and the mail.from attribute has to be just an email address. The > value "Name [EMAIL PROTECTED]" result an MessagingException "can't > determine lo

Re: Roller in NetBeans

2008-02-20 Thread Arvind Gupta
Hi Dave I did the same but still getting errors in src. I am getting errors because these classes are unavailable... import com.sun.syndication.feed.atom.Entry; import com.sun.syndication.feed.atom.Feed; Can u tell me workaround for this. I am using netbeans 6.0.1 -arvind project On 20/0

Re: java heap space

2008-02-20 Thread John Moylan
Hi, Don't use planet myself, but you should check your roller-custom.properties file... there is a timeout value in there for attempts to fetch unreachable content. J On Wed, 2008-02-20 at 09:14 +0100, Jm Seigneur wrote: > I sent an email explaining that I have a similar "Out of Memory Error" >

Deleting user

2008-02-20 Thread Christian Schleif
Hello after I solve my email problem, I want to remove the test users I've created? But in the server adminstration isn't any button to delete the users. How can I delete users? greetz Christian

Re: Problem with emails sending

2008-02-20 Thread Christian Schleif
Hello Florian, thank you. this works but the resouce has to be defined in the context.xml of roller and the mail.from attribute has to be just an email address. The value "Name [EMAIL PROTECTED]" result an MessagingException "can't determine local email address" (see http://fisheye5.cenqua.co

Re: java heap space

2008-02-20 Thread Jm Seigneur
I sent an email explaining that I have a similar "Out of Memory Error" problem with Roller (subject "Out of Memory Exception after a while ") and it seems due to a remaining Planet RSS feed subscription that