RE: [JBoss-user] Starting threads from session beans

2003-03-27 Thread Rahul Ganjoo
J2EE spec doesnt allow u to start threads in EJBs...it gets too messy if you try... try MDBs... -Original Message- From: Alex Sumner [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:45 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Starting threads from session beans Hi, Briefl

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

2003-03-27 Thread Ed Brown
Quoting Sacha Labourey <[EMAIL PROTECTED]>: > So don't use it. I'm no longer using it. Ed Brown _ This mail sent via toadmail.com, web e-mail @ ToadNet - want to go fast? http://www.toadmail.com -

[JBoss-user] Re: Class-Path for depenednt jars in EJB's manifest file Question

2003-03-27 Thread Roy Jones
Don't bother answering it I figured it out. "jakarta" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > To whomever wishes to answer: > > I am trying to set up a web application that has a shared UTILITIY.jar. > > WAR access classes in UTILITY > EJB access classes in UTILITY > > I

[JBoss-user] Class-Path for depenednt jars in EJB's manifest file Question

2003-03-27 Thread jakarta
To whomever wishes to answer: I am trying to set up a web application that has a shared UTILITIY.jar. WAR access classes in UTILITY EJB access classes in UTILITY I have it working now but the solution I utilized was place UTILITY.jar in Web-inf/lib directory and also extract UTILITY.jar merging

[JBoss-user] ejb-ql, parameterized MEMBER OF clause

2003-03-27 Thread Bill Curtis
[sorry-- I accidently sent this out [before I finished editing it. Here [is my intended message...] hello... I would like to create a finder method like this: findByOids java.util.Collection SELECT OBJECT( sku ) FROM Sku AS sku WHERE sku.pk

[JBoss-user] ejb-ql, parameterized MEMBER OF clause

2003-03-27 Thread Bill Curtis
Hello. I would like to create a finder method like this: findByOids java.util.Collection SELECT OBJECT( sku ) FROM Sku AS sku WHERE sku.pk MEMBER OF ?1 Is this possible? We are using JBoss 3.0.4, But, fr

[JBoss-user] Adding an ExpiryHandler to Jetty

2003-03-27 Thread Jim Crossley
I need to add some cache-control headers to some content served by the Jetty web server bundled with JBoss 3.0.4. I understand the ExpiryHandler is supposed to handle this, but I can't figure out how to configure it in jbossweb.sar/META-INF/jboss-service.xml. It seems handlers must be attached to

Re: [JBoss-user] Starting threads from session beans

2003-03-27 Thread David Ward
Alex, It is not permissible. It is not in the j2ee spec; it is in the ejb spec. ejb-2_0-fr2-spec.pdf: 24.1.2 Programming restrictions, page 495: "The enterprise bean must not attempt to manage threads. The enterprise bean must not attempt to start, stop, suspend, or resume a thread; or to chang

RE: [JBoss-user] 3.2.0RC4: Problem with DB Connection

2003-03-27 Thread Sasidharan, Manoj
Hello All, The JDBC URL format of Informix that works for us is: jdbc:informix-sqli://host:3009/dbname:informixserver=onl930 Could be the uppercase.. can you try with lowercase (for INFORMIXSERVER) HTH regards MS -Original Message- From: David Stoleson [mailto:[EMAIL PROTECTED] Sent: Th

Re: [JBoss-user] massive performance decrease

2003-03-27 Thread Dain Sundstrom
JBoss HEAD is a work in progress. The performance will get worse and better; there will be bugs. You can't make an omelet without breaking a few eggs. I suggest you use 3.2. -dain On Thursday, March 27, 2003, at 09:12 AM, Langelage, Frank wrote: After the cvs update of JBoss-head yesterday,

[JBoss-user] Sert takýl gly

2003-03-27 Thread Fatos
Title: mhnemlglmbstbinvusnfixetvjdjkynyhcfvpmicndxqmonhhb Türkiyenin En Kaliteli En Farklý En Geniþ Porno Arþivi 100% Sert Sex Videolarý Genç kýzlar manken olma vaadiyle kandýrýlýyor, ve acýmasýzca tecavüz

RE: [JBoss-user] Transaction differences in weblogic and jboss

2003-03-27 Thread Sasidharan, Manoj
Are you running on WLS 7.x??? We found some differences b/w WLS 6.x and WLS 7.x in the transaction feature. MS -Original Message- From: Jon Haugsand [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 5:24 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Transaction differences in webl

[JBoss-user] Starting threads from session beans

2003-03-27 Thread Alex Sumner
Hi, Briefly: is it permissible to start a new thread from a thread running in a session bean? I've heard that it isn't allowed, but can't see this explicitly prohibited in the J2EE specs. More importantly, what will the consequences be in JBoss? If the session bean thread is in a TX, would I be

[JBoss-user] JBoss paid docs - what's going on?

2003-03-27 Thread Vladyslav Kosulin
JBoss group states on the web site that the JBoss documentation "moves as fast as the product itself". I have a valid annual subscription, and what I see is that JBoss 3.0.6 was released more than 2 month ago, JBoss 3.2.0 is going to be available next week, but the latest documentation update is

Re: [JBoss-user] how to run long query outside transaction

2003-03-27 Thread Nathan Hoover
@ejb:transaction type="Never" should do it for you. At 01:11 PM 3/27/2003, you wrote: I'm sure this isn't too hard, but I've had a tough time finding it in the docs: We have a couple long (read-only) processes which we'd like to run outside of transactions. One involves iterating through a LARGE

Re: [JBoss-user] Server Crashing IBM1.4

2003-03-27 Thread Bradley McLean
The Sun JVM seems to be sensitive to the system date and time! (If it's set for times in the past, say a few years back, it fails, set current time and it works. I understand this may be a log4j issue.) We've seen it when doing auto-installed deployment to new hardware when the hw clock is far e

[JBoss-user] how to run long query outside transaction

2003-03-27 Thread Beau Cronin
I'm sure this isn't too hard, but I've had a tough time finding it in the docs: We have a couple long (read-only) processes which we'd like to run outside of transactions. One involves iterating through a LARGE number of CMP entity beans from an SLSB; another is a series of SQL calls from an SLSB

Re: [JBoss-user] scheduler service

2003-03-27 Thread Guy Rouillier
Karri Niemelä wrote: We are trying to use the scheduler service with jboss (3.0.4). It works ok, but we have the following problem: This scheduled task is bit time consuming, it takes about 5 min's to complete. When this scheduled task is started, jboss isnt "completing" any other tasks, although

[JBoss-user] location of jboss_web_3_0.dtd

2003-03-27 Thread Miroslav . Chowaniok
It seems that very recently the dtd for validating jboss-web.xml file has been removed from jboss website or moved to another location. http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd";> This tag no longer finds the file under that url. Does anyone know what the valid url is for the dtd file? T

[JBoss-user] jmx xdoclet module

2003-03-27 Thread Sonnek, Ryan
I was checking through xdoclet documentation for the jmx task. The mergedir attribute is supported with the jboss subtasks, but what files are required in order to merge existing mbeans into the jboss-service.xml? I thought the .xdt would show this, but I can't seem to find it. Does anyone know

Re: [JBoss-user] session bug?

2003-03-27 Thread Dan K.
On Thu, 27 Mar 2003, Joao Clemente wrote: > On Wed, Mar 26, 2003 at 07:45:55PM -0500, Dan K. wrote: > > > I believe there is a bug with getting the session in JBoss 3.0.6 using the > > "all" configuration with in web.xml. The behavior is > > that every request to my test servlet gets a new sess

[JBoss-user] Disk space running out when redeploying EAR

2003-03-27 Thread Andrew May
Hi, I've got an EAR with 16 deployment units and a large jar containing shared classes, and when I redeploy the EAR JBoss keeps using more disk space. When the server starts I see 16 copies of my shared lib under tmp/deploy/server/ccsadm/deploy/my.ear/libs/shared.jar/, each numbered. When I rede

[JBoss-user] 3.2.0RC4: Problem with DB Connection

2003-03-27 Thread David Stoleson
JBoss 3.2.0RC4 Informix JDK 1.4.1 MacOSX --- I have the following informix-ds.xml file deployed with the INFORMIXSERVER=dbserver specified in the connection string. Yet it is complaining about INFORMIXSERVER not being set. InformixDS jdbc:informix-sqli://host:1621/ dbname:INF

[JBoss-user] jetty jsp cache

2003-03-27 Thread costin
Hi! I am developing the jsp section of our application and I deploy quite a lot of jsp (due to the run-time compiling). I don`t use a web.xml as I don`t have servlets yet involved. How can I force Jetty to recompile the JSP? I can see the new file on the server but the output is unchan

[JBoss-user] 送你一份出生那天的生日报纸!

2003-03-27 Thread fds
--- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en __

RE: *****SPAM***** AW: [JBoss-user] Registering Webservices.

2003-03-27 Thread Mark.Gargan
No bother Christoph. Thanks for the pointer to the list site. Mark. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jung , Dr. Christoph Sent: 27 March 2003 14:59 To: '[EMAIL PROTECTED]' Subject: *SPAM* AW: [JBoss-user] Registering Webservices.

[JBoss-user] 特低价商品,您想合作吗?

2003-03-27 Thread fds
http://www.520it.com/";> Óʼþ£¨ÊÖ»úÊýÂë²úÆ·£©(1)520.txt Description: Binary data

RE: [JBoss-user] http session drive me nuts

2003-03-27 Thread Rupp,Heiko
Jules, thanks again and sorry when I was rude. > The one that I pointed you two in the second message in this thread. Ok, my mistake again. I only saw this as FAQ wrt url-rewriting. > The SessionManager that *you* have asked for by specifying that your > webapp is > servletspec="2.

[JBoss-user] Right place for jboss-app.xml

2003-03-27 Thread Bernd Koecke
Hi, is the right place for a jboss-app.xml file in the META-INF directory of an ear-file, next to application.xml? Thanks Bernd -- Dipl.-Inform. Bernd Koecke UNIX-Entwicklung Schlund+Partner AG Fon: +49-721-91374-0 E-Mail: [EMAIL PROTECTED]

[JBoss-user] massive performance decrease

2003-03-27 Thread Langelage, Frank
After the cvs update of JBoss-head yesterday, I encountered a massive performance decrease for one of my testcases. The update included the changes from Dain of the last days. Three EJB's are involved by this task: 1. Item, CMP EntityBean PK itemId 2. BoM, CMP EntityBean, PK primItemId+posN

AW: [JBoss-user] Registering Webservices.

2003-03-27 Thread Jung , Dr. Christoph
Title: Nachricht sorry Marc, but I do not have the time to answer juddi specific questions. Please refer to the juddi sourceforge lists/pages/etc how to set it up, etc.   CGJ -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 27. M

RE: [JBoss-user] *-ds.xml file won't deploy on 3.2.0 RC4

2003-03-27 Thread Demyanovich, Craig - Apogent
David, Have you found anything out of the ordinary with the files that I sent or JBoss itself? Thanks for looking into this. Craig --- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las V

Re: [JBoss-user] Transaction differences in weblogic and jboss

2003-03-27 Thread Adrian Brock
Hi Jon, In standard configuration you get this: Start transaction (t1) a = findBeanInstance(p); {jboss locks a to t1} a.getValue(); Start transaction (t2) {jboss trys to lock a to t2 - deadlock} a.setValue(newValue); End transaction End transaction {jboss unlocks a from

Re: [JBoss-user] Server Crashing IBM1.4

2003-03-27 Thread Felipe Oliveira
i had the problem with the vm you are using. hi jboss gurus, do you guys have any ideas? i have seen a lot of postings on the jboss forum about the same problem but no clear solution. thanks, felipe nick wrote: We had similar problems with Sun j2sdk1.4.1_02 on Redhat linux 7.3. We could only

RE: [JBoss-user] session bug?

2003-03-27 Thread Rupp,Heiko
Hi, see also the thread "http sessions drive me nuts" and Jboss-Bug [ jboss-Bugs-709559 ] https://sourceforge.net/tracker/?func=detail&atid=376685&aid=709559&group_id =22866 In my opinion the jetty-out-of-the-Jboss-box is bogus as other systems like jboss-with-tomcat or Bea wls6.2 behave differe

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

2003-03-27 Thread James Ward
Ed, Thanks for your insightful comments. All of us who run JBoss with zero problems will consider your well thought out conclusion the next time we consider paying $50k for a buggy app server. I am looking forward to the next careful evaluation you make. Just a little tip though; Next time it w

[JBoss-user] Transaction differences in weblogic and jboss

2003-03-27 Thread Jon Haugsand
I think I have discovered a difference between jboss and weblogic concerning transactions and this is (currently) a bit troublesome for us. Given the following metacode: Start transaction a = findBeanInstance(p); a.getValue(); Start transaction a.setValue(newValue); End transac

Re: [JBoss-user] JBoss.NET can't find serializer

2003-03-27 Thread Nathan Hoover
I am in fact at this very moment working through the purchasing process of my company to obtain the 'excellent support of the JBoss group'. I expect to conclude that by the end of the day, meanwhile thanks for all your help. I'm definitely willing to contribute code and/or documentation to the p

Re: [JBoss-user] Stack Overflow Exception in CMR

2003-03-27 Thread Michael Nowotny
Hi! Hmm, building from CVS still doesn't work on my machine. Building other versions like 3.0 doesn't work either. So there must be a problem with my personal configuration. Unfortunately the tutorial did not provide any help. I checked out the source using eclipse. Everything seems to be in plac

Re: [JBoss-user] http session drive me nuts

2003-03-27 Thread Jules Gosnell
Rupp,Heiko wrote: Jules, AbstractReplicatedStore you've declared your webapp as distributed and ignored the message that Jetty gave you on startup about not being able to provide distributed session management (probably becaise you are running 'default' not 'all' - this one is als

Re: [JBoss-user] session bug?

2003-03-27 Thread Joao Clemente
On Wed, Mar 26, 2003 at 07:45:55PM -0500, Dan K. wrote: > I believe there is a bug with getting the session in JBoss 3.0.6 using the > "all" configuration with in web.xml. The behavior is > that every request to my test servlet gets a new session id (new session > is created). > > If I remove t

RE: [JBoss-user] Registering Webservices.

2003-03-27 Thread Mark.Gargan
Title: Nachricht Cheers Christoph, Grand job. I’ve decided to try and use the juddi package in a separate Tomcat distro in preparation for when it’s activated in jboss. I built it from the source off sourceforge and placed  the war in the webapps directory of my separate Tomcat distributi

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

2003-03-27 Thread Rahul Ganjoo
ignorance is bliss... -Original Message- From: Rob Finneran [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 2:44 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss: Not Ready For Prime Time Funny! - Original Message - From: "Ian Duggan" <[EMAIL PROTECTED]> To: <[

[JBoss-user] NIS realm

2003-03-27 Thread Ionel Gardais
Hi, As there is an LdapRealm to retrieve infos about users that connect to JBoss, is there a NIS realm to bind NIS users infos if not, are there examples of realm to (try) to develop one ? thanks, ionel --- This SF.net email is sponsored by:

[JBoss-user] scheduler service

2003-03-27 Thread Karri Niemelä
We are trying to use the scheduler service with jboss (3.0.4). It works ok, but we have the following problem: This scheduled task is bit time consuming, it takes about 5 min's to complete. When this scheduled task is started, jboss isnt "completing" any other tasks, although incoming ejb calls

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

2003-03-27 Thread Rob Finneran
Funny! - Original Message - From: "Ian Duggan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Ed Brown" <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 11:44 PM Subject: Re: [JBoss-user] JBoss: Not Ready For Prime Time On Wednesday 26 March 2003 07:02 pm, Ed Brown wrote: > I've been

Re: [JBoss-user] Farming on 3.0.6 w/ tomcat

2003-03-27 Thread Christian Joelly
Hello! On Wed, Mar 26, 2003 at 04:00:49PM +0100, Sacha Labourey wrote: > > > and why are the ear/war files deleted from the ./farm > > directory if they > > are redeployed (or touched) during the 1st step, the > > undeployment? this > > behavior isn't like this for normal deployment from the >

[JBoss-user] SSL with Client Certificates

2003-03-27 Thread Dietmar . Scheidl
Hi, I am using JBoss 3.0.4 with integrated Tomcat 4.1.12. I have configured a connector in tomcat41-service.xml which uses Client Authentification: The of my web is set to CLIENT-CERT for /*. I know that there is no implementation of a security domain using Client Certificates so I i

AW: [JBoss-user] JBoss.NET can't find serializer

2003-03-27 Thread Jung , Dr. Christoph
Title: Nachricht So what,   Look in your generated web-service.xml. If there is an element   qname="PPFacade" type="java:com.fiserv.banklink.iLink.PositivePay.interfaces.CheckDataSoap" serializer="org.apache.axis.encoding.ser.BeanSerializerFactory" deserializer="org.apache.axis.encoding.ser

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

2003-03-27 Thread Sacha Labourey
So don't use it. Thank you for your valuable feedback. Cheers, Sacha > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ed Brown > Sent: jeudi, 27. mars 2003 04:02 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] JBoss: No

[JBoss-user] getUserPrincipal

2003-03-27 Thread kiuma
Please,, someone who want to help me. In DatabaseLoginModule jboss 3.2.0rc4, after having been logged in my principal name is caller_principal and not the nema that I uses to log in. What should I do to get my user name (except saving my user name in the httpsession instance) ? -