[JBoss-user] [Beginners Corner] - web browser client

2005-03-29 Thread jherrero
Hi everybody Can someone tell me how to connect a JBOSS web service using a web browser (internet explorer, netscape or mozilla)? I mean, calling a web service and showing the returned value in the web browser. I've used BEA and some files must be added in order to allow web browsers to connec

[JBoss-user] [Installation & Configuration] - how to know which service of JBOSS is dependent on another

2005-03-29 Thread emailssent
Dear All, As I want to remove some of the service provide by JBOSS , which is not required for me. So,is there any dependency issue there. Is one service is dependent on another. If I remove any services, does it will create any problem to me in running other services. how to know which servi

[JBoss-user] [Clustering/JBoss] - Re: simple clustering - no J2ee

2005-03-29 Thread poojac20
Yes, my service is an MBean, Listening on a port. So, I cant cluster it. right? I'll still work on the load balancer. Thanx for the reply. Regards --- Pooja. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871991#3871991 Reply to the post : http://www.jb

[JBoss-user] [JCA/JBoss] - Connection pooling in master/slave database environment

2005-03-29 Thread techdreamer
Does JBoss offer any support for configuring a single datasource or connection pool for multiple database servers? Wish to use master/slave database replication (in MySQL 4.1) and will have multiple slaves, but wish to encapsulate them as a single datasource (at least as far as the applicati

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread [EMAIL PROTECTED]
The error message is actually coming from JBossCache. So 4.0.2 (due in 1-2 weeks) will have the latest release from JBossCache. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871988#3871988 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Clustering/JBoss] - Re: File reads/writes in application

2005-03-29 Thread [EMAIL PROTECTED]
Central DB is definitely a solution specifically if contention is not an issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871987#3871987 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871987 -

[JBoss-user] [Clustering/JBoss] - Re: simple clustering - no J2ee

2005-03-29 Thread [EMAIL PROTECTED]
are you referring to http load balancing? This is about regular MBean in JBossMX though. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871986#3871986 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871986 -

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread [EMAIL PROTECTED]
Our next release is 4.0.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871985#3871985 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871985 --- SF email is sponso

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread bmillett
Great thanks! From reading the documentation I was going to make that change anyway but hadn't gotten around to it yet, you know, "baby steps" to becoming comfortable on a new platform:-). Thanks again for all the help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread davewebb
Yes, 4.1.0 is not released yet, but I saw that it is fixed in that build (Currently in Dev). I also remembered something else, if you change the replication type from REPL_SYNC to REPL_ASYNC, the message goes away and the replication algorithm is more efficient as well. That is what I did t

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread bmillett
Thanks, I really appreciate the help. Again I may be showing my "green-ness" but I thought 4.0.1sp1 was the latest release. If the problem was fixed as of 4.1.0, is that the current development build? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387

[JBoss-user] [Beginners Corner] - Re: Deploying files

2005-03-29 Thread raja05
You dont need to compile anything again. JBoss uses tomcat as its servlet engine, so if you drop a packaged war file or undeployed archive ending with .war, for e.g. mypackage.war in the deploy directory, it shud just work. View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - Re: javax.jms.JMSSecurityException

2005-03-29 Thread raja05
If you look at the logs, its throwing an exception when its trying to create the QueueConnection. Looking up SecurityMetadata.java says there are three permissions - read, write and create. You have not specified create access for _LocalQueueReader_. that might be the problem. And the defeault v

[JBoss-user] [Beginners Corner] - Re: Connection Pooling In JBOSS

2005-03-29 Thread sriramp_here
Hi Thanks a lot for the explanation. Regards Sriram. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871979#3871979 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871979 ---

[JBoss-user] [Beginners Corner] - Deploying files

2005-03-29 Thread rkogulan
Hi, I developed application in and ran in Tomcat 5.5.7. It is working fine there. I have tried to generate the war file from Tomcat and then copy to deploy in JBoss. As per JBoss it requires Jar or EAR ?? Is that correct? Do I need to compile the java, jsp, files in JBoss again. if so how do I do

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate 3.0 and the 4.0.1 HARDeployer

2005-03-29 Thread yuricake
I am facing the same problem right now - has there been a solution yet? Thank you very much in advance! Yuri Niyazov View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871976#3871976 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread davewebb
I have the same messages and after some research I found that: a) it does not affect session replication b) it is a known bug that is fixed as of 4.1.0 Hope this makes you feel better. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871975#3871975 Reply to th

[JBoss-user] [JCA/JBoss] - JCA as a means to a JNI end

2005-03-29 Thread bmargulies
If I'm reading the situation aright, JCA is the only standardly deployable J2EE thing that can use native code. I have a read-only, sizable, resource on my hands that must be accessed via JNI. In Plain-Old-Tomcat, I just defined a custom bean factory and advertised it in the JNDI namespace via t

[JBoss-user] [JCA/JBoss] - FAQ has empty topic

2005-03-29 Thread bmargulies
The 'I want to plugin a custom DataSource' topic is empty in the FAQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871971#3871971 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871971 ---

[JBoss-user] [JBossWS] - Re: Maping a custom Array (Person[]) in java-wsdl-mapping

2005-03-29 Thread jasong
You need to wrap your array in an object. Take a look at the wiki: http://www.jboss.org/wiki/Wiki.jsp?page=WSArrayTypeMapping Thanks, -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871969#3871969 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Persistence & CMP/JBoss] - CMR-field getXXX and deadlocks

2005-03-29 Thread ereze
I am using JBoss 3.2.6 and I have a deadlock problems even after setting read-only flag on methods that match the pattern: "get*" and "is*". I read the following about Resin: anonymous wrote : By default, Resin knows that findXXX, ejbSelectXXX, and cmp-field and cmr-field getXXX methods are read

[JBoss-user] [Management, JMX/JBoss] - Dynamic class loading, SPI? advice please

2005-03-29 Thread fatbatman
Hello, I have a custom server that I run in JBoss within an MBean. This server needs to dynamically initialise certain objects seperate from the main core of the custom server. I tried to load these classes with using standard Class.forName(..) type stuff but I kept getting class loader error

[JBoss-user] [EJB/JBoss] - read-only methods locks entity on tx rollback

2005-03-29 Thread vainq
I have specified all get* methods of my Entity Bean to be "read-only" through the following tag in the jboss.xml. | | get* | true | | Now, I access the getCustomerId of such an entity bean instance from an MDB that is enr

[JBoss-user] [Installation & Configuration] - Apache load balancing with JBoss worker nodes configuration

2005-03-29 Thread [EMAIL PROTECTED]
I would like to use apache to load balance http requests to a cluster of JBoss server instances. I think JNDI and EJB clustering will be too expensive for this application, so I prefer clustering at the http level. The main reason for clustering is to scale memory across several JVMs so I would

[JBoss-user] [J2EE Design Patterns] - Re: Multiple jvm's

2005-03-29 Thread PeterJ
Each instance of JBoss AS that you run runs within its own JVM. As an example, we typically run multiple instances of JBoss AS simultaneously on our ES7000 servers. However, each application that is deployed to a particular instance of the JBoss AS runs within the same JVM as that instance of

[JBoss-user] [Security & JAAS/JBoss] - EncyptDBPassword

2005-03-29 Thread wnorth
I've been researching encrypting datasource passwords within the oracle-ds.xml file, which requires setting up a security domain per the following URL: http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords I followed the examples on the aforementioned link and can't seem to get

[JBoss-user] [Clustering/JBoss] - HASingleton and new instances.

2005-03-29 Thread abitha
If I have a HASingleton class, and that object creates a new instance (call it instanceA) of some other class - can we say with certainty that the new instance is running on the same server? If there is a failover, and a different server starts the HASingleton service, and references the instanc

[JBoss-user] [Clustering/JBoss] - File reads/writes in application

2005-03-29 Thread abitha
Hi, My responsibility is to convert an existing enterprise app running on a single server to a clustered setup. I am in the process of identifying the different classes, and issues, and coming up with a design/solution to address each issue. I find that there are quite some places in the app wh

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS-based Single Sign-On for JBoss 3.2.6

2005-03-29 Thread dafisker
> We plan although to support SAML in JOSSO in the near future. Is there a specific timeframe on when SAML will be supported in JOSSO? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871940#3871940 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Clustering/JBoss] - Re: simple clustering - no J2ee

2005-03-29 Thread abitha
We use regular java classes, and use mod-jk as the load balancer. We specify all the servers in the worker.properties file, and it load balances automatically. I believe that when one server goes down, it will automatically redirect requests to the other server. Abitha. View the original post

[JBoss-user] [Installation & Configuration] - Re: Help: JBoss Stops Responding

2005-03-29 Thread ertdredge
Did you ever resolve this? I'm seeing similar issues with 3.2.5 running with Tomcat. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871937#3871937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871937 -

[JBoss-user] [Installation & Configuration] - Re: dhcp problem

2005-03-29 Thread cycchow
my problem fixed, by using parameter -Dsun.net.inetaddr.ttl=2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871936#3871936 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871936 --

[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-03-29 Thread [EMAIL PROTECTED]
The 4.0.2 docs will come as a PDF. They will be out when 4.0.2 is released. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871933#3871933 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871933 ---

[JBoss-user] [JBossWS] - Re: EJB endpoint authentication and authorization

2005-03-29 Thread jtroxel
I have a similar problem. HTTP Basic auth seems to be configured correctly and tests setting a username and password on the Stub work, but only if I use a local WSDL. I think the problem is that the http://blah:8080/ejb-jar/port-component?wsdl call also requires credentials with basic auth.

[JBoss-user] [JCA/JBoss] - Re: Can not invoke a native method

2005-03-29 Thread [EMAIL PROTECTED]
"ramses" wrote : Excuse, if I bother you once again. | | How the solution will be ? | | The class(es) which invokes the native method, has also load the native library. JBoss will not any longer load the native libraries. | Correct anonymous wrote : | A redeployment with native li

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread bmillett
By the way I am running the the "all" server from the 4.0.1sp1 "out-of-the-box" configuration, and have a sw load balancer implemented via Apache2 mod_jk. Thanks again! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871927#3871927 Reply to the post : http

[JBoss-user] [Installation & Configuration] - dhcp problem

2005-03-29 Thread cycchow
I am using JBoss 4 bridge with Apache 2 (jk2, 1.2.6). My server get ip from the dhcp server which map to dynamic dns. Since the network is not stable, the ip addres will be changed sometime. Everytime when the ip is changed (the dynamic dns map to a correct ip), the jboss (tomcat) seems halt

[JBoss-user] [JCA/JBoss] - Re: Can not invoke a native method

2005-03-29 Thread ramses
Excuse, if I bother you once again. How the solution will be ? The class(es) which invokes the native method, has also load the native library. JBoss will not any longer load the native libraries. A redeployment with native libraries is not possible. Is this correct? br Ramses View the ori

[JBoss-user] [Clustering/JBoss] - HTTP Session Issue in Cluster

2005-03-29 Thread bmillett
I am fairly new to JBoss Clustering and am getting an error with HTTP Session Replication. The session state seems to be replicated fine. But I am gettting the following error in the logs. The JVM on the boxes is slightly different (1.4.2_06 & 1.4.2_04), would this be causeing my problem? Than

[JBoss-user] [JBossWS] - Re: JBossWS client in WAR uses different version of Axis

2005-03-29 Thread bsbodden
I meant that Laszlo is a client to a set of Web Services served from a EJB-based app in JBoss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871922#3871922 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871922

[JBoss-user] [Installation & Configuration] - Re: Multiple Application Servers

2005-03-29 Thread nsakiya
Tnanks, dschneller. After roughly reading through, if I understand it correctly, a virtual application server in WebSphere is equipvent to a partition in jboss. Each partition has its own resource (I'm not sure if each partition runs in its own unix process (PID)). And, this is only available

[JBoss-user] [Clustering/JBoss] - Re: Dynamically create JMS destinations in clustered environ

2005-03-29 Thread chris_pollentier
Hi, I did indeed found a solution for this. Check wiki: http://www.jboss.org/wiki/Wiki.jsp?page=JBossHASingletonRemoteAccess This wiki explains how to deploy an RMI invoker that can be used to invoke methods on singleton MBeans from anywhere in the cluster. This invoker is deployed as a singlet

[JBoss-user] [EJB/JBoss] - java.rmi.NoSuchObjectException: Entity not found

2005-03-29 Thread saranggore
I am getting this exception even though the entity exists in the database. I am trying to deploy EJB 1.1 beans in JBoss 3.2.6. can anyone tell me if there is anything I need to do as far as configuration to fix it??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Security & JAAS/JBoss] - Anomoly in DatabaseServerLoginModule

2005-03-29 Thread tonemeister
All Currently deploying JBOSS 4.0.1 and 4.0.1 SP1 on SMP test rigs and testing for thruput. We are using the DatabaseServerLoginModule to authenticate users (login-config.xml snippet below) DB engine MSSQL 2000 sp3a. JDBC driver JTDS 0.9.1 (although tested with MSSQL jdbc sp3 and got same resu

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Redirecting root-context to servlet including servlet-co

2005-03-29 Thread feldgen
Ok, I managed it with some workaround... Due to JBoss being an application-server and not a web-server I created a dummy web-application-archive with all needed files except a real servlet and registered it with the welcome-file index.html to the "/"-context. The index.html has the meta-equiv-ta

[JBoss-user] [Beginners Corner] - javax.jms.JMSSecurityException

2005-03-29 Thread nlmarco
Hello *, I've a message driven bean subscribed to a queue. The queue is created with the following xxx-service.xml: | | | | | | | | | | java:/jaas/ipanemaLocal | jboss.mq:service=DestinationManager | | | |

[JBoss-user] [JCA/JBoss] - Re: Can not invoke a native method

2005-03-29 Thread [EMAIL PROTECTED]
"ramses" wrote : @ 1) | JBoss can load the native library. The SubDeployerSupport.class uses the method System.load with the full qualified filename (e.g: /home/rameder/jboss/server/sx/tmp/native/libopenFTjni.so) of the native library, therefore no java.library.path has to be set. | | I c

[JBoss-user] [JCA/JBoss] - Re: Can not invoke a native method

2005-03-29 Thread [EMAIL PROTECTED]
"ramses" wrote : | @ 2) Bug Report | How will you ensure, that the GC runs (unload a native library) between a redeployment. | I/we do not control the GC. Hence Scott's comment about not being able to redeploy native code. View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [EJB/JBoss] - accessing different instances of a database

2005-03-29 Thread hmae
To all: System information: JBoss-4.0.0, Windows XP Pro, Database: Oracle 9i I apologize in advance if I posted this in the wrong forum. I?m trying to solve a problem where I have a web application that needs to access two different instances of a database (ex. we call the instances dwm1 and dw

[JBoss-user] [Beginners Corner] - Re: Hide a JNDI subcontext from remote clients

2005-03-29 Thread nlmarco
Seems to work! Thanks a lot!!! Marco ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871908#3871908 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871908 --- SF

[JBoss-user] [Beginners Corner] - Re: EAR Deployment--BeanShellSubDeployer issue

2005-03-29 Thread raja05
I dont think its possible to do this. Even though you comment out BeanShellSubdeployer, the SubDeployerSupport.java assumes that anything ending with .bsh is deployable and hence it looks for a Deployer to deploy this. Check out SubDeployerSupport's isDeployable method. You might just be out of

[JBoss-user] [Beginners Corner] - Table not found sql exception while executing servlet in jb

2005-03-29 Thread shanker
Inpublic void init(ServletConfig config) Class.forName("org.hsqldb.jdbcDriver"); System.out.println("driver loaded"); connection = DriverManager.getConnection("jdbc:hsqldb:Employee","sa",""); in doPost I am calling insertInToDb in which i have this code

[JBoss-user] [Beginners Corner] - Re: Stopping loading *.jar files in .sar when JBoss starts u

2005-03-29 Thread raja05
I dont think there is a way to stop loading the jars packaged as part of SAR. JBoss loads all of them by default when it "inits" your SAR. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871905#3871905 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Beginners Corner] - Re: Loading an app through MBean's startService()?

2005-03-29 Thread raja05
Yes. that should work. Although you might be better off instantiating the class that A.jar invokes rather than running a command like java -jar A.jar. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871904#3871904 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Beginners Corner] - Re: Hide a JNDI subcontext from remote clients

2005-03-29 Thread raja05
Anything in the "java:/" namespace cannot be accessed remotely. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871903#3871903 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871903

[JBoss-user] [Javassist user questions] - Re: long method parameter must be explicitely qualified

2005-03-29 Thread chiba
Hmm.. the goal of the Javassist compiler is to help the development of a bytecode translator. It's not to be the standard compiler. But I put this fact to my todo list. Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871902#3871902 Reply to the post

[JBoss-user] [JBossWS] - Re: JBossWS client in WAR uses different version of Axis

2005-03-29 Thread bsbodden
Unfortunately I am using JBossWS to serve the laszlo app so I can't do away with it. I can't believe that it is this hard to isolate a WAR deployment from the app server loaded classes. Thanks for the help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387190

[JBoss-user] [Beginners Corner] - Re: ClassNotFoundException when trying to load JDBC driver i

2005-03-29 Thread raja05
You need to make mysql drivers as part of the classpath. Put the mysql jar files somewhere in the lib or as part of ur application. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871900#3871900 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [JBossWS] - Maping a custom Array (Person[]) in java-wsdl-mapping

2005-03-29 Thread eykatz
Hi All Here is my WebService Operation public Person[] getPersons(); How should I map this Person[] in the file? Please provide the answer in a format like this: com.hello.Person http://hello.com";>ns:Person the above doesnt work btw, should I suffix Person with a '[]' ? How? Please, please a

[JBoss-user] [Beginners Corner] - Re: JBoss certification exam

2005-03-29 Thread senthiln
Some more beginners are also planning to take the exam. If you are writing a thoughtful response, please post it to [EMAIL PROTECTED] It is a group for recent Jboss trainees. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871898#3871898 Reply to the post :

[JBoss-user] [Beginners Corner] - JBoss certification exam

2005-03-29 Thread senthiln
Hello Anyone who have attended advanced JBoss training and passed JBoss certification exam please write your experience. I have good experience and understanding of J2ee. I attended the advanced jboss training recently. Planning to take the JBoss certification exam. Preparing for the exam with

[JBoss-user] [Clustering/JBoss] - Re: How to isolate clusters ? Modifying mcast_addr isn't wo

2005-03-29 Thread schrouf
This is for sure a configuration issue with your mcast_addr settings in cluster-service.xml and tc5-cluster-service.xml ! We have a working configuration (JBoss 3.2.7 RC2) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871896#3871896 Reply to the post : ht

[JBoss-user] [JCA/JBoss] - Nested RAR, rar-name should not contain ear file

2005-03-29 Thread GreyDeath
I have a rar file inside my ear. additionally I also have the -ds.xml inside my ear. I know that I have to sepecify the rar-name in the ds.xml like the following: # The problem is that means to the correctness of the deployable is dependent on the name of its container the ear file. Which is n

[JBoss-user] [EJB/JBoss] - Re: How to end a session with stateful session bean?

2005-03-29 Thread schrouf
You should have a look on your webserver (tomcat ?) session lifecycle handling. I guess at least for tomcat there are different events that might be used for your purposes Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871894#3871894 Reply to t

[JBoss-user] [JCA/JBoss] - JBoss and JDBC 1.01

2005-03-29 Thread artemgolubev
I have RDBMS LINTER SQL. (http://www.relex.ru/eng/products/linter/index.php) Their JDBC driver supports JDBC 1.01 standart. Can I use this RDBMS in JBoss? Will transactions be avaible? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871892#3871892 Reply to th

[JBoss-user] [Beginners Corner] - Re: Connection Pooling In JBOSS

2005-03-29 Thread schrouf
20 SB will 'immediately' (after connection creation) get a connection from the JBoss connection pool on call to ds.getConnection() 5 SB will block until a previously allocated connection is returned to JBoss connection pool ( by a call to con.close()). If no connection gets available within th

[JBoss-user] [HTTPD, Servlets & JSP] - hot deployment correct only first time

2005-03-29 Thread stefano80super
Good morning I'm using jboss 4.0.1 sp1, I've an application that i deploy with the hot deployment metod, when jboss start I can use my application correctly, but if I redeploy the jars for the application and then move the war folder it seems to be correctly deployed but I can't access it. Tha

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss restart after DB restart needed?

2005-03-29 Thread schrouf
After database restart all JBoss cached db connections are invalid ! Therefore you have to flush the database connection pool, that is 'internally' used by your CMP entity beans (most probably DefaultDS) via JMX console. Have a look at the "jboss.jca" service section to find the correct connecti

[JBoss-user] [HTTPD, Servlets & JSP] - Compatibility Problem between Jboss 4.0.1Sp1 and Struts 1.2.

2005-03-29 Thread andreacervi
Hello Guys, We are developing a Web Application using Struts1.2.4 and Sun Jdk 1.5.0_02 Is possible to deploy it using Jboss 4.0.0 but not in 4.0.1 and 4.0.1Sp1. Do anyone know why? It seems to us a version conflict of common library between Struts1 and Jboss. 22:25:27,969 INFO [EjbModule] Dep

[JBoss-user] [EJB/JBoss] - Re: jboss4 upgrade problem - remote client proxy calls local

2005-03-29 Thread afyoung
The problem had already been identified in the follwoing JIRA: http://jira.jboss.com/jira/browse/JBAS-1442 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871887#3871887 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871

[JBoss-user] [Management, JMX/JBoss] - Re: MainDeployer getting absolute path of deployed package

2005-03-29 Thread eltorio
Thanks a lot it works well, for me it is magic! when i call URL currentFile = Thread.currentThread().getContextClassLoader().getResource("file.data"); | currentFile.toString(); from my ejb the url answer is file:/x/jboss/server/default/tmp/deploy/tmp32294xxxApp.ear-contents/xxxApp.war/fil

[JBoss-user] [Nukes User] - Re: 'base' url in themes

2005-03-29 Thread Manutrium
Hi, this tag is insert in the org\jboss\nukes\handler\PageResult.java file in the proceed method. If you are sure, you can try to delete it and see what is done ... Emmanuel Lorge View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871883#3871883 Reply to the po

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-03-29 Thread combsv
Do you happen to have a pseudo offical juddi V0.9RC4 based jboss deployment? I have it working but did so by simply doctoring the ddl files and inserting the new juddi.jar. However, if I replace the entire juddi.war I get errors of this sort: 2005-03-29 07:58:01,231 ERROR [org.apache.juddi.re

[JBoss-user] [EJB/JBoss] - Re: jboss4 upgrade problem - remote client proxy calls local

2005-03-29 Thread [EMAIL PROTECTED]
File a bug report with the testcase in jira: http://jira.jboss.com View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871879#3871879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871879

[JBoss-user] [JCA/JBoss] - Re: Can not invoke a native method

2005-03-29 Thread ramses
@ 1) JBoss can load the native library. The SubDeployerSupport.class uses the method System.load with the full qualified filename (e.g: /home/rameder/jboss/server/sx/tmp/native/libopenFTjni.so) of the native library, therefore no java.library.path has to be set. I can see this in the loggings (

[JBoss-user] [Clustering/JBoss] - Re: jvmRoute attribute not getting appended to session id

2005-03-29 Thread davewebb
I have mod_jk load balancing over a cluster working fine in 4.0.1SP1. I followed these instructions precisely. http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss I am using: httpd 2.0.53 mod_jk1.2 Make sure you have sticky_session=1 in your workers.properties file. View the ori

[JBoss-user] [Installation & Configuration] - service offered in default configuration

2005-03-29 Thread emailssent
Dear All, How can i know the services offered in "default" configuration. Any help appreciated, -jack View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871875#3871875 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38718

[JBoss-user] [Nukes User] - 'base' url in themes

2005-03-29 Thread mbalz
Hello, when a page is rendered nukes inserts a 'base' tag, like http://localhost:8080/nukes/"/> in the html header. Is there any way to disable or manually change this? (We've a configuration with Apache and a proxy, so the wrong url is sent back to the browser.) Thanks!! Moritz View the origi

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

2005-03-29 Thread venkaiah
thanks for the reply but the exception i am getting is NoSuchAlgorithmException algorithm PBEwithMD5and DES i want know how to configure JVM to accomodate this algorithm thanks venkat View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871872#3871872 Reply to

[JBoss-user] MDB sending reply messages (Remote Server)

2005-03-29 Thread Eduardo Kruger
Hi, I'm having a little problem with JMS/MDB in JBOSS. I have a local client that send messages to a remote server (jboss), where I have deployed a MDB who receives these messages. All messages are sent and received correcty, but when a try to send a reply message to the client, i can't lookup th

[JBoss-user] [Security & JAAS/JBoss] - Re: Session persistent after server restart

2005-03-29 Thread einsti
I faced the problem also, did you solve it? my email is:[EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871871#3871871 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871871 ---

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

2005-03-29 Thread oabidian
Darranl, Thanks a lot for your time taken to respond to me. Sounds like exactly my problem (JBAS-1495). I will look into it to see if JBoss suplied a fix for this or not. I just wanted to thank you for you kind responses. Cheers, Art. View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBossWS] - Re: war deploying affects WS

2005-03-29 Thread shel
ok, it seems that if both web and ws are accessed thru the http://localhost:2000/ka there is no way to keep them together, so i'll have to separate it by making another context for ws (e.g. /ka-ws). but this way i will also have to make another jaas domain configuration additionaly to existing /

[JBoss-user] [Management, JMX/JBoss] - Re: Help on Scheduler Mbean

2005-03-29 Thread naikrajat
Thanks, It seems to work rgds, Rajat View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871868#3871868 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871868 --- SF ema

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Redirecting root-context to servlet including servlet-co

2005-03-29 Thread feldgen
I just had another strange behaviour: If I remove the registering of the default-servlet with mapping to "/" in webdefault.xml of jbossweb.sar the stylesheets and pictures for my other servlets will not be found when addressed correctly with the servlet-path... Any suggestions? Thnx, Lutz Feld

[JBoss-user] [Installation & Configuration] - NewBie: difference in features of 'default' & 'minimal'

2005-03-29 Thread emailssent
Dear All, I am newbie to jbosss :- How can i know the diiference in features of 'default' & 'minimal' jboss configuration. Do I have to look "jboss-service.xml" file in both type of server folder to find the difference. Do I have to look "deploy" directory content of both type of server to f

[JBoss-user] [Management, JMX/JBoss] - Re: JSR88 problems

2005-03-29 Thread isidorkin
I use NetBeans 4.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871863#3871863 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871863 --- SF email is sponsored by -

[JBoss-user] [HTTPD, Servlets & JSP] - Redirecting root-context to servlet including servlet-contex

2005-03-29 Thread feldgen
Hi, I have JBoss-3.0.6 with Jetty and run some servlets. I want to ged rid of the context-listing provided if the machine is addressed without path (e.g. https://192.168.1.1:8443). I tried to register one of the servlets with root-context but then the style-sheets and pics corresponding to the s

[JBoss-user] [Management, JMX/JBoss] - Re: JSR88 problems

2005-03-29 Thread [EMAIL PROTECTED]
Please, vote for it: http://jira.jboss.com/jira/browse/JBAS-1627 This is also related to: http://jira.jboss.com/jira/browse/JBIDE-160 What's your IDE?[/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871860#3871860 Reply to the post : http://www.jboss

[JBoss-user] [Management, JMX/JBoss] - Re: JSR88 problems

2005-03-29 Thread [EMAIL PROTECTED]
It's used in the j2ee 1.4 certification testsuite, to allow deployment of modules/tests. This doesn't require the full set of functionality to be provided. Are you using some jsr-88 compliant GUI or you use the api directly? View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [EJB/JBoss] - Re: jboss4 upgrade problem - remote client proxy calls local

2005-03-29 Thread abl
Have you found a solution for it? I encountered the same problem in calling a SLSB from a SFSB after migrating from 3.2.x to 4.0.1Sp1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871855#3871855 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Management, JMX/JBoss] - Re: JSR88 problems

2005-03-29 Thread isidorkin
I use IDE that have full JSR88 API implementation, so I expected easily integration IDE vs JBoss for deploying my applications. Do you know when full implementation of JSR88 in JBoss expected? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871859#3871859 Rep

[JBoss-user] [Management, JMX/JBoss] - Re: TimerMBean does not implement full jmx 1.2 spec

2005-03-29 Thread [EMAIL PROTECTED]
I've put it in JIRA, so you can vote for it: http://jira.jboss.com/jira/browse/JBJMX-87 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871858#3871858 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871858

[JBoss-user] [Installation & Configuration] - Re: Multiple Application Servers

2005-03-29 Thread dschneller
Hi, look here: http://docs.jboss.org/jbossas/clustering/JBossClustering.pdf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871857#3871857 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871857

[JBoss-user] [JBossWS] - Re: Problem getting unexpected element name returned to clie

2005-03-29 Thread md5georg
Hello, I am guessing you are using jboss 4.0.0 or 4.0.1sp1? In this case, it is a bug and it is fixed in the 4.0.2RC1 which you can find here: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942 If you can not, for legacy reason or you just do not want to use an RC :),

[JBoss-user] [Management, JMX/JBoss] - Re: JSR88 problems

2005-03-29 Thread isidorkin
Do you know somebody who has really used JSR88 in JBoss or it was included only for appearance? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871853#3871853 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871853 -