[JBoss-user] The method return values in the home interface must be of valid types for RMI/IIOP.

2001-06-13 Thread Richard Kasperowski
Integer) throws FinderException, RemoteException, EJBException Section: 9.2.8 Warning: The method return values in the home interface must be of valid types for RMI/IIOP. - Thanks, -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://w

[JBoss-user] Auto-increment CMP primary key?

2001-06-14 Thread Richard Kasperowski
next Long? Thanks, -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Auto-increment CMP primary key?

2001-06-15 Thread Richard Kasperowski
Nordahl, David C wrote: > You'd need to create a PrimaryKeyBean > like mentioned in earlier posts today ^ Duh! Sorry for the noise! -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.a

[JBoss-user] jboss.org web site broken?

2001-06-15 Thread Richard Kasperowski
It looks like it's not serving JSP. Who can fix it? Thanks, -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforg

Re: [JBoss-user] The method return values in the home interface must be of valid types for RMI/IIOP.

2001-06-15 Thread Richard Kasperowski
OP compliant. That was it. My EJB code generator made my business methods (currently just setters and getters) throw EJBException. I removed those bogus exceptions and now all is well. Thanks, everyone, for pulling me along. -- Richard Kasperowski (mailto:[EMAIL PROTE

Re: [JBoss-user] Want to see the SQL DDL generated by JBoss

2001-06-18 Thread Richard Kasperowski
Thanks, that's what I wanted. Others should note that the SQL stuff is logged in "server.log", and doesn't show up in stdout. -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ danch (Dan Christopherson) wro

[JBoss-user] How to specify relationships between CMP EJBs?

2001-06-18 Thread Richard Kasperowski
Bar. I've been playing around with the tags "relationships" and "cmr-field", but I haven't been able to get it right. Does anyone have an example that I could follow? Thanks, -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-15

Re: [JBoss-user] Proxy server issues - any ideas?

2001-06-19 Thread Richard Kasperowski
ified by a client-side cookie or URL rewriting. Each client gets its own session, regardless of IP address. -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list

Re: [JBoss-user] optimal JVM setting for running jBoss on Solaris

2001-06-19 Thread Richard Kasperowski
won't have heap-growing time delays. With Sun's JVM, the command line option is "-Xms". -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Proxy server issues - any ideas?

2001-06-19 Thread Richard Kasperowski
ntification stuff broken? If so, it's not that hard to add your own session IDs. Gee, that would stink, though. -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] hello.ear example: Servlet works OK, but not JSP

2001-06-20 Thread Richard Kasperowski
/localhost:8080/hello/index.jsp They result in "Not Found 404". Using a .ear file as in Allen's example, how do I get JBoss+TomCat to handle things that aren't servlets? Thanks, -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 6

Re: [JBoss-user] hello.ear example: Servlet works OK, but not JSP

2001-06-20 Thread Richard Kasperowski
emit a different error message. The Java compiler is there and works fine: I can use the TomCat JSP examples with no problem. -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-use

Re: [JBoss-user] hello.ear example: Servlet works OK, but not JSP

2001-06-20 Thread Richard Kasperowski
ication.xml for the hello example, context-root is "/". So *these* URL work: http://localhost:8080/ http://localhost:8080/index.jsp Thanks for the clue, -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576

Re: [JBoss-user] CMP field type

2001-06-21 Thread Richard Kasperowski
braking it down recursively. Yes, you can store any object type persistently. The file "standardjaws.xml" defines the mapping from Java types to database column types. -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-244

[JBoss-user] CMP findAll: how to specify order of returned objects?

2001-06-21 Thread Richard Kasperowski
tell, JBoss doesn't support EJB QL. How, then, can I specify the order of the objects in the returned Collection? Thanks, -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss

Re: [JBoss-user] CMP example of primitive key using int

2001-06-25 Thread Richard Kasperowski
nstead, and see p. 157 of Monson-Haefel's _Enterprise JavaBeans_ for an example. -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Richard Kasperowski
putationally expensive. I'd say serial numbers are better. -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Key generation by random numbers

2001-06-26 Thread Richard Kasperowski
[EMAIL PROTECTED] wrote: > On Tue, Jun 26, 2001 at 11:06:42AM -0400, Richard Kasperowski wrote: > >>[EMAIL PROTECTED] wrote: >> >> >>>As a follow-up to the debate on how to get auto-increment primary >>>keys: >>> >>>Is it feasible to

Re: [JBoss-user] CMP findAll: how to specify order of returned ob jects?

2001-06-27 Thread Richard Kasperowski
be able to do that as a 'defined finder' with an empty query > parameter - see the JAWS section of the online manual. Worked like a charm. Thanks, -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___

Re: [JBoss-user] Strange Behavior When DataSource goes down.

2001-06-28 Thread Richard Kasperowski
ing, > neither will your app. When a datasource becomes unavailable after startup, it might be desirable for the application to tell the user, "sorry, the database is unavailable."? A user might find that more satisfactory than being denied service. -- Richard Kasperowski (mail

Re: [JBoss-user] tomcat site traffic logging

2001-06-29 Thread Richard Kasperowski
itor site traffic. This is one of the reasons to run TomCat through Apache. -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sour

Re: [JBoss-user] Custom Finders

2001-07-25 Thread Richard Kasperowski
name name findAll name RideBean ride findAll dateYear, dateMonth, dateDay -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 6

Re: [JBoss-user] Design Question...

2001-07-31 Thread Richard Kasperowski
tically reap expired sessions for you. -- Richard Kasperowski (mailto:[EMAIL PROTECTED]) Tel: 617-576-1552, Fax: 617-576-2441 http://www.altisimo.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] classpath confusion

2002-01-04 Thread Richard Kasperowski
rs. What's the best way to deploy a SOAP service through JBoss+TomCat without messing with JBoss's classpath? The SOAP documentation tells me that I must put my service's classes in my servlet container's classpath. -- Richard Kasperowski (mailto:[EMAIL PRO

[JBoss-user] Declaring finders: problem and work-around

2002-04-16 Thread Richard Kasperowski
be a letter., col=-1, line=56 org.xml.sax.SAXParseException: The content beginning "<=" is not legal markup. Perhaps the "=" (d;) character should be a letter. The work-around: Escape the < and > with < and >, e.g.: rideDate <= {0} and rideDa