RE: [JBoss-user] JBoss 3.0.0alpha problem

2002-01-28 Thread Dain Sundstrom
The problem is happening before the persistence manager is initialized during the initialization of the instance cache. The following line is the most important in the stack trace: org.jboss.ejb.plugins.AbstractInstanceCache.init (AbstractInstanceCache.java: 347) If you look at that file you wi

[JBoss-user] JBossOne

2002-01-28 Thread marc fleury
>From the website JBossOne : THE REAL TECHNOLOGY CONFERENCE Uncut and un-censored. JBoss Group will hold parrallel alternative sessions at a yet to be specified location during the week of JavaONE. This is not your manager's technology conference. We could spend a lot of money on a crappy booth

[JBoss-user] Open House in Sydney

2002-01-28 Thread marc fleury
The Australian dollar might be weak but you guys really know hospitality, at least from what we have seen. So we will give some back and hold a Open House in Sydney. >From the website JBOSS SYDNEY OPEN HOUSE WEDNESDAY FEB 13 Come meet Marc Fleury and Greg Wilkins of Jetty at the Star City Hotel

Re: [JBoss-user] How to exploit prepared statements

2002-01-28 Thread David Jencks
close != jdbc 1 close, it means return to pool Prepared statements are already pooled by default with wrapped jdbc 1 drivers. I think xa drivers are expected to do their own pooling, e.g. Oracle. david jencks On 2002.01.27 15:25:42 -0500 Craig Johannsen wrote: > The idea of prepared statements

Re: [JBoss-user] Transaction management

2002-01-28 Thread David Jencks
On 2002.01.25 05:41:27 -0500 Andrea Cervellati wrote: > Hi, > > I have a web app that manages the uploading and downloading of files. > > I use a database to store some informations related to each file, such as > > descriptions and an index for categories. > > So I have some EJBs with methods

Re: [JBoss-user] problems with configuring size of databaseconnectionpool

2002-01-28 Thread David Jencks
If you have enough debug logging enabled you will see log messages like checked out ManagedConnection [1/0/3] from (This is from memory, only the [x/y/z] is accurate.) Could you report what your log is showing when you get 11 connections? Thanks david jencks On 2002.01.24 12:35:56 -0500

[JBoss-user] Remote JMS Queues

2002-01-28 Thread Keith Kee
Hi: How does a JMS client connects to a local JBoss server (or local JMS server) which includes a queue running on another remote JBoss server? I like to have the JMS client lookup that particular through the local JBoss server's JNDI instead of connecting to the remote JBoss server's JNDI. Als

Re: [JBoss-user] Cookies and Jetty...

2002-01-28 Thread Brett Sealey
Can you clarify what exactly the problem is? The VERSIONS.TXT file in Jetty has the following cookie related entries which might be related to your problem, they were addressed in Jetty-3.1.5 and Jetty-4.0.D releases, 3.1.3 is over three months old now: + setCookie always has equals for cookie

RE: [JBoss-user] JBoss 3.0.0alpha problem

2002-01-28 Thread Niall Keane
I checked that I have the bean included in jbosscmp-jdbc.xml & it is - I basically copied both files (ejb-jar.xml & jbosscmp-jdbc.xml) from the CMP2.0 docs Files are below - any help greatly appreciated. ( I also tried 2.0 instead of 2.x incase this was the problem ... no luck :-( Regards, Nial

Re: [JBoss-user] JBoss3.0.0alpha and MySql

2002-01-28 Thread David Jencks
read the docs more carefully, I think you got the wrong version. davidjencks On 2002.01.20 06:41:55 -0500 j j wrote: > Hi, > I'm trying to setup mysql-3.23.41 with jboss3.0.0 > alpha, by placing the file mysql-service.xml in the > deploy directory and have added the > driver(mm.mysql-2.0.4-bin.j

Re: [JBoss-user] Unable to deregister with TransactionManager

2002-01-28 Thread David Jencks
Maybe you commit before you close the connection? this is not possible currently in jboss david jencks On 2002.01.18 13:38:48 -0500 [EMAIL PROTECTED] wrote: > First time I've encountered anything like this and don't have a clue > where > to begin. The stack trace is as follows: > > [Default] j

RE: [JBoss-user] Sun promotes "first j2ee 1.3 compatible app server"?

2002-01-28 Thread Coetmeur, Alain
> -Message d'origine- > De: Peter Sojan [mailto:[EMAIL PROTECTED]] > Date: lundi 28 janvier 2002 15:07 > À: [EMAIL PROTECTED] > Objet: Re: [JBoss-user] Sun promotes "first j2ee 1.3 compatible app > server"? > > > On Sun, Jan 27, 2002 at 06:53:14PM -0500, Guy Rouillier wrote: > > Saw th

[JBoss-user] Cookies and Jetty...

2002-01-28 Thread Jarecsni János
Hi, today I've downloaded JBoss-2.4.4_Jetty-3.1.3-1. I've been porting my application to this new version from a JBoss-Tomcat bundle. It seems that Jetty does not create and send cookies as Tomcat does. Does Jetty need some extra configuration? Hope someone has the answer... :) Cheers, János

[JBoss-user] coming weeks

2002-01-28 Thread marc fleury
Ok first I need to fix head and put the beta out, but when this is out I will actually focus on the website. All the modules of JBoss are moving at good speed and some most notably the JMX one are going to be beacons of the JBoss community. Keep it coming, talent is flowing. As I focus on the k

[JBoss-user] CMP - Primary Key generation

2002-01-28 Thread Loïc Lefèvre
Hi, After some time passed on the JBoss forum, I found an article explaining some process to manage "automatic primary key generation" (http://www.theserverside.com/resources/review/ejbpatterns-primarykeystrateg ies-sept3.zip). In appendix A.1, there is some code using a sequencer. I found that

[JBoss-user] 120,000 downloads

2002-01-28 Thread marc fleury
if we are to believe sourceforge metrics we have about 120,000 in the month of January. wow. I mean, wow, well sourceforge has forgot to count downloads in the past but if this true, if this true and you are who morpheus says your are... wow, this is a very exciting time. regards marcf __

[JBoss-user] Is there a JBoss 3.0-Catalina bundle?

2002-01-28 Thread Lachezar Dobrev
As the subject says: Can I find a JBoss 3.x + A web container bundled? Lachezar ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Sun promotes "first j2ee 1.3 compatible app server"?

2002-01-28 Thread Peter Sojan
On Sun, Jan 27, 2002 at 06:53:14PM -0500, Guy Rouillier wrote: > Saw this article on the Sun Java web site. Are there known areas where > JBoss is not compatible? dont forget RMI/IIOP. J2EE 1.3 mandates it and JBoss doesn´t have it ! so long Peter

Re: [JBoss-user] 1:n CMR

2002-01-28 Thread Dave Smith
I would sugesst you buy the documentation or look at xdoclet, the version in CVS .. http://sourceforge.net/projects/xdoclet Eric Jain wrote: > I am trying to get a simple 1:n container-managed relationship to work > (JBoss 3.0.0alpha). It seems that it is not sufficient to define the > relatio

Re: [JBoss-user] 1-to-Many mapping how?

2002-01-28 Thread Dave Smith
I would sugesst you buy the documentation or look at xdoclet, the version in CVS .. http://sourceforge.net/projects/xdoclet Eric Jain wrote: Lachezar Dobrev wrote: > Hi. > First. I'm not newbie to J2ee. > > I'm trying to port a large J2EE app from Orion to JBoss. > In Orion I can ma

[JBoss-user] 1-to-Many mapping how?

2002-01-28 Thread Lachezar Dobrev
Hi. First. I'm not newbie to J2ee. I'm trying to port a large J2EE app from Orion to JBoss. In Orion I can make a value mapping, so that a field in an EntityBean is a collection of a simple bean class: MyBean '->java.util.List SubObjects The objects in the SubObjects list are sim

Re: [JBoss-user] Sun promotes "first j2ee 1.3 compatible app server"?

2002-01-28 Thread Adrian Brock
There's one area I can think of, but somebody is working on it. That is create although there is a patch for session beans on sourceforge. http://sourceforge.net/tracker/index.php?func=detail&aid=493604&group_id=22866&atid=376687 JBoss won't get the compatibility brand, we have to pay Sun t