[JBoss-user] [JCA/JBoss] - JTA Implementation RoadMap

2004-06-21 Thread tokobayashi
Hi, Accroding to Admin docs, JBoss Default Transaction Manager has two limitations: It does not do transactional logging, and is thus incapable of automated recovery after a server crash. While it does support propagating transaction contexts with remote calls, it does not support propagating

[JBoss-user] [HTTPD, Servlets JSP] - Invalid url-pattern * in servlet mapping

2004-06-21 Thread broughan
Upgraded from JBoss 3.2.3 to 3.2.4 and getting an exception on deployment. Whats wrong with this servlet mapping? servlet-mapping servlet-namemainServlet/servlet-name url-pattern/csr/*/url-pattern /servlet-mapping Causes the error 'Invalid url-pattern * in servlet mapping' or more

[JBoss-user] [Persistence CMP/JBoss] - Re:

2004-06-21 Thread loubyansky
Not yet. I will you know when it is. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839370#3839370 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839370 --- This SF.Net

[JBoss-user] [Persistence CMP/JBoss] - Re: unexplained lock in 3.2.4

2004-06-21 Thread loubyansky
What does the thread dump show when it's in the deadlock? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839371#3839371 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839371

[JBoss-user] [Persistence CMP/JBoss] - Re: blob CMP MySQL EJB JBoss3.2 mapping problem

2004-06-21 Thread ebende
If you say default mapping I suppose you mean the one in jboss-3.2.2/server/default/conf/standardjbosscmp-jdbc.xml, right? Well I also had problems with the default mappings for timestamp/datetime. None of the listed mappings worked for me. However, what worked for me is: JAVA Sql type:

[JBoss-user] [J2EE Design Patterns] - Re: Is there a pattern with JBoss for this kind of problem ?

2004-06-21 Thread aliv
One way as carpy1970 said is to load thing only when you really need to access its properties. About relations, another way of relations representation is connectedness matrix (M), things with numbers n1 and n2 are related when M(n1,n2) = 1 otherwise M(n1,n2) = 0, so this matrix has 5*5

[JBoss-user] [JBoss.NET SOAP] - User Agent

2004-06-21 Thread DiegoMemo
Hi, Can I extract the User-Agent of the Client without using a Servlet? thanks. Please excuse me for my English. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839374#3839374 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Schedule an EJB method

2004-06-21 Thread khem
Hi, anonymous wrote : | We do this by implementing a simple MBean which is an EJB client. | How do you do that? can you post some code and how deploy the mbean? Otherwise, i downloaded quartz and took a look into it. There s a quartz.jar in lib directory. When I place this jar in jboss

[JBoss-user] [Persistence CMP/JBoss] - problem with MAX function in ejb-ql

2004-06-21 Thread ashishabrol
Hi friends please help me out with this ejb-ql. I have seen on some of the sites that MAX function is there . this is a method in the ejb-jar file query-method method-namefindMaxSeq/method-name method-params

[JBoss-user] [HTTPD, Servlets JSP] - Re: Invalid url-pattern * in servlet mapping

2004-06-21 Thread codea
I am getting the exact same problem. The url-pattern in use was url-pattern/*.do/url-pattern changing this to url-pattern/*/url-pattern resolved the problem. As far I can see, the former version should fine and it worked in 3.2.3 and continues to work in other app servers. Is this a bug in

[JBoss-user] [Persistence CMP/JBoss] - Re: weird problem

2004-06-21 Thread ashishabrol
yes guys thanx for ur support the problem got solved by making a compound primary key class and using it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839378#3839378 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839378

[JBoss-user] [Persistence CMP/JBoss] - Re: ejb-select traversing CMR collections

2004-06-21 Thread stscit04
Thanks for your reply. Your code didnt work, but it tipped me off into the right direction. The working statement is: select c.id from A a, in (a.bs) b, in (b.cs) c WHERE a.id = ?1 Regards, Stefan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839379#3839379

[JBoss-user] [Persistence CMP/JBoss] - Re: Major CMP bug with relations with JBoss 3.2.2?

2004-06-21 Thread girazu
Hi edikus, I think that I have the same problem. But I am using MySql DB, instead. And I have my constraints defined as ON UPDATE RESTRICT ON DELETE RESTRICT. Do you actually know how to solve this problem? Thank you View the original post :

[JBoss-user] [EJB/JBoss] - passivate warning

2004-06-21 Thread sivauser
I'm getting the follwoing warning when my server is up 17:05:04,515 WARN [AbstractInstanceCache] failed to passivate, id=dvqi7r9v-4 javax.ejb.EJBException: Could not passivate; failed to save state; CausedByException is: org.apache.log4j.Logger at

[JBoss-user] [EJB/JBoss] - Re: passivate warning

2004-06-21 Thread darranl
java.io.NotSerializableException View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839383#3839383 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839383 --- This SF.Net

[JBoss-user] [JCA/JBoss] - Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread JohannesST
hello, my scenario: + jboss 3.2.3 + windows 2000 pro sp4 i want to deploy for example sun's blackbox ressource adapter(blackbox-notx.rar) i have to copy the rar file into the deploy directory then i have to make some configurations in xml files...but in which files i have to configure

[JBoss-user] [JCA/JBoss] - Re: Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread darranl
You need to create a *-ds.xml file that described how to deploy the resource adapter. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839386#3839386 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839386

[JBoss-user] [EJB/JBoss] - Re: passivate warning

2004-06-21 Thread sivauser
how do i fix it??? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839387#3839387 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839387 --- This SF.Net email is sponsored

[JBoss-user] [Security JAAS/JBoss] - Webapp Always Allows Access Using Basic Authentication

2004-06-21 Thread blackers
Hi my problem is that no matter what username password combo I enter in my login box (BASIC authentication) I am always granted access to the restricted resources. my jboss-web.xml is as follows jboss-web security-domainjava:/jaas/webcreator/security-domain /jboss-web my web.xml is as

[JBoss-user] [EJB/JBoss] - Re: passivate warning

2004-06-21 Thread dannyyates
RTFM. Find out (with the help of the stacktrace and the JDK Javadoc) under what circumstances a java.io.NotSerializableException can be thrown. Then figure out (again, with the help of the stacktrace which pretty much gives you the answer) why a NotSerializableException is being thrown in this

[JBoss-user] [EJB/JBoss] - Re: passivate warning

2004-06-21 Thread sivauser
if u can explain what the following means , then rest i'll try n figure out. 17:05:04,515 WARN [AbstractInstanceCache] failed to passivate, id=dvqi7r9v-4 javax.ejb.EJBException: Could not passivate; failed to save state; CausedByException is: org.apache.log4j.Logger View the original post

[JBoss-user] [JCA/JBoss] - Re: Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread JohannesST
Antwort View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839391#3839391 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839391 --- This SF.Net email is sponsored by The

[JBoss-user] [JCA/JBoss] - Re: Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread JohannesST
hello, this is my *-ds.xml (blackbox-notx-ds.xml) file in the /deploy directory. ?xml version=1.0 encoding=UTF-8? connection-factories tx-connection-factory jndi-nameBlackBoxNoTx/jndi-name xa-transaction/ adapter-display-nameBlackBoxNoTx/adapter-display-name

[JBoss-user] [Persistence CMP/JBoss] - DTO relationship needs a DB table allowing foreign key=null?

2004-06-21 Thread sunstarnova
Hi, we have an database design problem on mySQL using JBoss. We are using CMP, Autoincrement and InnoDB relationships. The Problem of our design question is the following: As we use EJB as abstaction layer and tranfer data from client to server by DTO, we have a dirty flag that marks our DTO

[JBoss-user] [Persistence CMP/JBoss] - Re: Q: why EJBQLs run cyclic slowly

2004-06-21 Thread cslenkey
Dear Alex, I would like to respond to your message. Veranda is one of my collegaues who is out of office today. We have tried the 3.2.4RC2 and we could not use it. I have opend a topich about our problem why we could not use 3.2.4: http://jboss.org/index.html?module=bbop=viewtopict=49936

[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-06-21 Thread jae77
i'm not really sure how the installer works. i've always created the tables just by executing the ddls directly against the database. if you have the ability to create the tables by hand, just do that and then deploy the modules w/o using the installer. View the original post :

[JBoss-user] [Installation Configuration] - JBoss 3.2.4 Error that doesn't occur in 3.2.3, may be Tomcat

2004-06-21 Thread jasonvanbrackel
I have an ear file that for all logical reasoning should be able to deploy in 3.2.4, bu does not. I'm getting this very odd stack trace when it deploys any ideas? 10:02:42,134 INFO [Server] Starting JBoss (MX MicroKernel)... 10:02:42,134 INFO [Server] Release ID: JBoss [WonderLand] 3.2.4

[JBoss-user] [Installation Configuration] - Re: unexpected shutdown of JBoss

2004-06-21 Thread stefka
I have a similar problem with Solaris 8. Have you found any solution? thank you View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839400#3839400 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839400

[JBoss-user] [JBoss.NET SOAP] - Additional authentication credentials

2004-06-21 Thread paper57
I have a need to not only authenticate the user invoking a web service, but depending on what application originates the call, I need to send additional credentials to identify that machine. I have already created a custom login module and custom principal object (to accomplish something

[JBoss-user] [Installation Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-21 Thread jasonvanbrackel
You've seemed to trace this farther than I have. I'm getting the same exact thing here's my stack trace 10:24:12,085 ERROR [BaseModelMBean] Error creating class org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException:

[JBoss-user] [Clustering/JBoss] - Re: 3.2.4 cluster problem

2004-06-21 Thread amdonov
If I run the org.jgroups.demos.Chat program from the jgroups.jar 2.2.4 that comes with JBoss 3.2.4 I get the same behavior. Clients on the same machine see each other, but remote clients are not visible. Same demo with jgroups.jar 2.2.0 from JBoss 3.2.3 works. Can I use the old jar or will

[JBoss-user] [Clustering/JBoss] - Re: problem with auto discovery - help required please

2004-06-21 Thread fdutra
I have a similiar problem but on two Linux in cluster with Jboss 3.2.3 . I try to give the ip address to the Context.PROVIDER_URL properties as server1:1100,server2:1100, but the problem remain only change the address on the message the failed to connect. By telnet I can connected with the

[JBoss-user] [Management, JMX/JBoss] - advantages of JMX against EJB stateless+singleton

2004-06-21 Thread pedrosalazar
Greetings, I would like to know the advantages of using a JMX against using a stateless EJB with a singleton design? I implemented a cache mechanism in a EJB where an operation method of my EJB would query first my chache, and if the element is not present, then go to database perform a

[JBoss-user] [Clustering/JBoss] - 3.2.4 HttpSession Replication error

2004-06-21 Thread maeste
Hi all, I configured a cluster of some machines, and it seems to work fine, but I have a problem with HttpSession Replication: I get This error: [org.jboss.web.tomcat.tc5.session.InstantSnapshotManager] Failed to replicate sessionID:Jd8OZr6VJ6-2QSK5SSBovg** javax.ejb.EJBException: Exception in

[JBoss-user] [Beginners Corner] - A CMR Question

2004-06-21 Thread seabird
--- I notice in preview that some key components of the XML get preprocessed and the tags get lost. I am annotaing those lines below.. I am running JBOSS 3.2.4, Eclipse 2.1.3/Lomboz 2.1.3 with mySQL version 4.0.20b. After some much needed help from this forum, I was able to get mysql to act

[JBoss-user] [Javassist user questions] - Re: javassist gen codes works decompiled only !

2004-06-21 Thread chiba
First, I would like to see the rest of this error message: java.lang.VerifyError: (class: fractals/psychos/core/system/transfer/ApplicationInfo, method: saveData signature: (Lfractals/psychos/core/system/entity/Application; Lnet/sf/hibernate/Session;)V) Incompatible argument to function... ...

[JBoss-user] [Clustering/JBoss] - Software to monitor and restart unresponsive web application

2004-06-21 Thread mmartinez
Does anyone know of software that monitors and restarts an unresponsive java based (jboss) web application? This would be on a Linux system. Michael Martinez View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839410#3839410 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Software to monitor and restart unresponsive web application

2004-06-21 Thread mmartinez
Does anyone know of software that monitors and restarts an unresponsive java based web application? This would be for Linux. Regards, Michael Martinez View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839411#3839411 Reply to the post :

[JBoss-user] [Performance Tuning] - Software to monitor and restart unresponsive web application

2004-06-21 Thread mmartinez
Does anyone know of software that monitors and restarts an unresponsive java based (jboss) web application? This would be for Linux. Regards, Michael Martinez View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839412#3839412 Reply to the post :

[JBoss-user] [Javassist user questions] - Re: Modifying the import classes @ runtime using javassist

2004-06-21 Thread chiba
If what you need is only simple class name replacement, you can call replaceClassName() in CtClass for doing that. Please read the tutorial. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839413#3839413 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: problem with auto discovery - help required please

2004-06-21 Thread fdutra
Nope problem I found that the library jbossall-client.jar of the client was not updated... ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839415#3839415 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839415

[JBoss-user] [JCA/JBoss] - Re: Deploy a Resource Adapter(eg blackbox)

2004-06-21 Thread JohannesST
the content of my ra.xml file ?xml version=1.0 encoding=UTF-8? !DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd' display-nameBlackBoxNoTx/display-name vendor-nameJava Software/vendor-name

[JBoss-user] [Beginners Corner] - Re: A CMR Question - Never Mind! Needed to edit jbosscmp-jdb

2004-06-21 Thread seabird
After reading the doc and looking at my jbosscmp-jdbc.xml file, I realized that I needed to edit the relationships section. I had hoped that LOMBOZ would have done that bit, but no such luck (or more likely a DFU error on my part). So by inserting the following Lines denoted with --- and

[JBoss-user] [Clustering/JBoss] - Re: Software to monitor and restart unresponsive web applica

2004-06-21 Thread darranl
Do not cross post View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839418#3839418 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839418 --- This SF.Net email is sponsored

[JBoss-user] [Performance Tuning] - Re: Software to monitor and restart unresponsive web applica

2004-06-21 Thread darranl
Do not cross post View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839419#3839419 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839419 --- This SF.Net email is sponsored

[JBoss-user] [Performance Tuning] - Re: Regarding maximum number of JAVA,JAVAC pids

2004-06-21 Thread darranl
Which figure in your top output are you concerned about? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839420#3839420 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839420

[JBoss-user] [Security JAAS/JBoss] - Re: Webapp Always Allows Access Using Basic Authentication

2004-06-21 Thread rimmeraj
Do a jar tvf on your war file to make sure that the jboss-web.xml is there and in the right place. You could also do a jar xvf and look at the actaul files and make sure you what you think is in there actually is. Is it also possible that your browser is quitely logging you in without you

[JBoss-user] [Beginners Corner] - ClassCastException during getCursor with Oracle...

2004-06-21 Thread daorriss
Subject says it all... What am I doing wrong here? Apparently the WrappedCallableStatement implementation that JBoss uses is doing something to prevent the casting, but what do I do to get around that? connection = getConnection(OracleDS); | | logger.finer(Calling

[JBoss-user] [Messaging, JMS JBossMQ] - Re: ClassDefNotFound when deploying MDB in EAR

2004-06-21 Thread laverite
Yes, jaxen-full.jar in in the: $JBOSS_HOME/server/default/lib directory.still no luck, any other suggestions? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839423#3839423 Reply to the post :

[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-06-21 Thread fbeatty
jae77, Thanks for the info. I will go ahead and create the tables by hand and deploy the modules. I have to demo this for where I work, so it is actual work. Just as an exercise, I will probably dig around in the build to see what I can find out about the installer. I saw the connections to

[JBoss-user] [Persistence CMP/JBoss] - Interceptor to trace database calls

2004-06-21 Thread john.darrah
Hello, I am looking to write a database trace interceptor for JBOSS specifically to trace Oracle database calls. The interceptor would work by basically enabling oracle trace for the connection being used for the database call. Right now, I can get this to work by hardcoding in a DataSource,

[JBoss-user] [EJB/JBoss] - ClassCastException during getCursor with Oracle...

2004-06-21 Thread daorriss
Subject says it all... What am I doing wrong here? Apparently the WrappedCallableStatement implementation that JBoss uses is doing something to prevent the casting, but what do I do to get around that? connection = getConnection(OracleDS); | | logger.finer(Calling

[JBoss-user] [Beginners Corner] - Re: ClassCastException during getCursor with Oracle...

2004-06-21 Thread daorriss
I figured out how to do it.. For posterity I'll post it here... | cst = connection.prepareCall({call request_list.get_default_request_list (?,?,?)}); | cst.setInt(1, 1); | cst.setInt(2, 1); | cst.registerOutParameter(3, OracleTypes.CURSOR); |

[JBoss-user] [EJB/JBoss] - Re: ClassCastException during getCursor with Oracle...

2004-06-21 Thread daorriss
I figured out how to do it.. For posterity I'll post it here... | cst = connection.prepareCall({call request_list.get_default_request_list (?,?,?)}); | cst.setInt(1, 1); | cst.setInt(2, 1); | cst.registerOutParameter(3, OracleTypes.CURSOR); |

[JBoss-user] [Clustering/JBoss] - Re: 3.2.4 cluster problem

2004-06-21 Thread bela
So you're saying the *same* program with the *same* config (cluster-service.xml) worked under 3.2.3, but *not* under 3.2.4 ? Can you - post your JGroups configuration - enable tracing Let's do Draw first so we can determine whether it is a JGroups problem. Copy your attribute from

[JBoss-user] [Security JAAS/JBoss] - Re: running jboss with -Djava.security.manager

2004-06-21 Thread fe2o3
running with anonymous wrote : JAVA_OPTS='-Xmx700m -Djava.security.manager -Djava.security.debug=domain,failure -Djava.security.policy=server/default/conf/server.policy' bin/run.sh doesn't appear to give me any more debugging information near the exception. Only tested your suggested system

[JBoss-user] [HTTPD, Servlets JSP] - Re: ZipException trying to run any web app (including jmx-co

2004-06-21 Thread Bill Burke
Ok, this is fixed for Tomcat 5 and releases GREATER than: JBoss 4 DR4 JBoss 3.2.4 So it will be fixed for TC5 in JBoss 4 Beta1 and JBoss 3.2.5 (or any RC of 3.2.5) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839436#3839436 Reply to the post :

[JBoss-user] [Installation Configuration] - URLDeploymentScanner and exploded WAR files on remote server

2004-06-21 Thread parikhm
I am running Jboss on a pair of Windows 2003 boxes and our ear file and exploded war files are on a shared file server . I have added the shared folder to the URLDeploymentScanner in jboss-service.xml. The ear file deploys fine. However the exploded WAR structure on the file server fails to

[JBoss-user] [Installation Configuration] - No session timeout

2004-06-21 Thread alehrens
Hi, I'd like to create a little application that does not support any timeout whatsoever. I've already changed the web.xml file in the http-invoker.sar/WEB-INF directory to show a session-timeout value of -1. I've also changed the web.xml file in jbossweb-tomcat41.sar to show a

[JBoss-user] [Security JAAS/JBoss] - Re: running jboss with -Djava.security.manager

2004-06-21 Thread fe2o3
It appears that firebird and mysql JDBC drivers operate correctly which running with a Security Manager. As you can probably tell from the stacktraces above, it fails when actually executing the statement. So, you would need an (valid?) Oracle instance/listenter to test this. View the

[JBoss-user] [EJB/JBoss] - Re: context.lookup takes 7+ _seconds_ to return over LAN on

2004-06-21 Thread jdbrown
I had a similar problem - Swing app accessing Session bean worked fine on local network but performance degraded quite a bit when deployed using JNLP over a VPN. I was using IP addresses as the provider URL back to the server, but a sniffer showed a bunch of UDP traffic based on the host name

[JBoss-user] [EJB/JBoss] - Loading large amounts of data

2004-06-21 Thread chuisman9955
Hello, We are in the process of building an application that will expose a large amount of data to a thin client. The main data that is being displayed is a composition of many entity beans, what I am thinking of doing is creating a map of the objects to be displayed. The problem is that I

[JBoss-user] [Security JAAS/JBoss] - Re: Two way authentication rmi over ssl

2004-06-21 Thread rufusness
I really appreciate the response but what I am looking for is a way to configure two way identity authentication when, for example, two EJBs on seperate JBoss severs are communicating. Like you stated, this is accomplished for web apps by setting clientAuth=true in a connector configuration.

[JBoss-user] [HTTPD, Servlets JSP] - org.apache.jasper.JasperException with BPWS4J tool and JBOSS

2004-06-21 Thread ukradi
Hi All I am running JBOSS 3.2.3 server. I have installed IBM BPWS4J tool with JBOSS. Tool works fine. But i try to deploy a BPEL4WS file i get following error. If anyone has idea what the problem is please let me know. Thanks - Karthik error: HTTP Status 500 -

[JBoss-user] [Testimonials] - Bug in JBoss or was I censured ?

2004-06-21 Thread creatura
Is there a bug in JBoss or in the way this site is running ? or Was I censured for my request to know the sites running on JBoss (the post and 3 replies appeared for 1 week and is now no more present) ? In both cases, it's not a good news... :-( Creatura. View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: LDAP JDBC driver and CMP

2004-06-21 Thread sthomasg27
hmmm... that makes me wonder. Has anyone ever tried using a JDBC-LDAP bridge driver like open ldap's http://www.openldap.org/jdbcldap/ with jboss for persistant storage (BMP or CMP) ??? supposedly you can make SQL calls over this driver to an LDAP directory. View the

[JBoss-user] [Testimonials] - Re: Bug in JBoss or was I censured ?

2004-06-21 Thread creatura
Okay, answer #2. Thread moved to The Lizzard's corner without prior notification. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839448#3839448 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839448

[JBoss-user] [Testimonials] - Re: Bug in JBoss or was I censured ?

2004-06-21 Thread jae77
how long ago did you make the initial post? there was a period not to long ago where the site crashed and they were using backups of the forums and when it was restored, some messages were lost. there was a thread discussing this somewhere, but it may have been limited only to the actual

[JBoss-user] [Persistence CMP/JBoss] - Re: Interceptor to trace database calls

2004-06-21 Thread nickman
John; I guess you need to issue an Oracle specific call at the creation of the connection, no ? You can do this in the Data Source definition file (oracle-ds.xml). We do this to set the date format: | new-connection-sqlAlter session SET NLS_DATE_FORMAT='mm/dd/'/new-connection-sql |

[JBoss-user] [Clustering/JBoss] - Re: Failover Server has Old Replicated Session

2004-06-21 Thread gudmundsonsc
Anxiously awaiting this fix. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839452#3839452 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839452 --- This SF.Net email

[JBoss-user] [JBoss.NET SOAP] - Need help in catching custom exceptions on web service's cli

2004-06-21 Thread pockey
Hi I tried to catch a custom exception class, ServerException, on a static-stub client of a web service. However, I was not able to catch the ServerException. The client always caught SOAPFaultException. This SOAPFaultException contains ServerException string in its message. So it's tedious

[JBoss-user] [EJB/JBoss] - Re: ClassCastException After HotDeploy Stateful Session Bean

2004-06-21 Thread gudmundsonsc
OK, here is a summary of how I resolved this issue: jbossweb-tomcat50.sar\META-INF\jboss-service.xml: 1. set attribute Java2ClassLoadingCompliance to false 2. set attribute UseJBossWebLoader to false in building my war (which is included in the ear), I make sure that all required library jar

[JBoss-user] [Persistence CMP/JBoss] - Re: Interceptor to trace database calls

2004-06-21 Thread john.darrah
Nicholas, Thanks for your reply. I am a little new to jboss so forgive me if I am missunderstanding. I thought about using new-connection-sql but I wanted something more granular. What I really wanted to do was have an interceptor examine the incoming invocation and determine if the class /

[JBoss-user] [Persistence CMP/JBoss] - Re: Interceptor to trace database calls

2004-06-21 Thread nickman
John; The wrapper will not change your application code. You are simply adding a new DataSource. So if your old DataSource was DsA, then you could rename it DsB and call your wrapper DsA. Current Application --- DsA (DataSource) Possible Application --- DsA (Wrapper) DsB

[JBoss-user] [Messaging, JMS JBossMQ] - How to change JmsXA pool size?

2004-06-21 Thread benstarr
How do I change the pool size of the JmsXA managed connection factory? It seems to default to a size of 20 but I can't find where this is set. The pool seems to be configured in the deploy/jms/jms-ds.xml file but I can't see any setting for the pool size. I read in a post somewhere that this

[JBoss-user] [EJB/JBoss] - 3.2.4 Classloading Issue

2004-06-21 Thread jfrosch
I'm having a classloading problem in 3.2.4 that I wasn't having in 3.2.3. I downloaded 3.2.4, unzipped it, and dropped the same EAR file that was working in 3.2.3 into the deploy directory. To my surprise, I got a NoClassDefFoundError when JBoss complained about not finding a particular class.

[JBoss-user] [Nukes User] - Problems deploying Nukes on JBoss 3.2.4

2004-06-21 Thread tstening
Hello, I downloaded nukes-1.0.0-mysql and JBoss3.2.4. Installation of JBoss worked fine. I followed the instructions in install.txt of nukes-1.0.0-mysql. But when i run JBoss i get the following error messages: 00:41:54,724 INFO [EARDeployer] Init J2EE application:

[JBoss-user] [Clustering/JBoss] - Re: 3.2.4 cluster problem

2004-06-21 Thread amdonov
Bela, Thanks for the response. The cluster-service.xml I am using is the default for 3.2.3 ?xml version=1.0? !-- UDP: if you have a multihomed machine, set the bind_addr attribute to the appropriate NIC IP address -- !-- UDP: On Windows machines, because of the

[JBoss-user] [Nukes User] - Re: Problems deploying Nukes on JBoss 3.2.4

2004-06-21 Thread sgwood
Nukes 1.X only works with 3.2.3. Once Nukes 1.1 is out, the plan is to do the conversion work to allow Nukes to run with 3.2.4. Sherman View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839465#3839465 Reply to the post :

[JBoss-user] [Javassist user questions] - Trapping variable assignments

2004-06-21 Thread craigugoretz
Hello, Is there a way using JavaAssist to catch all the times that the value of a variable is changed in the course of the use of a class? When the variable value change is caught, can new code be inserted at that point to persist the class using an O/R persistence framework like the

[JBoss-user] [Persistence CMP/JBoss] - Problem with SQL92 generated finder

2004-06-21 Thread chorizo
The SQL92 EJB-QL compiler generated invalid SQL from a finder. The finder is: SELECT OBJECT(i) FROM Item i WHERE i.folder.project.path = ?1 AND i.folder.path = ?2 AND i.name = ?3 AND i.deleted = FALSE The SQL generated is: SELECT t0_i.id, t0_i.name, t0_i.title, t0_i.type_id,

[JBoss-user] [Messaging, JMS JBossMQ] - Re: ClassDefNotFound when deploying MDB in EAR

2004-06-21 Thread genman
If you deploy the .jar file in the lib directory and still don't have luck, then I bet either the .jar is corrupted (which can happen if it's been in CVS or FTPd), permissions issue, or you're not running the default deployment. Try to run a test program using the .jar file in the lib

[JBoss-user] [Security JAAS/JBoss] - Re: Two way authentication rmi over ssl

2004-06-21 Thread cbrettin
Sorry, yes clientAuth was web app specific; but actually it is not necessary if the login configuration method is used. Although the wiki material did relate to web apps the security domain and login settings sould be completely portable; the main difference is that instead of configuring a

[JBoss-user] org.jboss.util.NestedSQLException: No ManagedConnections Available

2004-06-21 Thread Shashi Kiran
Hi ALL, Can you let me know why this expecption comes in JBOSS ? This is happening when an conenction is requested from the JBOSS datasource. We are closing all the connections properly and there is no heavy load on the server. org.jboss.util.NestedSQLException: No ManagedConnections

[JBoss-user] [Security JAAS/JBoss] - Custom login module

2004-06-21 Thread Ganton
I am using JBoss 3.2.2, and I am attempting to convert a custom login module from JBoss 3.0.4. I do not have password hashing enabled, and yet the raw password, does not appear to be raw when it gets to my convertRawPassword() function. Anybody have an idea why ? View the original post :

Re: [JBoss-user] org.jboss.util.NestedSQLException: No ManagedConne ctions Available

2004-06-21 Thread Shashi Kiran
Forgot to mention this is in JBOSS 3.0 :-) - Original Message - From: Shashi Kiran To: [EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 9:26 AM Subject: [JBoss-user] org.jboss.util.NestedSQLException: No ManagedConnections Available Hi ALL, Can you

[JBoss-user] [Clustering/JBoss] - Re: HARMI Exception

2004-06-21 Thread robby_us
The system is in production and upgrading to newer version of Jboss would entail changes in our code and UAT by the client which makes it costly with regard to time and money for the client.Is it possible to have the fix on JBoss3.2.2 itself. View the original post :