RE: [JBoss-user] Connection factories on 3.0.4

2004-02-28 Thread Eric J Kaplan
Why specifically? More robust I assume? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sacha Labourey Sent: Friday, February 27, 2004 3:08 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Connection factories on 3.0.4 You should use UIL2. Cheers,

[JBoss-user] connection to client id failed

2004-02-28 Thread Eric J Kaplan
Can someone tell me how the server determines that a client connection has failed? Can this happen if the client is bogged down heavily? Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

[JBoss-user] UIL v OIL jboss 3.0.4

2004-02-28 Thread Eric J Kaplan
. We dont have extremely high jms update rates (a few a second would be high). Should w, as Scott said a while back wrt UIL, not go there? Its fairly urgent. We need to know by Monday. Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] Hung client

2004-02-21 Thread Eric J Kaplan
Any thoughts on this one? We look pretty silly as huge jboss advocates when something like this happens. While we haven't ruled out something else, I'd like to know if anyone has seen anything similar, because there are no messages on either the server or the client. BTW, below replace

[JBoss-user] package protection on server?

2004-02-12 Thread Eric J Kaplan
Anyone know if there is an issue calling a package protected method from another class within the same package from within a deployed ear on the server? I got an illegal access error doing this. Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] log4j DEBUG

2004-02-10 Thread Eric J Kaplan
. category name=com.armanta.ejb.asset.AssetMasterBean priority value=DEBUG/ /category Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] log4j DEBUG

2004-02-10 Thread Eric J Kaplan
INFO threshold on the category in order for these messages to show up. Scott Stark Chief Technology Officer JBoss Group, LLC From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric J Kaplan

[JBoss-user] log4j DEBUG

2004-02-09 Thread Eric J Kaplan
I apologize if Ive asked this before and forgot. I have a bean that has a log4j logger. How do I turn on debug just for that bean. Ive tried adding the following to log4j.xml with no luck. category name=com.armanta.ejb.asset.AssetMasterBean priority value=DEBUG/ /category Eric J

RE: [JBoss-user] jndi naming question

2004-02-06 Thread Eric J Kaplan
ejb-ref-nameejb/ACLProxy/ejb-ref-name jndi-nameejb/ACLProxy/jndi-name /ejb-ref /session I hope that will work. Björn Eric J Kaplan schrieb: All I have the following situation. In my ejb-jar.xml I have a session bean that has an ejb-ref to another session bean

[JBoss-user] jndi naming question

2004-02-05 Thread Eric J Kaplan
help set me straight? Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960 --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse

[JBoss-user] jbossdo questions

2004-01-06 Thread Eric J Kaplan
. Hope this is clear. Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] jbossdo questions

2004-01-06 Thread Eric J Kaplan
of Hibernate. Check out www.hibernate.org. Bill Eric J Kaplan wrote: Hi Does jdo (and therefore jbossdo) support pulling back different subsets of fields on the fly? A jdo defines 10 fields, but you only want 5 of them one time, and 7 the next. Also, say I have two jdos related to each

RE: [JBoss-user] servlet quickstart instructions

2003-12-12 Thread Eric J Kaplan
have an applet in your war file, you should put it in the root (or some dir) of the war file and not in the WEB-INF dir. WEB-INF/lib is for thirdparty libraries used only by the servlet (and other server-side components). Hope it helps. Eske Sort Eric J Kaplan wrote: OK, that's great

[JBoss-user] servlet quickstart instructions

2003-12-11 Thread Eric J Kaplan
. Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] servlet quickstart instructions

2003-12-11 Thread Eric J Kaplan
Just package it up as a WAR file and drop it into the deploy directory - just like EJBs. -- Danny Yates -Original Message- From: Eric J Kaplan [mailto:[EMAIL PROTECTED] Sent: 11 December 2003 13:48 To: [EMAIL PROTECTED] Subject: [JBoss-user] servlet quickstart

RE: [JBoss-user] servlet quickstart instructions

2003-12-11 Thread Eric J Kaplan
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eric J Kaplan Sent: Thursday, December 11, 2003 4:45 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] servlet quickstart instructions Thanks Danny. I hate to be a bore, but what specifically, other than the classes used to run

[JBoss-user] kudos!

2003-12-11 Thread Eric J Kaplan
BTW, kudos to those responsible for speeding up the mailing list. Was a time I could post and it would be 15 minutes before it showed up. Now its instantaneous! Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] FW: [Core] Sys Admin Denver Sold OUT

2003-11-20 Thread Eric J Kaplan
Guys I know NY is an expensive place to have training, but New Jersey is right next door and cheaper (though the skiing is not that great)! Anyway, would be great if you had one in the NY area sometime soon. Regards Eric -Original Message- From: [EMAIL PROTECTED]

RE: [JBoss-user] Urgent - NamingService - Error writing response

2003-11-19 Thread Eric J Kaplan
Eric J Kaplan wrote: Hi We have been running on jboss 3.0.4 for a while. Last night, just after midnight, for the first time, we started getting these messages about every minute: 2003-11-18 08:36:33,015 ERROR [org.jboss.naming.NamingService] Error writing response

[JBoss-user] Urgent - NamingService - Error writing response

2003-11-18 Thread Eric J Kaplan
. Thanks Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] override toString() in entity-bean doesn't work

2003-11-10 Thread Eric J Kaplan
Silvio As far as I know, the reference you have in the session bean to what you think is the entity bean itself is not. It is a reference to a proxy for the entity (even in the local case), whose toString() method in this case is being called. Regards Eric -Original

RE: [JBoss-user] RE: JMS problem?

2003-11-06 Thread Eric J Kaplan
:02, Eric J Kaplan wrote: Adrian Yes, we have disabled the code on our end to close the connection on shutdown via a shutdown hook because we were having clients sporadically hang on exit. Can you supply a threaddump? ctrl-break on windows ctrl-\ on linux However, could this then affect

RE: [JBoss-user] how to upgrade from 3.0.4 to 3.2.2

2003-10-29 Thread Eric J Kaplan
config, the -service files seemed to be replaced with -ds files. When I migrated from 3.0.4, I started fresh with one of the files in .../jboss/docs/examples/jca. There are some oracle files in there. Hope that helps. Gary. On Tue, 2003-10-28 at 16:56, Eric J Kaplan wrote: Jae I know

[JBoss-user] a to cmp

2003-10-29 Thread Eric J Kaplan
All Anyone know of a good product (or eclipse plugin) that I can point at my database and have it generate cmp entity beans (files with xdoclet tags would be ok). Yes, I realize Ill have to tweak the files afterward, but theres a lot of this that can be automated. Regards Eric J

RE: [JBoss-user] a to cmp

2003-10-29 Thread Eric J Kaplan
Thanks Neal, will try. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neal Sanche Sent: Wednesday, October 29, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] a to cmp On October 29, 2003 09:06 am, Eric J Kaplan wrote: Anyone know

RE: [JBoss-user] how to upgrade from 3.0.4 to 3.2.2

2003-10-29 Thread Eric J Kaplan
Gary Thanks, this seems to work. Just some bookkeeping to deal with now, like the fact that my ejb-jar didn't define a doctype element. Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric J Kaplan Sent: Wednesday, October 29, 2003 8:59 AM

RE: [JBoss-user] a to cmp

2003-10-29 Thread Eric J Kaplan
application servers, however you can delete some files , and to produce all your enviroment with simple builds using ANT. The great place to looking for this toys is: *http://eclipse-plugins.2y.net/eclipse/index.jsp I hope this help you Edgar Silva - Brazil * Eric J Kaplan wrote: All Anyone know

RE: [JBoss-user] a to cmp

2003-10-29 Thread Eric J Kaplan
datasourcemapping=Oracle9i / weblogic version=6.1 xmlencoding=ISO-8859-1 destdir=${build.entity.meta} validatexml=true datasource=DefaultDS createtables=false / /ejbdoclet /target -Original Message- From: Eric J Kaplan [mailto:[EMAIL PROTECTED] Sent

RE: [JBoss-user] forums down/slow?

2003-10-29 Thread Eric J Kaplan
, October 29, 2003 4:39 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] forums down/slow? forums are uber fast for me over cable modem. Eric J Kaplan wrote: Thanks Ionel. We still see a problem (just with the forums, I can get to other parts of jboss.org just fine). I'm located in New Jersey

[JBoss-user] Protocol violation!!!!

2003-10-28 Thread Eric J Kaplan
We just experienced a problem with jboss from the client trying to call a method in a session bean. It seems to be some kind of protocol violation. I've included the log below. Any ideas? It's fairly urgent. Regards Eric 2003-10-28 14:43:42,325 INFO [main]

[JBoss-user] forums down/slow?

2003-10-28 Thread Eric J Kaplan
Can anyone get to the forums? I go to jboss.org, click on forums, and they never come up. Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] forums down/slow?

2003-10-28 Thread Eric J Kaplan
:[EMAIL PROTECTED] On Behalf Of Ionel GARDAIS Sent: Tuesday, October 28, 2003 3:19 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] forums down/slow? --- Eric J Kaplan [EMAIL PROTECTED] a écrit : Can anyone get to the forums? I go to jboss.org, click on forums, and they never come up. Got them

RE: [JBoss-user] Protocol violation!!!!

2003-10-28 Thread Eric J Kaplan
I apologize. We didn't notice before but there was an out of memory error on the server which was most likely the root cause. Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric J Kaplan Sent: Tuesday, October 28, 2003 2:49 PM To: [EMAIL

[JBoss-user] jboss.org extreeeemly slow

2003-10-23 Thread Eric J Kaplan
Whats happened recently that jboss.org takes forever to come up, if it comes up at all? Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] JMS problem?

2003-10-21 Thread Eric J Kaplan
: Tuesday, October 21, 2003 4:57 AM To: 'Eric J Kaplan' Subject: AW: [JBoss-user] JMS problem? JBossMQ didn´t close the old connections. My boss has a patch for this problems. In the moment he is on holiday but he will be back on thursday. I will send you a description of the fix. sorry for my

RE: [JBoss-user] RE: JMS problem?

2003-10-21 Thread Eric J Kaplan
-10-20 at 21:22, Eric J Kaplan wrote: More detail. Messages from the jboss server log when the problem initially occurred. Ideas? 2003-10-20 10:16:01,687 WARN [org.jboss.mq.server.ClientConsumer:ID:14] Could not send messages to a receiver. java.rmi.RemoteException: Cannot contact

[JBoss-user] RE: JMS problem?

2003-10-20 Thread Eric J Kaplan
) ... 3 more 2003-10-20 10:16:01,687 ERROR [org.jboss.mq.server.JMSDestinationManager] The connection to client ID:14 failed. -Original Message- From: Eric J Kaplan [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 2:40 PM To: '[EMAIL PROTECTED]' Subject: JMS problem? All

[JBoss-user] JMS problem?

2003-10-20 Thread Eric J Kaplan
that didnt turn up much. Was going to try the forums but the website is fairly non-responsive right now (hopefully its the millions of developers banging on it). Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] RE: JMS problem?

2003-10-20 Thread Eric J Kaplan
This is interesting. My first email seems to have gotten lost (or at least arrived out of order). Not to worry, its included below. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric J Kaplan Sent: Monday, October 20, 2003 4:23 PM To: [EMAIL

RE: [JBoss-user] Need Ammunition

2003-09-17 Thread Eric J Kaplan
Remind them that while they're following the herd, to bring some toilet paper, sometimes the guy they're following can get a bit too close. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damon Sicore Sent: Wednesday, September 17, 2003 10:02 AM To:

RE: [JBoss-user] Selecting large datasets using CMP

2003-09-09 Thread Eric J Kaplan
Russ I don't know exactly what you need to do in this app (just reading, updating as well) but there's nothing wrong with straight jdbc from the session bean for very large queries. This has been a J2EE design principal for a while. Especially if it's read only. On the other hand, if you get

RE: [JBoss-user] mbean deployment issue

2003-09-04 Thread Eric J Kaplan
+ META-INF jboss-service.xml in your jboss-service: mbean code=com.abp.mbeans.Hello name=abp:service=Hello /mbean Regards, Stéphane On Wed, 2003-09-03 at 18:53, Eric J Kaplan wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephane

[JBoss-user] mbean deployment issue

2003-09-03 Thread Eric J Kaplan
] Started 10:52:53,562 INFO [MainDeployer] Deployed package: file:/C:/armanta-3rdparty/jb oss-3.0.4/server/abp/conf/jboss-service.xml 10:52:53,562 INFO [Server] JBoss (MX MicroKernel) [3.0.4 Date:200211021607] Sta rted in 0m:31s:953ms Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave

RE: [JBoss-user] New Customer Application

2003-09-03 Thread Eric J Kaplan
Stop the insanity! Its bad enough in my own email. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Email Sent: Wednesday, September 03, 2003 10:53 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] New Customer Application

RE: [JBoss-user] Adrian Brock's info on xa datasource for prepare()

2003-08-14 Thread Eric J Kaplan
In that vain, we have been getting these messages since the dawn of time. We are using Oracle, a commercial database. JBoss3.0.4. Windows 2000. What should we look for in our configuration files. Is it a switch we need to turn on? We use BMP with CMT. 12:00:31,343 WARN

RE: [JBoss-user] [GWAVA:1qw1pvju] SPAM block message notification

2003-07-17 Thread Eric J Kaplan
Nice... who is gwava and can they please unsubscribe... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of GWAVA Sent: Thursday, July 17, 2003 10:35 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] [GWAVA:1qw1pvju] SPAM block message notification This is an

[JBoss-user] cvs naming convention

2003-07-15 Thread Eric J Kaplan
Can anyone tell me what the current naming convention for tagging releases and branches on cvs currently is for jboss? Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

[JBoss-user] jms efficiency

2003-07-08 Thread Eric J Kaplan
client? I assume that for a given broadcast, there are actually 200 separate communications (one from the app server to each client?). Is there a more scalable solution involving a true broadcast? What are my options. Thanks Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] jms efficiency

2003-07-08 Thread Eric J Kaplan
Thanks Bela. I'll check it out. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bela Ban Sent: Tuesday, July 08, 2003 11:16 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] jms efficiency Eric J Kaplan wrote: We have an environment with 200 clients

RE: [JBoss-user] jms diagnostics?

2003-07-01 Thread Eric J Kaplan
-- Scott Stark Chief Technology Officer JBoss Group, LLC Eric J Kaplan wrote: Thanks Scott. Is there a UIL2 protocol in 3.0.4? I only see a UIL, which I switched to, and the messages disappeared. However, I'm still concerned I might not be cleaning up properly

[JBoss-user] no dice on TRACE

2003-07-01 Thread Eric J Kaplan
priority value=TRACE class=org.jboss.logging.XLevel/ /category Any ideas on what I might be doing wrong? I specifically need trace for jboss mq. Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] no dice on TRACE

2003-07-01 Thread Eric J Kaplan
:[EMAIL PROTECTED] On Behalf Of Juha-P Lindfors Sent: Tuesday, July 01, 2003 10:41 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] no dice on TRACE remove THRESHOLD from the appender On Tue, 1 Jul 2003, Eric J Kaplan wrote: I've had no success turning TRACE on in jboss. 3.0.4. Even if I

RE: [JBoss-user] SLSB atomicity

2003-07-01 Thread Eric J Kaplan
Ionel The container will manage all of this for you. In your ejb-jar.xml, specify container transaction type Requires for the create methods of your two entity beans, and RequiresNew as the transaction type for your SLSB method. The container will manage handling exactly what you want. Make

[JBoss-user] jms diagnostics?

2003-06-30 Thread Eric J Kaplan
(ObjectInputStream.java:845) at org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService. java:205) at java.lang.Thread.run(Thread.java:536) Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: [JBoss-user] jms diagnostics?

2003-06-30 Thread Eric J Kaplan
is the UIL2 protocol so think about switching to that as well. -- Scott Stark Chief Technology Officer JBoss Group, LLC Eric J Kaplan wrote: Hi We have an application that, on exit, causes a large number of Connection failure (1

[JBoss-user] possible JMS memory leak under 3.0.4?

2003-06-27 Thread Eric J Kaplan
turn on or look for? Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

[JBoss-user] RE: possible JMS memory leak under 3.0.4?

2003-06-27 Thread Eric J Kaplan
Correction to my last email, its a JMSReader (queues). Sorry bout that. -Original Message- From: Eric J Kaplan [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:37 AM To: '[EMAIL PROTECTED]' Subject: possible JMS memory leak under 3.0.4? Hi all Im seeing what may

RE: [JBoss-user] RE: possible JMS memory leak under 3.0.4?

2003-06-27 Thread Eric J Kaplan
Does this ring a bell with anyone? Or is this question so outlandish no ones responding for fear of embarrassing me Regards Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric J Kaplan Sent: Friday, June 27, 2003 9:42 AM To: 'Eric J

RE: [JBoss-user] Class not found exception when deploy (the classes are actually t here in the JAR file !)

2003-04-03 Thread Eric J Kaplan
David Check the package statement at the top of your ActivityBean class to make sure its correct. We saw something just the other day like this and that was the problem. Regards Eric Kaplan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [JBoss-user] JBoss: Not Ready For Prime Time

2003-04-02 Thread Eric J Kaplan
I suspect that by now ed no longer is reading this mailing list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rod Macpherson Sent: Wednesday, April 02, 2003 2:22 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss: Not Ready For Prime Time I

[JBoss-user] java.exe errors

2003-03-28 Thread Eric J Kaplan
I know this is a little off topic, but we see java.exe errors occasionally in various modules, including jboss. Just curious if others are seeing same (win2k, jdk1.4) and if anyone knows the cause. Cant send bug report to sun because they want loads of details we dont have, and google

[JBoss-user] jboss certification

2003-03-25 Thread Eric J Kaplan
How long till certification? http://www.sys-con.com/Java/articlenews.cfm?id=1930

[JBoss-user] Getting to know CMP

2003-03-21 Thread Eric J Kaplan
OK, Im getting convinced that CMP has finally come around and may address the performance shortcomings weve been concerned about in the past related to loading large data sets. I have the jboss cmp docs (great job Dain) and figure xdoclet is my best bet for maintaining sanity. Apart from

[JBoss-user] db login NOT to default tablespace

2003-03-12 Thread Eric J Kaplan
All We have been using jboss for a while with oracle-service.xml specifying our db connection pools, jboss3.0.4. All works beautifully, but weve been relying on the default tablespace being the correct one for the user/password specified in our RARDeployment mbean. What do we need to do

[JBoss-user] jre with jboss3.0.4

2003-03-07 Thread Eric J Kaplan
Other than for jsp compilation, can someone verify whether or not you can safely run jboss with the jre and not the jdk? I trolled through the forums and tried to piece together a definitive answer but wasnt able to. Regards Eric Kaplan

RE: [JBoss-user] RE: question about jboss cmp

2003-01-29 Thread Eric J Kaplan
No (I wasn't implying it was easy) but without it, for a lot of applications going through the entity beans isn't practical. More often than not, the applications we work on do NOT simply findByPrimaryKey, but instead need to load based upon a query. I take what Mark Fleury says in his paper to

RE: [JBoss-user] RE: question about jboss cmp

2003-01-29 Thread Eric J Kaplan
] [mailto:[EMAIL PROTECTED]] On Behalf Of David Jencks Sent: Wednesday, January 29, 2003 9:51 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] RE: question about jboss cmp On Wednesday, January 29, 2003, at 09:15 AM, Eric J Kaplan wrote: No (I wasn't implying it was easy) but without it, for a lot

[JBoss-user] RE: question about jboss cmp

2003-01-28 Thread Eric J Kaplan
Title: RE: question about jboss cmp I had asked this a little while ago but got no response. Any takers? If the answer is the container will be smart enough to know the set is already in memory, is this a jboss specific feature or part of the spec Regards Eric -Original Message-