Re: BLOB manipulation - question

2004-12-02 Thread Dain Sundstrom
Great news. I suggest that we declare that we only officially support the 10g driver. Maybe add a wiki page with supported drivers. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Dec 1, 2004, at 3:30 PM, Gianny Damour wrote: On 2/12/2004 9:50 AM, Jeff

RE: Build Error

2004-12-02 Thread Alan D. Cabrera
This class got moved to org.apache.geronimo.common a long time ago. Are you doing a clean build? Regards, Alan -Original Message- From: Sundaranathan [mailto:[EMAIL PROTECTED] Sent: Wed 12/1/2004 9:20 PM To: [EMAIL PROTECTED] Cc:

Re: How to turn on logging?

2004-12-02 Thread Dain Sundstrom
I just started up my server and got lots of debug messages printed to var/log/geronimo.log If you want debug messages on the console change this line in var/log/server-log4j.properties: log4j.appender.CONSOLE.Threshold=INFO to log4j.appender.CONSOLE.Threshold=DEBUG You won't see these messages

Re: No Deployer Found error

2004-12-02 Thread Aaron Mulder
For the current SVN HEAD, you need to make sure the org/apache/geronimo/RuntimeDeployer service is running. Try java -jar bin/deployer.jar list-modules --started (this is not applicable to M3) Also, you should validate your Geronimo deployment plans and make sure they're

[jira] Updated: (GERONIMO-195) BLOB support for CMP entity bean

2004-12-02 Thread Gianny DAMOUR (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-195?page=history ] Gianny DAMOUR updated GERONIMO-195: --- Version: 1.0-M3 1.0-M2 Changed affected versions. BLOB support for CMP entity bean Key:

[jira] Closed: (GERONIMO-195) BLOB support for CMP entity bean

2004-12-02 Thread Gianny DAMOUR (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-195?page=history ] Gianny DAMOUR closed GERONIMO-195: -- Resolution: Fixed Two new optional elements, namely sql-type and type-converter, have been added to control explicitely the mapping of CMP

Re: No Deployer Found error

2004-12-02 Thread Hari Kodungallur
Sorry for the typo. I do have it as geronimo-application.xml. And I verified using the list-modules that RuntimeDeployer is running. I am wondering how RuntimeDeployer and J2EE Deployer are related. The deployer.jar's manifest files refers to J2EEDeployer. Do we need to start that configuration?

Re: No Deployer Found error

2004-12-02 Thread Hari Kodungallur
I tried both java -jar bin/deployer.jar --user system --password manager deploy ~/Myapp/myapp.ear and java -jar bin/deployer.jar --user system --password manager deploy ~/Myapp/myapp.ear ~/Myapp/META-INF/geronimo-application.xml Please let me know if I need to use any other option. Thanks

Re: No Deployer Found error

2004-12-02 Thread Aaron Mulder
And the server is actually running? Aaron On Thu, 2 Dec 2004, Hari Kodungallur wrote: I tried both java -jar bin/deployer.jar --user system --password manager deploy ~/Myapp/myapp.ear and java -jar bin/deployer.jar --user system --password manager deploy ~/Myapp/myapp.ear

Re: How to turn on logging?

2004-12-02 Thread Jacek Laskowski
Dain Sundstrom wrote: I just started up my server and got lots of debug messages printed to var/log/geronimo.log Right. I wasn't clear enough the first time. What I'm after is to have messages from the Deployer printed out. I can't seem to be able to turn them on. According to