[JBoss-user] Connection Pools in JBoss

2001-04-17 Thread Avi Kavas
Hi, 1. How can I add a connection pool to a new database at runtime ? 2. I saw in the "Howto - Using MS SQL Server with JBoss" (http://www.jboss.org/documentation/HTML/ch10s17.html) that one of the vendors they author recommended was "i-net OPTA 2000", supports connection pool. Does JBoss rely on

RE: [JBoss-user] welcome

2001-04-17 Thread Jerome A. Satorre
hi jim, thank you very much for your effort to help me. really appreciate it. went throught the site already and so far everything that i need is there. will go throught it in more detail. There is really no need to apologize. you guys will really hear a lot from me here. so every little help is

Re: [JBoss-user] Connection pooling

2001-04-17 Thread Toby Allsopp
Russell wrote: > Hi Toby , > >Yes I am after some negative remarks from you . :) just kidding. > >BTW , I have another question . >I need to accessed the Connection pooling from servlet/jsp , can i do > that ?? > >Can i code like below : > > InitialContext ctx = new In

RE: [JBoss-user] Problem with Running JBoss in JBuilder4's Debugg er

2001-04-17 Thread Ozgur Kilic
Title: RE: [JBoss-user] Problem with Running JBoss in JBuilder4's Debugger I have just solved the problem by erasing one of the jar files (parser.jar) from the from the exisiting libraries. Thank you very much.   Regards   Özgür KILIÇ -Original Message-From: Scott Warren [mailto:[EMA

Re: [JBoss-user] Connection pooling

2001-04-17 Thread Russell
Hi Toby , Yes I am after some negative remarks from you . :) just kidding. BTW , I have another question . I need to accessed the Connection pooling from servlet/jsp , can i do that ?? Can i code like below : InitialContext ctx = new InitialContext(); DataSource ds = (D

[JBoss-user] "non" embedded Tomcat vs. embedded Tomcat

2001-04-17 Thread John Menke
Sorry if I'm asking a stupid question, but it's not clear to me what the difference between embedded and non-embedded Tomcat configurations are. Is there any information on how to setup JBoss to work with a "non - embedded" Tomcat? I have Tomcat already installed on my webserver and would like to

Re: [JBoss-user] Another error persists

2001-04-17 Thread Guy Rouillier
Make sure your client is being run with "java -Djava.security.manager". - Original Message - From: "Chong Joon lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 12:24 PM Subject: [JBoss-user] Another error persists > Hi James, > > It

Re: [JBoss-user] Connection pooling

2001-04-17 Thread Guy Rouillier
Depends how your datasource is set up in jboss.jcml. - Original Message - From: "Russell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 12:08 AM Subject: [JBoss-user] Connection pooling > > Hi all , i am using RedHat6.1 ,jdk1.3,postgresql7.0.1 and jboss

RE: [JBoss-user] welcome

2001-04-17 Thread Jim Archer
Hi Jerome... Upon reading my note to you, I can see that it might appear short. I didn't intend it to be, so I apologize. In general, all of the docs available are on the site. Much of them are outdated, but there is currently a huge effort underway to correct that and improvements are made d

Re: [JBoss-user] Connection pooling

2001-04-17 Thread Toby Allsopp
On Wed, Apr 18, 2001 at 12:08:29PM +0800, Russell wrote: > > Hi all , i am using RedHat6.1 ,jdk1.3,postgresql7.0.1 and jboss2.1. Hi. Good to see you have the hang of the Linux/RedHat naming thing, now :-) Oh, BTW, please upgrade to JBoss 2.2 at your earliest convenience. > I need some advi

[JBoss-user] Connection pooling

2001-04-17 Thread Russell
Hi all , i am using RedHat6.1 ,jdk1.3,postgresql7.0.1 and jboss2.1. I need some advice regarding the code below which in stateless session bean : My question is that if the connection below created are pooled ??? Thanks wt. // code public int executeSQLStatement(String sqlstr){

RE: [JBoss-user] welcome

2001-04-17 Thread Jerome A. Satorre
thanks a lot. im going through it now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Warren Crossing Sent: Wednesday, April 18, 2001 11:33 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] welcome try the documentation section.. i think. keep in mind

Re: [JBoss-user] EJB calls Java client

2001-04-17 Thread Ken Jenks
At 10:27 AM 4/18/01 +0800, you wrote: >Not exactly jBoss but may be it's an easy one: > >If I have several Java clients cooperating on the same data and I want to >inform all participants that some new information arrived or send the >information to all - how do I do that using EJB? > >Can I make

RE: [JBoss-user] What version works with both PetStore and JBuilder?

2001-04-17 Thread John Menke
Jeffrey, thanks for the info. I installed JCVS but I'm not clear on how to pull the JBoss_2_2_0_Final from the repository. Do you have any idea what the command is? Sourceforge says on the website that there is "no history" for the CVS. Does this mean only the current version is available?

RE: [JBoss-user] welcome

2001-04-17 Thread Warren Crossing
try the documentation section.. i think. keep in mind the products docs are donated by people giving their precious time to see this product work.. um.. me.. i just like skyvn from my work hahahahaha. -Original Message- From: Jim Archer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 April

RE: [JBoss-user] EJB calls Java client

2001-04-17 Thread Warren Crossing
use an action listener type pattern? hang on.. whats the architecture your using.. hmmm remote boundaries.. calling via proxy. well you can't have the ejb stubs call into your client code can you! um..each client could use an entity java bean.. an entity bean that maintains its own states.. then

Re: [JBoss-user] Security problem

2001-04-17 Thread Ralph Jensen
That is one-zero-nine-nine. - Original Message - From: Miranda Carlos <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 12:45 AM Subject: RE: [JBoss-user] Security problem > port default 1099 for tcp .- > ___ JBo

[JBoss-user] Starting tomcat-test.war failed!

2001-04-17 Thread Brian Elliott
I now (after adding mySQL to jboss.jcml) get a error in starting jboss 2.2: Starting tomcat-test.war failed! Any ideas? Here are the gory details: [Auto deploy] Starting [Auto deploy] Watching /var/jboss-2.2/deploy [Auto deploy] Auto deploy of file:/var/jboss-2.2/deploy/tomcat-test.ear [J2EE De

Re: [JBoss-user] EJB calls Java client

2001-04-17 Thread Toby Allsopp
On Wed, Apr 18, 2001 at 10:27:25AM +0800, Ralph Jensen wrote: > Not exactly jBoss but may be it's an easy one: > > If I have several Java clients cooperating on the same data and I want to > inform all participants that some new information arrived or send the > information to all - how do I do t

Re: [JBoss-user] welcome

2001-04-17 Thread Jim Archer
Check out: http://www.jboss.org --On Wednesday, April 18, 2001 10:28 AM +0800 "Jerome A. Satorre" <[EMAIL PROTECTED]> wrote: > hi everybody, > > our company has just decided to implement our system using jboss. im > completely new to this. hope somebody can help me get started. anybody can >

[JBoss-user] EJB calls Java client

2001-04-17 Thread Ralph Jensen
Not exactly jBoss but may be it's an easy one: If I have several Java clients cooperating on the same data and I want to inform all participants that some new information arrived or send the information to all - how do I do that using EJB? Can I make a call on a remote object ( implementing java

[JBoss-user] welcome

2001-04-17 Thread Jerome A. Satorre
hi everybody, our company has just decided to implement our system using jboss. im completely new to this. hope somebody can help me get started. anybody can point out nice tutorials or docs? thanks a lot. satoy ___ JBoss-user mailing list [EMAIL PRO

RE: [JBoss-user] Problem with Running JBoss in JBuilder4's Debugger

2001-04-17 Thread Scott Warren
Title: RE: [JBoss-user] Problem with Running JBoss in JBuilder4's Debugger I believe this is a problem of having different versions of the class files. Check out the archives for "Sealing Violation" Hope this helps... sorry for the slow reply also ! Regards Scott Warren Lead Internet Tec

RE: [JBoss-user] Not so much JBoss, but XSL/XSLT

2001-04-17 Thread Robert Schulz
Don't know about XSL but this sounds like a VM garbage collection problem. What seems to happen with large heap sizes is that it keeps allocating without collecting and then gets tangled up when trying to collect ... try clustering over a number of smaller heap size virtual machines. Also,

Re: [JBoss-user] What version works with both PetStore and JBuilder?

2001-04-17 Thread Jeffrey Wescott
There is a tag in CVS that you can use to pull out the source code that matches the binary distributions on the site: JBoss_2_2_0_Final. I hope this helps. ++Jeff John Menke wrote: > I am using JBoss2.3 beta (the current CVS snapshot). I have built embedded > tomcat and everything appears t

[JBoss-user] OracleXADataSource, OracleXid, minerva...XADataSourceImpl

2001-04-17 Thread Jeffrey Wescott
Can someone PLEASE shed some light on this question? There seems to be much conflicting information in the doco, the user list archives, etc. With this configuration: - JBoss 2.2.0 - Oracle 8i (8.1.6) / classes12.zip Should I use the minerva XADataSourceImpl wrapper or should I use OracleXADa

[JBoss-user] Auto Deploy Problems on Linux

2001-04-17 Thread dblankley
There were a cpl of threads last week on this issue. I ran into it today, and could not find the solution posted. Although, Victor's notes on the db problem helped. When you first install JBoss in Linux as root, your umask is probably 022. This means that JBoss won't have write access to any of

[JBoss-user] jboss.jcml and PetStore

2001-04-17 Thread John Menke
The Petstore patch contains a file jboss.jcml that creates the petstore DB pools. I get an error with JBoss2.3 beta when trying to start JBoss when using this file. I get the message : Using configuration "default" Enhydra InstantDB - Version 3.26 Then the startup locks up When I revert

[JBoss-user] Not so much JBoss, but XSL/XSLT

2001-04-17 Thread R . Price
Sorry to post this here, but I know more eyes will see it. We've looked at a number of different XSL/XSLT Processors and found one that is documented fairly well, runs fast, but apparently doesn't scale very well. For example, at up to loads of about 300 users it performs very well.  But, go bey

RE: [JBoss-user] Problem getting to petstore sample application from web browser.

2001-04-17 Thread John Menke
How did you get the new petstore.ear file to compile? I am getting errors. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of danch Sent: Monday, April 16, 2001 8:12 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Problem getting to petstore sample appl

Re: [JBoss-user] Using JMS resources (or other resources)

2001-04-17 Thread pra
On 17 Apr, Scott M Stark wrote: > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, April 17, 2001 11:16 AM > Subject: Re: [JBoss-user] Using JMS resources (or other resources) > > >> >> Well, I naively tried that: >> >> localhost:1199/topi

Re: [JBoss-user] Problems with the connection(-pool) on container-managed beans

2001-04-17 Thread Toby Allsopp
On Tue, Apr 17, 2001 at 09:07:19PM +0200, Roman Wittchen wrote: > Hi Toby ! > > First of all, ... thanks for your patience :-) > > OK, here we go with more detailed information ... > > > > > Now I got a new problem, and I don't know, whether this problem > > interrelates > > > with the solutio

Re: [JBoss-user] SAXParse Excpetion

2001-04-17 Thread Scott M Stark
Then how are you specifying the JAXP properties to use xerces rather than crimson? - Original Message - From: "Andrew Edgar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 11:44 AM Subject: Re: [JBoss-user] SAXParse Excpetion > I tried that. It came back wit

Re: [JBoss-user] SAXParse Excpetion

2001-04-17 Thread Andrew Edgar
Hi Everybody, I found the answer. The file "standardjboss.xml" which is included automatically had the Cp1252 encoding which is not supported by the xerces parser. I simply changed the encoding in this file and it all worked. Thanks for the help. Andrew Edgar Andrew Edgar wrote: > I tried

Re: [JBoss-user] env-entry JDNI name

2001-04-17 Thread Alexander Kogan
Mike Hoolehan wrote: > > Looks good.. But under what JDNI name is this? java:/comp/env/htmlHighlightColor >doesn't work, plain perhaps java:comp/env/htmlHighlightColor will? ^ | | -- __ Alexander Kogan

Re: [JBoss-user] Using JMS resources (or other resources)

2001-04-17 Thread Scott M Stark
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 11:16 AM Subject: Re: [JBoss-user] Using JMS resources (or other resources) > > Well, I naively tried that: > > localhost:1199/topic > > But that did not work. Looking at the code fo

Re: [JBoss-user] env-entry JDNI name

2001-04-17 Thread Victor Lan
java:comp/env is the right context. Where are you doing lookup from? Make sure your servlet's init() is called before you do the lookup. Victor - Original Message - From: Mike Hoolehan <[EMAIL PROTECTED]> Date: Tuesday, April 17, 2001 1:41 pm Subject: [JBoss-user] env-entry JDNI name

Re: [JBoss-user] SQLJ in EJB connecting to Oracle

2001-04-17 Thread Toby Allsopp
On Tue, Apr 17, 2001 at 07:14:26PM +0200, Jose Ramon Diaz wrote: > Hi, > >I have written a little EJB accesing to Oracle database 8.1.7 with > SQLJ. >Is there any known bug known? >I have the next problem... > >I have a little EJB which has several methods that acces database. I

Re: [JBoss-user] datasource lookup from non ejb

2001-04-17 Thread Toby Allsopp
On Tue, Apr 17, 2001 at 07:00:40AM -0500, Doug Ferguson wrote: > I am not aware that I can't lookup a DataSource from outside the JVM. Well, you are now, right? :-) > So this means that only beans will be able to make use of the connection pool. No, it means that only code executing in the same

RE: [JBoss-user] Problems with the connection(-pool) on container-managed beans

2001-04-17 Thread Roman Wittchen
Hi Toby ! First of all, ... thanks for your patience :-) OK, here we go with more detailed information ... > > Now I got a new problem, and I don't know, whether this problem > interrelates > > with the solution of my older problem or not. > > > > I have a small client-program, that simulates

Re: [JBoss-user] env-entry JDNI name

2001-04-17 Thread danch
try java:comp/env/htmlHighlightColor (without the slash) If that doesn't work we'll have to address that documentation issue (once i've figured out what needs doing, anyway) 8^}) -danch Mike Hoolehan wrote: > > I'm attempting to use the tag in my web.xml descriptor of a j2ee app to >define s

[JBoss-user] What version works with both PetStore and JBuilder?

2001-04-17 Thread John Menke
I am using JBoss2.3 beta (the current CVS snapshot). I have built embedded tomcat and everything appears to work fine as I have installed the Enterprise Javabeans Examples and they work. My problems are 1. Trying to debug my code in JBuilder4 2. Trying to run the sample application I have f

Re: [JBoss-user] SAXParse Excpetion

2001-04-17 Thread Andrew Edgar
I tried that. It came back with exactly the same error. Trying really invalid values like "BADENCODING" returned saying that "BADENCODING" not supported but when specifying either Cp1252 or UTF-8 I got the same error saying Cp1252 was not supported. Thanks, Andrew Scott M Stark wrote: > Try

[JBoss-user] env-entry JDNI name

2001-04-17 Thread Mike Hoolehan
I'm attempting to use the tag in my web.xml descriptor of a j2ee app to define some constants. Like this: Hex code for highlight color htmlHighlightColor #FF java.lang.String As the app is deployed, I see this in the log: ... 2001-04-11 09:39:23 - ContextManager: Adding

[JBoss-user] Classloader Issues with EAR files

2001-04-17 Thread James Cook
I have a servlet that loads a resource bundle. When I deploy the WAR file that contains the servlet, the resource bundle is discovered and loaded by the following statement: bundle = ResourceBundle.getBundle(bundleName); When I deploy the WAR file as part of an EAR file, the classloader issu

Re: [JBoss-user] Tomcat jBoss security

2001-04-17 Thread Scott M Stark
The JavaPetStore example uses JDBCRealm and JbossRealm successfully. The order of JDBCRealm and JbossRealm in the server.xml is significant and JbossRealm must follow JDBCRealm. - Original Message - From: "Dug" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 9:3

Re: [JBoss-user] Using JMS resources (or other resources)

2001-04-17 Thread pra
On 17 Apr, Scott M Stark wrote: > > On 17 Apr: Peter Antman wrote: >> Wow, seems to be almost exactly what I need. It does also look like this >> could solve our little problem with the JMS objects not being in the >> java: namespace. >> > >> Then we could write an mbean entry like this: >> >

Re: [JBoss-user] integrating tomcat4.0 latest and JBoss latest

2001-04-17 Thread Fulco Muriglio
On Tue, Apr 17, 2001 at 11:15:01AM -0400, Deadman, Hal wrote: > Has anyone tried to intregate Tomcat and Jboss lately? > > Here are the instructions from contrib, I am wondering if they are still up > to date. Step 2 talks about deleting parser.jar. It doesn't say where but > neither tomcat 4.0b

Re: [JBoss-user] SAXParse Excpetion

2001-04-17 Thread Scott M Stark
Try using UTF-8 as the encoding rather than Cp1252 - Original Message - From: "Andrew Edgar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 9:56 AM Subject: [JBoss-user] SAXParse Excpetion > I'm using jboss 2.2 final with Tomcat. I want to use the Xerces 1.2

RE: [JBoss-user] Datasource lookup

2001-04-17 Thread Tim Taylor
Check your JNDI view and see where the datasource is bound in the java: portion of the tree. I'm surprised it isn't in java:/Falcon20. You should be able to access it inside the JBoss VM (but outside EJBs or servlets) by the JNDI name you find. Within EJBs, it will be bound to a name somethin

[JBoss-user] SQLJ in EJB connecting to Oracle

2001-04-17 Thread Jose Ramon Diaz
Hi, I have written a little EJB accesing to Oracle database 8.1.7 with SQLJ. Is there any known bug known? I have the next problem... I have a little EJB which has several methods that acces database. I have defined a Connection pool to the database, ands I obtain the

[JBoss-user] SAXParse Excpetion

2001-04-17 Thread Andrew Edgar
I'm using jboss 2.2 final with Tomcat. I want to use the Xerces 1.2.1 parser and not the crimson parser. When I do this when deploying I get the attached error: Is this a configuration issue as to how to setup the parser? The same XML's (jboss.xml and ejb-jar.xml) worked when using crimson. T

Re[3]: [JBoss-user] performance question for production use

2001-04-17 Thread Ingo Bruell
Hi Torben, TJ> We don't use AS/400. We are working with w2k and rh7.0 accessing TJ> MS-SQLServer 7.0/2k. TJ> But there are also performance gaps to close. Sure, i meant the one (Michael Nowotny) who has initiate this thread, sorry. so long Ingo Bruell --- <[EMAIL PROTECTED]> <[EMAIL PROTECT

RE: [JBoss-user] Security problem

2001-04-17 Thread Miranda Carlos
Title: RE: [JBoss-user] Security problem port default 1099 for tcp .- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Martes, 17 de Abril de 2001 01:22 p.m. To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Security problem Could you please repeat the por

RE: [JBoss-user] integrating tomcat4.0 latest and JBoss latest

2001-04-17 Thread Deadman, Hal
I got the latest tomcat to start up with the latest jboss. The instructions in contrib need to have an additional MLET entry to include common/lib. The mlet used to include the tomcat/server directory in the classpath needs to be changed to tomcat/server/lib. There is also some code in org

RE: [JBoss-user] Security problem

2001-04-17 Thread Dug
If using the servlet approach, it is worth looking at soap (or zoap) which is intended exactly for this usage. There are seveal gotchas in doing so. For a good set of articles on using SOAP especially with SSL have a look at s set of articles on ww.ejbinfo.com (you will have to do a search on SOAP

[JBoss-user] Passivation problem?

2001-04-17 Thread jK.MkIII
Hello, I have one problem with my statefull session bean. When server tries to passivate it I get following message into server.log: [Bean Cache] Scheduling for passivation overaged bean NovaCodia/access/View with id = 987521816436 - Cache size = 2 [Bean Cache] Aging out from cache bean NovaCo

RE: [JBoss-user] Tomcat jBoss security

2001-04-17 Thread Dug
Yes I am also getting much thinner on top with this problem. I have tried using the JbossRealm AND my version of JDBCRealm (as well as the original) with the same affect (bean gets Principal=null). I think my web.xml is setup correctly: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">

Re: [JBoss-user] Jboss and Log4j

2001-04-17 Thread Scott M Stark
The Log4jService works fine for me with this jboss.conf entry: Send the exception stack trace you are seeing if this is not working. - Original Message - From: "François Charoy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 8:02 AM Subject: Re: [JBoss-user]

Re: [JBoss-user] Tomcat jBoss security

2001-04-17 Thread Scott M Stark
That is correct. The JbossRealm is simply taking the Tomcat user credentials and propagating them to JBoss. There has to be a Tomcat security realm that acquires the user credentials. - Original Message - From: "Darrin Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday,

Re: [JBoss-user] Jboss and Log4j

2001-04-17 Thread Aaron Metzger
François Charoy wrote: > > You are true but the Log4j initialisation is done when jboss is started. So > I'm not sure that the property file would be useful. > I tried to use the Log4jService but I have never been able to start the > service. With this service you can configure the place of your

Re: Fw: [JBoss-user] Deployment problem - can't find resource manager

2001-04-17 Thread danch
Try just "OracleDS" as the res-jndi-name. Jim Downing wrote: > > Repost - can anybody help? > thanks, > Jim > - Original Message - > From: "Jim Downing" <[EMAIL PROTECTED]> > To: "jboss-user" <[EMAIL PROTECTED]> > Sent: Thursday, April 12, 2001 1:07 PM > Subject: [JBoss-user] Deployment

[JBoss-user] Another error persists

2001-04-17 Thread Chong Joon lee
Hi James, It seems as if there is another problem. The error I am getting now is as follows: javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundE xception: org.jboss.ejb.plugins.jrmp13.interfaces.HomeProxy (no security manager : RMI class loader disabled) at s

RE: [JBoss-user] Security problem

2001-04-17 Thread kevin . monaghan
Could you please repeat the port numbers? I would appreciate it if you could spell them out as your numeric digits came across as pipe symbols. Thanks! Miranda Carlos <[EMAIL PROTECTED]> on 04/17/2001 11:50:31 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Kevi

Re: [JBoss-user] Using JMS resources (or other resources)

2001-04-17 Thread Scott M Stark
On 17 Apr: Peter Antman wrote: > Wow, seems to be almost exactly what I need. It does also look like this > could solve our little problem with the JMS objects not being in the > java: namespace. > > Then we could write an mbean entry like this: > >name=":service=ExternalContext,jndiName=

Re: [JBoss-user] Security problem

2001-04-17 Thread Darrin Thompson
Use of RMI through firewalls is not recommended, even by Sun. I don't think that RMI servers have the same level of DoS protection that say, Apache would. An article on Sun's site (sorry no link handy) recommends using an http servlet between your client and RMI server. This requires you to wr

Re[2]: [JBoss-user] performance question for production use

2001-04-17 Thread Torben Jaeger
Hi Ingo! > > how do you use the AS/400 DB ? Das JBoss run on the AS/400 or do you > use only the DB from the AS/400 via JDBC ? > And which release on the AS/400 you are using ? > We don't use AS/400. We are working with w2k and rh7.0 accessing MS-SQLServer 7.0/2k. But there are also per

[JBoss-user] FreeTDS and Tomcat JDBC Realm

2001-04-17 Thread Darrin Thompson
Perhaps this is better asked on a Tomcat list but I'll try anyway... FreeTDS works well enough with Minerva, but I can't seem to get it working as a Tomcat JDBC realm. Has anyone had better results? If yes, exactly what jar are you using, etc? I'm using the preconfigured Jboss 2.2/Tomcat 3.2.1

Re: [JBoss-user] Tomcat jBoss security

2001-04-17 Thread Darrin Thompson
I about tore my hair out on this. I think the correct thing to do is have the JbossRealm entry activated in server.xml, the jdbcrealm entry also active, and the simplerealm entry commented out. I'm working through the same problem presently so I might be wrong on this. Also, make sure you have

RE: [JBoss-user] Security problem

2001-04-17 Thread Miranda Carlos
Title: RE: [JBoss-user] Security problem port default 1099 for tcp. -Original Message- From: Thierry Templier [mailto:[EMAIL PROTECTED]] Sent: Martes, 17 de Abril de 2001 10:58 a.m. To: [EMAIL PROTECTED] Subject: [JBoss-user] Security problem Hello, We try to connect to jBoss th

[JBoss-user] Tomcat jBoss security

2001-04-17 Thread Dug
I am writing an application in which the beans need to use the callers Principal (from sessionContext.getCallerPrincipal() ). I intend to use the beans from java clients and from servlets. I have had success with the java clients but not from the servlets. For the java clients I needed to set up

[JBoss-user] integrating tomcat4.0 latest and JBoss latest

2001-04-17 Thread Deadman, Hal
Has anyone tried to intregate Tomcat and Jboss lately? Here are the instructions from contrib, I am wondering if they are still up to date. Step 2 talks about deleting parser.jar. It doesn't say where but neither tomcat 4.0b4ish or jboss 2.3ish have a parser.jar that I can find. That makes the r

Re: [JBoss-user] Jboss and Log4j

2001-04-17 Thread François Charoy
You are true but the Log4j initialisation is done when jboss is started. So I'm not sure that the property file would be useful. I tried to use the Log4jService but I have never been able to start the service. With this service you can configure the place of your log4j.properties file and changes

[JBoss-user] stop.jar; compiling with jikes; oracle and hypersonic DATE mappings

2001-04-17 Thread Andrius Juozapaitis
hey, a couple of things: -it seems that stop.jar (which is supposed to stop the server) doesn't work (entries in manifest point to conf/ directory, whereas it should point to a specific config IMHO, but it seems it is not the only problem with it,as fixing it doesn't help) -compiling jboss source

Re[2]: [JBoss-user] performance question for production use

2001-04-17 Thread Ingo Bruell
Hi Torben, how do you use the AS/400 DB ? Das JBoss run on the AS/400 or do you use only the DB from the AS/400 via JDBC ? And which release on the AS/400 you are using ? so long Ingo Bruell --- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C

RE: [JBoss-user] Where to keep the uploaded picture files.

2001-04-17 Thread Simphoukham, Southin
Try placing the pictures in a jar file. Use the java.util.zip.* or java.util.jar extenstion. Create a zip or jar file and place it somewhere in JBoss. When you need it you can write an image servlet to read the pictures and place it anywhere you want on your pages. Vice-versa you can delete fi

[JBoss-user] Security problem

2001-04-17 Thread Thierry Templier
Hello, We try to connect to jBoss through a firewall and our program stop on the first lookup. Which port must we allow on the firewall? Is anyone has already have this problem? Thanks for your help Templ ___ JBoss-user mailing list [EMAIL PROTECTED] h

RE: [JBoss-user] Where to keep the uploaded picture files.

2001-04-17 Thread Shahar Solomianik
Hi. The best is to keep it in a BLOB column in the db. then the src="" of the image html elemt would be a servlet which its reponse's content type is "image/gif" and all it does is retreiving the byte[] of the image and writing it to the response output stream. Shahar. -Original Message-

RE: [JBoss-user] datasource lookup from non ejb

2001-04-17 Thread Deadman, Hal
You should be able to create use a JDBCDataSourceLoader to get a DataSource suitable for doing some JDBC outside of an EJB. You can also look up an XA Datasource from outside an EJB but when I did that I got an exception when I tried to turn autocommit off do my own commit or rollback. One problem

[JBoss-user] CastorJDO MBean

2001-04-17 Thread Ralf Purnhagen
Hi, after updating my JBoss to current CVS, the CastorJDO MBean is not started during server startup anymore. When i manually invoke init and start during the management interface in port 8082 Castor is starting up and running. I configured Castor with the following lines in jboss.conf

[JBoss-user] Where to keep the uploaded picture files.

2001-04-17 Thread Penn
Hi all,   May i know where to keep the uploaded picture files.. The uploaded file must be able to view/load by the browser via the hyperlink.   problem   To provide the hyperlink the file must be sit inside the web context directory  jBoss/tmp/deploy/Default/MyWar/   this directory

Re: [JBoss-user] Error in connecting remotely to jboss server

2001-04-17 Thread James Cook
Make sure that jnp-client.jar is in your client's classpath. jim - Original Message - From: "Chong Joon lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 8:11 AM Subject: [JBoss-user] Error in connecting remotely to jboss server > Hi, > > I am trying to r

[JBoss-user] Error in connecting remotely to jboss server

2001-04-17 Thread Chong Joon lee
Hi, I am trying to run a client remotely to a jboss server, however when I run the client I get the following message. Mesg: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingCon textFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.int

Re: [JBoss-user] datasource lookup from non ejb

2001-04-17 Thread Doug Ferguson
I am not aware that I can't lookup a DataSource from outside the JVM. So this means that only beans will be able to make use of the connection pool. I have pieces of my application which are not ejb and it makes no sense to make them ejbs I would like to use the j2ee connection pooling to have di

RE: [JBoss-user] RE: NT Service wrapper

2001-04-17 Thread Heitzso
Kevin, The plain-jane nt service wrapper I sent as the attachment was written for our use here at the CDC and is rigged to try a graceful shutdown of the java service by way of a tcp/ip port signal. I apologize to everyone for not actually playing w/ jBoss in the past year, but I haven't, and

Fw: [JBoss-user] Deployment problem - can't find resource manager

2001-04-17 Thread Jim Downing
Repost - can anybody help? thanks, Jim - Original Message - From: "Jim Downing" <[EMAIL PROTECTED]> To: "jboss-user" <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 1:07 PM Subject: [JBoss-user] Deployment problem - can't find resource manager > Hi all, > I'm trying to run an Entity B

RE: [JBoss-user] jboss2.1+tomcat periodically stuck

2001-04-17 Thread Shahar Solomianik
Thanks for the detailed answer !!! > > > We might need a full stack dump to solve this. You should be > able to do > a kill -QUIT , although i've noticed under Linux that this hasn't > been working all that well. I'll use that option next time it happens. > > I have other comments inline below.

Re: [JBoss-user] performance question for production use

2001-04-17 Thread Torben Jäger
Hi! > > Hence the reason for ValueObjects and SessionBean facades. Try this...move your > client EJB code into a stateless session bean deployed in the same jar file as > the entity bean. Use the tag. You will notice a tremendous > improvement. > We already implemented our b2b platform

Re: [JBoss-user] Using JMS resources (or other resources)

2001-04-17 Thread Peter Antman
On 16 Apr, Scott M Stark wrote: > The ExternalContext mbean service supports this. All it is doing it binding > a Reference to a Context from the external server. You could use it statically, > programmatically or just mimic its behavior. The class is >org.jboss.naming.ExternalContext. Wow, see

Re: [JBoss-user] Ejb Extrenal References

2001-04-17 Thread Russell
Hi Rajender , Are you are trying to call ejb bean from different jar files in the same container ? If yes , you need to set ejb-ref in ejb-jar.xml like below : ejb/Sequencekeys Session com.cesma.sequence.SequencekeysHome com.cesma.sequence.Sequencekeys