/ end of if (Globals.DEBUG)
throw new CreateException();
}
this.id = sequence.getSize();
this.userNickName = userNickName;
this.codeId = codeId;
this.gadgetId = gadgetId;
this.value = value;
this.lastModified = new Timestamp( System.currentTimeMillis() )
Hello,
Is it allowed to make a internal B2B call inside the ejbCreate
method. I have a CMP entity bean whose primary key is a Long
value. The new Long value is stored in a separate table with a
separate entity bean. While creating the bean I would like to make a
call to get the new primary key of
ard
> - Original Message -
> From: "Marcel Schepers" <[EMAIL PROTECTED]>
> To: "jboss-user" <[EMAIL PROTECTED]>
> Sent: Sunday, July 15, 2001 5:24 PM
> Subject: [JBoss-user] JBoss and PostgreSQL 6.5.3
>
>
> > Hello,
>
Hello,
I am having trouble using PostgreSQL 6.5.3 with JBoss. I've copied
'jdbc6.5-1.2.jar' file to ${JBOSS_HOME}/lib/ext and changed jboss.jcml
in order to load the jdbc driver. Loading the driver succeeds, I
see that in my console window during startup. Nothing strange there, although
I had to
Oops,
My mistake, I made the adjustments in ejb-jar.xml instead of jaws.xml. I
am sorry!!!
Marcel
Marcel Schepers wrote:
> Hello,
>
> When I define my Jaws mapping in ejb-jar.xml and I use the MySQL
> client (mysql) tool to view the table layout created I see some
> differenc
Hello,
When I define my Jaws mapping in ejb-jar.xml and I use the MySQL
client (mysql) tool to view the table layout created I see some
differences. For example, my ejb-jar.xml contains among other things:
nickName
VARCHAR
VARCHAR(20)
When I view the table layout I see the following:
m
Hi Boris,
First of all, it is not very polite to scream, please don't do that. And
second, why wait for someone to enhance the current docs? Take a deep
breath and jump.
Marcel
Ivan Bolcina wrote:
> I TOTALLY AGREE. BAD DOCUMENTATION MIGHT BE DEATH OF JBOSS. PLEASE DO
> EXAMPLES.
> WHY
Hello,
Besides the connection troubles mentioned in an earlier post I have
one other thing on my mind. While investigating the connection problem
I found out that I am not deploying my web application in a correct
manner. For the record, I am using JBoss with Tomcat embedded. The
deal seems to be
Hello,
What happens when a session bean uses a database
connection, it gets the connection from a connection pool, creates a
prepared statement, retrieves all kinds of things, closes the prepared
statement and returns. In other words, the session bean does not close
the connection.
At the momen
nally{
return new Long(resultSet.getLong("id"));
}
}
Per Lewau wrote:
> On Mon, 28 May 2001, Marcel Schepers wrote:
>
>
> Looks like an exception is raised inside your ejbCreate method. If a
> runtime exception is raised there it will result in a transaction
Hello,
I have a question regarding an error I get. In a JSP page I use a
regular Java bean. Some properties are set and at the end I call the
bean's create() methode to actually create a new EJB Entity bean.
Creating the EJB fails: I get the error attached to the end of this
message. Now the
Hello,
I have a question regarding an error I get. In a JSP page I use a
regular Java bean. Some properties are set and at the end I call the
bean's create() methode to actually create a new EJB Entity bean.
Creating the EJB fails: I get the error attached to the end of this
message. Now the
Hi everybody,
this is not directly a jboss related question, but I think it is
relevant. I am now using apache in conjunction with mod_jserv to serve
servlets on my webserver. These servlets are in a variety of
directories, however none of them called .../servlet/.. :(
Because I want to migrate
13 matches
Mail list logo