[JBoss-user] [EJB/JBoss] - Re: error in configuring jboss for mssql server 2000

2005-01-27 Thread Booney
this error is for ur JDBC dirver of microsoft sqlserver2000,you should install the ms sql sp3 for ur database it will be ok View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864044#3864044 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Installation & Configuration] - Re: [Microsoft][SQLServer 2000 Driver for JDBC]Error establi

2005-01-27 Thread Booney
hi gregs: i m also meet this problem before After i setup the sqlserver2000 sp3 it works ok. Wish will help u View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864045#3864045 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Clustering/JBoss] - Re: How can i setting up JMS clustering on jboss4.0?

2005-01-27 Thread te.mp
http://www.componentsource.com/,you can buy the docs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864040#3864040 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864040

[JBoss-user] [Beginners Corner] - Problem in compiling Duke-Bank tutorial application with Jbo

2005-01-27 Thread ramarao_1234
Hi , I am getting the following errors when i try to compile the build.xml in Duke-Bank application with jboss-4.0.0. The errors are: [javac] Compiling 4 source files to F:\j2eetutorial14\examples\bank\build [javac] F:\j2eetutorial14\examples\bank\src\com\sun\ebank\web\template\Defin itionTag.jav

[JBoss-user] [Installation & Configuration] - database manager problem

2005-01-27 Thread prom94
I have executed jboss's database manager by jxm-console and manipulated Hypersonic database. But after installation of liferay on jboss-3.2.6 and Tomcat-5.0.28, it doesn't work. When I invoked startDatabaseManager operation, error occured. Anyone know how to fix this problem? 18:13:26,014 ERRO

[JBoss-user] [Installation & Configuration] - Re: AJP port limitation?

2005-01-27 Thread jjm
"nitinshiv" wrote : Is anyone aware of any limitations of AJP port listening on Well Known ports?, Ports Numbers < 1024. | | I was able to get Apache to forward requests to JBoss only when i had AJP13 port listening on Ports > 1024 | | - Nitin | | Are you running the process as

[JBoss-user] [JBossWS] - Cached Principal's not supported?

2005-01-27 Thread paper57
It appears that cached principals are not supported in JbossWS. I noticed that my login module was called on every web service invocation. Looking in ServerLoginHandler, I see a new SimplePrincipal is created on every invocation. As my authentication process is very expensive, what is the recom

[JBoss-user] [JBoss.NET] - One web service for many session beans

2005-01-27 Thread goldrimtang
Hello, Is it posible to have many session beans, but one singe web service that exposes some methods of these beans? I need a single wsld generated. Otherwise, I get the same types described in multiple wsdl which complicates a lot the client side. Thanks! View the original post : http://w

[JBoss-user] [JBoss.NET] - Re: Redirecting by changing wsdlsoap:address location in the

2005-01-27 Thread joff
oh, and to get it to replace it with https instead of http, in your WSDL have something like: https://REPLACE_THIS_URL"/> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864034#3864034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [JBoss.NET] - Re: Redirecting by changing wsdlsoap:address location in the

2005-01-27 Thread joff
Not sure about older versions, but in JBoss 4.0, look in your server/default/deploy/jboss-ws4ee.sar/META-INF directory.. and in 'jboss-service.xml' | | jboss:service=WebService |your.hostname.here | 8443 | 8080 | false | | View the original

[JBoss-user] [Management, JMX/JBoss] - Re: GaugeMonitor is not serializable?

2005-01-27 Thread qdotlu
I want to build an application that I can use a Web GUI in the front end to display all the existing MBeans registered with the MBean server. If I want to create a monitor against one MBean attribute, I have to ask the MBean Server to create one Montior MBean in the client side through RMIAdapto

[JBoss-user] [Installation & Configuration] - Re: Is it possible to stop a particular application deployed

2005-01-27 Thread wanted
"wanted" wrote : Hi all, | I would like to ask, is it possible for us to stop one of the applications deployed into JBoss? | eg. I have App1, App2 and App3 deployed into JBoss, once deployed, App1, App2 and App3 will runnning, can I stop App2 so that it's not available to users? | | th

[JBoss-user] [Management, JMX/JBoss] - Re: mbeans read-only attributes

2005-01-27 Thread [EMAIL PROTECTED]
I presume the xml snippet is from the xmbean descriptor. Declaring something there (e.g. an attribute) doesn't mean a method is created in your class. An XMBean defines a JMX wrapper (Model MBean) on top of an ordinary POJO class. In the xmbean descriptor you define the management interface that

[JBoss-user] [Messaging, JMS & JBossMQ] - Connection problem using NAT

2005-01-27 Thread oner
Hi, We are deploying a JMS server inside our company network; it is behind NAT. If we try connecting from outside the local area; the client code hangs while trying to create a JMS connection. The exception is "org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.n

[JBoss-user] [JBossWS] - Re: How to write a client that calls a document-style web se

2005-01-27 Thread Mette
I tried using the code in the Wiki entry you linked to, changing names and namespaces as appropriate, obviously, and on the call to serviceFactory.createService, I get the exception below. Any idea what on earth it might mean??? Exception in thread "main" javax.xml.rpc.ServiceException: org.xm

[JBoss-user] [Installation & Configuration] - Is it possible to stop a particular application deployed int

2005-01-27 Thread wanted
Hi all, I would like to ask, is it possible for us to stop one of the applications deployed into JBoss? eg. I have App1, App2 and App3 deployed into JBoss, once deployed, App1, App2 and App3 will runnning, can I stop App2 so that it's not available to users? thanks. View the original post :

[JBoss-user] [The Lizzard's corner] - Where's jboss-3.2.7?

2005-01-27 Thread frankgrimes
Why has jboss-3.2.7 disappeared from the JIRA road map? Also, it looks like jboss-3.2.7RC1 has been removed from the sourceforge downloads section. Has the 3.2 branch suddenly been killed off?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864025#3864025 Rep

[JBoss-user] [Clustering/JBoss] - Re: HAJNDI/Clustering Bug in 4.0.x?

2005-01-27 Thread Tyler Black
Thank you for clarifying. I can see now that as my first reply is worded it isn't complete, or correct. Cheers! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864024#3864024 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Advanced Documentation] - Problem in Jboss 4 Guide Examples (Chapter 1)

2005-01-27 Thread tmatsuzaki
Hello. I read "1.3. Booting from a Network Server" in ch01.html and tried example. Ant script(build-netboot.xml) went well, but when I started netboot server I got following exception. | === | . | JBoss Bootst

[JBoss-user] [Messaging, JMS & JBossMQ] - Can I put/read a message in JBoss MQ from external applicati

2005-01-27 Thread wanted
Hi all, As I know, JBoss MQ is an internal Message Queue in JBoss Application Server, can i use a program which might be a standalone apps or a servlet running in websphere to put/read a message from JBoss MQ? Is other world, is it possible to access JBoss MQ from an application not running in J

[JBoss-user] [JBossWS] - Re: Cached Principal's not supported?

2005-01-27 Thread paper57
Please disregard, I see tomcat is implemented the same way which works fine...the problem is elsewhere. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863995#3863995 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=386399

[JBoss-user] [Installation & Configuration] - JBoss/Tomcat not properly reading UTF8 HTTP (POST) parameter

2005-01-27 Thread jjm
This was posted to the HTTPD forum, sorry for cross posting... --- Hello All, Hopefully this hasn't been addressed already, I did a quick search and wasn't seeing anything addressing this specifically. We're using JBoss fronted by Apache HTTPD 2.0.52. Found a strange bug. When a HTTP paramete

[JBoss-user] [Clustering/JBoss] - Re: HAJNDI/Clustering Bug in 4.0.x?

2005-01-27 Thread Tyler Black
When separating partitions in JBoss 4.0.x, one needs to have different Multicast IP's AND different partition names. Otherwise the partitions will not separate. Thank you to Adrian and the jboss support staff. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Need a way in code with JMX to find out the port Tomcat

2005-01-27 Thread ooba
If you are on a windows machine you can at the command prompt type in netstat this will list all of the ports that are open View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863992#3863992 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [JBossWS] - Re: How to write a client that calls a document-style web se

2005-01-27 Thread Mette
I created the WSDL by hand, using available examples. I aso created the jx-rpc mapping file, and that part is fine. Howvere, the wiki did not explain what to do with this file, beyond " the client should be given a pointer to the jaxrpc-mapping.xml file, which the standard JAXRPC javax.xml.rpc

[JBoss-user] [Performance Tuning] - performance measurement inside JBoss

2005-01-27 Thread jimyliu
Hi : Does anyone know if there is an setting to enable performance measurement for each URI request in JBoss(tomcat)?(Each request's elapsed time) I found in mod_jk, we can enable this. Is it possible to do the same thing in tomcat ? My JBoss 3.2.4(tomcat 5.0) Thanks in advance. Jimy View th

[JBoss-user] [Security & JAAS/JBoss] - login-config.xml: ParseException when adding a policy

2005-01-27 Thread bcollet
Hi all, I spent the whole day trying to solve this problem, without success. Now I ask the experts... I am using JBoss 4.0.0 with Tomcat. When I add a new application policy to login-config.xml, I get the following exception at server startup: | 2005-01-26 15:47:03,029 WARN [org.jboss.secu

[JBoss-user] [Persistence & CMP/JBoss] - Re: delete and insert vs update

2005-01-27 Thread vmukkamala
Thank you Alex, for looking into it. Unfortunately my test case includes a MDB. I will try to reproduce the problem with out MDB probably thru' a struts action. If I succeed, I will post the code. Thanks, VM View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Clustering/JBoss] - Re: Could not load the org.jboss.ejb.plugins.ServiceEndpoint

2005-01-27 Thread seanboltman
I too starting receiving this ServiceEndPoint error after removing jboss-ws4ee.sar... but I HAD to remove this sar BECAUSE I was getting NoSuchMethodErrors regarding Axis (my enterprise application uses Axis, and JBoss has Axis as well, which was causing a conflict). In regards to this ServiceE

[JBoss-user] [HTTPD, Servlets & JSP] - App and servlet runs on standalone tomcat but not in jboss t

2005-01-27 Thread vishwajit_pantvaidya
I have an application and a servlet deployed as 2 separate war files in staldalone tomcat and in tomcat 5.0 within jboss 3.2.5. Both run fine within the standaline tomcat installation, but in jboss tomcat I find that I am not able to launch the application and call the servlet using the context

[JBoss-user] [Clustering/JBoss] - Re: HAJNDI/Clustering Bug in 4.0.x?

2005-01-27 Thread [EMAIL PROTECTED]
Just to clarify, the confusion comes from the different views of the cluster. JGroups maintains the group membership. You can create different groups by changing the partition name AND/OR the mulitcast address/port. An EJB client however is unaware of JGroups. It just sees the partition name. So

[JBoss-user] [Security & JAAS/JBoss] - Re: Using principal for context passing

2005-01-27 Thread tcherel
After continuing doing some research on the subject, I am still coming back to the idea of using the principal to do that. The main reason for me to do that is this is the only way I found to do something that have a chance to work on "all" (WebSphere, WebLogic and JBoss) application servers w

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

2005-01-27 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=JAXR I have given the instructions to integrate juddi into JBoss v4.0.1 These just discuss integrating jUDDI into JBoss. I am assuming that you will use UDDI4J or (optionally) Scout to access jUDDI. If you need more info on using Scout with jUDDI, ask on

[JBoss-user] [Beginners Corner] - Specifying an MBean service deployment descriptor in a web a

2005-01-27 Thread rodneyzhamilton
I have written an MBean service for use by our user applications. Each app needs a different deployment descriptor (jboss-service.xml) which resides in the app. I need to know how to get JBoss to see the descriptor so it knows to start the service via the descriptor. I know I have to use a jboss

[JBoss-user] [Installation & Configuration] - AJP port limitation?

2005-01-27 Thread nitinshiv
Is anyone aware of any limitations of AJP port listening on Well Known ports?, Ports Numbers < 1024. I was able to get Apache to forward requests to JBoss only when i had AJP13 port listening on Ports > 1024 - Nitin View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [JBossWS] - Prefixed namespace bindings may not be empty

2005-01-27 Thread Halling
Hello, I am stuck with a deployment problem when trying to use a complexType as return value from one of my web services. The error message I get is the following: org.jboss.deployment.DeploymentException: Cannot deploy webservice; - nested throwable: (MBeanException: null Cause: org.xml.sax.SA

[JBoss-user] [Security & JAAS/JBoss] - Security Propagation between JVM's

2005-01-27 Thread mklaver
I have the following question: How can I propagate the security credentials between 2 JVM's? We have a frontend webapplication running on tomcat 5. We use form-based authentication to authenticate the user. This application uses EJBs on the backend server running on a different machine (JBoss3.2

[JBoss-user] [Security & JAAS/JBoss] - Re: JaasSecurityManager ? DefaultCacheTimeout property quest

2005-01-27 Thread [EMAIL PROTECTED]
You can write you own org.jboss.util.CachePolicy implementation and associate it with the security domain. See the JaasSecurityManagerService docs in chap8 of the online admin/devel guide. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863868#3863868 Reply t

[JBoss-user] [Persistence & CMP/JBoss] - Old data retreaved after making an update (cache problems...

2005-01-27 Thread Renkrad
Is there a way to disable the cache on the JBoss? I'm using EJB 2.0 and DAO pathern in the same application. The db data can be handle by both at the same time and make the EJB data inconsistent with the db. Here's the situation : The data is loaded by the EJB, and is placed in the aplication se

[JBoss-user] [Management, JMX/JBoss] - mbeans read-only attributes

2005-01-27 Thread eitangur
Hi I want to add to an mbean, a boolean attribute which is read-only to the user (i.e. - the user only sees true/false), but that the code from the class could change it. I tried to use the following: | IsEmulatorRunning | | java.lang.Boolean | | but I got an exception:

[JBoss-user] [JBossWS] - Struts

2005-01-27 Thread Bauer
All, I'm using the default version of JBOSS and want to deploy the struts example, struts-blank.war. I am well aware of where this file would go if I was simply using Tomcat (under the webapp dir). However, where should this file go under JBOSS??? THANKS View the original post : http:

[JBoss-user] [Management, JMX/JBoss] - Re: GaugeMonitor is not serializable?

2005-01-27 Thread [EMAIL PROTECTED]
I don't get it, why you "have" to create it on the client side? You tell the server to create it on the server side and you configure it as you would with any other MBean (again, through the MBean server), to monitor whatever you want. The web-console of jboss, does exactly that. View the orig

[JBoss-user] [Installation & Configuration] - Re: Please brief me the steps involved in using chainsaw to

2005-01-27 Thread vmukkamala
use code tags like [ c o d e ] [ / c o d e] so it will look like | | I used spaces so that you can see the text... you can preview your posting before submitting HTH VM View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863982#3863982 Reply to the po

[JBoss-user] [Clustering/JBoss] - Re: Strange behaivour of jboss cluster

2005-01-27 Thread seanboltman
For clarification: what exactly is meant by "multi-homed" ? I have seen thisterm in other dicsussion? Is it "Two different Nodes whose cluster-service.xml references the same Partition" ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863966#3863966 Reply

[JBoss-user] [Beginners Corner] - Re: why is requiredRoles empty?

2005-01-27 Thread johnv
I figured it out. I needed to put a method-permission element in ejb-jar.xml which specifies the roles I want allowed access and all the beans used by the app. This was not necessary for WLS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864001#3864001 Re

[JBoss-user] [JBossWS] - Re: Struts

2005-01-27 Thread kanno
This is probably the wrong forum, but just place it in the 'deploy' directory of your server instance. So if you're running default JBoss, that usually runs the default server. The file would go to JBOSS_HOME/server/default/deploy View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - Re: Is Virtual Directory mapping supported in JBoss?

2005-01-27 Thread Bapha
"prasadmp" wrote : | There has to be easier way to solve this. | - PP That is so true! I've tried the above examples but still nothing is working. Surely this must be a common task but I cant seem to see an easy way to do it, not is it clearly documented. I certainly dont wont to promote

[JBoss-user] [Persistence & CMP/JBoss] - Re: insert-after-ejb-post-create is broken is unknown-pk is

2005-01-27 Thread alt_amit
Summing up my findings here: (jboss-3.2.6, commit option A): If u use insert-after-ejb-post-create, and set PK to dummy value, there is the following problem: if entity A : entity B is a 1 : n relation, and on B, you do the above, A.getBs() will get one phantom entity (the one u put in with PK -1

[JBoss-user] [Installation & Configuration] - Having problems with change in AJP port

2005-01-27 Thread nitinshiv
Hi, I had a Apache - JBoss configuration setup and Apache was forwarding requests to the application that i hosted on JBoss. In this case i had the standard port setup of 8009 for AJP13. I changed the port for AJP13 and the HTTP port to 889 and 888 respectievely. I have made the necessary chan

[JBoss-user] [Persistence & CMP/JBoss] - automatic left-join

2005-01-27 Thread iwadasn
Some of the JDO providers (such as KODO) provide a feature that auto-left joins wherever possible. This would be very nice for JBoss to have. Basically, here's what I'm looking for. A switch should allow Jboss to auto-left join along each CMR relationship provided that the following two conditi

[JBoss-user] [Messaging, JMS & JBossMQ] - Message resent too many times

2005-01-27 Thread marktaylor
Hi, I am using jboss-3.2.1 to deploying message driven bean. It is working fine if my MDB don't throw any error. I am getting the following error when an exception is throws in MDB. 14:25:17,171 WARN [DLQHandler] Message resent too many times; sending it to DLQ; message id=ID:6-11068538999531

[JBoss-user] [JBossWS] - Propagating transport specific info to authorization module

2005-01-27 Thread paper57
I need to be able to propagate transport specific information (ex: HTTP Headers) ultimately into a custom JAAS authentication module. I have reviewed much of the source for axis, jboss, and their integration and while I am confident I could make it work, I want to do it the "right" way (even t

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate MBean in .HAR files behaves incorrectly

2005-01-27 Thread djmalan
JBoss 3.0 does not have a har deployer, upgrade to the latest version (4.0.1). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863960#3863960 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863960 --

[JBoss-user] [Beginners Corner] - change password to web and jmx console

2005-01-27 Thread beginner
Hi, how can I change web and jmx console ID and Password on a production environment? Default is ID=admin Password= domainname TIA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863899#3863899 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Beginners Corner] - Re: Missing ejbGenerate.xml

2005-01-27 Thread kurtiz
Hi, it's the same problem for me. I'm using the following version: Eclipse 3.01 Lomboz 3.01 JBoss 3.2.3 Bye Antonio View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863945#3863945 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Installation & Configuration] - Re: Please brief me the steps involved in using chainsaw to

2005-01-27 Thread gshekar
| | | | | | | | |. |. |. |. |. | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863988#3863988 Reply to the post : http

[JBoss-user] [Management, JMX/JBoss] - Re: GaugeMonitor is not serializable?

2005-01-27 Thread [EMAIL PROTECTED]
I've added this question to the FAQ: http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863974#3863974 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863974

[JBoss-user] [Installation & Configuration] - How does ServiceBindingManager assign port 8190 for 2nd inst

2005-01-27 Thread gshekar
Hi, I am able to successfully run 2nd instance of jboss using ServiceBindingManager. But i don't understand how ServiceBindingManager is using port 8109 for the 2nd instance. This port is not even mentioned in ${JBoss_Home}/server/node1/conf/service-binding.xml file, which is a copy of ${JB

[JBoss-user] [JBoss.NET] - Re: JBoss.net or JBossWS

2005-01-27 Thread goldrimtang
I had the same question in my head a few weeks ago. They sent me to incomplete FAQ's and other barely useful pages. I wish someone had just answer the question. I think is a very simple and important question. We have been using Jboss.net for a year or so, and were about to update to the latest

[JBoss-user] [Beginners Corner] - HSQL config

2005-01-27 Thread imm102
Hi, Ive been trying to get a simple EJB that accesses the database working but having a lot of trouble. Im using the default hypersonic database and ive changed nothing except for the hsqldb-ds.xml file following the getting started guide. | | | | | | | | |

[JBoss-user] [JBossWS] - Re: How to write a client that calls a document-style web se

2005-01-27 Thread kanno
Generally, the jax-rpc mapping file will be created when you use wscompile to generate the wsdl file. How exactly did you create the wsdl? There is a page on the wiki that explains it further: http://www.jboss.org/wiki/Wiki.jsp?page=WSClientDII The method with the following signature: | pub

[JBoss-user] [Security & JAAS/JBoss] - login-config.xml and other configurations.

2005-01-27 Thread chulao
Hello. I'm developing a application and I want to put all configuration (login-config.xml and log4j.xml) in my WEB-INF diretory. Is it possible? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864005#3864005 Reply to the post : http://www.jboss.org/

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate MBean in .HAR files behaves incorrectly

2005-01-27 Thread Tesuji
I see. Indeed I had switched back to JBoss 3 in the meantime. I'll try your suggestion with JBoss 4, thanks for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863975#3863975 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Beginners Corner] - Re: New to JBOSS, New to JAVA

2005-01-27 Thread [EMAIL PROTECTED]
1. Where do I place the jsp files exactly for them to work in JBOSS You should study the structure of web application archives (WAR). You can place your jsp files in a war file and put it in the deploy directory of the "default" configuration. 2. The pdf file for JBOSS getting started talks a

[JBoss-user] [Installation & Configuration] - Re: Please brief me the steps involved in using chainsaw to

2005-01-27 Thread gshekar
I don't know whey the xml is getting ripped when I post the reply. Disabling BBCode in this post. . . . . . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863969#3863969 Rep

[JBoss-user] [Management, JMX/JBoss] - Re: Using synchronization primitives within JMX-Beans

2005-01-27 Thread [EMAIL PROTECTED]
There are no synchronization constraints for MBeans, so attributes and operations may be called concurrently and depending on the usage pattern of your MBean, your code should try to be thread safe. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863875#386387

[JBoss-user] [Security & JAAS/JBoss] - Caller principal

2005-01-27 Thread john.howard9
Is there anyway to get the caller principle if we don't have the SessionContext. We're using a AOP intercept to apply access control to session bean method calls and we need the principal and role information (e.g. isCallerInRole) to determine the access rights. This has to be done without mo

[JBoss-user] [Management, JMX/JBoss] - jmx-console failed to display a dsitributes webapp

2005-01-27 Thread OMARTIN
I have several web app deployed in jboss-tomcat 3.2.6 all web apps in jmx-console are display in the tree. J2EE domain +manager +jboss +ROOT.war +200_jmanager.war etc etc when i select a web app i can see information on this web app and the web.xm

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NameNotFound on JMS ConnectionFactory. May be clustering

2005-01-27 Thread seanboltman
More information: Again, I am working on a two server scenario... Again the partion on both servers is "DefaultPartition" with matching UPD MCAST address and port values... Again, the problem I am/was initially facing was my JMS Connection Factory could ONLY be successfully looked up in the FI

[JBoss-user] [JBossWS] - Re: My web services work in 4.0.0 but not in 4.0.1

2005-01-27 Thread Joel.Rosi-Schwartz
I requsted assistance with this on the Axis user mailling list. There opinion is that this is probably an issue with JBoss. Here is a quote from one of the messages in that thread that pretty much sums it up. I would really appreciate it if the two projects could cooperate towards resolving this

[JBoss-user] [Security & JAAS/JBoss] - Re: RMI ports and firewall

2005-01-27 Thread henkie
3 short steps to make jboss accessible from outside firewall, presuming on windows ( for step 3 ): 1. Make sure you have a name resolving to the external IP address of the FW eg.: externalip.example.org 2. Startup the JBoss server with an extra parameter: -b externalip.example.org 3. Supposing

[JBoss-user] [Security & JAAS/JBoss] - Re: Unable to locate a login configuration

2005-01-27 Thread tcherel
This is the right file, but it is not located through the classpath. Check http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/spec/com/sun/security/auth/login/ConfigFile.html. Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863927#3863927 Reply to

[JBoss-user] [Security & JAAS/JBoss] - Combining Servlet Filter and Login Module

2005-01-27 Thread tom-the-bomb
For my webapp I am trying to combine the NtlmHttpFilter (http://jcifs.samba.org) with JBoss' LdapLoginModule. I managed to get the LoginModule to work. The drawback is that I always have to enter my windows login name and password when accessing the web page for the first time. I also managed

[JBoss-user] [Clustering/JBoss] - Re: HAJNDI/Clustering Bug in 4.0.x?

2005-01-27 Thread Tyler Black
Here's the thing. We tried changing only the ports first. The problem persisted. Then we tried changing only the Multicast IP's. The problem persisted. Then we tried changing only the Partition Names. The problem persisted. Then we tried calling JBoss support. Adrian told us to change the P

[JBoss-user] [Management, JMX/JBoss] - Re: XMBean persistence problem

2005-01-27 Thread [EMAIL PROTECTED]
BTW, it seems like a good idea to have one -xmbean.xml for each class of mbeans. So far, I've only seen people using a separate -xmbean.xml with each instance... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863910#3863910 Reply to the post : http://www.jb

[JBoss-user] [Beginners Corner] - First Impressions

2005-01-27 Thread oradude
I heard about JBoss on one of the Oracle forums I frequent. Our application is currently a client/server application using Developer 6i and Oracle 10g database. As we begin to evaluate our possibilities for making a web version of our app, I was looking the what Oracle is doing in this realm wh

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-4.0.1RC1 startGuide40 missing sql\insert.sql file

2005-01-27 Thread ittoronto
Hi Richards, After read your email, I remember that file is in the directory of Sun. Thank you very much. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863941#3863941 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Security & JAAS/JBoss] - Re: Unable to locate a login configuration

2005-01-27 Thread rverlind
Indeed, using the following argument when starting the VM made it work : -Djava.security.auth.login.config=file:./resources/auth.conf thx for the quick replies, Ruben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863934#3863934 Reply to the post : http://

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Request Header

2005-01-27 Thread gs03ann
This is not really a bug. The problem here is introduced, for example in my case, by a personal fire wall running on my client machine. Somehow, when my personal fire wall ( Norton ) is enabled, it removes the "accept-encoding: gzip,deflate" headers only, as you can see in my reply above. So o

[JBoss-user] [Beginners Corner] - Re: New to JBOSS, New to JAVA

2005-01-27 Thread bschardein
I'm brand new to JBoss myself, although I've been using Java for a couple of years now. I'll try my best to answer your questions and hopefully I won't mess it up too badly. 1) I haven't actually done it yet (that's tomorrow's exercise) but, like you said, the instructions say that Tomcat file

[JBoss-user] [Security & JAAS/JBoss] - Re: Unable to locate a login configuration

2005-01-27 Thread tcherel
You are missing the auth.conf file holding the client side JAAS configuration. Take a look at the JAAS tutorial in the JDK1.4 documentation. For JBoss the JBoss ClientLoginModule must be used (there are multiple posts in this forum also talking about that). Thomas View the original post : http:

[JBoss-user] [Persistence & CMP/JBoss] - Re:Sybase, findby date

2005-01-27 Thread jeffng77
Has anyone able to find record using date? - CMP - JBoss4 - has tried using Jboss-ql and ejb-ql (both return no result) - select object(c) from tableX as c where c.recDate=?1 - have change the recDate to have all hh:mm:ss to 00:00:00 - date element remain enchanged. - calendar.set(Calendar.DAY_OF_

[JBoss-user] [JBoss Getting Started Documentation] - COnfiguring multiple datasources using JBoss 4

2005-01-27 Thread kevin_keith
Hi I'm very new to JBoss (Ver 4.0.1RC2). I've an application which was deployed on Tomcat 4,1,30 earlier. Now I'm trying to port that application on to JBoss 4, the following error occurred. Note: Application uses to JNDIs jdbc/db1, jdbc/db2 and connects two different databases. Could please ex

[JBoss-user] [Security & JAAS/JBoss] - Re: Unable to locate a login configuration

2005-01-27 Thread rverlind
An auth.conf file containing the following code is in my Classpath when executing : | other { | |// jBoss LoginModule |org.jboss.security.ClientLoginModule required |; | |// Put your login modules that need jBoss here | }; | View the original post : http:/

[JBoss-user] [JBossWS] - Re: Cached Principal's not supported?

2005-01-27 Thread paper57
I apologize for all the posts. It appears that tomcat goes to a lot of trouble to work around this issue. I guess in jboss.net in 3.2 I skirted by by riding on top of the basic authentication done in the servlet container under the covers. Any suggestions on how to proceed? View the original

[JBoss-user] [Beginners Corner] - What happens to deployed client applications inside ears wit

2005-01-27 Thread jbaker_softcomms
What happens to deployed client applications in ears with jboss? Does it end up converting them to a web start app or something else? How would the end user run them? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863928#3863928 Reply to the post : http://w

[JBoss-user] [Management, JMX/JBoss] - Re: Accessing MBeans via JSP

2005-01-27 Thread [EMAIL PROTECTED]
This is because jdk5 has it's own JMX implementation classes. Either use jdk4, or try to setup this JVM property: javax.management.builder.initial to org.jboss.mx.server.MBeanServerBuilderImpl View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863780#3863780 R

[JBoss-user] [Security & JAAS/JBoss] - Re: jass on windows 2003

2005-01-27 Thread trhymers
fyi i just got off wht phone with the software vendor and the realy meant JAAS not JASS. so i will have to look at the above info. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863792#3863792 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Clustering/JBoss] - Re: How can i setting up JMS clustering on jboss4.0?

2005-01-27 Thread starfish
Where can I buy the JBoss Clustering docs? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863913#3863913 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863913 --- Th

[JBoss-user] [Messaging, JMS & JBossMQ] - [DLQHandler] Message resent too many times; sending it to DL

2005-01-27 Thread chenna1978
Hi, I am getting the following error when an MDB throws an exception. 16:29:17,171 WARN [DLQHandler] Message resent too many times; sending it to DLQ; message id=ID:4-11067749488121 I read some thing like by default 10 times Jboss sends messages to Queue/Topic. Do I need to configure any thin

[JBoss-user] [Beginners Corner] - Standate Wrapper valve-exception

2005-01-27 Thread nkura
Hi all , I am new to jboss as... I hava an application called as yard , which is running on jboss.3.2.6, My backend is ingres db ( R3 release), I have a problem , when i try to login into the application , after the succesful authentication and db connectivity , i get these messages, Standard W

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can't receive ObjectMessage in remote client - RESOLVED

2005-01-27 Thread kurt_mehlhoff
It turns out that I left out some important information: 1) My message sender sends the ObjectMessage with priority and TimeToLive set (1 hr). But - the TextMessage has no such parameters set. 2) I found a line in the trace output for the client: [main] TRACE org.jboss.mq.SpyMessageConsumer

[JBoss-user] [Installation & Configuration] - Re: Classloading: Using isolation and accessing global libra

2005-01-27 Thread karink
Hi, I found my mistake The url I deployed was not correct. I forgot the final /. So now everything works correct. Regards Karin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863729#3863729 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-4.0.1RC1 startGuide40 missing sql\insert.sql file

2005-01-27 Thread [EMAIL PROTECTED]
Re-read section 3.1 and try again. You can see the changelogs for differences between the RC releases and the final releases, but if you are new to JBoss, stay away from the RC releases and stick to the final releases... View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Management, JMX/JBoss] - Re: GaugeMonitor is not serializable?

2005-01-27 Thread [EMAIL PROTECTED]
Try to use MBeanServer.createMBean(...) to create and register an MBean on the Server, rather than creating it on the client side. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863840#3863840 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Management, JMX/JBoss] - GaugeMonitor is not serializable?

2005-01-27 Thread qdotlu
If I created one GaugeMonitor instance from the client side, and set proper values, I am having problem using the RMIAdaptor to register it with a backend JBoss JMX Agent. It was complaining certain field is not Serializable. Other Monitor implementations have the similar problem. Is this a bug

[JBoss-user] [Security & JAAS/JBoss] - Re: jass on windows 2003

2005-01-27 Thread trhymers
i guess i might have posted this in the wrong forum. i saw the jass and thought it was jass. the following is what i am told i need. JASS is the Solaris Security Toolkit. JASS stands for: JumpStart Architecture and Security Scripts View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Management, JMX/JBoss] - Accessing MBeans via JSP

2005-01-27 Thread osterday
I'm new to MBeans, so I hope this question isn't too idiotic sounding. I've searched the docs, forums posts, and google and haven't found an answer to my problem. How can I access the properties/methods of an MBean via a JSP page in my webapp? I have a simple HelloWorld Mbean with a Message a

[JBoss-user] [Installation & Configuration] - mod_jk2+apache2+jboss delay issue

2005-01-27 Thread rahulkausale
Hello all, I am not very sure whether this is the right place to put this problem. I am having JBoss4.0.0 instances being load balanced by apache-2.0.52+mod_jk2. It works perfectly fine, untill i restart the JBoss. When I restart JBoss, it takes lot of time to show the pages. Infact it takes lo

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-27 Thread endregaspar
"Lviz" wrote : hi again endre | | glad to hear you did it! | | i hope you did not change the ports by "hand"? | | you just have to edit the jboss-service.xml on the second instance. | | | | | | ports-01 | | ../docs/examples/binding-manager/sample-bindings

  1   2   >