Re: [JBoss-user] *Linux/*BSD Users

2002-03-11 Thread Jozsa Kristof
Anyone can report a success using IBM's pthreads? I've tried to put it on a few months ago, but had no success, and when I had a very quick look right now, I see, that no current 2.4.x kernel is supported so I'd use some success reports before going on with pthreads.. Christopher On Fri,

RE: [JBoss-user] forums?

2002-03-11 Thread Eric Jain
So now forums are unusable for me. I know they worked before because have posted and replied there, but now I can't login or reply. I don't have any problems there, however I notice that the search results for certain queries get cut off in the middle of the page. Neither reloading nor using

RE: [JBoss-user] general deployment question

2002-03-11 Thread Sam De Backer
Concerning the ejb-link The EJB2.0 spec clearly states (20.3.2) that ...the target enterprise bean can be in any ejb-jar file in the same J2EE application as the referencing application component. Exactly the same is in J2EE 1.3 spec (J2EE.5.3.2) According to me this means, in the same EAR!

RE: [JBoss-user] ejb-local-ref from an MDB to an Entity in the same EAR, but diffe rent ejb jars (jboss 3.0.0beta2)

2002-03-11 Thread Alex Loubyansky
Hello, everybody! To Sam: Have you figured it out? The cause could be the beans are in different jars and you use ejb-local-ref. It should work in case of remote interfaces and: ejb-ref in ejb-jar.xml and jboss.xml or place your beans in the same jar file and use ejb-local-ref. To all:

RE: [JBoss-user] ejb-local-ref from an MDB to an Entity in the same EAR, but diffe rent ejb jars (jboss 3.0.0beta2)

2002-03-11 Thread Sam De Backer
Indeed, I got it to work with ejb-ref and hence remote interfaces even in different jars, and as I recall that means the jboss.xml contained the JNDI name of the referenced remote home interface BUT... why do we have local interfaces for!? I tought to speed up intra-JVM calls and since my

RE: [JBoss-user] forums?

2002-03-11 Thread Alex Loubyansky
I have the same problems as Eric do. alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Jain Sent: Monday, March 11, 2002 11:07 AM To: jBoss-user Subject: RE: [JBoss-user] forums? So now forums are unusable for me. I know they

RE: [JBoss-user] ejb-local-ref from an MDB to an Entity in the same EAR, butdiffe rent ejb jars (jboss 3.0.0beta2)

2002-03-11 Thread Adrian Brock
Hi, The latest changes to allow ejbs inside sars and nested to any level seems to have broken the ejb-link processing. This has already been reported as a bug, it is #525412 if you want to monitor it. Regards, Adrian From: Alex Loubyansky [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Sam

RE: [JBoss-user] forums?

2002-03-11 Thread Adrian Brock
Hi, I also have the blank screen problem, but only from behind a proxy. Usually when I post a reply again it works (annoying but it works). I've got the same problem with hotmail. The forums search function has always been broken as far as I remember. Anything more than about 3 keywords always

RE: [JBoss-user] general deployment question

2002-03-11 Thread Alex Loubyansky
As For Me: I consider jar file like a sentence in the text. A sentence expresses a finished (complete) thought and I see jar file to contain some finished (complete) set of class files to perform some task(s). Thus, including helper-classes, state-holder-classes and not limited to only one

Re: [JBoss-user] ejb-local-ref from an MDB to an Entity in the sa me EAR, but diffe rent ejb jars (jboss 3.0.0beta2)

2002-03-11 Thread David Jencks
On 2002.03.11 04:45:12 -0500 Sam De Backer wrote: Indeed, I got it to work with ejb-ref and hence remote interfaces even in different jars, and as I recall that means the jboss.xml contained the JNDI name of the referenced remote home interface BUT... why do we have local interfaces

RE: [JBoss-user] general deployment question

2002-03-11 Thread Eric Kaplan
we're a little behind on jboss, 2.4.1. -Original Message- From: Sam De Backer [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 4:18 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [JBoss-user] general deployment question Concerning the ejb-link The EJB2.0 spec

Re: [JBoss-user] general deployment question

2002-03-11 Thread David Jencks
On 2002.03.11 05:10:47 -0500 Alex Loubyansky wrote: As For Me: I consider jar file like a sentence in the text. A sentence expresses a finished (complete) thought and I see jar file to contain some finished (complete) set of class files to perform some task(s). Thus, including

Re: [JBoss-user] questions about JBossCMP

2002-03-11 Thread Dain Sundstrom
Scheil, Sven wrote: We've tested JBoss 2.4.0 a time ago and missed the ejb2.0 support. Now I've read JBoss 3 comes with an integrated CMP Module JBossCMP, but can't find any further information (may be in the docs for $10?). Yes the JBossCMP docs has the info/ Can someone help me with

Re: [JBoss-user] questions about JBossCMP

2002-03-11 Thread Dan Christopherson
Dain Sundstrom 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. I think he's talking more about a dep.

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.

Re: [JBoss-user] general deployment question

2002-03-11 Thread Dan Christopherson
Eric Kaplan wrote: In a related area, we have a fair number of helper classes that all these beans use (base classes for our beans, data structures to hold the data passed back to the client apps, etc.). Right now, we add jar files holding these classes, as well as third party jars, to the

Re: [JBoss-user] JBossMQ broken?

2002-03-11 Thread Stephen Davidson
Hi Peter. Ok, this has now become my #1 priority to solve. As the APPLICATION is handling all users security services, there is no security context generated for the users. As the Users do not have security contexts, do you know a quick way to go and generate one for the application? -Steve

[JBoss-user] Alternative database

2002-03-11 Thread Eric Jain
Is there anyone out there who uses CMP entity beans containing serializable objects and has managed to get JBoss 3.0 beta to work with either Oracle or McKoi SQL? Hsqldb doesn't seem to be an option as it uses up all available memory very fast and then crashes when working with large/many

Re: [JBoss-user] ear redeployment under JBoss-3.0.0beta2

2002-03-11 Thread David Jencks
I think there's a bug in sourceforge on this... someone with windows will have to deal with it. david jencks On 2002.03.11 13:40:03 -0500 Alex Loubyansky wrote: Hello, everybody! I have a permanent exception during ear redeployment under JBoss-3.0.0beta2. I've tried different ear

RE: [JBoss-user] forums?

2002-03-11 Thread Todd Marshall
Yup, I've seen the same thing. -T -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Jain Sent: Monday, March 11, 2002 3:07 AM To: jBoss-user Subject: RE: [JBoss-user] forums? So now forums are unusable for me. I know they worked before because

RE: [JBoss-user] Relationships in EJB 1.1

2002-03-11 Thread Alice Ad
previously (prior to forums) it used to be busy but now its not. i dont like the forums though due to lack of reponses. Dan Vande More [EMAIL PROTECTED] wrote: Hey Alice, The user list is not very busy, I joined it so I could learn something about Java, though and this is the first

[JBoss-user] FW: CHANGE OF VENUE: JBOSS LONDON OPEN HOUSE WEDNESDAY MARCH 13

2002-03-11 Thread marc fleury
CHANGE OF VENUE: JBOSS LONDON OPEN HOUSE WEDNESDAY MARCH 13 Come meet Marc Fleury and Sacha Labourey at The Selfridge Hotel (link to http://www.thistlehotels.com/main/hotel/theselfridge/index.xml), in the Cleveland Room at 7PM. We previously announced the venue as the London Marriott Grosvenor

Re: [JBoss-user] JBossMQ broken?

2002-03-11 Thread Peter Antman
Hi, start by turning on trace and debug to track your problem down. You get, somehow a user named user that is not authenticated. Where does that user come from. Verry strange, specially since the subject is reported as null. How do your ra.xml look, and your jms-service.xml. //Peter On 11 Mar,