[JBoss-user] Relationships between Entity beans

2001-04-03 Thread Andre [EMAIL PROTECTED]
Hi there all I've been using Websphere with Visual Age for the last few month's. Despite all the critism we've got a system in production out there. But our next system are destinied to be running on JBOSS ! But now I got a question. What is the preferred way to implement relationships between

RE: [JBoss-user] Can I find a Deployment tool?

2001-04-03 Thread Vincent Harcq
Oh yes, everything but not the deployment. But copy a file to another directory is not too difficult, is it? ;) -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Vincent Harcq Envoyé : mardi 3 avril 2001 20:19 À : [EMAIL PROTECTED] Objet : RE: [JBoss-user]

RE: [JBoss-user] Can I find a Deployment tool?

2001-04-03 Thread Rajeev Bacchu
Hi, Thank you, let me check that out right away. RawLife. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 11:49 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Can I find a Deployment tool? Hi

Re: [JBoss-user] sql.SQLException: ORA-00942: table or view does not exist

2001-04-03 Thread Dinesh Khurana
Thanx for the reply. Well It is a CMP and I am connecting it to Oracle 8i. I have tried both the options by enabling and disabling the create table and it does not work. However during deployment I get an warning message. I have two jar files account.jar and group.jar(containg two cmp beans) bo

Re: [JBoss-user] JBoss and JDK 1.2.2

2001-04-03 Thread Scott M Stark
- Original Message - From: "Colin Sampaleanu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 9:03 PM Subject: [JBoss-user] JBoss and JDK 1.2.2 > Is JBoss completely usable under JDK 1.2.2, including security? > > I am a little bit confused (and looking at th

Re: [JBoss-user] JAAS Subjects in EJBs

2001-04-03 Thread danch
Tim Taylor wrote: > When using the example JAAS setup and hello statefull bean (from the > JBoss site docs), I tried the following in the hello business method of > the bean. > > Subject s = Subject.getSubject(AccessController.getContext()); > > This returns null. Shouldn't it return a S

Re: [JBoss-user] JAAS Subjects in EJBs

2001-04-03 Thread Scott M Stark
> When using the example JAAS setup and hello statefull bean (from the > JBoss site docs), I tried the following in the hello business method of > the bean. > > Subject s = Subject.getSubject(AccessController.getContext()); > > This returns null. Shouldn't it return a Subject with my pr

[JBoss-user] running the EJB Servlet client in the jboss EJB tutorial

2001-04-03 Thread anand
Thanks that really helped Now I am having another problem. I tried to run the EJB from servlet as given in the JBoss tutorial. I was able to compile the servlet without any error. But while calling the servlet from browser I am getting the following message "Servlet interface to EJB Cal

Re: [JBoss-user] JBoss and JDK 1.2.2

2001-04-03 Thread danch
Colin Sampaleanu wrote: > Is JBoss completely usable under JDK 1.2.2, including security? > > I am a little bit confused (and looking at the mailing list archives and all > the documentation has not helped). The (new) documentation mentions setting > the bean containers properly for JDK 1.2x; th

Re: [JBoss-user] oracle 8i connection pool

2001-04-03 Thread Guy Rouillier
This question has been discussed several times in the last week alone. Search the archives for examples. - Original Message - From: Jochen Schurich <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 1:05 PM Subject: [JBoss-user] oracle 8i connection pool hi all!

Re: [JBoss-user] sql.SQLException: ORA-00942: table or view does not exist

2001-04-03 Thread Guy Rouillier
Just a semi-educated guess, but make sure you are resolving to the correct database. - Original Message - From: Dinesh Khurana <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 2:27 AM Subject: [JBoss-user] sql.SQLException: ORA-00942: table or view does not exist

Re: [JBoss-user] Tradeoffs: Running Tomcat separately from JBoss?

2001-04-03 Thread Guy Rouillier
Yes, you can run Tomcat separately from JBoss - we are doing exactly that. - Original Message - From: David M. Karr <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 10:08 AM Subject: [JBoss-user] Tradeoffs: Running Tomcat separately from JBoss? > Is it conceiva

Re: [JBoss-user] Writing a finder which returns max id used

2001-04-03 Thread Guy Rouillier
You can also use the facilities of the database engine to help with this problem. Oracle has sequences which guarantee a unique number even with concurrent access. Sybase has autoincrement columns. - Original Message - From: Peter Routtier-Wone <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

[JBoss-user] JBoss and JDK 1.2.2

2001-04-03 Thread Colin Sampaleanu
Is JBoss completely usable under JDK 1.2.2, including security? I am a little bit confused (and looking at the mailing list archives and all the documentation has not helped). The (new) documentation mentions setting the bean containers properly for JDK 1.2x; that is pretty clear. W/regards to th

Re:[JBoss-user] Printable Docs

2001-04-03 Thread Vladimir Blagojevic
Hey, Of course , use cvs and get module "manual". Go to directory /manual/src/build and issue command: build.sh (build.bat) printablehtml it is going to make you one long html page doco suitable for print. Vladimir >Any way to print out the new manual without having to print each sec

re: [JBoss-user] Problem about Servlet calling ejb

2001-04-03 Thread Sam Liu
thanks, I have solved it ! Sam Liu === [EMAIL PROTECTED] origional mail- >I guess that the Interest Bean had been deployed rightly. >but the servlet can not find the ejb by the jndi name. Something I didn't cover in my original "Interest Bean" servlet article w

[JBoss-user] JAAS Subjects in EJBs

2001-04-03 Thread Tim Taylor
When using the example JAAS setup and hello statefull bean (from the JBoss site docs), I tried the following in the hello business method of the bean. Subject s = Subject.getSubject(AccessController.getContext()); This returns null. Shouldn't it return a Subject with my principal in its

[JBoss-user] Bean Expiration / Timeout ?

2001-04-03 Thread Matt Davies
Hi Guys/Gals, Being a an EJB/JBoss newbie, I find myself in need to ask the following question: How do you expire/timeout an EJB. Take for example the case where a stateful session bean must not be used if it has been inactive for a certain period of time. I am *guessing* that this happens pos

re: [JBoss-user] Problem about Servlet calling ejb

2001-04-03 Thread Ken Jenks
>I guess that the Interest Bean had been deployed rightly. >but the servlet can not find the ejb by the jndi name. Something I didn't cover in my original "Interest Bean" servlet article was how to map an EJB's name to a jBoss JNDI name using jboss.xml. You can change the names like this:

re: [JBoss-user] Problem about Servlet calling ejb

2001-04-03 Thread Sam Liu
thanks to Ken! Oh, I have just find how to run the Servlet rightly. I am under windows 2000 If I run "run.bat " all is OK, but I always run "java -jar run.jar", so I can not get it. that is to say, we must put the "run.jar" in the CLASSPATH. Sam Liu. 2001/04/04 ‹,ºÇ«™¨¥Šx%ŠËI‹

Re: [JBoss-user] Re: JBOSS - Where to get APIS for Minerva Object Pool

2001-04-03 Thread Toby Allsopp
On Wed, Apr 04, 2001 at 02:08:56AM +, [EMAIL PROTECTED] wrote: > Hi All, > I like to use Minerva Object Pool APIs for my research project. In the web >site, I could see only as Minerva is "part of JBoss Project". > > Can some one help me out to know where the Minerva API is downloada

[JBoss-user] Re: JBOSS - Where to get APIS for Minerva Object Pool

2001-04-03 Thread chinnaswamyg
Hi All, I like to use Minerva Object Pool APIs for my research project. In the web site, I could see only as Minerva is "part of JBoss Project". Can some one help me out to know where the Minerva API is downloadable. Thanks and regards. Chinnaswamy Chequemail.com - a free web based e

[JBoss-user] ECPerf project

2001-04-03 Thread Tom Coleman
We're looking for help on the JBoss ECPerf project. ECPerf is important because it will allow us to monitor and continuously improve JBoss/Server performance. We have some resources available already, including preliminary JBoss deployment descriptors, test database population scripts using Cl

re: [JBoss-user] Problem about Servlet calling ejb

2001-04-03 Thread Sam Liu
thanks to Ken Jenks! but I can still not run this Servlet. In fact I have ever used the jndi name "interest/Interest" just like that your article had refered to. And after i run jndiView.jar, I can find that : "interest/Interest" if I use client application to call the Interest bean, all

Re: [JBoss-user] Multiple Servers - Bean Locating

2001-04-03 Thread Alexander Kogan
Jim, James Cook wrote: > > Thanks. I verified that a bean deployed on server1 can register itself in > server2's namespace. However, if I deploy the same bean on server2, with the > same namespace, the namespace can handle only one instance bound to the same > name. The last bean bound, wins. Th

re: [JBoss-user] where can I find cdEJB.zip sample file

2001-04-03 Thread ???
I' m also puzzled by the "file area", I don't know where is it. but you can download it from "http://www.jboss.org/documentation/cdejb.zip" Sam Liu Hi, In the document, it states that Remember that the full source code is available to download as an archive named"cdEJB.zip". You can

[JBoss-user] where can I find cdEJB.zip sample file

2001-04-03 Thread Pifen Ellwood
Hi, In the document, it states that Remember that the full source code is available to download as an archive named"cdEJB.zip". You can get it from the files area in the documentation section on www.jboss.org. There is no files area in the doc section. Can some one provide the link? Thanks Pifen

[JBoss-user] Re: RMI/IIOP valid types

2001-04-03 Thread Carles Pi-Sunyer
Thanks, I was confused by the spec where it says I should throw EJBException (12.2.2), I thought I should declare it if I was throwing it. Removing the declaration solved the problem. Carles Message: 1 From: "Lennart Petersson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: SV: [JBoss-

Re: [JBoss-user] Problem about Servlet calling ejb

2001-04-03 Thread Ken Jenks
Here's the hint: > // Get a naming context > InitialContext jndiContext = new InitialContext(); > sHome = "1"; > > // Get a reference to the Interest Bean > Object ref = jndiContext.lookup("InterestBean"); > sHome = "2"; > > // Get a reference from this

[JBoss-user] Passivation problem? java.rmi.ServerException: Load failed...

2001-04-03 Thread Ian Butcher
Hi, I am a 'first time caller - long time listener' and would like to say that JBoss is a great product - I spent over a year working with WLS and JBoss beats it in may ways - well done everyone. I am encountering a problem which has been seen before with JBoss 2.0 - i.e. the server working fine

Re: [JBoss-user] Java Pet Store / JNDI names

2001-04-03 Thread Dan Christopherson
On Tue, 3 Apr 2001, Nathan Coast wrote: > Hi, > > I'm getting thoroughly confused as to what is going on with the naming lookups > in the Java Pet Store example. There seems to be a solution here: > http://www.jboss.org/manual/examples.html#petstore6 > > QUOTE: > The default JNDI lookups (in

Re: [JBoss-user] JBoss & Xalan & Xerces problems

2001-04-03 Thread Brian Elliott
I am using Xalan for XSLT capabilities within an EJB to do translation from XML to WAP, Palm Web Clippings, HDML, and HTML. To me it makes more sense to have a scalable EJB component than just a servlet. Brian - Brian Elliott Unplugged Systems http://www.unpluggedsystems.com [EMAIL PROTECTED]

[JBoss-user] Java Pet Store / JNDI names

2001-04-03 Thread Nathan Coast
Hi, I'm getting thoroughly confused as to what is going on with the naming lookups in the Java Pet Store example. There seems to be a solution here: http://www.jboss.org/manual/examples.html#petstore6 QUOTE: The default JNDI lookups (in com.sun.estore.util.EJBUtil) assume that the JNDI names

SV: [JBoss-user] RMI/IIOP valid types

2001-04-03 Thread Lennart Petersson
Do you have declared throws EJBException or throws RuntimeException in any of your beans methods? If so then it probably is that that is causing the somewhat erronous message. You are not allowed to do that. /Lennart - Original Message - From: Carles Pi-Sunyer <[EMAIL PROTECTED]> To: <[

[JBoss-user] Jboss-Jetty-2.1 error

2001-04-03 Thread R . Price
Downloaded the latest JBoss/Jetty combo and deployed my .ear file which worked fine before and now I get this error message: javax.xml.transform.TransformerFactoryConfigurationError:   java.lang.ClassNotFoundException:      org.apache.xalan.processor.TransformerFactoryImpl What am I missing??

RE: [JBoss-user] JBoss & Xalan & Xerces problems

2001-04-03 Thread Duboille, Joseph
Oups again !! it was for jboss and xalan-xerces not for tomcat and xalan-xerces. but why use xalan-xerces into jboss ??? -Original Message- From: Brian Elliott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 1:13 AM To: jboss Subject: [JBoss-user] JBoss & Xalan & Xerces problems

RE: [JBoss-user] JBoss & Xalan & Xerces problems

2001-04-03 Thread Duboille, Joseph
oups!! read -> xerces 1.3.1 not 1.4 of course -Original Message- From: Brian Elliott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 1:13 AM To: jboss Subject: [JBoss-user] JBoss & Xalan & Xerces problems I can't get JBoss (2.0 final) to work with Xalan & Xerces even after fol

[JBoss-user] RMI/IIOP valid types

2001-04-03 Thread Carles Pi-Sunyer
I have a session bean that I am deploying. When I it loads I get the following message: [Verifier] Bean : DirectoryBean Method : public abstract Directory create() throws RemoteException, CreateExcept ion Section: 6.10.6 Warning: The method return values in the home interface must be of valid t

RE: [JBoss-user] JBoss & Xalan & Xerces problems

2001-04-03 Thread Duboille, Joseph
Hi all, Last week i spend 3 days to find one solution (Yes I now, I m very slow-witted) My conf tomcat 3.2.1 on 98 (no Embedded), for Tomcat 4.0 (I did not try) xalan 2.0 xerces 1.4 - stop tomcat - add xerces.jar and xalan.jar into {TOMCAT_HOME}/lib - remove parse.jar and jaxp.jar from {TOMCAT_

[JBoss-user] oracle 8i connection pool 2

2001-04-03 Thread Simphoukham, Southin
Hi, I have my Oracle 8i pool up and running. However my development team is running into problems where we deploy the same war file to JBoss over a period of time. Eventually after the fifth deployment. The Oracle 8i connection pool hangs and hangs and hangs. Basically go to lunch come back an

RE: [JBoss-user] Why does Tomcat create session very slowly?

2001-04-03 Thread Filip Hanik
the problem is the random initalizer. you can set it to use java.util.Random instead of java.security.Randomsomething this will be a lot faster. take a look at the Tomcat mail list archives. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip

Re: [JBoss-user] Multiple Servers - Bean Locating

2001-04-03 Thread James Cook
Thanks. I verified that a bean deployed on server1 can register itself in server2's namespace. However, if I deploy the same bean on server2, with the same namespace, the namespace can handle only one instance bound to the same name. The last bean bound, wins. This will solve some of my testing si

RE: [JBoss-user] Unify Spam Mails

2001-04-03 Thread marc fleury
nope not here marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Luke Taylor |Sent: Tuesday, April 03, 2001 1:15 PM |To: JBoss User |Subject: [JBoss-user] Unify Spam Mails | | | |Hi all, | |I got some spam mails from Unify, advertising their latest

Re: [JBoss-user] Is JBOSS compliant with the J2EE Connector Specification

2001-04-03 Thread Toby Allsopp
On Tue, Apr 03, 2001 at 09:30:01AM +0200, joel cordonnier wrote: > Hi! > > Is JBOSS compliant with the J2EE Connector > Specification ? Maybe. The JBossCX module adds some JCA support. Try reading the JBossCX configuration howto in the new manual. > Does someone has references, or URL to EIS th

Re: [JBoss-user] Why does Tomcat create session very slowly?

2001-04-03 Thread Michael Quigley
I've noticed the same behavior. And once Tomcat is up and running the lag never re-appears. Tomcat does this even when it's running outside of JBoss. - Original Message - From: suyan zhu To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 2:15 PM Subject: [JBoss-user] Why does Tomcat cr

Re: [JBoss-user] Why does Tomcat create session very slowly?

2001-04-03 Thread Dan Christopherson
This is a Tomcat thing, kind of. This should just be the first session created. This is because Tomcat recently changed to using the SecureRandom class to generate (IIRC) parts of the session ID (or something). Once the SecureRandom class has initialized itself, session creation should be much fas

Re: [JBoss-user] Unify Spam Mails

2001-04-03 Thread Scott Sanders
Luke Taylor wrote: > Hi all, > > I got some spam mails from Unify, advertising their latest app server > and it seems highly possible that they got my email from scanning the > jboss lists (an obvious source for obtainig a target audience). Has > anyone else on the list received these adverts be

Re: [JBoss-user] Memory Usage

2001-04-03 Thread Dan Christopherson
Under Linux, I see a vsz (virtual size) of about 200MB, but a resident set size of only 24MB or so. This _is_ with ejbs deployed, but no user data loaded. I wouldn't be too concerned with the virtual size, as I've been able to load it up fairly high without thrashing. On Tue, 3 Apr 2001, Igor She

[JBoss-user] Why does Tomcat create session very slowly?

2001-04-03 Thread suyan zhu
When an application starts up, Tomcat creates a new session very slow. What's the problem? JBoss, or Tomcat? Thanks, Suyan,Do You Yahoo!? Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.

Re: [JBoss-user] problem deploying tomcat-test.ear

2001-04-03 Thread Dan Christopherson
On Tue, 3 Apr 2001, Alex Radka wrote: > Just getting started with JBoss, so please excuse if this sounds silly. > Just things I couldn't find in the documentation. > > Downloaded jboss-tomcat-2.1-beta for Win2000 > Started JBoss, no problems > Walked through Interest example, no problem > > Sta

RE: [JBoss-user] Can I find a Deployment tool?

2001-04-03 Thread Vincent Harcq
Hi, EJX is the GUI tool To start it simply double click ejx.jar under bin/ (Windows) or run a script java -jar ejx.jar (Unix) Vincent -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Rajeev Bacchu Envoyé : mardi 3 avril 2001 12:51 À : jboss Objet : [JBoss

Re: [JBoss-user] problem deploying tomcat-test.ear

2001-04-03 Thread Dewayne McNair
> 2001-04-03 12:46:14 - ContextManager: Adding context Ctx( /jboss ) > > How do I actually look at this application? The above line is the key /jboss > I noticed that nothing is > created in the tomcat webapps directory, is this expected? Yes, this is expected. The auto-deployer creates is

[JBoss-user] RE: problem deploying tomcat-test.ear

2001-04-03 Thread Alex Radka
Sorry answered my own question minutes after hitting the send button. http://localhost:8080/jboss/ I missed that the context-root was not the same name as the war file. Turns out that: http://www.jboss.org/documentation/J2eeDeployment_howto.html is good reading :). Still wondering about a grac

[JBoss-user] problem deploying tomcat-test.ear

2001-04-03 Thread Alex Radka
Just getting started with JBoss, so please excuse if this sounds silly. Just things I couldn't find in the documentation. Downloaded jboss-tomcat-2.1-beta for Win2000 Started JBoss, no problems Walked through Interest example, no problem Started to look at tomcat-test. It looks like I get all t

[JBoss-user] ClassNotFoundException in deploying a .ear in Jboss

2001-04-03 Thread Halim Yahia
Hi, i am using Jboss+Tomcat2.1 beta. I try to deploy a J2EE application but i get an error msg from jboss. My application is packaged into a .ear file whom structure is / META-INF /application.xml app.jar app.war in app.jar i have EJBs and in app.war other util code my app.war have the st

RE: [JBoss-user] oracle 8i connection pool

2001-04-03 Thread Reynir Hübner
I have the following in my jboss.jcml and it runs ok : oracle.jdbc.driver.OracleDriver ISDB org.opentools.minerva.jdbc.xa.wrapper.XADataSourc eImpl jdbc:oracle:thin:@myhost:1521:jbinstance jboss jboss true I dont have any othe

Re: [JBoss-user] Unify Spam Mails

2001-04-03 Thread Juha-P Lindfors
nothing in my box (well, lots of spam, yes, just not from unify) -- Juha On Tue, 3 Apr 2001, Luke Taylor wrote: > > Hi all, > > I got some spam mails from Unify, advertising their latest app server > and it seems highly possible that they got my email from scanning the > jboss lists (an obvi

[JBoss-user] Unify Spam Mails

2001-04-03 Thread Luke Taylor
Hi all, I got some spam mails from Unify, advertising their latest app server and it seems highly possible that they got my email from scanning the jboss lists (an obvious source for obtainig a target audience). Has anyone else on the list received these adverts before I slag them off for it?

[JBoss-user] Tradeoffs: Running Tomcat separately from JBoss?

2001-04-03 Thread David M. Karr
Is it conceivable to have the choice of running Tomcat and JBoss separately, or to combine them? I've heard of the latter, but it seems to me there are tradeoffs either way. I would think the latter would give a little more performance, but the former would be a little more scalable. -- ==

Re: [JBoss-user] Multiple Servers - Bean Locating

2001-04-03 Thread Alexander Kogan
James, it's quite simple: First server (primary) has standard configuration. I only changed java.naming.provider.url from localhost to real.host1.name, but I think it's not necessary. On the second server, set java.naming.provider.url from jndi.properties to real.host1.name (primary server hos

[JBoss-user] oracle 8i connection pool

2001-04-03 Thread Jochen Schurich
hi all! i try to set up my jboss with oracle. but it is NOT working. i have tried all readme's and now i have no glue what next to try. i'm using oracle 8i R2 the oracle jdbc driver: classes12.zip jboss-tomcat-2.1-beta.zip if there is someone out there with a working configuration: please send

[JBoss-user] Newbie deployment question

2001-04-03 Thread Erik Schalburg
I'm trying to deploy several stateful beans and one stateless bean. Copying the EJB jars into the deploy directory and starting JBoss results in a succesful deployment of the stateless bean, but all of my stateful beans fail to deploy. It looks like the majority of them are failing due to extern

Re: [JBoss-user] New User

2001-04-03 Thread Sebastien Alborini
Taylor, Richard wrote: > > Now this means I cannot tell apache where to serve the static content from > otherwise I have to update its configuration and restart it each time I > restart jboss. > > Is there any solution for this? > You can put the static content elsewhere (in a static place).

Re: [JBoss-user] found docs on JBoss2.1 and Postgres, but ....

2001-04-03 Thread Dan Christopherson
On Tue, 3 Apr 2001, Christian Hargraves wrote: > I found the docs. Sorry for asking. I guess I looked at the wrong set of docs > in the first place (for JBoss2.0). Anyways, I read it and it worked!! These were updated quite recently. > > > Thanks again.. > > now if only I could get tomc

[JBoss-user] New User

2001-04-03 Thread Taylor, Richard
Hi, I've just finished installing jboss 1.2 with tomcat 3.2.1 and apache 1.3.17 on NT. I previously had my servlets running in Tomcat without jboss so my first task is to migrate them to jboss and have an identical setup as before. I want Apache serving all non-servlet content (ie images and ht

[JBoss-user] Writing a finder which returns max id used

2001-04-03 Thread Kevin Meldorf (NBK)
We handled this by creating an entity bean with the fields table_name (pk) and next_id and a stateless session bean that has a method returnPK. To deal with transactional issues the method getNextID is declared a required transaction in ejb-jar.xml. /** returnPk gets the max id from the pktable

[JBoss-user] Printable Docs

2001-04-03 Thread Hunter Hillegas
Any way to print out the new manual without having to print each section manually? Hunter ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Custom MBeans

2001-04-03 Thread James Kiryakoza
Thanks Scott. -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 2:52 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Custom MBeans I'm doing a complete howto on writing custom MBeans that describes the details of the configuration and depd

[JBoss-user] found docs on JBoss2.1 and Postgres, but ....

2001-04-03 Thread Christian Hargraves
I found the docs. Sorry for asking. I guess I looked at the wrong set of docs in the first place (for JBoss2.0). Anyways, I read it and it worked!! Thanks again.. now if only I could get tomcat able to run the jboss examples ___ JBoss-user mail

Re: [JBoss-user] Problem with i-net driver on sqlserver

2001-04-03 Thread Dewayne McNair
What version of the Opta 2000 driver do you have? You must have "2.05 Fix" for it to work in JBoss -- contact i-net, they should send you an updated version if you ask. -- Dewayne - Original Message - From: "Dave Horner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 0

RE: [JBoss-user] Problem with i-net driver on sqlserver

2001-04-03 Thread Tong Kiat
hi the inet driver don't use url properties. you can leave them out Tong Kiat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Horner Sent: Tuesday, April 03, 2001 10:39 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Problem with i-net driver on sq

RE: [JBoss-user] Ann: Super 1.2 - J2ee/Ejb monitoring tool

2001-04-03 Thread marc fleury
|It is free for open source J2ee/Ejb servers (JOnAS, J2EE-RI and jBoss). Since when is the J2EE RI open source? marc ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Segmentation violation on Linux ....

2001-04-03 Thread Juha-P Lindfors
Not really, it looks like a JVM bug. -- Juha On Mon, 3 Apr 2000, swarajit wrote: > thanx a lot juha, but with the same BMPs and sessionbeans are working > can u give me more light on this > thanx in advance > swarajit > > Juha-P Lindfors wrote: > > > > Hi, > > > > Seg faults are problems with

Re: [JBoss-user] docs on Jboss2.1 and Postgres setup

2001-04-03 Thread Christian Hargraves
Thank you for the reply. Those docs are nice. I should have RTFM. Actually, I read the wrong manual. Anyways, my problem turned out to be that I forgot to start postmaster with a '-i' .. pretty stupid eh?? Christian On Tuesday 03 April 2001 08:09, you wrote: > Look in the "New Manual" on the J

[JBoss-user] Problem with i-net driver on sqlserver

2001-04-03 Thread Dave Horner
Hi, I'm trying to use SQLServer 2000 with the i-net OPTA 2000 driver. I've added the following lines to jboss.jcml: - com.inet.tds.TdsDriver,org.hsql.jdbcDriver,...other drivers com.inet.tds.XDataSource driveDS drive drive 0 10 false 120

Re: [JBoss-user] docs on Jboss2.1 and Postgres setup

2001-04-03 Thread danch
Look in the "New Manual" on the JBoss web site (under Documentation). That was recently updated and now does a very good job of explaining the JBoss 2.1/2.2 configuration scheme. Christian Hargraves wrote: > Hi again. > > This should be my last question. Yesterday, I found what seemed t

[JBoss-user] Ann: Super 1.2 - J2ee/Ejb monitoring tool

2001-04-03 Thread Wei Jiang
Announcement: Super 1.2 - an EJB/J2EE monitoring tool with SuperPeekPoke SuperLogging SuperStress It is free for open source J2ee/Ejb servers (JOnAS, J2EE-RI and jBoss). It is free for evaluation (no expiration date). You can anomyously down load a perpetual evaluation copy from: htt

Re: [JBoss-user] Can I find a Deployment tool?

2001-04-03 Thread danch
Not at this time. Sorry Rajeev Bacchu wrote: > Hi, > > Is'nt there a GUI deployment tool for JBoss that can take inputs, compose > deployment descriptors, bundle all the classes, resources into a jar and > deploy it, Like what comes with Sun's J2EE Reference implementation? > having

Re: [JBoss-user] B2B calls (hwo to solve java.rmi.ServerException ...)

2001-04-03 Thread danch
Sylvain Tourrière wrote: > Hi all, > > I hope I'll get an answer this way. > > My problem : > I want to lookup the entity bean B in the method of the entity bean A > (especially when I create the A bean in the test client). > These two beans are in the same application and physically packaged i

[JBoss-user] docs on Jboss2.1 and Postgres setup

2001-04-03 Thread Christian Hargraves
Hi again. This should be my last question. Yesterday, I found what seemed to be the answer to my question, in the list archives but yesterday I couldn't get JBoss up so I just skimmed past it. Now I can't find that again. Is the method for setting up a connPool any different on JBoss2

Re: [JBoss-user] sql.SQLException: ORA-00942: table or view does not exist

2001-04-03 Thread danch
Is it a CMP bean, or a BMP bean? Are you _trying_ to persist into oracle? If CMP, have you enabled JAWS table creation feature (on by default, but perhaps you have overridden this in jaws.xml)? Dinesh Khurana wrote: > Hi All > > When I run my application I get the error message > sql.SQLExcep

[JBoss-user] tomcat-jboss beta

2001-04-03 Thread Christian Hargraves
Hello, I wanted to thank everyone for telling me to clear my classpath. It worked. Now I have one last peice to figure out. When I start jboss, everything runs great. Tomcat runs and it's examples work. The only problem now is tomcat won't run the jboss example. It gives the

RE: [JBoss-user] [PROPOSAL] get rid of this mailing list!

2001-04-03 Thread marc fleury
We are moving to a forum but in JBoss.org (jive). Our designers are working on adapting the forum format to the current look, jive works pretty well on JBoss. So it will be JBoss on JBoss and the reason we are moving it is that as you point out the mailing list is cumbersome at this point, way t

RE: [JBoss-user] re: JBoss 2.0 and Tomcat (followup)

2001-04-03 Thread Marcillo, David
Hello fellow JBoss expersts, I am starting to learn JBoss. I can successfully run JBoss with tomcat in the same jvm. I am now trying a different configuration. The configuration I want to try to run successfully is jBoss-2.0_FINAL in it own process without tomcat in the same jvm with JBoss. I am t

Re: [JBoss-user] Segmentation violation on Linux ....

2001-04-03 Thread swarajit
Hi Robert, I'm using jdk1.2.2 and I've kept the bare minimum in the classpath. Moreover, the BMP's and session beans are running perfectly. Also, with jdk1.2.2 on Win NT, everything is working fine. The problem is only with CMP's. Is it a bug ? Thanks, Swarajit Robert Schulz wrote

Re: [JBoss-user] Writing a finder which returns max id used

2001-04-03 Thread Peter Routtier-Wone
> Wouldn't the easiest solution be to make a select max(key) statement and > then add 1 to get your new key? This isn't an EJB question, it's a general concurrency issue. What you say is true for single user exclusive access to the database. However, processes seldom run in isolation. High perf

[JBoss-user] java.lang.UnsatisfiedLinkError in ejb client.

2001-04-03 Thread Faisal Ahmad
Hello, I am getting this error when I run a client to access my ejb. This error is generated on the following line. InitialContext jndiContext = new InitialContext(); Any Ideas would be appreciated. Thanx in advance. D:\AppServer\OutLook>java -classpath ".;d:\AppServer\jboss-2.1\client\e

RE: [JBoss-user] Segmentation violation on Linux ....

2001-04-03 Thread Robert Schulz
I used to get seg faults when running hotspot and stuffing up classpaths / class versions - however, your's seems to be "classic", ie. non hotspot ... nevertheless, make sure your classpath is correct and everything in the classpath can be serialized back and forth as needed. R. > -Origina

[JBoss-user] Can I find a Deployment tool?

2001-04-03 Thread Rajeev Bacchu
Hi, Is'nt there a GUI deployment tool for JBoss that can take inputs, compose deployment descriptors, bundle all the classes, resources into a jar and deploy it, Like what comes with Sun's J2EE Reference implementation? having to write all the deployment descriptors in xml then pu

[JBoss-user] Problem about Servlet calling ejb

2001-04-03 Thread 刘沛宇
 Hi all,  I am new to jboss and want to use EJB tech. I was trying to follow the 7 step tutorial (using the interest example) given and was successful in deploying the EJB in jboss and also was successful in running the client(InterestClient).    I'm currently using Tomcat 3.2.1

Re: [JBoss-user] Segmentation violation on Linux ....

2001-04-03 Thread swarajit
thanx a lot juha, but with the same BMPs and sessionbeans are working can u give me more light on this thanx in advance swarajit Juha-P Lindfors wrote: > > Hi, > > Seg faults are problems with your JVM. Try upgrading to 1.3 for example. > > -- Juha > > On Mon, 3 Apr 2000, swarajit wrote: > >

[JBoss-user] [PROPOSAL] get rid of this mailing list!

2001-04-03 Thread Kimpton,C (Chris)
Hi, Why not use the sourceforge forums instead? It should hopefully cut down on the number of "duplicate" replies to enquiries - as you should see the other replies online... People with an interest in listening/answering questions - can "monitor" the forum - so they get emails still. ...and t

[JBoss-user] war files

2001-04-03 Thread Christian Seifert
Is it possible to deploy war files with Jboss? Are there special deployment descriptors necessary? Do one have to package them in ear files or is it possible to deploy them as raw war files? Where would they go? And where would you define the context? Thanks a bunch Christian __

RE: [JBoss-user] startup errors

2001-04-03 Thread Kimpton,C (Chris)
Hi, > -Original Message- > From: Christian Hargraves [mailto:[EMAIL PROTECTED]] > > I have just started playing with JBoss. My system is : > > Mandrake 8.0b1 > jdk1.3 > j2ee 1.3a > jboss-tomcat-2.1-beta > > CLASSPATH=.:/usr/local/jdk1.3/jre/lib/rt.jar: > /opt/jars/servle

Re: [JBoss-user] startup errors

2001-04-03 Thread Nguyen Thanh Phong
Try to run JBoss without setting CLASSPATH Nguyen Thanh Phong. - Original Message - From: Christian Hargraves <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 02, 2001 10:53 PM Subject: [JBoss-user] startup errors > Hi all, > > I have just started playing with J

Re: [JBoss-user] startup errors

2001-04-03 Thread Juha-P Lindfors
Clear your classpath, *especially* remove j2ee.jar. -- Juha On Mon, 2 Apr 2001, Christian Hargraves wrote: > Hi all, > > I have just started playing with JBoss. My system is : > > Mandrake 8.0b1 > jdk1.3 > j2ee 1.3a > jboss-tomcat-2.1-beta > > CLASSPATH=.:/usr/local/jdk1.3/jre/lib/rt.

[JBoss-user] startup errors

2001-04-03 Thread Christian Hargraves
Hi all, I have just started playing with JBoss. My system is : Mandrake 8.0b1 jdk1.3 j2ee 1.3a jboss-tomcat-2.1-beta CLASSPATH=.:/usr/local/jdk1.3/jre/lib/rt.jar: /opt/jars/servlet.jar: /opt/jars/classes.zip: /opt/jars/oro1.1.0a.jar: /opt/jars/vienna.jar

[JBoss-user] B2B calls (hwo to solve java.rmi.ServerException ...)

2001-04-03 Thread Sylvain Tourrière
Hi all, I hope I'll get an answer this way. My problem : I want to lookup the entity bean B in the method of the entity bean A (especially when I create the A bean in the test client). These two beans are in the same application and physically packaged in the same jar. I use no session bean : ma

Re: [JBoss-user] jboss Question

2001-04-03 Thread Peter Routtier-Wone
How many angels can dance on the end of a pin? It depends on the size of the pin and the size of the angels, as well as their relative skill at dancing. You are restricted mostly by memory. With lots of users, CPU use may be a limit, but on the net they're likely to be so throttled by bandwidth

RE: [JBoss-user] cache configuration

2001-04-03 Thread Bordet, Simone
Hey Giulia (some italian origin ?) see below... > I don't understand cache configuration. I'm getting a null > pointer exception > when deploying. > > [Container factory] Deploying MembershipCategory > [Container factory] java.lang.NullPointerException > [Container factory] at > sun.misc.L

  1   2   >