users@glassfish.java.net

Re: javax.ejb.CreateException: Could not create stateless EJB

From: Sahoo <Sahoo_at_Sun.COM>
Date: Mon, 08 Dec 2008 12:40:32 +0530

What database are you trying to use? In one email, you mentioned you
were trying to use JavaDB and in the last email I see the jdbc URL
points to an Oracle database. I suggest you stop using those scripts and
start running the steps one by one. It will help you understand what you
are trying to do. A better tutorial would be "Java EE tutorials [1]"
made available by Sun.

Sahoo

[1] http://java.sun.com/javaee/reference/tutorials/

glassfish_at_javadesktop.org wrote:
> The port number was correct 1527 only.
> But the problem seems to be with password settings.
> In the build.xml the settings are:
> =======
> <property name="system.password" value="tesco123" />
>
> <property name="db.username" value="ab" />
> <property name="db.password" value="ab" />
> <property name="db.host" value="localhost" />
> <property name="db.port" value="1527" />
> <property name="db.name" value="XE" />
>
> <property name="jdbc.url" value="jdbc:oracle:thin:@localhost:1527:XE" />
> =======
>
> So it still gives the same error.
>
> Regards
> [Message sent by forum member 'pankajsac' (pankajsac)]
>
> http://forums.java.net/jive/thread.jspa?messageID=320553
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>