[JBoss-user] [Installation & Configuration] - JBOSS not recognizing the jars in .ear file

2005-03-16 Thread raj_pnair
Hi All, Iam deploying an .ear file in the server\default\deploy location.This .ear contains some jar files which are not recognized by jboss and when server starts up it throws classnotfoundexception.I had tried many ways and set the classpath explicitily to the jars and still its not recognizi

[JBoss-user] [Installation & Configuration] - JBoss 3.2.3 doesn't reflect my new source changes under my c

2005-03-16 Thread k_s_ashok
I downloaded JBoss 3.2.3 and did some changes in the source then i build the server thru build.sh under build folder. Then i run run.jar under /build/output/jboss-3.2.3/bin/ folder. It works fine. But when i copy bin, client, docs, lib, server folders under my configuration, and started t

[JBoss-user] [Security & JAAS/JBoss] - configuring ssl at jboss application server level

2005-03-16 Thread venkaiah
hi all i am unable to configure ssl on jboss application server . it is giving exception like NoSuchAlgorithmException. Can any one suggest me how to configure SSL on Jboss app server level regards venkaiah View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870

[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-16 Thread jasong
You could define a soap:header element in your wsdl but you would have to define a schema element type that replicated the jbws tags exactly (including the soap:actor attribute). However, the problem you are going to have is how you actually bind to those parameters in whatever non-java client y

[JBoss-user] [Installation & Configuration] - AIX @LongLink problem

2005-03-16 Thread alvincks
hi, when i tar jboss 3.2.6 , it give me the problem of @longlink , do anyone experience it ? how to i solve this problem ? thank you and i using aix 5.3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870488#3870488 Reply to the post : http://www.jboss.org/i

[JBoss-user] [EJB/JBoss] - Re: Long-running Session beans

2005-03-16 Thread zurchman
The Stateful session bean is a good idea. For the sake of expedience, I now have the MBean firing an EJB client which triggers the polling through the original Stateless bean's local interface. That approach primarily buys me Thread.yield() with no hidden consequences. View the original post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ under other application servers

2005-03-16 Thread narayanrm
One more thing I forgot to add if we are actually looking for a remote JBOSS MQ as a naming provider, from 3rd party Application servers, the org.jnp.interfaces.NamingContext.java would call discoverServer(Hashtable serverEnv) method, as commented rightly this would do the following anonymous

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ under other application servers

2005-03-16 Thread narayanrm
Yes It works. All you have to do is to configure JBOSS MQ as external JNDI Provider in the other Application Server. If you are using a session Bean you can lookup for the external JNDI and if you have to configure the MDB for that in case of Weblogic it gives a provision like |

[JBoss-user] [Clustering/JBoss] - JBoss Clustering and iptables

2005-03-16 Thread thamwk
I have setup a cluster with 2 nodes successfully. However, my iptables log show there are drop packet between the 2 public network interface. The drop packets is between the 2 nodes over a pair of arbitrary high port, in the case of this node, it is 36952 (see attached output). Each node when s

[JBoss-user] [Performance Tuning] - How many users can jboss service at the same time?

2005-03-16 Thread leondu
We have a Server: Intel XEON 2.8G 1G memory, while 30-40 users login our system, it begins to be very slow. Based on the hardwares I just metioned, how many user can we support? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870480#3870480 Reply to the pos

[JBoss-user] [Clustering/JBoss] - Re: Tomcat Session Replication in cluster

2005-03-16 Thread [EMAIL PROTECTED]
You need a sw load balancer in front the tomcat server to do failover so they can keep the session id. Check out jboss wiki web site for http session clustering for the example setup. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870477#3870477 Reply

[JBoss-user] [JBossWS] - Re: JSR181/JSR224 Support

2005-03-16 Thread jcrume
I figured it out. The instructions say to cd to the jboss-head dir, then run build/build.sh. Since this is windows, first of all you run build.bat. Second of all, you have to cd to the build dir for it to work. Sorry for the false alarm. Jim View the original post : http://www.jboss.org/index

[JBoss-user] [Installation & Configuration] - No deployer found for ejb-app.jar in slim configuration

2005-03-16 Thread greenrd
Hi, I am deploying ITracker on JBoss 4.0.1, and I have tried to follow the instructions at http://www.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming to create a "slim" JBoss configuration which uses less resources. However, in my "slim" configuration (it's called default but it's actually a

[JBoss-user] [JBossWS] - Re: JSR181/JSR224 Support

2005-03-16 Thread jcrume
I have downloaded jboss-head using cvs. I am running windows, so I run build\build.bat and nothing sems to happen, or if does, it is REALLY FAST. Any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870466#3870466 Reply to the post : http://www.jboss.o

[JBoss-user] [Installation & Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-16 Thread [EMAIL PROTECTED]
Yes, 4.0.2RC1 worked for me. There is no use of any commons-collection classes in tomcat 5.5.x: [EMAIL PROTECTED] jbossweb-tomcat55.sar]$ for j in *.jar; do echo $j; jar -tf $j | grep SequencedHashMap; done catalina-manager.jar catalina-optional.jar catalina.jar commons-el.jar commons-modeler.ja

[JBoss-user] [Installation & Configuration] - Re: URLComparator and Filter config in jboss-service.xml

2005-03-16 Thread [EMAIL PROTECTED]
4.0.2RC1 externalized the filter settings: | | | | #,%,\,,.,_$ | | #,$,%,.BAK,.old,.orig,.rej,.bak,.sh,\,v,~ | | .make.state,.nse_depinfo,CVS,CVS.admin,RCS,RCSLOG,SCCS,TAGS,core,tags | | View the

[JBoss-user] [Performance Tuning] - Re: Defining entity bean methods results in slower execution

2005-03-16 Thread [EMAIL PROTECTED]
For those who don't like to use the search function: read-only should only be used with commit option A and you should never do fine grained access of entity beans in multiple transactions. This is what is known in the trade as an "Anti Pattern". It is posts like this by people that don't unders

[JBoss-user] [News & Announcements] - Re: 3.2.7 Release Available

2005-03-16 Thread [EMAIL PROTECTED]
It did not get conveyed to the website team so I have done so. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870462#3870462 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870462 --

[JBoss-user] [Performance Tuning] - Re: Defining entity bean methods results in slower execution

2005-03-16 Thread goldrimtang
Looks like JBoss will read for every column (propery of the entity bean) if the entity is not part of a transaction. With the read-only element, the entity doesn't participate on the transaciton. GRT View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870461#3870

[JBoss-user] [Performance Tuning] - Re: Repeatable reads on read-only methods

2005-03-16 Thread goldrimtang
I am having pretty much the same problem. I even changed the commit option to 'A' and it didn't make any difference. Seems to me that as long as the DB record is not involved in a transaction, JBoss will go a make a read for every columnd (property). The commit option doens't make any difference

[JBoss-user] [J2EE Design Patterns] - Billing and subscription systems

2005-03-16 Thread lhoriman
Hi everyone. I'm looking for high-level design patterns for online subscription and billing systems. Thousands of these systems have been written - has anyone published any papers on best practices? The material doesn't have to be J2EE, although of course that would be ideal. Thanks in advanc

[JBoss-user] [Persistence & CMP/JBoss] - Re: Stateful session bean failed to passivate and save state

2005-03-16 Thread darranl
Yes it does look as if you may have found a mistake in the book. The only definitive guide is the EJB specification available for download from Sun. >From oreilly the session bean chapter can be downloaded for free for the 4th >edition. The example does show as you say that the InitialContext

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Tomcat can not find jars under jboss-4.0.1sp1/server/all

2005-03-16 Thread vijayk
Please ignore the question. My mistake...I did not edit all attributes mentioned in the readme.html file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870449#3870449 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870

[JBoss-user] [JBossWS] - Re: Mapping between SOAP faults and service exceptions

2005-03-16 Thread [EMAIL PROTECTED]
I told you ;-) wscompile would probably have generated valid jaxrpc-mapping.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870443#3870443 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870443 ---

[JBoss-user] [Beginners Corner] - Re: J2SE application, non J2EE

2005-03-16 Thread JimDwyer
JBossers, Are there any good examples of this type of server available? I created an MBean already but am not sure where to put the ServerSocket piece. Does it go right in the MBean? I guess I am a little confused about how JBoss deals with ports and such. I was looking at the naming server

[JBoss-user] [JBossWS] - Re: Class not found error when deploying with JBoss401

2005-03-16 Thread [EMAIL PROTECTED]
Here is the road map http://jira.jboss.com/jira/browse/JBWS?report=com.atlassian.jira.plugin.system.project:roadmap-panel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870441#3870441 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-16 Thread [EMAIL PROTECTED]
You can read the wiki on why rpc/literal is a bad idea. Microsoft is right dropping the ball on it. You would have a better investment if you used doc/literal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870440#3870440 Reply to the post : http://www.jboss

[JBoss-user] [JBossWS] - Re: Webservice deployment exception -- cannot deploy

2005-03-16 Thread [EMAIL PROTECTED]
JBossWS does not bind the lient to the server in any way. It offers you an implementation of the J2EE-1.4 compliant WS client programming model. Your are free to use that client, or any other client you like. If you choose to go with a WS4EE client, which has many advantages in terms of deployme

[JBoss-user] [JBossWS] - Re: JSR181/JSR224 Support

2005-03-16 Thread [EMAIL PROTECTED]
anonymous wrote : | I'm having a little trouble following the roadmap. | We all have ;-) It good to have you look at our new stuff. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870436#3870436 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JBossWS] - Re: Applying binding manager to ws4ee service

2005-03-16 Thread [EMAIL PROTECTED]
No, here is the JIRA issue for it http://jira.jboss.com/jira/browse/JBWS-155 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870434#3870434 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870434 ---

[JBoss-user] [JBoss Getting Started Documentation] - Trouble deploying Duke

2005-03-16 Thread raygardner
I'm trying to learn JBoss by going through the 'Getting Started' guide. However, I'm only on Chapter 4 and I'm having some dificulty. Here is the latest problem: anonymous wrote : | 14:32:52,359 WARN [verifier] EJB spec violation: | Bean : CustomerBean | Section: 22.2 | Warning: Th

[JBoss-user] [JBossWS] - Re: Mapping between SOAP faults and service exceptions

2005-03-16 Thread Kramar
Hi everybody, the problem is solved. "exception-mapping" element in jaxrpc-mapping.xml was not enough. After I've added "java-xml-type-mapping" element for my exceptions, everything works fine. It works without ws4ee-deployment.xml. Proper jaxrpc-mapping.xml is enough. Thank everybody. /Vlad

[JBoss-user] [Beginners Corner] - Writing client for Web Services

2005-03-16 Thread amvzw
http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html I followed the exact instructions from the above link to develop a web service using Jboss4.0.0Sp1 and Eclipse.I was successful in doing it. But when I run the client ,the following error message is displayed javax.xml.rpc.ServiceExcept

[JBoss-user] [Installation & Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-16 Thread bmelloni
Upon further testing, 4.0.2RC1 is far worse that its predecessors about leaking its jars to the applications encapsulated in EARs. The latest leak problem I discovered is now with commons-collections. Logging-related leaks were bad, but commons-collections is used so widely that it has thoroug

[JBoss-user] [JCA/JBoss] - should I close resultset explicitly before re-excuted the st

2005-03-16 Thread davidchen
Hi, there: It might be JDBC question, because I just noticed it when I enable these days, so please bear with me posting it here. I'm using jboss-3.2.6, jdk1.4.2, oracle 9i jdbc ojdbc14.jar. My code: | try{ | ... | statement = con.createStatement(); | resultS

[JBoss-user] [EJB/JBoss] - Re: cmp blobs how to use transaction-enabled DataSource???

2005-03-16 Thread kelleyjg
use the Oracle 10g jdbc driver instead of 9i and it works ha ha ha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870425#3870425 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870425 --

[JBoss-user] [Installation & Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-16 Thread bmelloni
Didn't finish that sentence... "being polluted by server-originated messages ... that should be going to the server logs". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870424#3870424 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Installation & Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-16 Thread bmelloni
If I understand correctly, you are saying that the problem is not supposed to exist in 4.0.2RC1. That was not "completely" my experience. If you read my last 2 posts you should see that even 4.0.2RC1 still has logging crossover behavior left - now the application logs are being controlled by

[JBoss-user] [HTTPD, Servlets & JSP] - Tomcat can not find jars under jboss-4.0.1sp1/server/all/dep

2005-03-16 Thread vijayk
Hello, I have jboss-4.0.1sp1 and turned on scoped classloading by following instructions at jboss-4.0.1sp1/readme.html. I deploy my war file and I can see that all my classes under WEB-INF/classes and jars under WEB-INF/lib are available via parent classloader. But somehow jars under jboss-4.

[JBoss-user] [News & Announcements] - Re: 3.2.7 Release Available

2005-03-16 Thread ctday
Any reason why http://www.jboss.org/downloads/index does not point to 3.2.7 rather than 3.2.6? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870419#3870419 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870419 -

[JBoss-user] [Installation & Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-16 Thread [EMAIL PROTECTED]
I tested 4.0.2RC1, not 4.0.1RC1. 4.0.1sp1 does not have the updated tomcat 5.5.x codease which dropped the commons-logging. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870413#3870413 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Persistence & CMP/JBoss] - Re: Stateful session bean failed to passivate and save state

2005-03-16 Thread oabidian
[EMAIL PROTECTED], so why then the Enterprise Java Beans, second edition (can be found on http://safari.oreilly.com) they state that the Context (InitialContext) should be dealt with by the container? Even the examples they give the Context is not transient, nor they deal with it in the Active a

[JBoss-user] [Javassist user questions] - Re: Array Class Literals

2005-03-16 Thread chiba
Really? Can you post a complete test case? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870411#3870411 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870411 -

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ClassCastExceptio on deployment (Tomcat)

2005-03-16 Thread eelgueta
BTW, I'm not using the class that appears in the call traceback: org.apache.axis... I'm using com.sun.xml.messaging.saaj.soap.MessageFactoryImpl, javax.xml.soap.SOAPConnectionFactory and javax.xml.soap.SOAPConnection. I tried adding the jars to the WEB-INF/lib dir with no success. Thanks. Vie

[JBoss-user] [EJB/JBoss] - Re: Message Driven Bean pooling configuration

2005-03-16 Thread darranl
JBoss does not have this capability, the beans are created on demand. The minimum is only used to make sure that the pool size does not drop below the minimum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870409#3870409 Reply to the post : http://www.

[JBoss-user] [Persistence & CMP/JBoss] - Re: Adding true on method increased #

2005-03-16 Thread fbiaggi
Sorry, clean-read-ahead-on-load Thanks for the reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870407#3870407 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870407 -

[JBoss-user] [Installation & Configuration] - Re: howto setup jboss in AIX

2005-03-16 Thread wanted
Output of java -version /***/ java version "1.4.2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142sr1a-20050209 (JIT disabled) /***

[JBoss-user] [Management, JMX/JBoss] - Help for a super beginner user

2005-03-16 Thread jpsabadini
Hi there! I`m trying to solve a problem and I'm think that MBeans can be the solution. But I don't finish to understand what is a MBean. Is there any really good tutorial for MBeans? That was my fist question, the second one is a little more complicated: My application consist in a client implem

[JBoss-user] [Installation & Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-16 Thread bmelloni
Just tried 4.0.2RC1... same exact behavior as 4.0.1sp1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870404#3870404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870404 --

[JBoss-user] [Performance Tuning] - 4 times longer startup time after migrating to jboss-4.0.1

2005-03-16 Thread helly15
Hello, I am trying to migrate our application to JBoss-4.0.1, but I am facing a problem: The startup time with JBoss-3.2.1 was around 2.5 min and now it is over 10 min! I noticed that JBoss-4.0.1 uses the major part oft the startup time to create the SQL statements for the entitybeans (see code b

[JBoss-user] [Beginners Corner] - Re: JBoss class load order/application class dependancy ques

2005-03-16 Thread bkyrlach
Thank you! That information is exactly what I need. P.s. It's pretty cool that the 3 reply to this post came from the C.T.O of JBoss... if I were superstitious, I would say that this means I'm destined for great doings. :) View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [EJB/JBoss] - Using JBoss to create tables in Oracle

2005-03-16 Thread emlaabs
We currently have JBoss configured to create the EJB tables in an Oracle database. We would like to do some DB level performance tuning by setting storage parameters and tablespaces for the tables. I have looked over the documentation and can't seem to find any configurations related to do th

[JBoss-user] [JCA/JBoss] - Re: XA and non-XA datasource

2005-03-16 Thread dminnigerode
Well for the login-config you can stack the login modules. The same login module that uses the diffrent data source the first time with flag of required and the second one as sufficent. Although I'm not sure why you would have the login information in two diffrent locations. View the ori

[JBoss-user] [Installation & Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-16 Thread bmelloni
Thanks, this is so close... but not quite. I used 4.0.1sp1 (newer than 4.0.1rc2, and if I understand correctly it is a production release rather than beta or release candidate). 1) The release notes in the docs section have a minor error (I noticed it by comparing the config files of 4.0.0 and

[JBoss-user] [EJB/JBoss] - 'Hangs and Transaction Timeouts'

2005-03-16 Thread [EMAIL PROTECTED]
In the last paragraph of Chapter 5 of Jboss documentation there is written that : "One long outstanding bug of JBoss is that on a transaction timout, that transaction is only marked for a rollback and not actually rolled backetc etc. One common no-no is making connections across the intern

[JBoss-user] [EJB/JBoss] - cmp blobs how to use transaction-enabled DataSource???

2005-03-16 Thread kelleyjg
I have been working on getting all database structure changes complete, I seemed to be having an issue with the way our oracle datasource is configured (see below). Does anyone know how to configure the oracle datasource to fix this? When using a non-transaction-enabled DataSource, a "java.sql

[JBoss-user] [HTTPD, Servlets & JSP] - ClassCastExceptio on deployment (Tomcat)

2005-03-16 Thread eelgueta
Hi All, I have a web service client that runs fine as a console application, but when I deploy it to JBoss (4.0.0, with Lomboz plugin) I get the following exception: java.lang.ClassCastException: at org.apache.axis.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:103) at com.mytest.TestWSC

[JBoss-user] [Persistence & CMP/JBoss] - Auto increment and relation table mapping

2005-03-16 Thread semama1
Hi, I have drouble with autoincrement and a 'relation table'. My bean A has autoincrement id and in ejbPostCreate I set a relation to a bean B. The relation is defined as a table (ABRel with columns aId and bId) in database. When checking the contents of the table after the create all the aIds

[JBoss-user] [Clustering/JBoss] - Re: Tomcat Session Replication in cluster

2005-03-16 Thread trackingguy
Here is some additional informaiton: jboss-web.xml | | | SET_AND_GET | SYNC | | web.xml | cluster | | In server.log, I am seeing info relating to the session replication on the first machine, but no corresponding entries on the 2nd machine saying it r

[JBoss-user] [JBossWS] - Re: Class not found error when deploying with JBoss401

2005-03-16 Thread md5georg
Hello, I have just switched from rpc/literal to doc/literal since there are problems on the client side (VB). At the first doc/lit deployment I am stuck with this problem on the server side... In which jboss release will this "new JBossWS implementation" occur? Best regards, Georg View the

[JBoss-user] [EJB/JBoss] - Message Driven Bean pooling configuration

2005-03-16 Thread [EMAIL PROTECTED]
Hi .. I developed a message driven bean YYY , but i want the JBoss to create 3 instance of YYY when the server starts up !? I edited jboss.xml I put inside jboss.xml:

[JBoss-user] [Beginners Corner] - Re: JBoss class load order/application class dependancy ques

2005-03-16 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870371#3870371 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - Re: Jboss 4 Universal Classloader

2005-03-16 Thread [EMAIL PROTECTED]
There is no standard configuration in 4.0.1. The default configuration is the universal class loader as described in the jboss-4.0.1/readme.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870370#3870370 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Installation & Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-16 Thread [EMAIL PROTECTED]
This is a specific problem with leakage of the commons-logging from tomcat to the deployment wars. Removal of the commons-logging.jar from the wars results in a valid scoped deployment as does the use the ears as is with 4.0.1RC2 when UseJBossWebLoader=false on the jbossweb-tomcat55.sar/META-IN

[JBoss-user] [Installation & Configuration] - Jboss 4 Universal Classloader

2005-03-16 Thread forloop5150
I am using JBoss 4.0.1. I would like to configure my server to use the Universal Classloader instead of the scoped classloader (don't ask why). I found documentation that states that just by putting the applications in the standard server instance, this will achieve this. However, with my dow

[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-16 Thread md5georg
"already in beta" !? :) from Microsoft download site: "File Name: dotnetfx.exe Download Size: 24615 KB Date Published: 7/27/2004 Version: 2.0" http://www.microsoft.com/downloads/details.aspx?FamilyId=B7ADC595-717C-4EF7-817B-BDEFD6947019&displaylang=en Will this ever come in non-beta state?

[JBoss-user] [Clustering/JBoss] - Re: HOWTO Step by step clustering ( JBoss 4.0.1 - Linux - Or

2005-03-16 Thread schaffal
Yes, auto discovery is much better, easier... But it may be forbidden by some network rules ( or if servers are not on the same vlan ). Probably that's why you can do the discovery both ways. To add to first post, Solution 3 above is available by setting properties in a dedicated jndi.propertie

[JBoss-user] [JBossWS] - Re: Webservice deployment exception -- cannot deploy

2005-03-16 Thread mgabier
Thanks Jason for the help. This leads me to a bigger question. I was under the impression that the reason we used webservices was to limit the binding between the client and server. I sounds to me like using jboss to write a webservice strongly binds the client and server. Shouldn't the someone

[JBoss-user] [Installation & Configuration] - Re: howto setup jboss in AIX

2005-03-16 Thread frankgrimes
Can you post the results of $JAVA_HOME/bin/java -version? Also, any stack trace(s) in your server log might be helpful too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870361#3870361 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Clustering/JBoss] - Tomcat Session Replication in cluster

2005-03-16 Thread trackingguy
I'm trying to test the latest 4.x release of JBoss AS and want to setup a simple cluster of 2 machines and have Tomcat replication sessions. I've been able to have the 2 machines automatically discover eachother and I've deployed a very simple test webapp to the cluster using the farm director.

[JBoss-user] [Security & JAAS/JBoss] - Re: SSL client authenitcation

2005-03-16 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=SSLSetup View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870359#3870359 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870359

[JBoss-user] [HTTPD, Servlets & JSP] - Re: I have problem with Filters and j_security_check.

2005-03-16 Thread [EMAIL PROTECTED]
Tomcat does not currently support filters for form authentication requests. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870358#3870358 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870358

[JBoss-user] [Installation & Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-16 Thread bmelloni
My apologies. I seem to be having trouble conveying the problem. This might be detailed and long, but let me try again: A) The WAR approach you mention works fine to separate "just" the logging from jBoss. I have tested in 3.2.3, 3.2.6, 4.0.0 (finally succeeded in download) and 4.0.1. B) Th

[JBoss-user] [JBossWS] - Re: WS security and non-java clients

2005-03-16 Thread singular_droid
Thanks a lot. And there is no way to include info about auth-header into wsdl of ws in deploy-time? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870356#3870356 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870356

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss-4.0.1 startup slow (Entitybean SQL generation prob

2005-03-16 Thread helly15
Any suggestions? Alexey maybe? Thanks, Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870355#3870355 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870355 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Adding true on method increased #

2005-03-16 Thread [EMAIL PROTECTED]
If you leave to false what? read-only or clean-read-ahead-on-load? The clean-read-ahead-on-load should be false in your case since you don't want to flush read-ahead cache after the read-only invocation and keep data for subsequent invocations in the same tx. View the original post : http://www

[JBoss-user] [JBossWS] - Re: JSR181/JSR224 Support

2005-03-16 Thread jcrume
Thanks, Jason. I will download it and build it! I've actually been using the ejb 3.0 previews, and stabilit asn't been bad at all! But I understand the nature of development branches. If I find any problems, I'll just look at the filed bugs first, then file one if it hasn't been yet. THere is

[JBoss-user] [Installation & Configuration] - stable jboss from cvs

2005-03-16 Thread sviluppatorefico
hi all...how I can to make a checkout of a stable version of jboss? I try with this command but i never get a stable version: cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r Branch_4_0 jboss-4.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870351

[JBoss-user] [Installation & Configuration] - Re: reletive path's

2005-03-16 Thread paulvl
Might it be a good idea to chroot the whole ANT, JBoss, CVS and J2EE package? I'm not realy into unix, so I might be suggesting something realy stupid, so let me know. Or maybe someone has some other suggestion to tackle the problem I discribed? Thnx in advance! Paul View the original post : h

[JBoss-user] [Beginners Corner] - Re: JBoss class load order/application class dependancy ques

2005-03-16 Thread bkyrlach
Thanks for your advice, but unfortunantly, that doesn't seem to work. In fact, JBoss won't even start when that's the case, due to major class conflicts. A temporary work-around has been to make a web application which basically spawns it's own Java VM in order to do any "dirty" work, and an adm

[JBoss-user] [Clustering/JBoss] - Re: [STABLE] Reset suspended flag to true, this should never

2005-03-16 Thread [EMAIL PROTECTED]
Hard to say. This message means that a timer has kicked in as a second line of defense, to prevent indefinite blocking. One reason could be that your system was severely overloaded, and you never got the RESUME_STABLE event. Another reason: your state was large (is that true ?), and state transf

[JBoss-user] [Clustering/JBoss] - Re: JBoss(Cluster) shutdown on HPUX

2005-03-16 Thread [EMAIL PROTECTED]
You probably found a bug. Could you create a JIRA issue for JBossAS (module=Clustering) ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870347#3870347 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870347 --

[JBoss-user] [Persistence & CMP/JBoss] - JBoss/Hibernate & object versioning

2005-03-16 Thread rajs1
| public void updateDeal(Deal deal) | { | ... | 1 session = this.getSession(); | 2 session.update(deal); | 4 session.flush(); | 5 session.close(); | ... | The above

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS, Acknowledge and thirdparty ressources not available

2005-03-16 Thread vanduyns
Hello I use the "Publish and Subscribe JMS model" and i have a problem. My subscriber need to insert the data coming from the message on a database. If my database is not available, i woud like my message not be consumed in order to re-attemp it later when database will recomming. How ? I trie

[JBoss-user] [EJB/JBoss] - Connection refused msg when accessing beans from remote clie

2005-03-16 Thread stigsa
Hi all. I'm not sure if this is the right posting for this but anyway... I have developed a set of beans that connects to an image-database. The client user can list the content of the database and select images for viewing. The JBOSS is installed on a RedHat server (dynamic ip-adress). The clie

[JBoss-user] [Installation & Configuration] - Re: howto setup jboss in AIX

2005-03-16 Thread wanted
hi all, we managed to install JBoss 4.0 on AIX 5.3 machine and successfully startup JBoss. The problem is when i browse to http://localhost:8080/jmx-console. I hit OutOfMemoryException, any ideas what is going wrong here? please guides, thanks. View the original post : http://www.jboss.org/in

[JBoss-user] [Clustering/JBoss] - [STABLE] Reset suspended flag to true, this should never hap

2005-03-16 Thread sheckler
Starting the second cluster node, I see following log message [STABLE] Reset suspended flag to true, this should never happen: check why RESUME_STABLE has not been received What does it mean? Stefan P.S. using JBoss 3.2.7 View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JBossWS] - Re: DII webservice client works using jdk1.4.2_07 but not wi

2005-03-16 Thread sirwio
I have had some time to investigate this further lately. Funny is that the dii code works fine when used from a servlet!!! The following matrix sums it up... Application with jboss 4.0.1 jaxrpc libraries = jbossjaxrpc Application with axis 1.1 jaxrpc libraries = axisjaxrpc Application with jwsdp

[JBoss-user] [EJB/JBoss] - Configuration

2005-03-16 Thread Mozbahel
My first application is implemented such:: DB(Oracle8) <-->EJBentity (CMP2.0) <-->EJB session (CMP 2.0) Is there any configuration to make in jboss or any file to update to make this runnable MY THANKS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870338#38

[JBoss-user] [EJB/JBoss] - Re: Getting Exception when Deploying only EJB plz help

2005-03-16 Thread IanMarshall
Without having seen your EJB code, I guess that your entity bean com.javapro.ejb.StringProcessorBean does not have both getId() and setId(...) getter and setter methods for your "id" field or its related column. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Installation & Configuration] - configurating jboss under jbuilder

2005-03-16 Thread Mozbahel
HELLO i'm a new user of jboss and i wanna isatall it under jbuilder2005 i'm using Oracle8 Can u tell me how to do and if there is any specific configuration to do Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870336#3870336 Reply to the pos

[JBoss-user] [Beginners Corner] - Re: how to deploy a Struts application in Jboss 4.0

2005-03-16 Thread claude_c
Hi, to make it short, you can not apply what is working with a standalone tomcat + struts project to a jboss one. JBoss manages Tomcat through a service. Just have a look at your deploy directory and the jbossweb-tomcat-5.0.sar subdirectory. See chapter 9 of the JBoss 4.0 documentation for a more

[JBoss-user] [Installation & Configuration] - Re: From 3.2.3 to 4.0.1SP1

2005-03-16 Thread Allosan
Another error that i receive is this one: 2005-03-16 11:00:08,225 ERROR [org.jboss.deployment.MainDeployer] could not create deployment: file:/C:/dev/app/jboss-4.0.1sp1/server/aicajms/tmp/deploy/tmp25395synchroClient.jar-contents/SyncManager-0.4.0.sar org.jboss.deployment.DeploymentException: Er

[JBoss-user] [Security & JAAS/JBoss] - Multiple authentication methods

2005-03-16 Thread tiputini
Hi all, We would really like to receive some advice on our current issue. We tried to solve it in some ways but we still have issues. We have an application that uses JAAS to authenticate users on our web app and EJB beans. Users can enter both trough basic authentication (always passed from th

[JBoss-user] [EJB/JBoss] - Re: Error compiling EJB-QL statement -- Jboss 4.0.0

2005-03-16 Thread IanMarshall
Are you using the QL for a finder or select method? Please would you post the method declaration including your QL string. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870331#3870331 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Management, JMX/JBoss] - Re: addNotificationListener on Tomcat final start?

2005-03-16 Thread raja05
Why dont you make your mbean depend on the Tomcat MBean. That way, your mbean will not be invoked till tomcat is started.. the tomcat mbean is jboss.web:service=WebServer View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870329#3870329 Reply to the post : http

[JBoss-user] [EJB/JBoss] - Re: Long-running Session beans

2005-03-16 Thread IanMarshall
If the thread of execution of your polling stateless session bean cannot yield to other threads before it finishes execution (others may help you here), one work-around could be to split your polling into discrete tasks which can be invoked in succession but with time intervals between them. If

[JBoss-user] [Installation & Configuration] - From 3.2.3 to 4.0.1SP1

2005-03-16 Thread Allosan
Hi all! I have a client server applicatione using JBOSS 3.2.3 as Client and a remote JBOSS 3.2.3 as Server. I'm using JBossMQ and JBossNS services. Which problems would i have passing from 3.2.3 to 4.0.1SP1? Can i first use that version as server and remain 3.2.3 as client? I post this message b

[JBoss-user] [Beginners Corner] - Re: exploded ear

2005-03-16 Thread raja05
The reason why jsps are working that way is because everytime a jsp page is invoked, its checked if the compiled version of the jsp is older than the jsp source and if so, it recompiles. i believe there is a flag to turn it off. As far as EARs are concerned, since they are a complete package, to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: XAException: tx=TransactionImpl:XidImpl [FormatId=257, G

2005-03-16 Thread sheckler
Ok, I will check this. Thanks Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870325#3870325 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870325 --- SF email

  1   2   >