[JBoss-user] Zoap

2001-03-19 Thread Mit.freundlichen.Gruessen.Markus.Cozowicz
Is it possible to configure jboss that i can access my ejb's via the soap interceptor AND the normal rmi interceptor? thx markus ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [jBoss-User] findAll method

2001-03-16 Thread Tomasz Sulej
Ricky wrote: Hi all , I am using Linux6.1,jboss2.1 ,jdk1.3 and jbuilder3.5. I have a web application which need to display all records in the pages.I know that is the wrong ideas to implement but what can i do , is users requirement. So are there any jboss setting to limit how

[jBoss-User] How to get connection from JBoss Connection pool

2001-03-16 Thread Chidambara, Vinoth (CTS)
Hai, I am using JBoss 2.1,winodows NT Server,Sybase Sql Server. I have deployed a bean which connects to the database.Actually am getting connection like this Context ctx = new InitialContext(); DataSource ds = (DataSource)ctx.lookup("java:/TryDB");

RE: [jBoss-User] calling ejb 's on remote server's

2001-03-16 Thread gregor . giebel
Have you tried reading your exceptions? System.setProperty("java.naming.provider.url", "24.114.27.108:1099"); exception is: java.net.MalformedURLException: no protocol: 24.114.27.108:1099/ Try setting "rmi://24.114.27.108:1099/" instead. Or was that http? Actually, I just tried,

[jBoss-User] Can't get the right class-name, Exception duringjBoss startup

2001-03-16 Thread Alexander Methke
As I said before ('bout 3 days) we're using own DataBase for storing CMP's, everythings fine, we can lookup, store, findByPrimaryKey, findAll etc. But during startup of jBoss there's this weird Exception. We changed to class-Name as you said but nevertheless this Exception...What went wrong or

[jBoss-User] jboss jdk1.3

2001-03-16 Thread Ricky
Hi all , Jboss is using jbk1.3 HotSpot JVM. What is the advantages using jdk1.3 HotSpot JVM in Jboss besides improvement in speed performance? I know that is out of topics . Please forgive me . Thanks wt. -- -- To

[jBoss-User] problem integrating jboss with tomcat on windows 2000

2001-03-16 Thread Eng Fong Lau
hi, i have tried the integration using the howto from the url: http://www.jboss.org/business/jboss-tomcat.html. However, after following exactly what is in the doc, i have the following error: [EmbeddedTomcat] Starting EmbeddedTomcat 2001-03-15 04:12:51 - ContextManager: Adding context

Re: [jBoss-User] Problem Setting Up DB Connection Pool

2001-03-16 Thread Tim Yates
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 16, 2001 5:18 AM Subject: [jBoss-User] Problem Setting Up DB Connection Pool I was following the instructions on http://www.jboss.org/manual/adv_config.html to set up the database connection pool for mySQL in jBoss 2.1. I got

Re: [jBoss-User] JMS + RMI-HTTP Tunneling

2001-03-16 Thread Ken Jenks
At 01:53 PM 3/14/01 +0200, you wrote: Hi. Can I have an applet being a JMS client , using RMI-HTTP tunneling (Sun's cgi-bin/java-rmi.cgi servlet) when behind a proxy/firewall ? Probably not. Applets use JDK 1.1 and jBossMQ probably requires 1.2. (I tried this on SpyderMQ and it required 1.2, so

Re: [jBoss-User] problem integrating jboss with tomcat on windows2000

2001-03-16 Thread Ken Jenks
At 06:15 PM 3/16/01 +0800, you wrote: hi, i have tried the integration using the howto from the url: http://www.jboss.org/business/jboss-tomcat.html. However, after following exactly what is in the doc, i have the following error: Those docs are out of date. The way that works for me today

Re: [jBoss-User] chxiang@163.net's AutoReply

2001-03-16 Thread Luke Taylor
Ricky wrote: What is this ??? I received this rubbish email from this guys. Thanks wt [EMAIL PROTECTED] wrote: It's Chinese: "yi3 shou1 dao4. bu4 yong4 dan1 xin1" which means roughly: "Received. No need to worry" Just goes to show that JBoss is a truly international

[jBoss-User] App. Deployement

2001-03-16 Thread Hermann RANGAMANA
gurus, i'm still learning jBoss+EJB When i deploy my simple bean, jBoss throws the following errors. What do those errors mean? What is the reason of them being thrown ? --hermann Error message : [J2EE Deployer] Create application CMPJar.jar [J2EE Deployer] Installing EJB package: CMPJar.jar

Re: [jBoss-User] Problem while accessing JBoss JDBC ConnectionPool

2001-03-16 Thread Tim Yates
Try: DataSource ds = (DataSource)ctx.lookup("java:/TryDB"); Tim - Original Message - From: Chidambara, Vinoth (CTS) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 16, 2001 7:03 AM Subject: [jBoss-User] Problem while accessing JBoss JDBC Connection Pool Hai

AW: [jBoss-User] Zoap JBoss 2.1

2001-03-16 Thread Jung , Dr. Christoph
Hi Andrea, -Ursprngliche Nachricht- Von: Andrea Broglia [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 16. Mrz 2001 08:47 An: JBoss Mailinglist Betreff: [jBoss-User] Zoap JBoss 2.1 [MySession] CONTAINER EXCEPTION:null [MySession] java.lang.NullPointerException [MySession

RE: [jBoss-User] How to get connection from JBoss Connection pool

2001-03-16 Thread Wood, Kevin
Title: RE: [jBoss-User] How to get connection from JBoss Connection pool You can get the Connection from the DataSource the same way in WebLogic. The connection is coming from a pool in both JBoss and WebLogic. I believe the example that you show from your WebLogic code is the pre- JDBC 2.0

[jBoss-User] Happy to see you found the Jboss list

2001-03-16 Thread Kemp Randy-W18971
Subject: Greetings From: "Laurent" [EMAIL PROTECTED] Laurent: I am happy to see you made your way to the Jboss list, and there are some wonderful profiles of the jboss founders at www.ejbean.com. You have certainly come to the right place for finding the talent to write an EJB case study, and

[jBoss-User] Timed-out transaction

2001-03-16 Thread Thomas . Kirsch
We parse data out of xml files and load the data into our database. The data loading occurs within a container-managed transaction. For small xml files, everything works fine. For large xml files, however, the transaction times out before all of the data gets loaded. Is there a way to increase

[jBoss-User] rmiregistry

2001-03-16 Thread jwhite
Does JBoss start up an rmiregistry? If so, what port is it on? -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]

Re: [jBoss-User] struts-example.war

2001-03-16 Thread Marc Antoine Garrigue
Ok u were helpfull!! i was under wcrout 2k server : interbase connection was not handled, and struts-example throws a lot of bugs.. so i moved yesterday to linux... evreything work fine so... - Original Message - From: "Alvin Yap" [EMAIL PROTECTED] To: "JBoss-User&qu

RE: [jBoss-User] Timed-out transaction

2001-03-16 Thread Bordet, Simone
---Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: venerdi 16 marzo 2001 15:42 To: [EMAIL PROTECTED] Subject: [jBoss-User] Timed-out transaction We parse data out of xml files and load the data into our database. The data loading occurs within a container-ma

RE: [jBoss-User] rmiregistry

2001-03-16 Thread Bordet, Simone
Hey, Does JBoss start up an rmiregistry? If so, what port is it on? No, it does start a JNDI naming service however, on port 1099. Simon -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]

[jBoss-User] extract client ip address

2001-03-16 Thread Ernest Chen
Title: extract client ip address This might be a dumb question, how do I extract a client's IP address from my Session Bean? Is it part of JAAS Security Context? tks

Re: [jBoss-User] extract client ip address

2001-03-16 Thread Scott M Stark
extract client ip address You can't. You don't even know if your client is talking to your EJB via a protocol that has an IP address in general. This is a protocol transport attribute and it is a long way from the level of an EJB. - Original Message - From: Ernest Chen To: 'JBoss-User

Re: [jBoss-User] How to get connection from JBoss Connection pool

2001-03-16 Thread James Cook
- Original Message - From: "Chidambara, Vinoth (CTS)" [EMAIL PROTECTED] I am using JBoss 2.1,winodows NT Server,Sybase Sql Server. I have deployed a bean which connects to the database.Actually am getting connection like this Context ctx = new InitialContext();

RE: [jBoss-User] Timed-out transaction

2001-03-16 Thread Thomas . Kirsch
Thanks for the great help Simone! I increased the transaction time-out and it did work! Thomas -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]

[jBoss-User] installing ORACLE JDBC,

2001-03-16 Thread Reynir Hübner
assword"/attribute /mbean and I also specify the driver jboss.jcml, all according to the message : http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg12921.ht ml ok, please tell me what Im doing wrong. regards, Reynir Hbner [EMAIL PROTECTED] -- -

[jBoss-User] Linux JBoss - Benchmarking woes

2001-03-16 Thread R . Price
Hopefully, someone with more in-depth knowledge of JBoss (like Marc or Rickard) can shed some light on some things we are seeing with JBoss and how it runs, particularly on a Linux box. 1) When we start JBoss, there are a large number of java processes started - I'm assuming that represents

Re: [jBoss-User] Linux JBoss - Benchmarking woes

2001-03-16 Thread Scott M Stark
1) When we start JBoss, there are a large number of java processes started - I'm assuming that represents all the services, etc. that it needs. Each one of these processes is reported as taking 156M of memory!! (More if we up the VM's heap size, etc.) a. Why so much memory?

[jBoss-User] Typo under Packaging and deploying the Beans?

2001-03-16 Thread Ilane Marie Walberg
Hi, Is the following a typo? When packaging these Beans, don't forget to include the files ejb-jar.xml and jboss.jar in the directory META-INF. ^^^ Also, there is a warning at the bottom of the page: Note that it can be very difficult to change the number or names of columns in

RE: [jBoss-User] installing ORACLE JDBC,

2001-03-16 Thread Todd Bowker
TED]] Sent: Friday, March 16, 2001 8:54 AM To: [EMAIL PROTECTED] Subject: [jBoss-User] installing ORACLE JDBC, Hello, Im very new to jBoss and Im trying to connect jBoss 2.1 to Oracle 8i with the JDBC thin client. Im getting an error like this, and Im wondering how to understand it: [isdb] Star

AW: [jBoss-User] JMS + RMI-HTTP Tunneling

2001-03-16 Thread Stefan Siprell
. Marz 2001 12:40 An: JBoss-User Betreff: Re: [jBoss-User] JMS + RMI-HTTP Tunneling At 01:53 PM 3/14/01 +0200, you wrote: Hi. Can I have an applet being a JMS client , using RMI-HTTP tunneling (Sun's cgi-bin/java-rmi.cgi servlet) when behind a proxy/firewall ? Probably not. Applets use JDK 1.1

Re: [jBoss-User] Linux JBoss - Benchmarking woes

2001-03-16 Thread Edward Yavno
It may be the Tomcat that brings your system down. Try to hit the JSP pages only. We use Resin as a JSP/Servlets engine for 20+ sites on a 2-machine cluster. We've tried to use Tomcat for an internal very JSP/Servlet intensive app, and 12-17 users were bringing it down to its knees. Plus tomcat

Re: [jBoss-User] Linux JBoss - Benchmarking woes

2001-03-16 Thread danch
[EMAIL PROTECTED] wrote: Hopefully, someone with more in-depth knowledge of JBoss (like Marc or Rickard) can shed some light on some things we are seeing with JBoss and how it runs, particularly on a Linux box. 1) When we start JBoss, there are a large number of java processes

Re: [jBoss-User] Timed-out transaction

2001-03-16 Thread Ole Husgaard
Hi, You can increase your tx timeout in jboss.jcml (or is it jboss-auto.jcml?). However I would try to shorten or split such long transactions. Maybe you could do the XML parse outside a transaction? Best Regards, Ole Husgaard. [EMAIL PROTECTED] wrote: We parse data out of xml files and

Re: [jBoss-User] How to get connection from JBoss Connection pool

2001-03-16 Thread danch
Chidambara, Vinoth (CTS) wrote: Hai, I am using JBoss 2.1,winodows NT Server,Sybase Sql Server. I have deployed a bean which connects to the database.Actually am getting connection like this Context ctx = new InitialContext(); DataSource ds =

Re: [jBoss-User] Problem while accessing JBoss JDBC ConnectionPool

2001-03-16 Thread danch
Sorry, reading my mail backwards and found your later post first. Chidambara, Vinoth (CTS) wrote: Hai, I have created connection pool named "TryDB" And i can see the output in server dosprompt like this [TryDB] Starting [TryDB] XA Connection pool TryDB bound to java:/TryDB [TryDB]

RE: [jBoss-User] installing ORACLE JDBC,

2001-03-16 Thread Reynir Hübner
thank you, Ive tried this but still get the same error... so any other ideas ? -r -Original Message- From: Todd Bowker [mailto:[EMAIL PROTECTED]] Sent: 16. mars 2001 17:05 To: JBoss-User Subject: RE: [jBoss-User] installing ORACLE JDBC, The DataSourceClass attribute doesn't look

[jBoss-User] Please someone explain it to me . Thanks

2001-03-15 Thread Ricky
Hi all , i am using linux6.1 , Tomcat3.2.1 and jBoss2.1. Properties props = new Properties(); props.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); props.put(Context.PROVIDER_URL, "localhost:1099"); If i have installed jboss container in my server

Re: [jBoss-User] Please someone explain it to me . Thanks

2001-03-15 Thread Rickard Öberg
Properties props = new Properties(); props.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); props.put(Context.PROVIDER_URL, "localhost:1099"); Is this on the server? If so, you shouldn't need it at all. Above all do not specify PROVIDER_URL (since localhost

[jBoss-User] Discover EJB from the client

2001-03-15 Thread Christian Holmqvist
Hi I'm in a project where the situation is that I have to "discover" a application server from the outside (given minimum amount of information i.e. servername, port, what else??). What I like to find out about a server is the interfaces that is exposed (i.e. home and remote interface), and all

Re: [jBoss-User] Please someone explain it to me . Thanks

2001-03-15 Thread Ricky
Thanks Rickard , we have solved the tomcat "NoClassDefFound" error.(silly mistake !!). I have another question : I have a jsp which called ejb bean deployed in the jboss container . Deployed ejb without error and test the jsp in jbuilder3.5 , is ok . Now i need to deployed the jsp

RE: [jBoss-User] Discover EJB from the client

2001-03-15 Thread achandra
with JMX see J2EEDeployer MBean adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Holmqvist Sent: Thursday, March 15, 2001 3:29 PM To: JBoss-User Subject: [jBoss-User] Discover EJB from the client Hi I'm in a project where the situation

[jBoss-User] Security

2001-03-15 Thread Ivan Bolcina
Title: Security Hello. I have 3 questions. Help would be very nice. 1. How to set up simple authentization for users, so that only users in some table in database are allowed to connect, but guest is disabled. I only want to protect InitialContext from unknown users. What happens if jboss

[jBoss-User] Security

2001-03-15 Thread Ivan Bolcina
Title: Security Hello. I have 3 questions. Help would be very nice. 1. How to set up simple authentization for users, so that only users in some table in database are allowed to connect, but guest is disabled. I only want to protect InitialContext from unknown users. What happens if jboss

Re: [jBoss-User] Solaris version?

2001-03-15 Thread Tim Yates
Yep, we use it for Solaris... Works really well under JDK1.3 Tim... - Original Message - From: Damon Chong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 7:32 AM Subject: [jBoss-User] Solaris version? Hi, I wonder if it is possible to use JBoss in solaris

RE: [jBoss-User] Discover EJB from the client

2001-03-15 Thread gregor . giebel
qvist [mailto:[EMAIL PROTECTED]] Sent: 15 March 2001 09:29 To: JBoss-User Subject: [jBoss-User] Discover EJB from the client Hi I'm in a project where the situation is that I have to "discover" a application server from the outside (given minimum amount of information i.

Re: [jBoss-User] Connection Pool

2001-03-15 Thread Tim Yates
This is what we use: mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=DataSource" attribute name="PoolName"DataSource/attribute attribute name="DataSourceClass"org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l/attribute attribute

[jBoss-User] nevertheless ClassNotFoundException during startup

2001-03-15 Thread Alexander Methke
...OK, I changed class-name to org.opentools.minerva.xa.XADataSourceImpl But there's even some Exception: (this Exception is based on the class-name specified in jBoss-auto.jcml) [JMX RMI Adaptor] Initializing [JMX RMI Adaptor] Initialized [JMX RMI Connector] Initializing [JMX RMI

RE: [jBoss-User] Tomcat and 3/14 CVS

2001-03-15 Thread Jeff Markham
Of Jeff Markham Sent: Thursday, March 15, 2001 12:59 AM To: Jboss-User Subject: [jBoss-User] Tomcat and 3/14 CVS Can't build contrib/tomcat with 3/14 CVS checkout. . . . import org.jboss.security.SecurityAssociation; import org.jboss.security.SimplePrincipal

[jBoss-User] auth.conf is read from default configuration only

2001-03-15 Thread Willie Vu
I start JBoss with a command argument "abc" as the configuration name. It seems like most files are read from the ${jboss.home}/conf/abc directory, except auth.conf. Is it a bug? W. _ Do You Yahoo!? Get your free @yahoo.com address at

Re: [jBoss-User] chxiang@163.net's AutoReply

2001-03-15 Thread Alexander Methke
I don't know what ist is you're doing but STOP DISTURBING ME... Pew, now it's better and I hope you understood me "JBoss-User" [EMAIL PROTECTED] schrieb am 15.03.01: -- -- To subscribe:[EMAIL

Re: [jBoss-User] auth.conf is read from default configurationonly

2001-03-15 Thread Oleg Nitz
Hi Willie, Unfortunately, you need to perform an additional operation: edit the file ${jboss.home}/conf/abc/jboss.properties and set java.security.auth.login.config==file:../conf/abc/auth.conf there. Regards, Oleg Willie Vu wrote: I start JBoss with a command argument "abc" as

[jBoss-User] java.lang.NoClassDefFoundError

2001-03-15 Thread Ricky
Hi all , I successfully deploy ejb into jboss and setting up embedded Tomcat with jboss . All are ok. However i trying to call my jsp , it give my the error below : Anybody have any ideas ? I am using Jboss2.1 , Linux6.1,jdk1.2.2 and postgres7. I have put all the ejb classes like remote ,

[jBoss-User] NoClassDefFoundError : javax.rmi.PortableRemoteObject

2001-03-15 Thread Ricky
Hi all , I have the error below when i tried to called my jsp which will initialize ejb bean in jboss. I am using jdk1.2.2 ,linux6.1 , postgresql7 and jBoss2.1. Anybody have any ideas why ? Thanks wt. Internal Servlet Error: javax.servlet.ServletException: javax/rmi/PortableRemoteObject

[jBoss-User] Deployment tool..

2001-03-15 Thread Nils Olav Selåsdal
Will there soon be a decent deployment/packaging tool for JBoss? The EJX i find rater usless, its simply a GUI for editing a xml file. I need full configuration for my jms queues/topics my datasources, etc. .The jmx managment system lets me do some of this, but since its not percistent its not

RE: [jBoss-User] struts-example.war

2001-03-15 Thread Nils Olav Selåsdal
] -Original Message- From: Michael Marr [mailto:[EMAIL PROTECTED]] Sent: 14. mars 2001 22:52 To: Jboss-User Subject: [jBoss-User] struts-example.war Has anyone gotten struts-example.war to work with JBoss 2.1? I have tried it with the Tomcat 3.2.1 binaries straight from the Apache site and it works

[jBoss-User] NoInitialContextException due tojava.lang.ClassNotFoundException

2001-03-15 Thread Sampathkumaran, Ramkumar (CTS)
Hi, I am using Jboss2.1 (with tomcat), Windows NT 4 SP 5,jdk1.3.0_02. I deployed a ejb into jboss. When my applet(which is inside tomcat's root directory) tries to contact the ejb, it gives the error below : Error in getInitialContext()javax.naming.NoInitialContextException: Cannot

Re: [jBoss-User] Deployment tool..

2001-03-15 Thread Raffael Herzog
Nils Olav Selsdal [EMAIL PROTECTED] wrote: Will there soon be a decent deployment/packaging tool for JBoss? The EJX i find rater usless, its simply a GUI for editing a xml file. I need full configuration for my jms queues/topics my datasources, etc. .The jmx managment system lets me do some

Re: [jBoss-User] Jboss 2.1 is released..wow..

2001-03-15 Thread Lionel Siau
Gregor is right, 2.0 FINAL should be available and 2.1 should scream beta all over it. It does not. Anyone not paying attention to this list(hence my first post), could get misled. Lionel - Original Message - From: "Lennart Petersson" [EMAIL PROTECTED] To: "JBoss-User&qu

RE: [jBoss-User] Tomcat JDBC realm need to reboot jboss?

2001-03-15 Thread Lewis Lin
Thanks, Dewayne, I tried that. But still no luck. Maybe we have different error message? Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dewayne McNair Sent: Wednesday, March 14, 2001 3:47 PM To: JBoss-User Subject: Re: [jBoss-User] Tomcat JDBC

[jBoss-User]

2001-03-15 Thread prateeks saxena
Hi Can i deploy the EJBs(entity beans) developed in VAJ3.5 to jboss. If possible than how. regards prateek Get free email and a permanent address at http://www.netaddress.com/?N=1 --

[jBoss-User] EJBs developed in VAJ3.5 and deploying in JBOSS,possible???than how

2001-03-15 Thread prateeks saxena
Hi Can i deploy the EJBs(entity beans) developed in VAJ3.5 to jboss. If possible than how. regards prateek Get free email and a permanent address at http://www.netaddress.com/?N=1 --

Re: [jBoss-User] Tomcat JDBC realm need to reboot jboss?

2001-03-15 Thread Alvin Yap
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dewayne McNair Sent: Wednesday, March 14, 2001 3:47 PM To: JBoss-User Subject: Re: [jBoss-User] Tomcat JDBC realm need to reboot jboss? I've noticed the same thing... haven't had time to look into it yet, but, a quick solution

RE: [jBoss-User] struts-example.war

2001-03-15 Thread Michael Marr
I checked, and added struts.jar to /lib under jakarta-tomcat-3.2.1. I already had it under /lib/ext in the jboss-2.1. Michael... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nils Olav Selsdal Sent: Thursday, March 15, 2001 6:11 AM To: 'JBoss-User

[jBoss-User] Jbosssx + Petstore

2001-03-15 Thread Christopher Albert
Hi, I just got today's snapshot of the jboss cvs sources from http://www.jboss.org/zip_archives/jboss-cvs.zip , built it and then tried to rebuild the Petstore example, pathched with www.jboss.org/newsite/documentation/petstore-1.1.1-patch.zip. against this new jboss source tree to incorporate

SV: [jBoss-User] MANIFEST.MF Class-Path and Jars

2001-03-15 Thread Lennart Petersson
Subject: RE: [jBoss-User] MANIFEST.MF Class-Path and Jars You should put the lib directory under deploy and jar the rest of the files into the ejb jar: deploy/ejb-app.jar deploy/lib/xml.jar deploy/lib/mylib.jar META-INF/ META-INF/MANIFEST.MF com/acme/one.class com/acme/two.class

Re: [jBoss-User] struts-example.war

2001-03-15 Thread Marc Antoine Garrigue
excuse me for my ignorance but i have some probleme with struts: I work with the 2.0 release of jboss I don't know how to run/deploy the struts-example. Anyone can help? - Original Message - From: "Michael Marr" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTE

Re: Re: RE: [jBoss-User] override equals() in prim-key-class

2001-03-15 Thread Dan Christopherson
very fast to avoid contact with coffee-pot thrwan at him) I'd never throw anything as critical to my well-being as a coffee-pot. "JBoss-User" [EMAIL PROTECTED] schrieb am 14.03.01: Are you sure that you and JBoss are looking at the same database? By default, JBoss will map

RE: [jBoss-User] MANIFEST.MF Class-Path and Jars

2001-03-15 Thread Kimpton,C (Chris)
skip it! HTH, Chris -Original Message- From: Lennart Petersson [mailto:[EMAIL PROTECTED]] Sent: Thursday, 15 March 2001 15:20 To: JBoss-User Subject: SV: [jBoss-User] MANIFEST.MF Class-Path and Jars Does this really work? Can someone confirm it please!? Maybe i'm doing

Re: [jBoss-User] NoClassDefFoundError :javax.rmi.PortableRemoteObject

2001-03-15 Thread Dan Christopherson
You either need to move to jdk1.3, or get the java-idl package for jdk1.2.2. A third option would be to write not-strictly-portable code and eliminate the call to PortableRemoteObject.narrow. On Thu, 15 Mar 2001, Ricky wrote: Hi all , I have the error below when i tried to called my jsp

RE: [jBoss-User] Deployment Jndi

2001-03-15 Thread Dan Christopherson
anything like the application.xml file? Thanks, Southin -Original Message- From: Dan Christopherson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 12:59 PM To: JBoss-User Subject: RE: [jBoss-User] Deployment Jndi On Wed, 14 Mar 2001, Simphoukham, Southin wrote

SV: [jBoss-User] MANIFEST.MF Class-Path and Jars

2001-03-15 Thread Lennart Petersson
Thank you!!! And damn me I've had this problem before and still forgot it :-( It do work now, even with ejb-jar files!!! /L - Original Message - From: Kimpton,C (Chris) [EMAIL PROTECTED] To: 'JBoss-User' [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 4:32 PM Subject: RE: [jBoss

Re: [jBoss-User] JBOSS support for JSSE

2001-03-15 Thread Dan Christopherson
: Thursday, March 15, 2001 8:57 AM To: Garry Seifried Subject: Subscribe jboss-user DNUAVDGWPW PLEASE NOTE! Please make sure that you have turned off sending HTML format email. You can do this by going into your email client options settings and setting it to send Plain Text

[jBoss-User] JDBC connection pooling

2001-03-15 Thread Jon Finanger
Hi! Is it possible to extract jboss's jdbc connection pooling and use it on a general basis? Is the jboss jdbc connection pooling built on a spesific project? If its not possible, does anyone knows of a good open source jdbc connection pool accessible through JNDI? (i do not use a jdbc2.0

RE: [jBoss-User] JDBC connection pooling

2001-03-15 Thread Heitzso
was an easy extraction for now. -Original Message- From: Jon Finanger [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 7:17 AM To: [EMAIL PROTECTED] Subject: [jBoss-User] JDBC connection pooling Hi! Is it possible to extract jboss's jdbc connection pooling and use it on a general basis

Re: [jBoss-User] Security

2001-03-15 Thread Dan Christopherson
On Thu, 15 Mar 2001, Ivan Bolcina wrote: Hello. I have 3 questions. Help would be very nice. 1. How to set up simple authentization for users, so that only users in some table in database are allowed to connect, but guest is disabled. I only want to protect InitialContext from unknown

[jBoss-User] Using minerva Drivers with JBoss 2.1

2001-03-15 Thread mlecza
We have a problem using the oracle.jdbc.xa.client.OracleXADataSource drivers with Oracle 8.1.7 on Linux (that's another issue) so we have been using the minerva drivers with JBoss 2.0 without a problem. I Loaded up JBoss 2.1 and with the following in the jcml file: mbean

Re: [jBoss-User] Jbosssx + Petstore

2001-03-15 Thread Scott M Stark
It seems that the build.xml file provided with the petstore patch in jps1.1.1/src/petstore/src/build.xml needs to add jbosssx-client.jar from jboss.home/client to its classpath in order to reflect the recent changes in the jboss source tree with respect to the security classes. Correct.

[jBoss-User] findByPrimaryKey for just removed CMP bean

2001-03-15 Thread Alexander Kogan
Hello, I've just bumped into a strange situations when findByPrimaryKey() neither throws an ObjectNotFoundException not returns null for just removed CMP entity bean with identical PK. And next call to the home-interface returned by findByPrimaryKey() throws java.rmi.ServerException:

Re: [jBoss-User] IE v 5.50.4522.1800 - Session scope errors (jsp)

2001-03-15 Thread Luan O'Carroll
on cookies. If this is the source of your problem you may be able to work around it by using request cookies (with a short expiry period) or with URL rewriting. HTH Luan - Original Message - From: [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 4:3

RE: [jBoss-User] Using minerva Drivers with JBoss 2.1

2001-03-15 Thread Shahar Solomianik
but if you use only one pool with oracle.jdbc.xa.client.OracleXADataSource (without minerva) , does it work ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 7:35 PM To: [EMAIL PROTECTED] Subject: [jBoss

Re: [jBoss-User] Security

2001-03-15 Thread Scott M Stark
Security - Original Message - From: Ivan Bolcina 1. How to set up simple authentization for users, so that only users in some table in database are allowed to connect, but guest is disabled. I only want to protect InitialContext from unknown users. What happens if jboss is using JAAS

[jBoss-User] 6 zoap test errors: ..................E.E.E.E.E.E

2001-03-15 Thread rob sanders
Hi: I'm attempting to use zoap in jboss-tomcat-2.1-beta. some qualified success after adjusting classpaths. Downloaded latest zoap from CVS...yes unzipped source, binary...yes copied zoap.jar, inforUtil.jar to jboss-2.1/lib/ext...yes using

RE: [jBoss-User] Using minerva Drivers with JBoss 2.1

2001-03-15 Thread mlecza
Solomianik [EMAIL PROTECTED]To: 'JBoss-User' [EMAIL PROTECTED] om cc

Re: [jBoss-User] struts-example.war

2001-03-15 Thread Marc Antoine Garrigue
Are there any pretty cool and kind guy who can help me on struts with jboss tomcat..?.. Thank u - Original Message - From: "Marc Antoine Garrigue" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 3:27 PM Subject: Re: [jBoss-User

Re: [jBoss-User] struts-example.war

2001-03-15 Thread Tom Mcfeeley
just drop the war file into the deploy directory nad then surf to localhost:8080/struts-example - Original Message - From: "Marc Antoine Garrigue" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 3:27 AM Subject: Re: [jBoss-User

[jBoss-User] Greetings

2001-03-15 Thread Laurent
Hello Everyone, My name is Laurent Weichberger, and I work for LearningPatterns.com as the project manager for their ejbean.com EJB portal, and Java instructor. I was referred to this list by Rickard, since I am always trying to learn more about EJB, and right now am particularly interested

[jBoss-User] Logging

2001-03-15 Thread Jason Mawdsley
I have some questions with which I could not find answers for in the archives. Weblogic has a logging API that you use to log to Weblogic. Does JBoss have the equivant? It seems that the console, file, and GUI logging are only for JBoss Server logging, not for EJBs Thanks

AW: [jBoss-User] 6 zoap test errors:..................E.E.E.E.E. E

2001-03-15 Thread Jung , Dr. Christoph
An: [EMAIL PROTECTED] Betreff: [jBoss-User] 6 zoap test errors: ..E.E.E.E.E.E Hi: I'm attempting to use zoap in jboss-tomcat-2.1-beta. some qualified success after adjusting classpaths. Downloaded latest zoap from CVS...yes unzipped source, binary

Re: [jBoss-User] Logging

2001-03-15 Thread Dan Christopherson
On Thu, 15 Mar 2001, Jason Mawdsley wrote: I have some questions with which I could not find answers for in the archives. Weblogic has a logging API that you use to log to Weblogic. Does JBoss have the equivant? It seems that the console, file, and GUI logging are only for JBoss Server

[jBoss-User] tomcat download finished?

2001-03-15 Thread Scruffles -
I tried to download the jboss/tomcat pre configured package, after having some luck with the jetty download. The jboss/jetty package simply unzipped and ran... no effort required. The jboss/Tomcat package isn't setup the same. My first problem - there isn't a readme file or a startup script

RE: [jBoss-User] Greetings

2001-03-15 Thread marc fleury
please do not spam the lists... thanks marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Laurent |Sent: Thursday, March 15, 2001 2:34 PM |To: [EMAIL PROTECTED] |Subject: [jBoss-User] Greetings | | |Hello Everyone, | |My name is Laurent

RE: [jBoss-User] viewing tomcat-test application

2001-03-15 Thread jeff anderson
PROTECTED] Subject: [jBoss-User] viewing tomcat-test application Hello all, I have just installed jboss 2.0 with Tomcat integrated into it. I cannot access the tomcate-test app (or any war file that I move into the deployed folder) from a browser all I get is a blank page. Here isthe Url I am using

Re: [jBoss-User] Logging

2001-03-15 Thread Jason Mawdsley
It seems that the console, file, and GUI logging are only for JBoss Server logging, not for EJBs If you write to System.out, it does show up in the logs (I believe at Info level?). Obviously, this isn't good enough for a lot of purposes. Have you looked at log4j? I have heard of

Re: [jBoss-User] JBOSS support for JSSE

2001-03-15 Thread Michel Anke
15, 2001 8:57 AM To: Garry Seifried Subject: Subscribe jboss-user DNUAVDGWPW PLEASE NOTE! Please make sure that you have turned off sending HTML format email. You can do this by going into your email client options settings and setting it to send Plain Text email only. PLEASE

Re: [jBoss-User] Logging

2001-03-15 Thread Dan Christopherson
On Thu, 15 Mar 2001, Jason Mawdsley wrote: It seems that the console, file, and GUI logging are only for JBoss Server logging, not for EJBs If you write to System.out, it does show up in the logs (I believe at Info level?). Obviously, this isn't good enough for a lot of

Re: [jBoss-User] Security

2001-03-15 Thread Thomas Hagedorn
On Thursday 15 March 2001 09:31, you wrote: Hello. I have 3 questions. Help would be very nice. 2. Plus additional question. Suppose : EJB1 --- EJB2 -- EJB3 --- DB EJB4 --- EJB5 -- EJB6 --- DB I would like to make avaliable to public only beans EJB1 and EJB4. How? Don't publish the Home

Re: [jBoss-User] Logging

2001-03-15 Thread Jason Mawdsley
If you write to System.out, it does show up in the logs (I believe at Info level?). Obviously, this isn't good enough for a lot of purposes. Have you looked at log4j? From looking at log4j I don't think I can use it. My beans have to work in various app servers, hence I can not

Re: [jBoss-User] struts-example.war

2001-03-15 Thread Alvin Yap
: Are there any pretty cool and kind guy who can help me on struts with jboss tomcat..?.. Thank u - Original Message - From: "Marc Antoine Garrigue" [EMAIL PROTECTED] To: "JBoss-User" [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 3:27 PM Subject: Re: [jBoss-User

Re: [jBoss-User] Security

2001-03-15 Thread Alexander Kogan
Thomas Hagedorn wrote: Suppose : EJB1 --- EJB2 -- EJB3 --- DB EJB4 --- EJB5 -- EJB6 --- DB I would like to make avaliable to public only beans EJB1 and EJB4. How? Don't publish the Home and Remote interfaces of the beans you'll keep inside. Without interfaces noone can connect to

  1   2   3   4   5   6   7   8   9   10   >