[jBoss-User] Tomcat GameOver

2001-02-20 Thread David Rothman
List-Gurus, Given all the confusion around Tomcat integration that is apparent from the many varied and contradictory postings on the list, I'm wondering if there are any "experts" out there who might have an up to date, simple, bulletproof, straight forward way to do this, including a list of

Re: [jBoss-User] client side caching of Home / Remote interfaces and other perfor mance improvement questions

2001-02-20 Thread Peter Routtier-Wone
Another performance question. In order to keep beans independend, all our entity beans are packaged into separate deployment units. Relationships between entities are implemented using separate beans which use client style lookups to get to the beans. Doing this prevents optimisation because

Re: [jBoss-User] Problem while looking-up an entity bean fromasession bean.

2001-02-20 Thread Vladimir Blagojevic
Hey, Did you read this document? http://www.jboss.org/newsite/documentation/HTML/ch06s03.html It gives you step by step directions. Make sure that if your ref name is for example: ejb-ref-nameejb/myBean/ejb-ref-name that you are looking up .. =

[jBoss-User] Integrating JBoss-tomcat to Apche

2001-02-20 Thread Sundar @eSaravana
I downloaded JBoss-2.0 Final.zip and installed it on my Solaris 8. I am just wondering, is there any documentation available on-line or any body can help me on integrating Apache with tomcat-jboss installation. Any help would be appreciated. Sundar --

Re: to Kemp [jBoss-User] Embedded Tomcat class loading

2001-02-20 Thread faisal
Hello Kemp ! thanks man ! This time I decided to wait till the next Jboss update -till then I ll stick to Orion for the moment. Mysql it looks cool and easy.. Thanks again u for being a great help take care Faisal - Original Message - From: "Kemp Randy-W18971" [EMAIL PROTECTED] To:

[jBoss-User] Still get No valid deployment descriptor was found...

2001-02-20 Thread Jim Archer
Hi All... After several days of trying (on and off) I still can't get WAR files to deploy with jBoss 2.0 FINAL and embeddeed Tomcat. I downloaded the binary distribution from the jBoss site and installed it. Its running in JDK 1.3 from Sun on Windows 2000. The error seems to be: No valid

Re: [jBoss-User] Problem while looking-up an entity bean fromasession bean.

2001-02-20 Thread Rama Rao
Hi, Put Ejb-ref in jboss.xml as well as ejb-jar.xml of the session bean That works fine. bye rama rao - Original Message - From: Prince Mathew Samuel [EMAIL PROTECTED] To: 'JBoss-User' [EMAIL PROTECTED] Sent: Monday, February 19, 2001 7:06 PM Subject: [jBoss-User] Problem while

[jBoss-User] Integrating JBoss-tomcat download to Apche

2001-02-20 Thread Sundar @eSaravana
I downloaded JBoss-2.0 Final.zip and installed it on my Solaris 8. I am just wondering, is there any documentation available on-line or any body can help me on integrating Apache with tomcat-jboss installation. Any help would be appreciated. Sundar --

Re: [jBoss-User] Install my own Pool on JBoss

2001-02-20 Thread Tom Cook
On Tue, 20 Feb 2001, you wrote: Hello, I have write a Pool and also the corresponding "J2EE Connector" for JDO connection. I want to install this pool on JBoss, how can I do ? I think I need to write a MBean, but I do not know how it work and how I can setup the pool !! Can you

Re: [jBoss-User] Install my own Pool on JBoss

2001-02-20 Thread Toby Allsopp
[EMAIL PROTECTED] wrote: Hello, I have write a Pool and also the corresponding "J2EE Connector" for JDO connection. I want to install this pool on JBoss, how can I do ? Have you read the JBossCX configuration document on the website? Look at the examples in jboss.jcml and it should be

[jBoss-User] ERROR: javax.ejb.ObjectNotFoundException: Objectwith primary key com.sr.espada.

2001-02-20 Thread Indika Fernando
I have the following class with two COMPOSITE PRIMARY KEYS and I am using CMP with jboss QUECTION 1 1. Do I have to use equals() or hashCode() in my client code. 2. When is this equals() and hashCode() are read by the server bean. 3. I get this ERROR when I try to get the PrimaryKey in the

RE: [jBoss-User] Problems with entity bean CMP descriptors

2001-02-20 Thread Alexander Klyubin
ejb-jar enterprise-beans entity descriptionReport/description ejb-nameReportBean/ejb-name homeejb.data.ReportHome/home remoteejb.data.Report/remote ejb-classejb.data.SecureReportBean/ejb-class persistence-typeContainer/persistence-type prim-key-classjava.lang.Integer/prim-key-class

[jBoss-User] jBoss+JBuilder4 - again

2001-02-20 Thread Max Krainov
Hello! I want to be able to add items from File-New-Enterprise tab, which are gray, to my project. What do I need to do? I'm using JBuilder 4 version 4.0.147.0 Enterprise Thank you in advance! -- Sincerely yours, Max Jury Krainov, WAP Shareware, Inc. CEO Software for WAP developers and users

RE: [jBoss-User] Problem while looking-up an entity bean from asession bean.

2001-02-20 Thread Alexander Klyubin
If the beans are in the same JAR, it works without any ejb-ref under jBoss at least... Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Prince Mathew Samuel Sent: Monday, February 19, 2001 15:37 To: 'JBoss-User' Subject: [jBoss-User]

[jBoss-User] Still get No valid deployment descriptor was found...

2001-02-20 Thread Jim Archer
Hi again... To follow up, I just downloaded and installed the jBoss/Jetty binary distribution and got exactly the same error with the same WAR file... Jim --- Hi All... After several days of trying (on and off) I still can't get WAR files to

RE: [jBoss-User] Problem while looking-up an entity bean from as ession bean.

2001-02-20 Thread Prince Mathew Samuel
Hi, Ya, I had an eror in the "ejb-ref" section. I rectified it and the session bean deployed fine. But I still got the RemoteException when I tried to lookup the entity bean. Moreover, I tried the same thing by loading both beans from one jar and that works just fine - no RemoteException. But if

Re: [jBoss-User] Integrating JBoss-tomcat to Apche

2001-02-20 Thread Jim Archer
Hi Sundar... This is an ongoing effort discussion. You may wish to check the list archives for this list and the developer list for more info. Search on stuff like jboss+tomcat+apache which was a popular subject line. I *believe* its not working quite right yet, but I may be mistaken. It is

Re: [jBoss-User] Problems with entity bean CMP descriptors

2001-02-20 Thread Jim Archer
Hi Tom... I get this all the time as well also, using JDK 1.3 on Windoze 2000. I DLed jBoss 2.0 FINAL binary distribution just last week. Jim --On Tuesday, February 20, 2001 8:48 AM +1030 Tom Cook [EMAIL PROTECTED] wrote: On Tue, 20 Feb 2001, you wrote: Hello, we need help to deploy an

Re: [jBoss-User] Where to get PROVIDER_URL from within bean

2001-02-20 Thread Rickard Öberg
Hi! Tom Cook wrote: Out of interest, what are the implications of uncommenting it in JBOSS_HOME/conf/default/jndi.properties? I think I do this sometimes (for when I'm running a client out of the same directory structure). Is it bad? Yes, because then all the in-VM calls to the JNDI

[jBoss-User] ear files and library jars - error or bug? [again]

2001-02-20 Thread Kimpton,C (Chris)
Hi, I am trying to package my EJB app in an ear file. The problem seems to revolve around a 3rd party library I am using. My EJB uses the jdom.jar file. I could put this library in the jboss lib/ext directory and thus have it on the main classpath, but I believe that I can put

Re: [jBoss-User] Pet store 1.1.1 deployed

2001-02-20 Thread jBoss Monkey
I also had the same thought that this should build on linux. But to my frustration it throws exactly the same error in linux as well. In fact this problem is propagating from the petstore zip file from sun, i.e. happening even before applying patch. My setup: Redhat linux 7 j2sdkee1.3(sun)

Re: [jBoss-User] catching OutOfMemoryError not possible??

2001-02-20 Thread jBoss Monkey
into my console: ./run.sh: line 92: 10132 Killed $JAVACMD $JBOSS_OPTS -classpath $CLASSPATH org.jboss.Main "tomcat" try: $JAVACMD -ms128m -mx150m $JBOSS_OPTS -classpath $CLASSPATH org.jboss.Main "tomcat" This is the way to instruct jvm not to look for the resources beyond a

RE: [jBoss-User] client side caching of Home / Remote interfaces and other perfor mance improvement questions

2001-02-20 Thread Robert Schulz
Tom, thanks for your reply - two follow up questions: re1)Is there a low overhead way to check whether the context is still alive? Or just try and catch? re3)So in the ClientProxies for stateless session beans there is no information which actual bean instance to call

[jBoss-User] Deployment wrinkles - error null?

2001-02-20 Thread Kimpton,C (Chris)
Hi, I am trying to deploy my entity beans (latest jboss from cvs) and I am getting the following error; [Container factory] Deploying ConfirmRecipientEJB [Container factory] Deploying ConfirmEngineEJB [J2EE Deployer Default] Starting ifox-confirms-1.0-alpha.jar failed! [J2EE Deployer Default]

Re: [jBoss-User] DYNAMIC CLASSLOADING

2001-02-20 Thread Peter Routtier-Wone
*sigh* ah, whatever. And I though I understood classloading. Nbody expects the Spanish Classloader! -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] JAAS Classloading

2001-02-20 Thread Oleg Nitz
Hi Andy, You are right, JAAS uses SystemClassloader, this restriction sits inside jaas.jar, we can't change it. I've heard that Sun will change this in the next JAAS release (in JDK 1.4, I guess), but for now you should put all needed classes to the classpath of the server. Regards, Oleg

[jBoss-Dev] row set

2001-02-20 Thread achandra
can i use row set with jboss container or is it a jdbc driver issue ?

RE: [jBoss-User] Integrating JBoss-tomcat download to Apche

2001-02-20 Thread Jeff Markham
Check this list's archive. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sundar @eSaravana Sent: Monday, February 19, 2001 11:37 PM To: [EMAIL PROTECTED] Subject: [jBoss-User] Integrating JBoss-tomcat download to Apche I downloaded JBoss-2.0

Re: [jBoss-User] jBoss+JBuilder4 - again

2001-02-20 Thread Tim Yates
In the JBuilder4 help, Seach for IAS, and select the "Setting up JBuilder for CORBA Applications" section... This then activates the EJB components Tim. - Original Message - From: Max Krainov [EMAIL PROTECTED] Hello! I want to be able to add items from File-New-Enterprise tab,

RE: [jBoss-User] Tomcat GameOver

2001-02-20 Thread Kevin Kolle
Absolutely, I agree. In fact, I would do this, but I'm still trying to get a JSP example working, I did get a servlet example working. I suspect that everybody is swamped and doesn't have time to do this. But, somebody who is in the 'know' needs to make some time to write this up. There will be

Re: [jBoss-User] Integrating JBoss-tomcat download to Apche

2001-02-20 Thread Dewayne McNair
If you need to integrate with Apache, you'll need to get the pre-2.1 sources from CVS, and follow the instructions on the JBoss site (see 3rd Party Projects -- Tomcat). Best Regards, Dewayne - Original Message - From: "Sundar @eSaravana" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

[jBoss-User] BASIC authentication in embedded tomcat not working?

2001-02-20 Thread Patrick Buchinger
hi everyone! i just tried to protect parts of a webapplication by BASIC authentication. i followed the steps described on the tomcat homepage, and everything works just great if i run tomcat and jboss seperatly. now i created an .ear file so that i can deploy it on jboss/embedded tomcat. the

Re: [jBoss-User] Still get No valid deployment descriptor wasfound ...

2001-02-20 Thread faisal
Hi Jim Strange .. can u try deploying ,first, a web application that includes only an index.html to test it : if u wanna try this I ll send u the whole app and the build.xml best reguards faisal; - Original Message - From: "Jim Archer" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED]

RE: [jBoss-User] Still get No valid deployment descriptor wasfound ...

2001-02-20 Thread Nimbus Partners Ltd
Hi, Jim servlet servlet-nameGo/servlet-name servlet-classTest20CmpDoOM.servlet.Go/servlet-name !!! WHY /servlet-name and not /servlet-class ??? /servlet Regards, Dmitri Ulitski -- -- To subscribe:[EMAIL

RE: [jBoss-User] Integrating JBoss-tomcat to Apche

2001-02-20 Thread DUBCHAK, JOHN [Non-Pharmacia/1000]
If you follow the directions from the documentation from the online Manual, it does not work correctly. For whatever reason the processing of Tomcat's server.xml file causes a ReflectionException to be thrown. This happens on either a Windows or a Linux machine. John -Original

[jBoss-User] Debugging Servlets EJBs app with Kawa

2001-02-20 Thread Denis Jaccard
Hi, I'm using Kawa 5.0 Pro and would like to debug the servlets EJBs deployed inside JBoss. Regarding JBoss, I'm using the Final 2.0 version with Tomcat 3.2.1 embedded on Windows 2000 (sp1). Does someone has any step-by-step procedure in order to configure Kawa for debugging personnal Servlet

Re: [jBoss-User] Integrating JBoss-tomcat download to Apche

2001-02-20 Thread Steve Slatcher
If you do not get an answer the first time, please assume either that people do not know what you are asking about or that they do not know the answer. It does not help to post *identical* questions several times in one day. If you are really desperate try rephrasing or giving more information.

RE: [jBoss-User] Integrating JBoss-tomcat to Apche

2001-02-20 Thread DUBCHAK, JOHN [Non-Pharmacia/1000]
If you follow the directions from the documentation from the online Manual, it does not work. For whatever reason the processing of Tomcat's server.xml file causes a ReflectionException to be thrown. This happens on either a Windows or a Linux machine. Therefore, I don't think the instructions

Re: [jBoss-User] JAAS Classloading

2001-02-20 Thread Rickard Öberg
Hi! Oleg Nitz wrote: You are right, JAAS uses SystemClassloader, this restriction sits inside jaas.jar, we can't change it. I've heard that Sun will change this in the next JAAS release (in JDK 1.4, I guess), but for now you should put all needed classes to the classpath of the server. I

Re: [jBoss-User] jBoss+JBuilder4 - again

2001-02-20 Thread Brett Palmer
This doesn't really have anything to do with JBoss but to enable your Jbuilder Enterprise options you first need to setup your Enterprise environment. This is done from the Tools|Enterprise setup menu. You need to enable the Inprise AppServer even if you will be using JBoss. The process is

[jBoss-User] Problem with complex finders in CMP

2001-02-20 Thread Ian Purton
My complex finders are returning empty Enumerations, the details are as follows Platform : NT 4.0 JDK : 1.3.0 JBoss : JBOSS 2.0-Final or JBOSS 2.1 PRE, i.e. the Jetty or Tomcat integrated downloads from the download page. Database : HyperSonic starigh from the installation. The deployment is

RE: [jBoss-User] client side caching of Home / Remote interfaces and other perfor mance improvement questions

2001-02-20 Thread Castro, David
Not sure what is meant by deployment unit. But you can put beans into individual ejb-jars, and combine them into a .ear file for deployment, and have optimized calls. This is how we do it. This allows beans to stay relatively independant, and to be easily repackaged in a different

Re: [jBoss-User] ERROR: javax.ejb.ObjectNotFoundException: Objectwith primary key com.sr.espada.

2001-02-20 Thread Tom Cook
On Tue, 20 Feb 2001, you wrote: [snip] The ERROR Is Given below: ERROR: javax.ejb.ObjectNotFoundException: Object with primary key com.sr.espada. se.services.broadcastmail.core.UserListPK@76784df0 not found in storage This would seem to indicate that there is no row in your table with the

Re: [jBoss-User] jBoss+JBuilder4 - again

2001-02-20 Thread Thomas . Kirsch
I installed the Inprise Application Server which fixed this very problem. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] DEPLOYMENT PROBLEM

2001-02-20 Thread Edyta Kalka
Hi, I am working on the EJB based system that contains session beans (both stateless and stateful) and BMP entity beans. This system works fine under such application servers as IAS, BAS, JRun. However in case of JBoss I couldn't have the deployment passed successfully. I attached here parts of

RE: [jBoss-User] Still get No valid deployment descriptor wasfou nd ...

2001-02-20 Thread Castro, David
Hope fully your xml file is named WEB-APP/web.xml I seem to remember in 2.0FINAL there was a bug where you need to remove the line !DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd" I could be smoking crack,

RE: [jBoss-User] Integrating JBoss-tomcat to Apche

2001-02-20 Thread DUBCHAK, JOHN [Non-Pharmacia/1000]
If you follow the directions from the documentation from the online Manual, it does not work. For whatever reason the processing of Tomcat's server.xml file causes a ReflectionException to be thrown. This happens on either a Windows or a Linux machine. Therefore, I don't think the instructions

[jBoss-User] JBoss and JDOM

2001-02-20 Thread Vincent Harcq
Hi! this could be a following of a thread dated 01/02. I had also some problems make running JDOM inside an EJB. How i make finally work is : 1. Copy jdom.jar to lib/ext 2. extract from code DOMBuilder builder = new DOMBuilder(); // or SAXBuilder builder = new SAXBuilder(); try{

Re: [jBoss-User] Integrating JBoss-tomcat to Apche

2001-02-20 Thread Dewayne McNair
Can you tell me at what point it's breaking down for you? I'm not aware of any ReflectionExceptions being thrown (although there are a few other issues you have to work though ;-) I will say that it does work... several people now have JBoss+Tomcat working for them. It's now just a matter of

[jBoss-User] Solved:Still get No valid deployment descriptor wasfound...

2001-02-20 Thread Jim Archer
Thanks very much to everyone who replied. I found my very stupid error in my descriptor. When I deployed it under Tomcat 3.2.1 it showed me the error of my ways. I still have to get it to work right, but it does deploy now. Sorry for wasting time and bandwidth. Jim --On Tuesday, February

RE: [jBoss-User] Still get No valid deployment descriptor wasfound ...

2001-02-20 Thread Jim Archer
Yup, that was the problem! I found it a few hours ago. My foolish error. Thanks VERY much for your reply! Jim --On Tuesday, February 20, 2001 3:12 PM + Nimbus Partners Ltd [EMAIL PROTECTED] wrote: Hi, Jim servlet servlet-nameGo/servlet-name

Re: [jBoss-User] Tomcat GameOver

2001-02-20 Thread Dewayne McNair
Absolutely, I agree. In fact, I would do this, but I'm still trying to get a JSP example working, I did get a servlet example working. You shouldn't have any problems with a simple JSP/Servlet. The issues we're still working through deal with the actual integration of JBoss+Tomcat (Servlet --

[jBoss-User] AccessController.doPrivileged: embedded Tomcat(suite)

2001-02-20 Thread joel cordonnier
Hi. in fact, at the root of the stack trace, there is the message: [Container factory] at java.security.AccessController.doPrivileged(Native Method) [Container factory] at org.jboss.Main.main(Main.java:90) any idea ? Joel ___ Do

Re: [jBoss-User] Container Transaction and EJB

2001-02-20 Thread Ole Husgaard
Hi, If all trans-attributes are Required, the transaction is started in the session, and propagated in the calls to the entities. So there should be only one transaction, and that transaction should either be completely committed, or completely rolled back. If this is not happening, and you

[jBoss-User] best practice for autoincrement indexes?

2001-02-20 Thread Dan Kirkpatrick
What is considered the "best practice" for having an autoincremented (or otherwise unique) index for an EJB? Specifically, I would like to have a create() method on the home interface that requires no arguments. The options I see are: 1) Use BMP, and use a database vendor-specific method of

Re: [jBoss-User] Still get No valid deployment descriptor wasfound...

2001-02-20 Thread faisal
could u try this test i ve just sent Let s try this Sure u are familiar to Orion tools .If not I ll include,anyway,how to use earassembler.jar 1/ in a created directory called let's say myapp - Run earassembler - From file click on new - From Application click on Create EJB jar - Click on

Re: [jBoss-User] Custom finder with set operator IN in whereclause

2001-02-20 Thread David Jencks
Hi, I doubt you can do this. My experience with Oracle leads me to believe that you can't have the values for an in clause be parameters in a parameterized query. ie select * from mytable where id in ? is not possible. david jencks On 2001.02.20 09:44:30 -0500 Arne Munch-Ellingsen wrote: