Just a quick one, but:

 [Jaws] Select: SELECT id, name FROM Customer WHERE id=?, name=?

looks dodgy... the WHERE clause should be separated by AND's, unless I'm
mistaken, but I haven't seen this syntax before.

Regards,
Joe

Rickard �berg wrote:
> 
> Hi!
> 
> Charles Benett wrote:
> > 1) Is there any JAWS documentation? (A page JAWS.html is referred to in
> > docs/container.html, but the JAWS page isn't in the bundle in docs/)
> 
> Nope, not yet.
> 
> > 2) Alternatively/ as well - Can anyone advise on this specific problem
> > (output below)?
> >
> > Probably an obvious problem. I'm assuming that the example included with
> >
> > the binaries doesn't require any configuration.
> >
> > Thanks,
> > Charles
> >
> > When I try to start jBoss, I get this:
> > ...
> > [DataSource] Started
> > [Auto Deploy] Watching /usr/local/ejboss/deploy/classes
> > [Auto deploy] Auto deploy of file:/usr/local/ejboss/deploy/classes
> > [Container factory] Deploying file:usr/local/ejboss/deploy/classes
> > Warning: Cannot convert string "<Key> Home, _Key_Begin" to type
> > VirtualBinding
> > Warning: Cannot convert string "<Key> F1, _Key_Help" to type
> > VirtualBinding
> > Warning: Cannot convert string "Shift<Key> F10, _Key_Menu" to type
> > VirtualBinding
> > Warning: Cannot convert string "<Key>  F10, Shift_Key_Menu" to type
> > VirtualBinding
> > Warning: Cannot convert string "<Key> KP_Enter, _Key_Execute" to type
> > VirtualBinding
> > Warning: Cannot convert string "Alt<Key> Return, Alt_Key_KP_Enter" to
> > type VirtualBinding
> > [Container factory] Deploying Customer
> > [Container factory] Deploying Account
> > [Container factory] Deploying Teller
> > [Container factory] Deploying Hello
> > [Container factory] Deploying Bank
> > [Container factory] Bind ejb/Account to
> > ProxyTarget[org.jboss.ejb.plugins.jrmp12.interfaces.HomeProxy@a2be7a9]
> > [Jaws] Inititalizing JAWS plugin for Customer
> > [Jaws] Remove: DELETE FROM Customer WHERE id=? AND name=?
> > [Jaws] Drop: DROP TABLE Customer
> > [Jaws] Create table: CREATE TABLE Customer (id VARCHAR(256), name
> > VARCHAR(256))
> > [Jaws] Insert: INSERT INTO Customer (id, name) VALUES (?,?)
> > [Jaws] Select: SELECT id, name FROM Customer WHERE id=?, name=?
> >
> > and then absolutely nothing. And the shell prompt doesn't reappear.
> 
> Hm.. it seems to have hanged, but I have no idea why.. this will require
> some digging..
> 
> /Rickard
> 
> --
> Rickard �berg
> 
> @home: +46 13 177937
> Email: [EMAIL PROTECTED]
> http://www.telkel.com
> http://www.ejboss.org
> http://www.dreambean.com
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to