Re: [JBoss-user] questions about JBossCMP

2002-03-11 Thread Peter Levart
On Monday 11 March 2002 16:59, Dain Sundstrom wrote: Scheil, Sven wrote: Is there a deploytool for the O-R-Mapping that comes with JBossCMP? If not how can we handle our existing ear file containing 40 EntityBeans and 50 relationships? What? JBossCMP doesn't need a deployment tool.

[JBoss-user] logging of server side conatiner exceptions

2002-03-02 Thread Peter Levart
Hello! I noticed that in the recent CVS version of JBoss 3.0 the exceptions thrown by the container don't get logged to the CONSOLE or FILE any more. Since the stack trace is lost on the client side (with jdk 1.3 at least), it is hard to diagnose them. Is there any way to enable logging or

Re: [JBoss-user] Passing an InputStream to an EJB

2002-02-19 Thread Peter Levart
See the discussion in the thread with subject Streams on this list (from about a week ago). It might be related to your problem... Peter On Monday 18 February 2002 15:10, Andrea Cervellati wrote: Hi, I'm using JBoss 2.4.3-Tomcat 4.0 and I have a web app that allows users to upload files

Re: [JBoss-user] Starting JBoss remotely

2002-02-07 Thread Peter Levart
On Thursday 07 February 2002 13:48, Niall Keane wrote: Hi, What's the best way to restart Jboss on a remote server - at the moment, I'm using the Shutdown MBean in the JMX web control panel to shutdown the server then telnetting in and using bash run_with_tomcat.sh to start it. It

Re: [JBoss-user] Serialization Problems

2001-11-29 Thread Peter Levart
On Thursday 29 November 2001 07:51, Hunter Hillegas wrote: Jboss is having problems passivating my SFSBs... I'm getting this exception: 22:46:38,370 ERROR [Default] java.rmi.ServerException: Could not passivate; nested exception is: java.io.NotSerializableException:

Re: [JBoss-user] Concurrent calls

2001-11-15 Thread Peter Levart
On Thursday 15 November 2001 14:33, Papo Napolitano wrote: I'm using Jboss 2.4.2 with Tomcat and sometimes I get this error when I call a method in a Bean. How can I do to solve this problem ?? [EmbeddedCatalinaServiceSX] StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw

Re: [JBoss-user] request regard serialization problem

2001-11-09 Thread Peter Levart
What you're looking for is a Serializable DOM implementation. I think that the most compact way to represent a DOM object tree is XML itself. So why not create a simple wrapper class for Document that would implement the java.io.Externizable interface that would read/write the representation

Re: [JBoss-user] Sybase ASE on HP-UX connection problem

2001-10-24 Thread Peter Levart
On Tuesday 23 October 2001 19:01, Andrea Delle Chiaie wrote: Hi guys, I have a system in production running Sybase ASE 11.9.2, 12.0 and 12.5 on various platforms. I'm able to configure and connect to all the ASE versions on Windows NT/2000, Linux, Digital Unix, but I've a problem on

[JBoss-user] CMP 2.0 [JBoss 3.0]

2001-10-11 Thread Peter Levart
Hello! I'm new to JBoss so please bear with me... I've found a document with that title in the HOWTO section of the JBoss HTML documentation. Is this supposed to work in the latest JBoss 2.4.3. I've been trying to deploy a simple example (bundled with SUN's J2EE 1.3 - the cmpcustomer.ear).