Re: [appfuse-user] mvn jetty:run => OutOfMemoryError: PermGen space

2008-02-05 Thread Yopy
The latest update of Java, Java SE 6 Update 4, adds a command line option that may solve this problem: http://java.sun.com/javase/6/webnotes/ReleaseNotes.html Additional JVM Command Line Option If the Java HotSpot VM option switch -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses is sel

[appfuse-user] Run hbm2ddl only if database/tables don't exist yet?

2008-01-28 Thread Yopy
Is it possible, and if so, how would it be possible, to have the hbm2ddl goal (or whatever it is) run only if the specified database / table(s) don't exist yet? Right now, it either executes (on startup) every time, or not at all, depending on whether I have the hbm2ddl goal enabled in the hiberna

Re: [appfuse-user] Appfuse-app and Java 1.4 / Retrotranslator problems

2008-01-24 Thread Yopy
Righty, I'll try that when I get home tonight (seeing that the proxy over here denies access to everything with 'irc' in the title). I'll report the solution (if any) here, I've seen way too many issues that apparently were solved without the actual answer on the 'nets. I'll also post some inform

Re: [appfuse-user] Appfuse-app and Java 1.4 / Retrotranslator problems

2008-01-23 Thread Yopy
d thus causing every other program to quit working? mraible wrote: > > You might try excluding groovy from the plugin - much like we do with > the webtest configuration. > > Matt > > On Jan 18, 2008, at 6:00 AM, Yopy wrote: > >> >> I've spent the las

Re: [appfuse-user] Appfuse-app and Java 1.4 / Retrotranslator problems

2008-01-21 Thread Yopy
if that's even applicable. mraible wrote: > > You might try excluding groovy from the plugin - much like we do with > the webtest configuration. > > Matt > > On Jan 18, 2008, at 6:00 AM, Yopy wrote: > >> >> I've spent the last 20 weeks or so buildin

[appfuse-user] Appfuse-app and Java 1.4 / Retrotranslator problems

2008-01-18 Thread Yopy
I've spent the last 20 weeks or so building a webapp using AppFuse amongst others, and now that it's time for production, it turns out that they're still running 1.4 (poor fools). So, searching for how to make it work, I ended up with the retrotranslator plugin. (also in the faq : http://appfuse.o

Re: [appfuse-user] Adding something to 'flushCache'

2007-12-19 Thread Yopy
lready used. > If you're using EhCache and figure out how to flush the cache, we'd > be happy to remove OSCache and add in some flush logic for EhCache. > It may be best to use JMX to do the flushing. > > Matt > > On Nov 28, 2007, at 7:01 AM, Yopy wrote: > &g

[appfuse-user] Argh (Appfuse app in Tomcat == commons logging trouble

2007-11-28 Thread Yopy
While I've been happily developing using Jetty for the past three months (~ish), today I needed to try out running the app in Tomcat to figure out whether a specific bug was caused by Jetty (has to do with removable drive access). So, I installed the Maven Tomcat plugin as instructed by the FAQ (h

[appfuse-user] Adding something to 'flushCache'

2007-11-28 Thread Yopy
I'm currently using ehcache as supplied with AppFuse to store a set of large-ish objects, and now I'd like to add the specific cache used to the caches to be emptied in AppFuse's 'flush cache' admin menu option. Usually, this would be as easy as updating whichever controller is used for that par

[appfuse-user] DWR - No Converter for XXX

2007-10-01 Thread Yopy
Smee again, hai <3. I've been trying to get some AJAX functionality going on in my application (mainly because putting all the data onto the page at once results in output buffers being too small, lol), so I went looking, and found a few things so far. First, the 'regular' approach: use Prototyp

Re: [appfuse-user] Creating a plugin-based web application

2007-09-28 Thread Yopy
take a look at OSGI: http://www.springframework.org/osgi. > It > is something that is on the AppFuse roadmap (or at least used to be?), but > none of us seem to have time to look into it in depth. > > Mike > > On 9/25/07, Yopy <[EMAIL PROTECTED]> wrote: >> >> >

[appfuse-user] Creating a plugin-based web application

2007-09-25 Thread Yopy
To anyone willing to at least point me in the right direction, I'm currently working on a web application, one which has to be quite flexible and all. One part of it is to present the user with information from a certain source of data. This source can be anything - an XML file, database data, et

[appfuse-user] Testing File Upload

2007-09-13 Thread Yopy
Y halo thar, I've been working on a project using AppFuse, so far so good. I copied the existing file upload sources into my own project, and have done some adaptations (so that all the files are put into a single directory and given an unique name), and I managed to get it to work - no problems