Re: [JBoss-user] B2B call inside ejbCreate

2001-07-16 Thread Marcel Schepers
/ 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() )

[JBoss-user] B2B call inside ejbCreate

2001-07-16 Thread Marcel Schepers
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

Re: [JBoss-user] JBoss and PostgreSQL 6.5.3

2001-07-15 Thread Marcel Schepers
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, >

[JBoss-user] JBoss and PostgreSQL 6.5.3

2001-07-15 Thread Marcel Schepers
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

Re: [JBoss-user] Jaws Mapping

2001-06-18 Thread Marcel Schepers
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

[JBoss-user] Jaws Mapping

2001-06-18 Thread Marcel Schepers
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

Re: [JBoss-user] manual

2001-06-12 Thread Marcel Schepers
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

[JBoss-user] example ant file for creating an EAR file

2001-06-09 Thread Marcel Schepers
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

[JBoss-user] Connection problem

2001-06-09 Thread Marcel Schepers
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

Re: [JBoss-user] no transaction right now

2001-05-28 Thread Marcel Schepers
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

[JBoss-user] no transaction right now

2001-05-28 Thread Marcel Schepers
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

Re: R: [JBoss-user] petstore mail/MailSession & db connection errors

2001-05-28 Thread Marcel Schepers
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

[JBoss-user] from mod_jserv to mod_jk problems

2001-05-01 Thread Marcel Schepers
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