-
et non, caramail a evolue... c corrige maintenant, telecharge la derniere version.
2006-02-09 23:24:38 UTC in POP3 pour Caramail
-
Hi,
I have been trying several times since 2 days to
upload a release for carampop project. I get some
error from your ftp servers and I cannot remove the
files that got partially uploaded. I cannot figure out
what I am doing wrong here.
Thanks for your help
Nicolas.
2006-02-09 20:48:20 UTC in SourceForge.net
-
nromanetti committed patchset 8 of module carampop to the POP3 pour Caramail CVS repository, changing 8 files.
2006-02-08 21:45:11 UTC in POP3 pour Caramail
-
Hi,
Thanks for this feedback.
Your datasource is probably blocking on ds.getConnection() and you're right in that case this prevent other threads from releasing their connection. What a shame :)
Indeed, synchronized seems not appropriate for these 2 methods (can't remember why we sync them!)
Have you tried without ? (just a matter of modifying the manager template).
Thanks again
Nicola.
2005-10-10 21:39:36 UTC in SQL to Java Code Generator
-
Hi,
Sorry for the inconvenience. We decided to implement it after receiving several complaints about trying to save bean without any fields set leading to some errors.
But you're right... we neglect to inform you properly.
Here is a way to rollback this behavior:
since sql2java is now template based you can configure the desired behavior by hacking on of our template.
In your case, take.
2005-09-10 21:11:51 UTC in SQL to Java Code Generator
-
Thanks for the suggestion.
Do you mean that sql2java should detect fields marked as unique and provide a loadbyX for them or should we add a loadbyX for each field even if the are not really unique ?.
2005-09-10 21:04:21 UTC in SQL to Java Code Generator
-
Logged In: YES
user_id=436657
Hello,
Thank you for evaluating sql2java.
Main spirit of sql2java is to keep things simple, under control
and powerful.
Here are some answers to your questions :
1) We do not plan to provide any GUI, we do not think it
worths the effort.
- sql2java is extremelly simple to configure with a simple text
editor (no GUI needed in our opinion)
- I...
2005-09-02 15:56:58 UTC in SQL to Java Code Generator
-
nromanetti committed patchset 91 of module sql2java to the SQL to Java Code Generator CVS repository, changing 1 files.
2005-08-04 16:05:13 UTC in SQL to Java Code Generator
-
Hello,
Take a look at our example program that uses our generated code:
http://sql2java.sourceforge.net/xref/sql2java/sample/SampleMain.html
The way we handle transaction seems simpler than what you suggest. Please explain how we could
improve it.
Thanks for your feedback
Nicolas.
2005-07-30 08:52:50 UTC in SQL to Java Code Generator
-
Hello,
You need to create a file (carampop.sh), in carampop install directory, with the following content (next release will include this file):
#!/bin/sh
java -cp "./.:./lib/carampop.jar:./lib/mail.jar:./lib/activation.jar:./lib/Tidy.jar:./lib/httpunit.jar:./lib/js.jar:./lib/junit.jar:./lib/nekohtml.jar:./lib/servlet.jar:./lib/xercesImpl.jar:./lib/xmlParserAPIs.jar"...
2005-07-28 12:19:28 UTC in POP3 pour Caramail