[JBoss-user] EAR, EJB-JAR, and WAR with Dependant JARs

2002-12-13 Thread Jee-Meng Ang
I have a question regarding the deployment of dependant JARs. According to J2EE spec, EJB-JARs and WAR are able to refer to another JAR in the same EAR using the Class-Path property within the MANIFEST.MF files. But using EARs for deployment means that the development-deploy-test cycle take a lon

Re: [JBoss-user] slsb passivation problems

2002-12-13 Thread Guy Rouillier
I'm curious about this. We are still on 2.4.x, and I've **never** seen a stateless session bean passivated (over a year of 24 hr/day use). Because they are stateless, I thought if the container needed to clear out an SLSB, it just deleted it. Is that incorrect? Or perhaps SLSBs **can** be passi

Re: [JBoss-user] Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread Michael Quigley
Anyone know where I can get a copy of JBoss on punched cards or paper tape? > What about the guys who still change the inodes with a magnet like me >> jboss and emacs/jdee/xdoclet >> >> jboss and vi --- This sf.net email is sponsored by

Re: [JBoss-user] Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread David Jencks
Isn't that "by hand... with _magnets_?" Hmmm maybe we need to see about having Pitr port erwin to jboss... david On 2002.12.13 10:16:03 -0500 Andreas Mecky wrote: > What about the guys who still change the inodes with a magnet like me > > - Original Message - > From: "David Jencks"

Re: [JBoss-user] Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread Andreas Mecky
What about the guys who still change the inodes with a magnet like me - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 3:32 PM Subject: Re: [JBoss-user] Re: [JBoss-dev] NEED YOUR HELP! > And the two largest ones:-))

[JBoss-user] Can an slsb leak

2002-12-13 Thread LaBanca, Rick
While tracking down a server bug I found something technically wrong. The app kept creating a stateless session bean, but not removing it when done. Since slsb's can be pooled, I'm guessing that the server isn't making a bunch. But I'm curious what resources this would consume, like connections e

Re: [JBoss-user] Re: jboss and vi ( Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread João Clemente
> Code completion is over rated, but there is a faq somewhere on the net > somewhere that shows how to set it up with vim. Maybe, but is surely usefull when you just reminded yourself of the beguinning of the package tree you wanted, but forgot what was in the middle... :-) -- João Pedro Cleme

RE: [JBoss-user] error deploying wsr -- resolution

2002-12-13 Thread John Fawcett
All of my errors seemed to be linked to: - not listing the fully-qualified classname in my web-service.xml - using * in the allowedMethods tag. After changing these in the web-service.xml file, I am able to view http://localhost:8080/jboss-net/servlet/AxisServlet and my service creates wsdl.

Re: [JBoss-user] Re: jboss and vi ( Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread Dain Sundstrom
Code completion is over rated, but there is a faq somewhere on the net somewhere that shows how to set it up with vim. -dain On Friday, December 13, 2002, at 03:28 PM, Joao Pedro Clemente wrote: And the two largest ones:-)) jboss and emacs/jdee/xdoclet jboss and vi Yep, I would like to se

[JBoss-user] Re: jboss and vi ( Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread Joao Pedro Clemente
> And the two largest ones:-)) > > jboss and emacs/jdee/xdoclet > > jboss and vi Yep, I would like to see that one: Howto use vi with code completion :-) --- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Lea

[JBoss-user] Design advice

2002-12-13 Thread Jim Crossley
I'm asking this on this particular list because my deployment platform is JBoss 3.0.x. In my CRUDdy application (Create, Read, Update, Delete), I have a Struts action servlet that acquires a model bean and makes it available for a CRUDdy view to render. I expect to always co-locate my servlets (w

Re: [JBoss-user] Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJ>And the two largest ones:-)) DJ> DJ>jboss and emacs/jdee/xdoclet DJ> DJ>jboss and vi DJ> DJ>david jencks How about jboss and vim? Bruce -- perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9Ehttp://hpc.devchannel.org/

RE: [JBoss-user] Scheduler

2002-12-13 Thread JD Brennan
Title: RE: [JBoss-user] Scheduler We deploy our MBean by putting it inside a .sar inside our ejb .jar inside our .ear - there are probably other better ways, but this works for us. JD -Original Message- From: Glenn Lewis [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002

[JBoss-user] Anyone running JBoss on Tandem?

2002-12-13 Thread JD Brennan
Title: Anyone running JBoss on Tandem? I'm curious if anyone is running JBoss on the Tandem platform?  A friend of mine works for a company and they are waiting for WebLogic to support Tandem.  If there's a JDK I can't think of any reason why JBoss wouldn't work. Tx, JD

Re: [JBoss-user] jvm_bind exception - port 8080 - Address in use

2002-12-13 Thread rsequeira
Thought I'll add to the email below. When still with embedded Tomcat, if I change the port from 8080 to 80 (tomcat41-service.xml), it works. Has anyone faced this problem before? Thanks, RS

Re: [JBoss-user] cmp question

2002-12-13 Thread Alex Loubyansky
Hello Eric, Friday, December 13, 2002, 6:43:22 PM, you wrote: EK> We currently use jdbc from session beans to do some bulk loads in our EK> system. In these cases, we're loading a few hundred "rows" and sending them EK> back to the client through our DAOs. Needless to say, we're bypassing any E

RE: [JBoss-user] slsb passivation problems

2002-12-13 Thread Eric Kaplan
i'm trying to get our client to send us one. in the meantime, i was hoping this was a known problem. i'll get the trace. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 13, 2002 11:27 AM > To: [EMAIL PROTECTED] > Subject:

RE: [JBoss-user] error deploying wsr

2002-12-13 Thread John Fawcett
Thanks for the input. I can access the index.html file just fine. Also, I can access my service via a client similar to the one in the helloEJB example. However, neither http://localhost:8080/jboss-net/servlet/AxisServlet nor http://localhost:8080/jboss-net/services/?wsdl respond properly. T

[JBoss-user] cmp question

2002-12-13 Thread Eric Kaplan
We currently use jdbc from session beans to do some bulk loads in our system. In these cases, we're loading a few hundred "rows" and sending them back to the client through our DAOs. Needless to say, we're bypassing any cacheing that the container might be able to do. We did this because histori

RE: [JBoss-user] slsb passivation problems

2002-12-13 Thread Sacha Labourey
Without any stacktrace, it is not possible to say something of interest > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Envoyé : vendredi, 13 décembre 2002 15:45 > À : Jboss-User > Objet : [JBoss-user] slsb passivation problems > > Hi > > We

RE: [JBoss-user] Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread Bill Burke
Why don't you write something up then? Bill Burke Chief Architect JBoss Group, LLC > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Calin Lupa > Crisan > Sent: Friday, December 13, 2002 3:32 AM > To: JBoss 2 > Subje

Re: [JBoss-user] error deploying wsr

2002-12-13 Thread Bruce Scharlau
At 13:59 12/12/2002 -0500, you wrote: Hi, I have a simple session bean that I would like to deploy as a web service. The bean deploys fine, and passes my client unit tests. I have a web-service.xml file in a wsr with the following structure: tamalemqadmin.wsr/ META-INF/

Re: [JBoss-user] MacOSX in production

2002-12-13 Thread Jason Essington
On Thursday, December 12, 2002, at 06:48 PM, Matthew Van Horn wrote: On Friday, December 13, 2002, at 04:15 AM, Jason Essington wrote: We are currently using an Xserve (MacOS X Server) running JBoss and PostgreSQL with no issues what so ever. I have even managed to create the SystemStarter

Re: [JBoss-user] slsb passivation problems

2002-12-13 Thread Lennart Petersson
Maybe you can show the exceptions!? /L fredagen den 13 december 2002 kl 15.44 skrev Eric Kaplan: Hi We have an installation complaining that the container is throwing exceptions when the container tries to passivate their SLSBs. They've checked and there are no non-serializable data members.

[JBoss-user] slsb passivation problems

2002-12-13 Thread Eric Kaplan
Hi We have an installation complaining that the container is throwing exceptions when the container tries to passivate their SLSBs. They've checked and there are no non-serializable data members. They've tried everything, including setting all references to null on ejbPassivate to no avail. If

Re: [JBoss-user] Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread David Jencks
And the two largest ones:-)) jboss and emacs/jdee/xdoclet jboss and vi david jencks On 2002.12.13 04:47:45 -0500 Matthew Van Horn wrote: > I enthusiastically second this idea. > (for me "JBoss and JBuilder") > > > > > On Friday, December 13, 2002, at 05:32 PM, Calin Lupa Crisan wrote: > >

Re: [JBoss-user] JBoss 4.0Alpha

2002-12-13 Thread Emerson Cargnin - SICREDI Serviços
that's, right, sorry ; ) I got a wrong try from from bash history!!! David Jencks wrote: i think you meant cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-head then cd jboss-head/build ./build.sh Jboss will be built in build/output david jencks On 2002.12.12 17:19:47 -0500 Emer

[JBoss-user] Example on running the EJB-verifyer as standalone?

2002-12-13 Thread Rupp,Heiko
Hi, does anyone have an examle on how to run the (3.2.0) EJB verifyer from an ant/xdoclet task/command line? Which jars are all needed in the classpath? Thanks Heiko -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33 Telefon: +49 711 222 992 900 D-70173 Stuttgart Telefax: +49

Re: [JBoss-user] MacOSX in production

2002-12-13 Thread Matthew Hixson
On Thursday, December 12, 2002, at 05:48 PM, Matthew Van Horn wrote: Also, not to offend any Mac fanatics, but so far what I've read points to linux giving (a little) better performance in a server environment, and when you figure in hardware and software costs you get a much better bang for y

Re: [JBoss-user] Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread Matthew Van Horn
I enthusiastically second this idea. (for me "JBoss and JBuilder") On Friday, December 13, 2002, at 05:32 PM, Calin Lupa Crisan wrote: Hi Bill, I suggest that another useful forum will be one DEDICATED to "Setting up a development environments for JBoss" to help newcomers to quickly choose

[JBoss-user] Re: servlet interceptors on JBoss

2002-12-13 Thread Jules Gosnell
Aleksandr Bukharovich wrote: Dear Jules, I am doing research using JBoss. To obtain the needed for me information, I would like to be able to intercept HTTP request coming from a client and hitting a servlet. I know about interceptors for EJBs in JBoss. Could you briefly explain to me how interc

[JBoss-user] Re: [JBoss-dev] NEED YOUR HELP!

2002-12-13 Thread Calin Lupa Crisan
Hi Bill, I suggest that another useful forum will be one DEDICATED to "Setting up a development environments for JBoss" to help newcomers to quickly choose a development tool, set it up an start working . Threads like "JBoss and Eclipse", "JBoss and Forte" , etc ... Will be useful also if the thre