RE: [JBoss-user] What is the CVS Password for anonymous user?

2002-06-21 Thread Georg Schmid
Hi, ok, so it's not a problem with my WinCVS configuration (output from WinCVS): cvs update: authorization failed: server cvs.jboss.sourceforge.net rejected access to /cvsroot/jboss for user anonymous cvs update: used empty password; try cvs login with a real password It used to work until a

[JBoss-user] Remote Deployment of JAR file-'help'

2002-06-21 Thread Jagan
Hi All Here is a sample of what i implemented.This bit of code does work for local deployment but fails for remote deployment. try { //sampleFile : is some file in the local machine File sampleFile = new

[JBoss-user] where is the webserver loading classes from?

2002-06-21 Thread jfina
hi. The the webserver(:8083) uses its registered classloaders classpath to load classes from. But when i, as a client, want to use dynamic classloading and retrieve the required client jars through my URLClassLoader the webserver cant find them. Is the webserver only intended for providing

[JBoss-user] Error while deploying stateful session beans on JBoss2.4.4

2002-06-21 Thread Schneid_Chris
Hi, i have troble while using stateful session beans. Every time i want to deploy a stateful session bean, i get the following error message at the JBoss2.4.4 console: [ERROR,ContainerFactory] InternalError java.lang.NullPointerException at

Re: [JBoss-user] where is the webserver loading classes from?

2002-06-21 Thread Andrew
I've exact that problem- why is webserver(:8083) and how I can use it from client? - Original Message - From: jfina [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 21, 2002 11:31 AM Subject: [JBoss-user] where is the webserver loading classes from? hi. The the

[JBoss-user] RE: Dynamic Class Loading problems

2002-06-21 Thread Tiago Fernandes Thomaz
Thank you anyway. One more thing, is there any way to reload JBoss classpath without shuting down JBoss? If there were, I could simply put all EJB's stubs in a jar and put it in jboss/lib/ext. TIA. My bests, Tiago Fernandes Thomaz -Original Message- From: Sacha Labourey [mailto:[EMAIL

RE: [JBoss-user] What is the CVS Password for anonymous user?

2002-06-21 Thread Tim Fox
are you behind a firewall? - if so you need to open port 2401 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dain Sundstrom Sent: 21 June 2002 00:00 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] What is the CVS Password for anonymous user?

[JBoss-user] EJB Lookup in JBoss 2.4.4

2002-06-21 Thread Giorgio Ponza
Hi all. I have a client on a pc connecting with 2 different machines with the same JBoss 2.4.4 (also same installation procedure). (are all Linux - Jboss) I already copied all /jboss/client jars in my classpath. I can access EJBs in one pc, but the other answers with this error Error:

[JBoss-user] Re: AW: Remote Deployment of JAR file-'help'

2002-06-21 Thread Jagan
Hi, This is for jboss3.0. I tried with both slashes.I tried the same for windows to windows,windows to linux and windows to solaris. It did not work.I did find your Testcase only testing for localhost. It did work for only localhost. In older version of jboss(jboss2.2.4),i used the same bit of

[JBoss-user] Debugger Mode on Solaris Linux -'help'

2002-06-21 Thread Jagan
Hi All, How do i run Jboss3.0 on Solaris and linux in Debugger Mode? Thanks in Advance. Regds, --Jagan. -- _ L.S.JAGANATHAN SIP Technologies Exports Limited http://www.siptech.com/ Elnet Software City, Taramani Chennai - 600 113. mailto:[EMAIL PROTECTED]

[JBoss-user] Anybody help?? Error: [java] java.lang.NoClassDefFoundError

2002-06-21 Thread zhihai
Hi all, i tried to compile and test the InterestClient.java in the Jboss documentation The files were compiled successfully but in execution showed errors as: C:\examples\buildant intro-interest-deploy Buildfile: build.xml validate-servlet: validate-jboss: fail_if_not_valid: init:

[JBoss-user] Anybody help?? Error: [java] java.lang.NoClassDefFoundError

2002-06-21 Thread zhihai
Hi all, i tried to compile and test the InterestClient.java in the Jboss documentation The files were compiled successfully but in execution showed errors as: the Jboss version I am using is jboss-3.0.0_tomcat-4.0.3 C:\examples\buildant intro-interest-deploy Buildfile: build.xml

[JBoss-user] jdbc cache in cluster.

2002-06-21 Thread Stefan Groschupf
Hi, I want to distribute my servlet in a jboss cluser using jetty. Because my Servlet produce much Database traffic I have a cache in my servelt. But when I want to distribute my servlet this cache can't be used, because it is not in sync with multible instances. So I want to use the jboss

[JBoss-user] Multiple EARs / Classloading / Singletons

2002-06-21 Thread Graham French
Title: Multiple EARs / Classloading / Singletons Hi, I'm relatively new to Jboss 3 so I may have missed something here. I have two EARs deployed in the same instance of JBoss3.0.0. The code libraries/EJB's are identical, the EJB's are identified by different JNDI namespaces. Inside each

[JBoss-user] Dynamic class loading problem again (now in HP-UX) - includes JBoss#TRACE

2002-06-21 Thread Duarte Nuno Loreto
Hello! As I said in a previous mail, we have a core that uses dynamic class loading, getting a name of an EJB from a file and instatiates it to execute business logic. The core module has no interfaces of the EJBs to be called and the business EJBs are deployed in separate jar files. In

[JBoss-user] web site down?

2002-06-21 Thread Eric Kaplan
subject says it all Eric Kaplan Armanta, Inc. 55 Madison Ave. Morristown, NJ 07960 Phone: (973) 326-9600 winmail.dat Description: application/ms-tnef

RE: [JBoss-user] Never ending etandalone Tomcat issues

2002-06-21 Thread Jason Stortz
Adrian, Link didn't work, maybe because forums have been up and down lately. Got any other links? -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 8:30 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Never ending

Re: [JBoss-user] Jboss 3 with Ingres JDBC

2002-06-21 Thread David Jencks
What specifically haven't you been able to resolve? I think the quickstart documentation and several of my previous replies have clearly stated that you need to use the LocalTxConnectionManager setup with any jdbc driver that does not support xa with a built in XADataSource implementation. My

Re: [JBoss-user] EJB Lookup in JBoss 2.4.4

2002-06-21 Thread Giorgio Ponza
Solved by myself Was only a hosts / firewall problem Sorry, have a great weekend! Giorgio --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ___ JBoss-user mailing list [EMAIL PROTECTED]

RE: [JBoss-user] jdbc cache in cluster.

2002-06-21 Thread Bill Burke
Buy the for-pay clustering docs. It describes how to create your own clustered service with replicated state. There is no JBoss clustered JDBC cache. You can't use a clustered Stateful Session beans because SFSBs only allow one thread at a time to access them. There is also an InMemory

Re: [JBoss-user] Multiple EARs / Classloading / Singletons

2002-06-21 Thread David Jencks
The default setup for jboss 3 is to have one server-wide dynamically updatable classloader. This enables you to for instance have a very large app deployed in many ears yet still be able to redeploy the ears one at a time. In 3.0, (but not yet 3.1), you can specify a separate classloader

[JBoss-user] JBossMQ on multihomed machine

2002-06-21 Thread Roman Rokytskyy
Hi, I am using JBoss 3.0.0 with JMS server, and it is running on machine with multiple network cards. One card is connected to the outer world and has ip filtering there to allow only certain types of connections. I tried to use localhost whenever possible, and my JMS client (runs on the same

RE: [JBoss-user] Multiple EARs / Classloading / Singletons

2002-06-21 Thread Graham French
Title: RE: [JBoss-user] Multiple EARs / Classloading / Singletons Thanks very much, the jboss-app.xml solution worked a treat. Graham -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: 21 June 2002 13:47 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Multiple

Re: [JBoss-user] xdoclet relationship table mapping

2002-06-21 Thread David Ward
@jboss:relation-table table-name=FOO_BAR :) David -- Gary S. Cuozzo wrote: Anybody know what tag (if any) will make XDoclet specify a specific table name for JBoss to use for a many-to-many relationship? The relationship I have works fine, but uses a table created by JBoss instead of

[JBoss-user] AW: AW: Remote Deployment of JAR file-'help'

2002-06-21 Thread Jung , Dr. Christoph
But as i understand it, the remote call to the JMXAdaptor and the MainDeployer is done (the stacktrace is from the server, right). It only says that it cannot find the file under the url file:/d:/...) Hence it is not a local versus remote problem as I see it. It is a logical problem with your

Re: [JBoss-user] xdoclet relationship table mapping

2002-06-21 Thread Gary S. Cuozzo
Thanks! I've searched the xdoclet site docs, but have never seen a reference to this tag?! Are there other undocumented tags that I should know about? :-) gary. David Ward wrote: @jboss:relation-table table-name=FOO_BAR :) David -- Gary S. Cuozzo wrote: Anybody know what tag

[JBoss-user] localhost:8082

2002-06-21 Thread Tiago Fernandes Thomaz
Can anyone tell me if the url localhost:8082 is working fine? I'm using JBoss2.4.6-Tomcat4.0.3. I ask this due to the fact that I configured an MLET in jboss.conf in order to add a jar to the classpath (using ClassPathExtension). I'm working on HP-UX and put the jar in my home path. The MLET is:

Re: [JBoss-user] Trying to get outside a transaction

2002-06-21 Thread Marc Zampetti
Jon Swinth wrote: Sorry for the length of this post, but it is a complicated issue. The application we are working on is a shopping cart that reserves the inventory as soon as it is put in the cart. This is due to the fact that there are scarce quantities of items and they come and go (rental

Re: [JBoss-user] ERROR Proxy: getClasses

2002-06-21 Thread Sundaram Ramasamy
create all EJB class into jar file and put it in JBOSS_DIST/lib/ext directory, also re-start the application server. - Original Message - From: Tiago Fernandes Thomaz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 10:49 AM Subject: RE: [JBoss-user] ERROR Proxy:

AW: [JBoss-user] jboss-net.sar not deploying properly in jboss-tomcat

2002-06-21 Thread Jung , Dr. Christoph
Bruce, I fixed an issue with a wrong rootContext a few weeks ago. Before, axis tried to deploy under root/* which works for jetty, but tomcat would complain. Now it is Simly root if I remember right which should work for both, bu I could only check with jetty. Could you please check with the

Re: [JBoss-user] xdoclet relationship table mapping

2002-06-21 Thread David Ward
I don't know what your requirements are, so I can't guess what you should know about. However, I can give you a pointer on how to dig them up yourself... For XDoclet 1.1.2, look in the src directory for files ending in '.j' . Those are the xdt files where you can see all the hidden and

[JBoss-user] warning in the template example

2002-06-21 Thread Sundaram Ramasamy
Hi, When I try to build the template example I am getting following xdoclet warning message, How will I fix this? Thanks xdoclet-generate: [ejbdoclet] Generating Javadoc [ejbdoclet] Javadoc execution [ejbdoclet] Loading source file

Re: [JBoss-user] warning in the template example

2002-06-21 Thread David Ward
1) You can't. 2) Those are just warnings, not errors. 3) My guess is that your build was still successful. XDoclet 1.1.2 uses the JDK's javadoc, which obviously can't find those source files yet since they haven't been generated yet. In 1.2, XDoclet is introducing it's own javadoc engine

AW: [JBoss-user] jdbc cache in cluster.

2002-06-21 Thread Stefan Groschupf
Hi, There is no JBoss clustered JDBC cache. You can't use a clustered Stateful Session beans because SFSBs only allow one thread at a time to access them. Hmm, Ok, bad luck for me. I don't use beans for my servlet. ;-/ Thanks Stefan ---

Re: AW: [JBoss-user] jboss-net.sar not deploying properly in jboss-to mcat

2002-06-21 Thread Bruce Scharlau
At 04:03 PM 6/21/2002 +0200, you wrote: Bruce, I fixed an issue with a wrong rootContext a few weeks ago. Before, axis tried to deploy under root/* which works for jetty, but tomcat would complain. Now it is Simly root if I remember right which should work for both, bu I could only check with

[JBoss-user] problems with Tomcat and JBoss using deployment cache

2002-06-21 Thread Tania G. Ramos
Hi everybody, I'm using JBoss 3.0 (final) and Tomcat 4.0.3 with cache resource. But I'm having the following problem: I'm able to deploy my .war, but when I try to acess it by a web browser, I get the following message:  No Context configured to process this request I have

RE: [JBoss-user] ERROR Proxy: getClasses

2002-06-21 Thread Tiago Fernandes Thomaz
Yes, but that way hot deploy is not an option any more. I want to keep JBoss running and allow services to be hot deployed. For that, and since JBoss classpath (lib/ext) is set only on startup, I cannot put EJB's stubs in lib/ext. There must be any other way to do this appart from that and still

[JBoss-user] Java is not dead! *was* AW: [jboss-group] Bug 4670071 Updated: java.lang.ClassLoader.loadClassInternal(String) is too restrictive

2002-06-21 Thread Jung , Dr. Christoph
Juha, This is extremely good news as SUN seems to have accepted two bug-requests at the same time. Let´s see how they resolve it ... CGJ -Ursprüngliche Nachricht- Von: Juha-P Lindfors [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 21. Juni 2002 13:50 An: [EMAIL PROTECTED] Betreff:

AW: AW: [JBoss-user] jboss-net.sar not deploying properly in jboss-to mcat

2002-06-21 Thread Jung , Dr. Christoph
Cool. Thx for the feedback. This and the fact that Germany is in the half-finals (undeservably, of course!) makes me have a happy weekend ;-) CGJ -Ursprüngliche Nachricht- Von: Bruce Scharlau [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 21. Juni 2002 17:03 An: [EMAIL PROTECTED]

[JBoss-user] RE: Dynamic Class Loading problems

2002-06-21 Thread Sacha Labourey
Yes, with JBoss 3.0 you would most probably not have this problem thanks to the new UnifiedClassLoader. You can hot-deploy everything under jboss_home\server\default\deploy Cheers, Sacha -Message d'origine- De : Tiago Fernandes Thomaz [mailto:[EMAIL

[JBoss-user] All, Default, Minimal Mode - How To?

2002-06-21 Thread Jason Stortz
I would like to play with the clustering stuff, which Bill says only works with the all directory. How do I get my installation to use that mode? Thanks, Jason --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/

[JBoss-user] Re: JBoss-user digest, Vol 1 #2508 - 10 msgs

2002-06-21 Thread Jon Swinth
Thanks Marc for the reply. The issue with your solution is that the inventory checks are for different users than the where we are updating inventory. Each time an item is displayed on a page, the server checks inventory to see if it is still in stock. This is required because the data keeps

[JBoss-user] Cannot connect to an external RMI Server

2002-06-21 Thread Graham French
Title: Cannot connect to an external RMI Server Hi all Still on my quest to get our application deployed in JBoss and have come across another problem Have an EAR which contains several EJBs and a WAR. >From the webapp the client can execute a call to an in-house RMI Server (in this

Re: [JBoss-user] Cannot connect to an external RMI Server

2002-06-21 Thread Dave Smith
The client stub classes either have to be in the local classpath or you have to enable RMI loading of classes. On Fri, 2002-06-21 at 11:58, Graham French wrote: Hi all Still on my quest to get our application deployed in JBoss and have come across another problem Have an EAR which

RE: [JBoss-user] All, Default, Minimal Mode - How To?

2002-06-21 Thread Sacha Labourey
run.sh -c all or run.bat -c all or copy cluster-service.xml from server\all\deploy to default\all\deploy and simply execute run.sh/run.bat -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Jason Stortz Envoyé : vendredi, 21 juin

Re: [JBoss-user] All, Default, Minimal Mode - How To?

2002-06-21 Thread David Ward
Jason Stortz wrote: I would like to play with the clustering stuff, which Bill says only works with the all directory. How do I get my installation to use that mode? Thanks, Jason ./bin/run.sh -c all --- Sponsored by: ThinkGeek at

RE: [JBoss-user] All, Default, Minimal Mode - How To?

2002-06-21 Thread Jason Stortz
Thanks Sacha, you rule! -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 11:11 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] All, Default, Minimal Mode - How To? run.sh -c all or run.bat -c all or copy

[JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread Jason Owens
Hello, To get a quick start on my project, I implemented all my entity beans with CMP (and CMR). However, now that everything's working, I need to port one of those beans to BMP (since EJB-QL is severely limiting). I'm just about through with that, however, when I attempt to deploy my new bean,

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #2508 - 10 msgs

2002-06-21 Thread David Jencks
I'm not sure I understand all the details of what you are doing, however it might be that the firebird database versioning scheme would do what you want. With this, and the db set to repeatable read, each transaction is guaranteed a stable view of the committed data as of the time the

Re: [JBoss-user] All, Default, Minimal Mode - How To?

2002-06-21 Thread David Jencks
run.sh -c all run.sh --help is very helpful david jencks On 2002.06.21 11:54:30 -0400 Jason Stortz wrote: I would like to play with the clustering stuff, which Bill says only works with the all directory. How do I get my installation to use that mode? Thanks, Jason

Re: [JBoss-user] All, Default, Minimal Mode - How To?

2002-06-21 Thread Greg Turner
cd to bin directory. run.bat -c all Jason Stortz wrote: I would like to play with the clustering stuff, which Bill says only works with the all directory. How do I get my installation to use that mode? Thanks, Jason --- Sponsored

RE: [JBoss-user] Cannot connect to an external RMI Server

2002-06-21 Thread LaBanca, Rick
At least I'm not the only one! I submitted a bug on this yesterday. Apparently whatever classloader context your call happens in doesn't know about serializable objects you define, so the marshaling fails. I experimented and rmi will work with primitives or jdk standard objects. With my small

[JBoss-user] Re: JBoss-user digest, Vol 1 #2508 - 10 msgs

2002-06-21 Thread David Russell
I'm not sure that I see a difference between using straight SQL in the session bean versus finding the appropriate entity bean and querying it for the current inventory. The advantage to using the entity bean is, of course, the portability that you mention. I would think that two methods on

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread Greg Turner
Before migrating to BMP, did you check JBoss CMP docs. Because JBoss comes with JBossQL which has additional functionality beyond EJB-QL. Jason Owens wrote: Hello, To get a quick start on my project, I implemented all my entity beans with CMP (and CMR). However, now that everything's

Re: [JBoss-user] CMP error in 3.0.0 version (and rc3)

2002-06-21 Thread Emerson Cargnin - MSA
please could someone take a look on this isn't it a kind of strange? the strange thing is the t0_p. Emerson Cargnin - MSA wrote: I have an application that used to work until rc2, after trying to use with rc3 or 3.0.0 it start to give me jdbc error. Here is the ejb-ql and sql

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread Jason Owens
As a matter of fact, I did. However - I need to dynamically create queries for a filtering/reporting feature, and JBossQL doesn't do that (unless I missed something). -Jason Before migrating to BMP, did you check JBoss CMP docs. Because JBoss comes with JBossQL which has additional

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread Scott M Stark
Page 37 of the 2002-06-10 JBossCMP docs: DynamicQL DynamicQL allows the runtime generation and execution of JBossQL queries. A DynamicQL query method is an abstract method that takes the JBossQL query and the query arguments as parameters. JBossCMP compiles the JBossQL and executes the

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread David Jencks
I believe you can do that too, I think its called Dynamic??? rather than being part of JBossQL. david jencks On 2002.06.21 13:09:49 -0400 Jason Owens wrote: As a matter of fact, I did. However - I need to dynamically create queries for a filtering/reporting feature, and JBossQL doesn't do

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread Jason Owens
Argh. I was missing something! The new documentation! It looks like it SHOULD work for me (the DynamicQL)... but my question now is: does XDoclet support these new jboss features? :-) However - I'm still interested in the whole CMP - BMP problem. What if I wasn't using JBoss - or DynamicQL still

Re: [JBoss-user] CMP error in 3.0.0 version (and rc3)

2002-06-21 Thread Emerson Cargnin - MSA
please could someone take a look on this isn't it a kind of strange? the strange thing is the t0_p. Emerson Cargnin - MSA wrote: I have an application that used to work until rc2, after trying to use with rc3 or 3.0.0 it start to give me jdbc error. Here is the ejb-ql and sql

[JBoss-user] How to test Cluster?

2002-06-21 Thread Jason Stortz
1. Is there an easy way to search list archives that I don't know about, as I suspect this question to have been asked before. 2. I have two instances of jboss, one on each machine, clustering is setup, and works as far as *I* can tell. However, how do I test this more convincingly?

RE: [JBoss-user] How to test Cluster?

2002-06-21 Thread Bill Burke
Are you running Tomcat or Jetty within the same VM as JBoss? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Stortz Sent: Friday, June 21, 2002 2:39 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] How to test Cluster? 1. Is there an easy

[JBoss-user] Jboss and Tomcat

2002-06-21 Thread Tania G. Ramos
I'm using  jboss-3.0.0_tomcat-4.0.3 and to deploy my web application I'm having to put a *.war file in the deploy directory under Jboss. I was wondering if it is not possible to not have to create this war file and instead of it, put my web apllication under webapps. Can I make some

RE: [JBoss-user] How to test Cluster?

2002-06-21 Thread Jason Stortz
Hey Bill, Thanks for the reply, I'm using Tomcat currently. On each machine I have the Tomcat/JBOSS distribution installed. Thanks, Jason P.S., this is exactly what is so cool about JBoss, this list and everything, the actual CREATORS reply, people don't see just how awesome that is

[JBoss-user] javax.naming.CommunicationException in JBoss 3.0.0

2002-06-21 Thread Sullivan, Sean C - MLG
I am using: Sun JDK 1.4.0_01 Windows 2000 JBoss 3.0.0 I deployed a single Session EJB to JBoss 3.0.0 I wrote a simple client application that performs a JNDI lookup for the bean's home interface The JNDI lookup (and subsequent cast) results in a timed out error message. The JNDI

Re: [JBoss-user] problems with Tomcat and JBoss using deploymentcache

2002-06-21 Thread Werner Ramaekers
Hi, i think it is time you read a tutorial on J2EE and why WAR and JAR files are created instead of poking around in the server.xml. Applications are supposed to be deployed onto application servers by writing deployment descriptors like web.xml and ejb-jar.xml. study first please :-) try the

[JBoss-user] jboss.org web page problem and certification

2002-06-21 Thread HORTON,NOAH (HP-FtCollins,ex1)
Hey! First off, the link on the JBoss.org front page in the section Sell JBoss to your Boss is broken. My bigger question is whether JBoss has been through the J2EE certification process, or if such certification is planned. Thanks! -Noah Horton

RE: [JBoss-user] How to test Cluster?

2002-06-21 Thread Bill Burke
HTTP Session replication/clustering is not available in the 3.0 release. But if you want to build from CVS Branch_3_0, I can provide you with directions to try out the Tomcat clustering Thomas Peuss has done. Otherwise to test out, just write a simple standalone client that connects to JNDI,

Re: [JBoss-user] CMR bug fixed?

2002-06-21 Thread Douglas Su
Dain, I've checked out JBoss-all module and I compiled a jboss3.1.0alpha version. Is this the correct version? Is the CMR bug fixed for this version? Is this the Branch_3_0 and Head you are talking about? This version seems to give me some error on ejb-management.jar and

RE: [JBoss-user] What is the CVS Password for anonymous user?

2002-06-21 Thread Douglas Su
Thank you very much Tim. Douglas From: Tim Fox [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] What is the CVS Password for anonymous user? Date: Fri, 21 Jun 2002 10:38:35 +0100 are you behind a firewall? - if so you need to open port 2401

RES: [JBoss-user] problems with Tomcat and JBoss using deployment cache

2002-06-21 Thread Tania G. Ramos
Hi my GREAT FRIEND, Maybe you don't know what is the real purpose of a discussion list. But I can help you to solve this little problem It is used to interchange knowledge. People can say what they already know and can learn with others as well. My problem wasn't a simple problem. I don't

Re: [JBoss-user] How to configure SRP login module in JBoss 3.0.0?

2002-06-21 Thread Scott M Stark
SRP is detailed in the admin and development book. See the jboss-all/testsuite/src/resources/security-srp for an example config. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Becker, Ralf [EMAIL

[JBoss-user] SQL request

2002-06-21 Thread wonder sonic
Hi, Is there a way to read the SQL requests generated and executed by JBoss for CMP entities? A sort of debug level to setup in a config file... TIA, Wonder Sonic ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !

Re: [JBoss-user] SQL request

2002-06-21 Thread Greg Turner
One way to do this is that most databases have a way to turn on trace info, so that you can see the sql statements that the database is receiving from the JDBC driver. I would look at your database docs. wonder sonic wrote: Hi, Is there a way to read the SQL requests generated and executed

[JBoss-user] read-ahead in jboss3.0 CMP

2002-06-21 Thread Steve Buikhuizen
Hello, I'm trying to get read-ahead working with the 3.0 release. Here's what my jbosscmp-jdbc.xml looks like. jbosscmp-jdbc defaults datasourcejava:/OracleDS/datasource datasource-mappingOracle8/datasource-mapping read-ahead strategyon-load/strategy

[JBoss-user] data base cache.

2002-06-21 Thread Stefan Groschupf
Hi, as i understand from the replays to my question and since I can't find something in the jboss documentations, I believe to know there is nothing like a database jdbc cache in jboss as standalone server or cluster. Only for entry beans. Can someone point me to a resource like a plug able

Re[2]: [JBoss-user] CMR bug fixed?

2002-06-21 Thread Danilo Luiz Rheinheimer
Hello Douglas, DS version? Is this the Branch_3_0 and Head you are talking about? This I ask this before, but I do not got a clear answer. As Douglas ask this too I can see I am not the only one with this question. If I download the version from CVS and do this : cd build build

[JBoss-user] LDAP and BMP

2002-06-21 Thread Elizabeth Barham
Hi, I am interested in writing some kind of BMP or CMP that, instead of querying a database, queries an LDAP server. I've searched the net and come up with a few resources about JNDI and LDAP, but none that addresses, specifically, a BMP or CMP that works with an LDAP server. I have a few

Re: [JBoss-user] LDAP and BMP

2002-06-21 Thread David Jencks
I don't know much about LDAP or the nature of connections to it. If you can find something that looks somewhat like a jdbc driver (at least fetches data via an sql dialect) you can wrap it up as a jca adapter and use cmp directly. Otherwise you will have to write such a thing, use bmp, or write

Re: [JBoss-user] data base cache.

2002-06-21 Thread David Jencks
Ummm.. why won't entity beans do what you want?? Why do you want to tie your servlets to a particular data representation format? david jencks On 2002.06.21 20:47:20 -0400 Stefan Groschupf wrote: Hi, as i understand from the replays to my question and since I can't find something in the