-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 6 Jun 2000, Y. J. Chun wrote:

> Hi.
> I just installed Orion and enabled specified database-source url like
> following
> url="jdbc:mysql://monac.pe.kr:3306/monac"
> 
> but when i try the ejb demo, (cart product)
> it fails reporting
> > Cannot connect to MySQL server on localhost:1306
> what i dont understand is that i speficied PORT number in jdbc url but
> it still tries to connect to localhost:1306
> how is it like this?

Any number of reasons for this, but note that MySQL is entirely
inappropriate for use with EJBs due to its lack of transaction
support. Also note that MySQL's planned transaction support goes something
like this: "We don't support them, nor will we ever do so." More
specifically, you probably don't have the security settings for mysql
correctly set up, and you need ALL of the data source attributes set up
(the XA attribute, etc.)

- -----------------------------------------------------------
Joseph B. Ottinger               [EMAIL PROTECTED]
http://cupid.suninternet.com/~joeo      HOMES.COM Developer

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.1i

iQA/AwUBOTya9ghcVZKknQwGEQJl1wCgqSuhGQgD78m5LNYH6Opv+ncgma0AoPRA
NkwX1dEuf8uQGLas17GwVmxM
=TEY3
-----END PGP SIGNATURE-----


Reply via email to