Re: java.lang.ClassCastException while getting the home-interface!

2007-11-20 Thread Kest

I DO have all the classes, actually! I mean, the client “sees” them all! I
can write, for example:

  FirstHome firstHome;
  firstHome = (FirstHome)PortableRemoteObject.narrow(objRef,
FirstHome.class);

If the client couldn’t “see” FirstHome.class, it would never allow the first
string where I declare the reference to FirstHome. I receive the exception
exactly when I try to make class casting with (FirstHome)... Defining a
class-path won’t help. Sorry.

-- 
View this message in context: 
http://www.nabble.com/java.lang.ClassCastException-while-getting-the-home-interface%21-tf4843726s134.html#a13860024
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Default datasource schema

2007-11-20 Thread JohnSimpson

Hi,

Is it possible to set a default database schema for a Geronimo datasource? 
If so, how?

Thanks,

John
-- 
View this message in context: 
http://www.nabble.com/Default-datasource-schema-tf4844976s134.html#a13861833
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: deployment file help

2007-11-20 Thread John Moser
Kevan Miller [EMAIL PROTECTED] writes:

 On Nov 19, 2007, at 2:24 PM, John Richard Moser wrote:

  on #geronimo on freenode I'm told Geronimo doesn't have such a thing  
  in its deployment plan and I had to modify WEB-INF/web.xml manually  
  (which got me a bit further).
 
  May be something to add in the next version.
 
 Yep. John, if you could raise a Jira, that helps get things on the To  
 Do List...


I'm not sure what a Jira is or how to raise one... do I need a stick
with brazil nuts on the end?

 BTW, geronimo log information (question you had on IRC) is in var/log/ 
 geronimo.log. You can adjust log levels via the admin console or  
 updating var/log/server-log4j.properties

OK so the tomcat/jetty logs get dumped in there too.


 --kevan




Re: deployment file help

2007-11-20 Thread Kevan Miller
On Nov 20, 2007 8:53 AM, John Moser [EMAIL PROTECTED] wrote:

 Kevan Miller [EMAIL PROTECTED] writes:

  On Nov 19, 2007, at 2:24 PM, John Richard Moser wrote:

   on #geronimo on freenode I'm told Geronimo doesn't have such a thing
   in its deployment plan and I had to modify WEB-INF/web.xml manually
   (which got me a bit further).
  
   May be something to add in the next version.
 
  Yep. John, if you could raise a Jira, that helps get things on the To
  Do List...


 I'm not sure what a Jira is or how to raise one... do I need a stick
 with brazil nuts on the end?


Heh. It probably wouldn't hurt... ;-)

Jira is our bug-tracking database --
https://issues.apache.org/jira/browse/GERONIMO

I've created a feature request --
https://issues.apache.org/jira/browse/GERONIMO-3619

--kevan


Error message when start Geronimo 2.0.2

2007-11-20 Thread jpmlpool
Hi

When start Geronimo server I get the next error message, but it seems
it does not affect something so far. How can I solve this problem?

.
Module 14/51 org.apache.geronimo.configs/tomcat6/2.0.2/car
21:25:38,531
 ERROR [[/]] Restricted listeners property file not found started in
5.406s
.

John