[jBoss-User] Shaping the future ?

2001-02-18 Thread faisal
I can 't see no future shapingwhen u can't make a simple web application.I ve been searching the mailing list for 2 daysand no one has a definite clue how to make ejb classes available to my JSP and Servlet in Jboss - Tomcat integration ...or may be I am missing something... faisal

Re: [jBoss-User] Shaping the future ?

2001-02-18 Thread Juha Lindfors
At 12:39 18.2.2001 -, you wrote: ...or may be I am missing something... Yes you are. -- Juha -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] Shaping the future ?

2001-02-18 Thread faisal
OOOoo thinks for letting me know..Great ! U have been a terrific help ..off - Original Message - From: "Juha Lindfors" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] Sent: Sunday, February 18, 2001 1:13 PM Subject: Re: [jBoss-User] Shaping the future ? At 12:39 18.2.2001

Re: [jBoss-User] Shaping the future ?

2001-02-18 Thread faisal
Well thank u any way ... - Original Message - From: "Juha Lindfors" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] Sent: Sunday, February 18, 2001 2:29 PM Subject: Re: [jBoss-User] Shaping the future ? If you really do want help you might want to try posting your problem in

Re: [jBoss-User] DYNAMIC CLASSLOADING

2001-02-18 Thread Ole Husgaard
Tom Cook wrote: On Fri, 16 Feb 2001, you wrote: Strange, but it looks like these classloaders are never removed from the web server again on undeployment. In fact, it looks to me like currently classloaders are *never* removed from the webserver. That looks like a bug to me: It

[jBoss-User] Re: [jBoss-User]

2001-02-18 Thread Ole Husgaard
Hi, I don't like HTML mail, but since you replied in plain text to Juha, here goes: Looks to me like the file is truncated, that would give exactly the problem you see here. I also recall that there was some problem with slow copy on some OS, that made the deployer read the file faster than it

[jBoss-User] latest tomcat-service.jar broke JNDI namespaceintegration

2001-02-18 Thread Anatoly Akkerman
Hello, everybody I am one of the people fighting with the PetStore. After having figured out that EmbeddedTomcat was not handling form-based logins and the prevented PetStore from functioning, I followed the advice of Scott M Stark to upgrade to the latest tomcat-service snapshot. Indeed, I

Re: [jBoss-User] TRANSACTION ROLLBACK Problem impedes deployment inmission critical environment ?

2001-02-18 Thread Ole Husgaard
Hi, Frank Marx wrote: When I got your message right JBoss supports only one isolation level in general and this level is TRANSACTION_SERIALIZABLE ... right ? Yes, for bean instances. For resources (like database connections) you can use any isolation level you like, you just have to set the

Re: [jBoss-User] latest tomcat-service.jar broke JNDI namespaceintegration

2001-02-18 Thread Dewayne McNair
Have you tried adding: ContextInterceptor className="org.jboss.tomcat.naming.JbossWebXmlReader" / to Tomcat's server.xml? Give that a shot and let me know if that solves the problem. - Original Message - From: "Anatoly Akkerman" [EMAIL PROTECTED] To: "JBoss-Dev"

Re: [jBoss-User] Recursive data structures

2001-02-18 Thread Martin Klang
sorry to butt in, just thought i'd give you my 0.02... sounds to me you need inheritance, the problem being that relational db's know nada about oo... right? you could have a structure like this: category[ category_id pk name string] animal[ animal_id pk category fk .. animal stuff...]

[jBoss-User] pass by value/reference

2001-02-18 Thread Martin Klang
hiya, i'll try posting this question again - just subscribed, don't know if it missed the list somehow first time. i understand that with the in-VM tomcat/jboss integration method calls will not lead to objects being serialized. does that imply passing args by reference, not by value? i'm

Re: [jBoss-User] Re: [jBoss-User]

2001-02-18 Thread faisal
Hi Ole Husgaard many thinks for your reply my apology for the HTML mail! just a question to answer if u spare time to explain this if possible: The Client Servlets and Jsp seems to be unable to call my beans classes on jboss-Tomcat integration .I ve tried many of the "tricks" I found in the

[jBoss-User] JNDIView question

2001-02-18 Thread Rick Horowitz
Hi, I'm trying to display JNDI names using JNDIView, but the listing seems to be missing names, particularly the datasource names, e.g. java:/DefaultDS. Can anyone please tell me why these other names don't show up? Here's the JNDIView listing, followed by the log from starting JBoss with a

Re: [jBoss-User] JNDIView question

2001-02-18 Thread Toby Allsopp
On Sun, Feb 18, 2001 at 12:57:59PM -0800, Rick Horowitz wrote: Hi, I'm trying to display JNDI names using JNDIView, but the listing seems to be missing names, particularly the datasource names, e.g. java:/DefaultDS. Can anyone please tell me why these other names don't show up?

RE: [jBoss-User] pass by value/reference

2001-02-18 Thread Castro, David
If you use the optimized configuration (this can be customized in jboss.xml/standardjboss.xml) then you will be using pass-by-reference. If that bothers you then set configuration for non-optimized. I do not recall that the spec requires serialization but I am not certain. -Original

[jBoss-User] NoSuchMethodException in Interest example

2001-02-18 Thread Trond_Sausjord/ctrl-e%CTRL-E
I just installed jboss and deployed the interest example jar, but when running the client I got an exception written to System.out/err on the client side at the line; Object ref = jndiContext.lookup("interest/Interest"); However, the client gets the ref object and goes on to

Re: [jBoss-User] Re: [jBoss-User]

2001-02-18 Thread Ole Husgaard
Hi, I probably cannot help you much here, since I do not use Tomcat. (Well, I downloaded it yesterday for the first time.) But you should be adviced that there still seems to be some JNDI issues with the latest and greatest CVS and the new Tomcat service. However, there are plenty of Tomcat

Re: [jBoss-User] DYNAMIC CLASSLOADING

2001-02-18 Thread Tom Cook
On Fri, 16 Feb 2001, you wrote: But why not just expose everything to the outside world? What if the developer _wants_ to expose all of the classes? Could also ask: What if the developer does _not_ want to expose all of the classes? Bean implementation can contain trade secrets that

RE: [jBoss-User] DYNAMIC CLASSLOADING

2001-02-18 Thread Tom Cook
On Fri, 16 Feb 2001, you wrote: This, however, seems to obviate the purpose of the setContextClassLoader method. What exactly is it good for? A question I would dearly like to know the answer to... Maybe Class.forName and that sort of method use it? Do you think this code would work if

Re: [jBoss-User] Embedded Tomcat class loading

2001-02-18 Thread Tom Cook
On Sun, 18 Feb 2001, you wrote: I am sure many of u met this before: when I try to call my bean class from my JSP's or Servlets I can 't I included the ejb.jar.xml in META-INF dir first ...it did not work I put my interfaces and home interfaces in META-INF/classes it did not work any

Re: [jBoss-User] JNDIView question

2001-02-18 Thread Rick Horowitz
Thanks for the quick reply and for clearing up my confusion. Is there some way to extract the JVM-private JNDI names? That would seem to be a useful addition for JNP to support. Regards, Rick At 10:37 AM 2/19/01 +1300, you wrote: On Sun, Feb 18, 2001 at 12:57:59PM -0800, Rick Horowitz

Re: [jBoss-User] Recursive data structures

2001-02-18 Thread Peter Routtier-Wone
sounds to me you need inheritance, the problem being that relational db's know nada about oo... right? right then have a finder method that looks up the animal by pk, gets the category name (which will be something like 'dog', 'fish') and uses that to construct a query on the table with the same

Re: [jBoss-User] TRANSACTION ROLLBACK Problem impedes deployment inmission critical environment ?

2001-02-18 Thread Peter Routtier-Wone
See EJB2.0 specification, section 16.4.2. I've been a little confused for some time as to whether jBoss is EJB2 OR EJB11 or halfway migrated to 2. Would you clear this up please, Ole? Peter Routtier-Wone --- One day, all this too shall parse. --

Re: [jBoss-User] Inexplicable behaviour with entity bean.

2001-02-18 Thread Tom Cook
On Sat, 17 Feb 2001, you wrote: Hi, I have to validate the user's Login Id and Password. To do that I am calling a finder method in my Member entity bean, called findByMemberIdAndPwd which takes the id and password as parameters. Well, this method is supposed to throw a FinderException if it

Re: [jBoss-User] pass by value/reference

2001-02-18 Thread Tom Cook
On Mon, 19 Feb 2001, you wrote: hiya, i'll try posting this question again - just subscribed, don't know if it missed the list somehow first time. i understand that with the in-VM tomcat/jboss integration method calls will not lead to objects being serialized. does that imply passing

Re: [jBoss-User] Recursive data structures

2001-02-18 Thread Tom Cook
On Fri, 16 Feb 2001, you wrote: I also fail to understand why it is a problem. How is recursive references different to any other entity relationship? Just store a PK, a Handle, whatever... [snip] Now an example of what's been bamboozling me. Suppose the taxonomy were of species;

RE: [jBoss-User] TRANSACTION ROLLBACK Problem impedes deployment inmission critical environment ?

2001-02-18 Thread marc fleury
The only thing that is missing is the persistence engine, the spec has changed completely so we are waiting for that to settle. What we are also saying is that *no-one* has a 2.0 compliant engine since the spec is not yet final and changed significantly from "draft". So we will build a real

Re: [jBoss-User] Strange LOCK WAITING Problem

2001-02-18 Thread Tom Cook
On Sat, 17 Feb 2001, you wrote: Hi !! We have a kind of strange problem with JBOSS 2.0 and LOCKING. We haven't described any locking in our deployment descriptor, but sometimes we got a kind of deadlock situation. The client application executes a call to a entity bean and it seems

RE: [jBoss-User] Recursive data structures

2001-02-18 Thread Sune Edmund Pedersen
I´ve benn there. Only was the problem a public administration with a lot of levels, where each office where stored in a recursively organized table OFFICE. They kept changing the structure of the administration so from a DB point of view this was optimal. BUT. We ran into to serious perfomce

Re: [jBoss-User] Recursive data structures

2001-02-18 Thread Peter Routtier-Wone
Ew, yuck, yeah, I see what the problem is. How would you express it in SQL? Stored procedure, perhaps... Prefer not - au revoir portability! Otherwise, you'll need to construct an inheritance tree somehow. If you *know* that EJBs will be your only client, you could construct an RMI cache

Re: [jBoss-User] JNDIView question

2001-02-18 Thread Toby Allsopp
On Sun, Feb 18, 2001 at 03:05:37PM -0800, Rick Horowitz wrote: Thanks for the quick reply and for clearing up my confusion. Is there some way to extract the JVM-private JNDI names? That would seem to be a useful addition for JNP to support. Well, the obvious way is to grab them from within

Re: [jBoss-User] Strange LOCK WAITING Problem

2001-02-18 Thread Peter Braswell
Hi Yep, sounds like deadlock to me. Look for cases where a client calls a method on bean A which calls a method on bean B which calls another method on bean A. Example from a car registration application: This is a good thought, however, clients are not allowed to make concurrent

[jBoss-User] Running pre-2.1 (re-post of request posted last week)

2001-02-18 Thread Bill Hastings
Hello All, I have gotten the latest sources from for pre-2.1 (as of 2/16) and built them successfully, however, when I attempt to start jboss, I see several errors and exceptions that I have listed below. I would guess, based on what I see, that there is probably some configuration that I need

Re: [jBoss-User] Running pre-2.1 (re-post of request posted lastweek)

2001-02-18 Thread Toby Allsopp
On Sun, Feb 18, 2001 at 05:26:05PM -0800, Bill Hastings wrote: Hello All, I have gotten the latest sources from for pre-2.1 (as of 2/16) and built them successfully, however, when I attempt to start jboss, I see several errors and exceptions that I have listed below. I would guess, based

Re: [jBoss-User] Strange LOCK WAITING Problem

2001-02-18 Thread Tom Cook
On Mon, 19 Feb 2001, you wrote: Hi Yep, sounds like deadlock to me. Look for cases where a client calls a method on bean A which calls a method on bean B which calls another method on bean A. Example from a car registration application: This is a good thought, however,

[jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread Sundar @eSaravana
Hello, I seem to be having problem with installing JBOSS-Tomcat on my Solaris 8 box. When I run run_with_tomcat.sh, it comes down with Unrecognized option: -server Could not create the Java virtual machine. Any help?! Sundar --

[jBoss-User] Minerva startup errors

2001-02-18 Thread Ken K
I was following the instructions for loading Embedded Tomcat with Jboss. I downloaded the jboss-cvs.zip, contrib-cvs.zip files and the 3.2.1 version of Tomcat. Everything seemed to go fine and Embedded Tomcat loads, but I get the following errors in server.log: [MinervaNoTransCMFactory]

RE: [jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread marc fleury
get a real vm marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Sundar @eSaravana |Sent: Sunday, February 18, 2001 6:26 PM |To: JBoss-User |Subject: [jBoss-User] Installation problem with Solaris 8 | | |Hello, | |I seem to be having problem with

[jBoss-Dev] JBossSS- JBossSX

2001-02-18 Thread marc fleury
It seems people have better memories of SX than SS. Don't fuck with memories marc _ Marc Fleury, Ph.D [EMAIL PROTECTED] _

Re: [jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread Tom Cook
On Mon, 19 Feb 2001, you wrote: Hello, I seem to be having problem with installing JBOSS-Tomcat on my Solaris 8 box. When I run run_with_tomcat.sh, it comes down with Unrecognized option: -server Could not create the Java virtual machine. Any help?! If you are not using Sun's JDK,

RE: [jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread Tom Cook
On Mon, 19 Feb 2001, you wrote: get a real vm Hmm, harsh, still I think I can match it: At least he's got a real OS ;-) Tom -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?:

[jBoss-User] RE: [jBoss-Dev] Interbase and CMP

2001-02-18 Thread achandra
it's' turn out to be an interclient 1.60 bug / flaw i use interclient 2.0.1 Test Build and no more exception thank you all, adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: Sunday, February 18, 2001 10:19 AM To: JBoss-Dev Subject:

[jBoss-User] RE:Minerva startup errors

2001-02-18 Thread Ken K
A little more info on the Minerva errors. It is the jasper.jar in the classpath that is causing the errors. When I remove it, they go away. I was following the instructions under JBOSS 3RD Party (I wasn't invited to the 1ST 2) and then Tomcat. I am running on Redhat 6.2 with JDK1.3 Ken --

RE: [jBoss-User] DYNAMIC CLASSLOADING

2001-02-18 Thread Castro, David
-- -Original Message- From: Tom Cook [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 18, 2001 4:42 PM To: JBoss-User Subject: RE: [jBoss-User] DYNAMIC CLASSLOADING On Fri, 16 Feb 2001, you wrote: This, however, seems to

RE: [jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread marc fleury
|At least he's got a real OS ;-) without a doubt marc -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread Sundar @eSaravana
How do I do that? I did install JDK 1.3. Sundar - Original Message - From: "marc fleury" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] Sent: Sunday, February 18, 2001 8:13 PM Subject: RE: [jBoss-User] Installation problem with Solaris 8 get a real vm marc

RE: [jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread marc fleury
then I don't know marc |-Original Message- |From: Sundar @eSaravana [mailto:[EMAIL PROTECTED]] |Sent: Sunday, February 18, 2001 8:24 PM |To: JBoss-User |Cc: marc fleury |Subject: Re: [jBoss-User] Installation problem with Solaris 8 | | |How do I do that? I did install JDK 1.3. |Sundar

Re: [jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread Sundar @eSaravana
Oops! Though I installed JDK1.3, my system still said it's using 1.2.2. So I played with the PATH and got it going. I have been just working for 2 days non stop. Installing Solaris 8, Oracle 8i, Apache, Xerces, struts, JBOSS So, sometimes its just easier to ask somebody to have a second

RE: [jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread Castro, David
do a "which java" - make sure the right one (1.3) is being used. in run.sh make sure that -server is the first argument after java. -Original Message- From: Sundar @eSaravana [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 18, 2001 10:24 PM To: JBoss-User Cc: marc fleury Subject: Re:

Re: [jBoss-User] Installation problem with Solaris 8

2001-02-18 Thread Tom Cook
On Mon, 19 Feb 2001, you wrote: How do I do that? I did install JDK 1.3. Who's JDK 1.3? Sun's? If not, go with Sun's. If it is Sun's, then you have a path problem and you are not really running 1.3, AFAICT. Try 'which java' to make sure. Tom --

RE: [jBoss-User] DYNAMIC CLASSLOADING

2001-02-18 Thread Tom Cook
On Mon, 19 Feb 2001, you wrote: [snip] On Fri, 16 Feb 2001, you wrote: This, however, seems to obviate the purpose of the setContextClassLoader method. What exactly is it good for? [snip] No. Used only for dynamic classloading. I believe it is used as the default class loader for RMI,

Re: [jBoss-User] RE:Minerva startup errors

2001-02-18 Thread Toby Allsopp
Ken K wrote: A little more info on the Minerva errors. It is the jasper.jar in the classpath that is causing the errors. When I remove it, they go away. That's weird. Are you sure that you can replicate the problem by replacing jasper.jar in the classpath? Do you see the

RE: [jBoss-User] Inexplicable behaviour with entity bean.

2001-02-18 Thread Prince Mathew Samuel
Well, I have tried out the same program with Weblogic, which generates a FinderException. That's why I thought Jboss too ought to generate the same. I didn't know that the documented behaviour isn't so. Sorry, and thanx. -Prince -Original Message- From: Tom Cook [SMTP:[EMAIL

RE: [jBoss-User] Inexplicable behaviour with entity bean.

2001-02-18 Thread Tom Cook
On Mon, 19 Feb 2001, you wrote: Well, I have tried out the same program with Weblogic, which generates a FinderException. That's why I thought Jboss too ought to generate the same. I didn't know that the documented behaviour isn't so. Sorry, and thanx. -Prince Hmm, if that's what weblogic

Re: [jBoss-User] Pet store 1.1.1 deployed

2001-02-18 Thread jBoss Monkey
After applying the patch as per doco when I runun build.bat in the $PETSTORE/src/petstore/src directory, it gives the following error: Any ideas? ~jm Error Executing Target: ear [error] [exec] Assemble application

Re: [jBoss-User] Running pre-2.1 (re-post of request posted lastweek)

2001-02-18 Thread Juha-P Lindfors
Hi, did you do a cvs export or co -r HEAD? In that case you might end up with file 'jboss.conf' being added to the /dist/conf directory. If it is there, go ahead and delete, the correct config information is in /dist/conf/default. It looks like you might end up getting the old config file.

[jBoss-User] Statfull session bean ... where to specify timeout

2001-02-18 Thread Jose Jorge Tomé Hernando
Return Receipt Your [jBoss-User] Statfull session bean ... where to specify document timeout :

RE: [jBoss-User] EJB - TRANSACTION, reference book

2001-02-18 Thread Jose Jorge Tomé Hernando
Return Receipt Your RE: [jBoss-User] EJB - TRANSACTION, reference book document :

[jBoss-User] Strange LOCK WAITING Problem

2001-02-18 Thread Jose Jorge Tomé Hernando
Return Receipt Your [jBoss-User] Strange LOCK WAITING Problem document :

[jBoss-User] TRANSACTION ROLLBACK Problem impedes deployment inmission critical environment ?

2001-02-18 Thread Jose Jorge Tomé Hernando
Return Receipt Your [jBoss-User] TRANSACTION ROLLBACK Problem impedes deployment document in mission critical environment ? :