[JBoss-user] [HTTPD, Servlets JSP] - Re: FormAuthValve

2005-02-04 Thread nobel
The FormAuthValve does exactly what you suggest - puts a message (a Throwable) in the session that the error page may render. The problem is that the error page is processed before the Throwable has been put in the session. If I put a link on the error-page to an error-info-page and if the

[JBoss-user] [Installation Configuration] - Re: Connection + classpath problems

2005-02-04 Thread simafe_2000
Hi. I finally found the answers to my problems. Problem 1: The error was in the way I declared the JNDI names for data source. It should have been : login-config.xml ... jndi-namejava:/jdbc/JWM/jndi-name mysql-ds.xml ... jndi-namejdbc/JWM/jndi-name The output was always the error page

[JBoss-user] [JBossWS] - Re: web service with document literal and complex types

2005-02-04 Thread Andy_Wagg
Hi Stephan, Thanks for that, yes it seems quite difficult to get much help with this. I had already found that i needed to include the wsi option with the wscompile to generate a operation with a single parameter. I haven't got as far as writing the actual implementation, my first step was

[JBoss-user] [EJB/JBoss] - Re: TimedObject problem

2005-02-04 Thread anders.hedstrom
I found a soltion to this problem, I upgraded my JBoss from 4.0.0 to 4.0.1. I read in another thread (http://www.jboss.org/?module=bbop=viewtopict=58228) that the only difference between the two version concerning the class loading is the default configuration. I tried to just edit my 4.0.0

[JBoss-user] [Messaging, JMS JBossMQ] - No I don't use durable topic.

2005-02-04 Thread dreyk
I use HTTPConextionFacrory then subscribe to the topic and then kill client without close connection. Server send message to this connection. I try use ClientMonitorInterceptor for kill connection, and try change PingPeriod in HTTPILConnection service but it does't work,connection not removed

[JBoss-user] [JBossWS] - Re: Not a proxy instance

2005-02-04 Thread anders.hedstrom
Hi, I have the same problem, I just upgraded my JBoss from 4.0.0 - 4.0.1. My web service client was working fine on 4.0.0, but now I get: anonymous wrote : 09:55:48,178 ERROR [ServiceProxy] Service error | java.lang.IllegalArgumentException: not a proxy instance The reason I upgraded to

[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-04 Thread mjea
I didn't find any example of remote RMINotificationListener in adminDevel guide (nor in wiki's or faq's). However I tried to register the listener as a rmi service. So I made my listener extend UnicastRemoteObject and I added this code: | public TestMain() { | try{ | /*if

[JBoss-user] [Messaging, JMS JBossMQ] - HAJMS and Oracle TAF

2005-02-04 Thread sheckler
Hi all, I am running HAJMS (with oracle-jdbc2-service) on JBoss 3.2.6. The oracle server infact is an Real Application Cluster with Transparent Application Failover (TAF). In case of TAF , for a short period, there may be no oracle instance available. ORA-01089: immediate shutdown in

[JBoss-user] [Installation Configuration] - How to run more than one instance JBoss in one machine

2005-02-04 Thread kumaran5
Hi all, I want to run more than one instance of JBoss in one machine. Is it possible in JBoss 3.2.3 . Please help me. Thanks in advance Kumaran View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865176#3865176 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-04 Thread [EMAIL PROTECTED]
You don't need to bind dnc to the Naming service, it won't be looked up. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865183#3865183 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865183

[JBoss-user] [Beginners Corner] - JBoss users in Bangalore

2005-02-04 Thread dineshluke
Hi , Id like to get in touch with people who are using JBoss and are very familiar with Jboss in Bangalore. Im not sure if there are any groups that exist already,but if you know of any pl do let me know.or any other JBoss related activity going on in Bangalore. Thanks DL View the original

[JBoss-user] [Persistence CMP/JBoss] - Re: Autoincrement/Identity with CMP - 'Primary key for creat

2005-02-04 Thread pouncilt
lpmon - I know it was a long time ago when you was inquiring about the auto-increment option in mySQL, but I just figured it out. And you are right its not that hard... I have been searching all over the internet and jboss forums and everybody seem to be on the same page when it comes to the

[JBoss-user] [Clustering/JBoss] - Connecting a JBoss cluster to a c-jdbc cluster

2005-02-04 Thread renner
Hi, I set up a JBoss cluster and want to connect to a c-jdbc database cluster. The c-jdbc cluster provides different controllers. These controllers are used to access the databases that the cluster consists of. How can I configure JBoss to use the different controllers? Does anyone has

[JBoss-user] [EJB/JBoss] - java.lang.NoClassDefFoundError: $Proxy246

2005-02-04 Thread newsted
hi everybody, I have a strange problem when I am trying to access a remote ejb (deployed in a jboss under windows) from a client deployed on another jboss on AIX5L. The lookup returns a valid value but it throws an NoClassDefFoundError: $proxy246, when trying to unmarshall the returned value.

[JBoss-user] [JBossWS] - Using ws4ee-deployment.xml not being merged

2005-02-04 Thread Andy_Wagg
I'm trying to have JBoss use my ws4ee-deployment.xml to be merged with the deployed wsdd. I have added it into the META-INF in my war. Looking at the debug in the log, i get the message anonymous wrote : 2005-02-04 11:02:33,443 DEBUG [org.jboss.webservice.deployment.ServiceDescription] No

[JBoss-user] [EJB/JBoss] - Re: null returned for DOUBLE value after a findByPrimaryKey(

2005-02-04 Thread lahirukarunatilake
Found a workaround. I used user-type-mappings element in standardjbosscmp-jdbc.xml and convert the java.math.BigDecimal to java.lang.Double while keeping java.lang.Double as CMP type. Help is there in follwoing URL to carryout this convertion.

[JBoss-user] [JCA/JBoss] - Gradual Leak in Database Connection

2005-02-04 Thread fghalib
System Info: JBoss Ver 3.2.4 Oracle 9.2 DataSource Setting in Oracle-ds.xml local-tx-datasource jndi-nameOracleDS/jndi-name connection-urljdbc:oracle:thin:@localhost:1521:taxidb/connection-url driver-classoracle.jdbc.driver.OracleDriver/driver-class user-namepdev/user-name

[JBoss-user] [JCA/JBoss] - Re: Gradual Leak in Database Connection

2005-02-04 Thread fghalib
Re writing everything, there was some probelm when I created the post. System Info: JBoss Ver 3.2.4 Oracle 9.2 DataSource Setting in Oracle-ds.xml local-tx-datasource jndi-nameOracleDS/jndi-name connection-urljdbc:oracle:thin:@localhost:1521:taxidb/connection-url

[JBoss-user] [EJB/JBoss] - Re: java.lang.NoClassDefFoundError: $Proxy246

2005-02-04 Thread newsted
and I am running JBoss 3.2.3 on jvm ibm 1.4.1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865197#3865197 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865197

[JBoss-user] [Installation Configuration] - JVM Crash

2005-02-04 Thread DaveyS
I'm getting a lot of JVM crashes on JDK 1.5.0_01 on Win XP (1Gb Memory) and JBoss 4.0.1 Looking at the crash log (relevant buts posted below), it looks like the perm gen space is full, so I thought that I must have the wrong Xmx etc arguments when starting up JBoss. I've tried several

[JBoss-user] [Messaging, JMS JBossMQ] - How to create new ConnectionFactories in JBoss 4.0

2005-02-04 Thread amahesh
Hi, I am trying to send a message to a queue in JBoss 4.0 from a Stateless Session bean. I have implemented a MDB to receive messages from that queue. However, even though no compilation/runtimes errors show up, I am not able to receive the message. I have put debug statements in ejbCreate()

[JBoss-user] [Installation Configuration] - Encrypting DataSource Passwords with jvm 1.3

2005-02-04 Thread glbsuporte
Hi all! Ive tried Encrypting DataSource Passwords with jvm 1.3 and I didnt get it, just with jvm 1.4. Does anybody knows if it works with jvm 1.3? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865199#3865199 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: How to run more than one instance JBoss in one machine

2005-02-04 Thread glbsuporte
Hi!! have you already read this article? http://www.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865200#3865200 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JSP compile with deprecation turned on

2005-02-04 Thread tool
If you mean compiling the JSPs before deployment, then no I am not. I am fairly sure that the root cause of the problem is on my end, but I need the deprecation details in order to solve it. As an alternative, is there a fairly intuitive JSP precompiler package that someone could recommend?

[JBoss-user] [Installation Configuration] - adding log4j appender

2005-02-04 Thread borislav.roussanov
Hi everybody, i'm trying to to find out how to bind my own jdbc appender to the existing ones in Jboss. Every time i try i get the error: 13:47:43,166 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml log4j:ERROR Could not create an Appender. Reported error

[JBoss-user] [Clustering/JBoss] - Re: How to Determine (HA-) Jndi port at runtime?

2005-02-04 Thread paxtor
I think it's always neccesary to know where the HAJNDI ports and nodes are. You can configure clients to connect with a list of HAJNDI services. If one fails, the client try to continue with the next. i.e. | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory |

[JBoss-user] [Persistence CMP/JBoss] - Re: Optimistic Locking using Modified Strategy JBoss 3.2.3

2005-02-04 Thread tpaterson
Just a ME-TOO We do exactly the same -- use JBoss/J2EE transactions within the middle-tier, but also have a lockVersion field in the VO sent to the client -- so when the client hits save -- we lookup the entity - compare the lockVersion with that in the VO and if they don't match we throw a

[JBoss-user] [Beginners Corner] - Properties

2005-02-04 Thread aibo
Hello, I use JBoss 4.0.0 and have some Property-Files which are used from my application. Now I don't know where to place the properties, so that JBoss finds them when booting. Is there a special folder to put .properties-Files? Thanks in advance View the original post :

[JBoss-user] [EJB/JBoss] - Addition to Clustering of Stateless Session Bean

2005-02-04 Thread kausar_m_s
The above file is working when I am using the default partition for clustering. But If I change the partition name then It doesnt Work. I want to check the failover and load balancing for my bean class. If anybody Knows the good book or links then please give me replay. I had searched Google a

[JBoss-user] [Management, JMX/JBoss] - JMX hot deploy causes ClassNotFoundException

2005-02-04 Thread DrPizza
Hello. I'm using JBoss 4.0.1 in the all configuration with Java 1.4. I have an ear; the pertinent (I think) bits are structured something like: | my-app.ear | | | \ my-app.war | | | \ WEB-INF | | | \ classes | | | | | \ startupServlet.class | | |

[JBoss-user] [Installation Configuration] - RMI Problem

2005-02-04 Thread aibo
Hello everyone, when I start JBoss 4.0.0 and try to connect with my client over rmi, I get the following errors: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: non-JRMP server at remote endpoint] at

[JBoss-user] [HTTPD, Servlets JSP] - tomcat as JSP template engine?

2005-02-04 Thread michael.zach
Hello all, does anyone know of or even use some kind of JSP templating mechanism to generate static files? I thought it might be great to use JSPs as templates as one could generate stic files as well as use the JSPs for dynamic content in the future as well. And it has great things as

[JBoss-user] [JBossWS] - Re: Using ws4ee-deployment.xml not being merged

2005-02-04 Thread siano
Shouldn' the ws4ee-deployment.xml be in the WEB-INF directory? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865211#3865211 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865211

[JBoss-user] [JBossWS] - Re: Using ws4ee-deployment.xml not being merged

2005-02-04 Thread jasong
If its a war you have to put it in the WEB-INF directory instead of META-INF. -Jason View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865212#3865212 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865212

[JBoss-user] [JBossWS] - Re: Using ws4ee-deployment.xml not being merged

2005-02-04 Thread Andy_Wagg
Yes, thankyou, you were correct it had to be in the war. I was misled by the Wiki saying it should be in the META-INF. Andy View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865213#3865213 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Message ordering

2005-02-04 Thread GreyDeath
I have the sitation that a SessionBean sends 3 messages to a queue in one transaction. 15:24:49,157 INFO [JMS SessionPool Worker-6][JMSDestinationProxy] Proxy Message: 6 Correl: 2 15:24:49,160 INFO [JMS SessionPool Worker-6][JMSDestinationProxy] Proxy Message: 6 Correl: 3 15:24:49,162 INFO

[JBoss-user] [EJB/JBoss] - dynamic proxy problem when lookup remote ejb...

2005-02-04 Thread newsted
hi everybody, I have a strange problem when I am trying to access a remote ejb (deployed in a jboss 3.2.3 under windows) from a client deployed on another jboss 3.2.3 on AIX5L. The lookup returns a valid value but it throws an NoClassDefFoundError: $proxy246, when trying to unmarshall the

[JBoss-user] [HTTPD, Servlets JSP] - classloader crossing into another jar?

2005-02-04 Thread jleveille
Hi there. I am running JBoss 3.2.3 on Windows XP under Java 1.4.1. I deployed my app one day and then said ... hey, I want to deploy another version of my app ... So I copied the war, renamed it, and threw it in the deploy directory (with some property file changes to point to a different

[JBoss-user] [JBossWS] - Re: web service with document literal and complex types

2005-02-04 Thread Andy_Wagg
I figured out that all i needed was to duplicate the operations from the wsdd in the ws4ee-deployment.xml. Change them so the return type was specified and make the INOUT parameters IN with the correct types. Thanks for giving me some suitable pointers :) Andy View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Method is not a known CMP field accessor, CMR field accessor

2005-02-04 Thread agoncal
Hi, I've got a bunch of CMPs (running on JBoss 3.2.5) representing an order with orderLine. Here are the links: Order -1*- OrderLine -11- Item | V Customer My problem comes when I want to create an order. With existing Customer and Items, I want to create (in one go) an Order with

[JBoss-user] [JBoss.NET] - doc/lit

2005-02-04 Thread olcman
Hi everyBody, I develop Websevices using JBOSS 3.2.5 with built in AXIS. My Webservices must be doc/lit. But, when i deploy them, JBOSS / Axis create the WSDL as RPC/lit. Where can i change this settings? I get lot of problems, while using .NET Clients. Regards Olcman View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Any known DataSource proxies impl for JBoss

2005-02-04 Thread jitesh_popat
Hi Scott, Thanks a lot for your reply. Agreed, I was able to bind the datasource to global JNDI. But while trying to get it from a remote client, I directly do not get back javax.sql.DataSource instance, instead I get javax.naming.Reference object. Why is this? In case of weblogic I can

[JBoss-user] [Installation Configuration] - no META-INF/application.xml found on new deployment

2005-02-04 Thread dhill
I am running 4.0.1 and have a issue when I deploy a ear, it apperars on the first deployment on a jboss server that it can't find the application.xml, The ear is being copied over via a IDE, if I restart the server it loads with out issue, is there anyway to prevent this from happening ? View

[JBoss-user] [Installation Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-04 Thread dhill
heres the most relevent piece of the stacktrace 15:11:19,771 ERROR [MainDeployer] Could not initialise deployment: file:/home/nn guyen/JBoss/jboss-4.0.0/server/standard/deploy/myProjectJboss.ear org.jboss.deployment.DeploymentException: No META-INF/application.xml found at

[JBoss-user] [Installation Configuration] - Re: Understanding HA-JNDI... What am I missing?

2005-02-04 Thread seanboltman
Does anyone on the JBOSS forum watch have some advice for me on this original discussion? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865227#3865227 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865227

[JBoss-user] [Installation Configuration] - Re: APP-INF/classes are not being found or seen

2005-02-04 Thread seanboltman
I have no problem filing a bug report (and trying to build a small test case) BUT I need to get some confirmation from JBOSS technicians as to whether this SEEMS to be a bug? OR... based on what you read of my configuration, that I have CLEARLY not configured something correctly?... So

[JBoss-user] [Beginners Corner] - Re: Properties

2005-02-04 Thread mathewa
Not sure if you mean for a client application to call a bean within jboss deployed app, such as a jndi.properties file or whether its for your application to gain access to a properties file programatically, such as getClassLoader().getResourceAsStream(??.properties). but in either case, it

[JBoss-user] [Beginners Corner] - Re: Properties

2005-02-04 Thread ahsna_jq
Hi, Im also facing same problem, both on tomcat and Jboss. I also cannt load Properties file from Web archive WAR file. Please reply View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865230#3865230 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Properties

2005-02-04 Thread ahsna_jq
Well, basically Im trying to load property file from my Java class, its not a Servlet but bundled within a WAR file. So I cannt use ServletContext.getResourceAsStream() and GetClass().getResourceAsStream either. Whenever im trying File file = new File(db.properties); Properties prop = new

[JBoss-user] [Persistence CMP/JBoss] - Re: Method is not a known CMP field accessor, CMR field acce

2005-02-04 Thread agoncal
I've finally found the problem, I didn't take in account that the Order - OrderLine relationship was bidirectional. Here is the ejb-jar.xml that works, I've just added the cmr-field | cmr-field-nameorder/cmr-field-name | /cmr-field It looks like that ejb-relation |

[JBoss-user] [Installation Configuration] - Re: How to run more than one instance JBoss in one machine

2005-02-04 Thread mathewa
I cannot verify the validity of this article, but it claims to be a guide to setting up mutiple instances of 3.2.0 with these instructions: http://www.yorku.ca/dkha/jboss/docs/MultipleInstances.htm View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865234#3865234

[JBoss-user] [Persistence CMP/JBoss] - Cascading Updates not working properly ?

2005-02-04 Thread tpaterson
(using JBoss 3.2.4 3.2.5, CMP, CMT, and Optimistic Locking using a lockVersion column) We have noticed that if we have two tables - lets call them cartitem and item, and we have a fkey reference from cartitem (cartitem.item_id) into item (item.item_id) and CartItem has a CMR method getItem(),

[JBoss-user] [EJB/JBoss] - EJB Session Bean sharing common resource

2005-02-04 Thread stan2w
Hi all, I am new to EJB and I am now using JBOSS to do some development. I have written a stateless session bean and I would like to know if the bean is thread safe. Since, my session bean has a static object, I would like to have all my bean instances sharing a common object. My guess is

[JBoss-user] [Installation Configuration] - Getting my services in order

2005-02-04 Thread cliff76
Hello, I'm having problems getting my .ear to deploy all of its services correctly. The story is as follows. My app has a war, a jar that houses a JMX bean for additional startup services, and a pretty heavyweight ejb jar. My startup MX bean is responsible for running some additional logic on

[JBoss-user] [Security JAAS/JBoss] - Re: Custom Login Module - JDK1.5 compiler error on super.in

2005-02-04 Thread m.andrew
wcrosman, do you try 1.5.0_01-b08? I have exactly same problem, I download 1.5.0_01-b08 but it isn't help me View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865244#3865244 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Connecting to Mysql using Getting Started Doc.

2005-02-04 Thread ptek
mysql runs local @ 3306 or something.. there's nothing to find 4 jboss... in mysql-ds.xml you just say that is has to look for localhost:3306/dbname View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865246#3865246 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Two simple questions about MDBs

2005-02-04 Thread danielherlitz
1. Is there a way of temporailly stopping an MDB from receiving messages? (For example when a database instance is unavailable and we want to keep the messages in the JMS queue.) 2. Is it possible to limit the number of MDB instances? (There may be bursts of simultaneous messages and we don't

[JBoss-user] [Persistence CMP/JBoss] - Re: RemoteHome returns strange Object

2005-02-04 Thread fbiaggi
Hi, simply cast to the remote interface View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865249#3865249 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865249 --- This

[JBoss-user] [JBoss Getting Started Documentation] - Getting started with JBoss

2005-02-04 Thread maldin
Hallo, I just installed Jboss and the example. I tried run Ant but nothing happened. Where should I put all the files I need to run the Duke Bank??? Please help me out, without which am bad! View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting started with JBoss

2005-02-04 Thread [EMAIL PROTECTED]
Did you follow the instructions in the getting started guide? If so, which step are you on that isn't working? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865251#3865251 Reply to the post :

[JBoss-user] [EJB/JBoss] - Interceptors and EJB 3.0 sample

2005-02-04 Thread cmpuser
Hi Is there any sample which shows EJB 3.0 and Interceptors. I didn't find it in the master list (EJB 3.0 samples) http://docs.jboss.org/ejb3/tutorial/index.html thanks cmpuser View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865253#3865253 Reply to the post :

[JBoss-user] [Installation Configuration] - JBoss 3.2.6 Classloader Problems

2005-02-04 Thread luiz.santanna
Ive been developing Entreprise Apps for some time now and Ive never had any problems to run multiple ears in the same JBoss instance. What i usually do is I add/modify the following code in JBOSS_HOME/server/default/conf/jboss-service.xml: true And in

[JBoss-user] [Management, JMX/JBoss] - Getting my services in order

2005-02-04 Thread cliff76
Hello, I'm having problems getting my .ear to deploy all of its services correctly. The story is as follows. My app has a war, a jar that houses a JMX bean for additional startup services, and a pretty heavyweight ejb jar. My startup MX bean is responsible for running some additional logic on

[JBoss-user] [Management, JMX/JBoss] - Re: Getting my services in order

2005-02-04 Thread [EMAIL PROTECTED]
Well, the first thing to try is rename it to etc.sar, since this is really a jboss service archive (i.e. contains META-INF/jboss-service.xml) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865264#3865264 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Custom Login Module - JDK1.5 compiler error on super.in

2005-02-04 Thread wcrosman
Yes, I have 1.5.0_01, but have not attempted to compile the code in question. Rather, I've an Ant build that compiles using 1.4.x , creates a jar library and add that library to my web app. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865265#3865265 Reply

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss interoperability issue with .NET

2005-02-04 Thread goldrimtang
I have to agree that this is quite an issue. We have to apologize to our customers using C# clients becuase they have not to hack their code to force HTTP 1.0 instead of 1.1. JBoss web services should support HTTP 1.1. GRT View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Getting my services in order

2005-02-04 Thread cliff76
I have other things in the jar too but I can try that still. I have my doubts but it's worth a try. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865269#3865269 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865269

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Two simple questions about MDBs

2005-02-04 Thread danielherlitz
About the first question: I suppose I could get a QueueConnection and call stop(). Will try that... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865271#3865271 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865271

[JBoss-user] [Security JAAS/JBoss] - JaasSecurityManagerService - getUserRoles - method signature

2005-02-04 Thread luxmatic
Until 3.2.6 - this code would return a list of roles for a Principal: | String domain = somedomain; | MBeanServer server = (MBeanServer) MBeanServerFactory.findMBeanServer(null).get(0); | String jaasMgrName = jboss.security:service=JaasSecurityManager;

[JBoss-user] [Persistence CMP/JBoss] - jbosscmp-jdbc-managed problem

2005-02-04 Thread adrianob
anonymous wrote : Configuration found in jbosscmp-jdbc.xml for relation XXX but relation is not a jbosscmp-jdbc-managed relation in ejb-jar.xml This message appear when I try to deploy my application, but the relations exist in ejb-jar.xml and jbosscmp-jdbc.xml, with the exact same

[JBoss-user] [HTTPD, Servlets JSP] - Re: FormAuthValve

2005-02-04 Thread ricardoarguello
Since the Valve executes around the j_security_check page it cannot have acces to the Throwable before the j_security_check page is invoked. I was also looking for a solution, since I'd like to present the error mesage in the error page, not in another page linked from the error page. Any

[JBoss-user] [Installation Configuration] - Re: Cannot get JBoss 4.0.0 to talk to Weblogic 8.1

2005-02-04 Thread boomkap
Ok, i finally figured it out. In 4.0.0, the default server runs the IIOP ORB implementation from Jacorb. In 4.0.1, the default server does not run the IIOP service. So the code was working in 4.0.1 and not in 4.0.0. In 4.0.0, if i remove the iiop-service.xml file from the server/default/deploy

[JBoss-user] [JBossWS] - Configuring Handlers

2005-02-04 Thread mpitanga
Hi all, In the RI ( Reference Implementation ) the file config.xml is used for this operation. How i configured this handler as part of a handler chain at Jboss? my handler is : | public class SoapRpcInterceptor extends GenericHandler { | | HandlerInfo hInfo; | String

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Two simple questions about MDBs

2005-02-04 Thread danielherlitz
regarding the second question: I looked at the DTD http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd and thought adding this under in jboss.xml might be a good idea (1 could be any number): container-configurations container-configuration container-namesingle/container-name

[JBoss-user] [Persistence CMP/JBoss] - jboss 3.2.3 - hibernate ???

2005-02-04 Thread madeonmoon
hi all i use jboss 3.2.3 and so far i have to stick with it. my dao classes are implemented using jdbc and are wrapped within statless session beans (facades). if i were to switch to hibernate, would i be able to use hibernate 3.0 beta 3 or hibernate 2.1.8? these other questions are related

[JBoss-user] [Management, JMX/JBoss] - Standalone application JMX example

2005-02-04 Thread aqan
I have a standalone application (does not run in JBOSS). I've exposed an MBean in it for remote management purpose. Now how do I use JBOSS to display the management console. The examples I've seen, display how to manage applications running in JBOSS. Would be great if someone can point me to an

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Two simple questions about MDBs

2005-02-04 Thread danielherlitz
Fulll jboss.xml. Deployed in a jar. just to rule out any misunderstandings. I thought this would limit the number of MyMDB instances to one. It does not. container-configurations container-configuration container-namesingle/container-name container-cache-conf

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Two simple questions about MDBs

2005-02-04 Thread [EMAIL PROTECTED]
Can you stop annoying this forum with your stream of conciousness posts. We are not interested in watching your fumbling. The correct approach to using this forums is: requirement - you you - read docs (chapter 6 for jms) you - read faqs (there is an FAQ on MDB singleton config) you - search

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-02-04 Thread [EMAIL PROTECTED]
Amit, have u created a queue for the MDB to listen to? Assuming u have deployed a Queue with a JNDI name as queue/myQueue, you need to associate the MDB with the queue in your jboss.xml file as follows: | message-driven | ejb-nameAmit'sMDB/ejb-name |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Two simple questions about MDBs

2005-02-04 Thread [EMAIL PROTECTED]
Everyone at JBoss makes a diligent effort to read user questions and answer. Majority of them are repeated in the forums. So we continously update our wiki pages and also the FAQ at the beginning of the forums. A forum can be healthy only if the same problem is not repeated in posts. The

[JBoss-user] [HTTPD, Servlets JSP] - Re: FormAuthValve

2005-02-04 Thread [EMAIL PROTECTED]
Then you need to replace the org.apache.catalina.authenticator.FormAuthenticator with your subclass that attaches this info for use in the error page. A valve that implements the org.apache.catalina.Authenticator tagging interface is used as the authenticator for the associated web app. Dig

[JBoss-user] [Security JAAS/JBoss] - Re: JaasSecurityManagerService - getUserRoles - method signa

2005-02-04 Thread [EMAIL PROTECTED]
You have to know it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865301#3865301 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865301 --- This SF.Net email is

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss interoperability issue with .NET

2005-02-04 Thread [EMAIL PROTECTED]
Can you take the time to create a bug report with an example c# client as requested? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865302#3865302 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865302

[JBoss-user] [Security JAAS/JBoss] - Re: Custom Login Module - JDK1.5 compiler error on super.in

2005-02-04 Thread [EMAIL PROTECTED]
The codebase is compiled every night with jdk1.5.1_01 using a source target of 1.4. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865303#3865303 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865303

[JBoss-user] [Beginners Corner] - EJB3 tutorial and Entity beans

2005-02-04 Thread mphee
I'm having trouble getting the sample projects entity, composite and the others that use entity beans. I'm using jboss 4.0.1 EJB3 Preview 2 java.lang.NoSuchMethodError: org.jboss.deployment.MainDeployerMBean.setSuffixOrder([Ljava/lang/String;)V Do I need to get a new version of the tutorial

[JBoss-user] [Persistence CMP/JBoss] - Re: RemoteHome returns strange Object

2005-02-04 Thread [EMAIL PROTECTED]
Your solution is completely unnecessary and in fact was already done on the jboss side. As I replied in the other post all that matters are the interfaces as that is the contract. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865305#3865305 Reply to the post

[JBoss-user] [Installation Configuration] - Re: APP-INF/classes are not being found or seen

2005-02-04 Thread [EMAIL PROTECTED]
Its pointless to parse human text as a precondition for a bug report. Create the bug report with the example and it will either be determined to be an issue to be fixed or it won't. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865306#3865306 Reply to the

[JBoss-user] [Installation Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-04 Thread [EMAIL PROTECTED]
And the proof that there is a META-INF/application.xml is where? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865307#3865307 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865307

[JBoss-user] [JBoss Getting Started Documentation] - Re: Any known DataSource proxies impl for JBoss

2005-02-04 Thread [EMAIL PROTECTED]
Any access to the jboss jndi tree requires that the jboss object factories are available in the jndi context configuration as many things in jndi are references to information on how to create the indicated object. This is true of all jndi providers. View the original post :

[JBoss-user] [EJB/JBoss] - Re: java.lang.classnotfoundexception, please help

2005-02-04 Thread kalyan120
What's the exact exception? Kalyan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865309#3865309 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865309 --- This SF.Net

[JBoss-user] [Management, JMX/JBoss] - Re: JMX hot deploy causes ClassNotFoundException

2005-02-04 Thread [EMAIL PROTECTED]
Read the following class loading pages and come to understand that hot deployment needs to entila a complete recycyling of the type system where interaction of components in a call by reference semantic exists: http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases

[JBoss-user] [Installation Configuration] - Re: Encrypting DataSource Passwords with jvm 1.3

2005-02-04 Thread [EMAIL PROTECTED]
No, jdk 1.3 and the jce extension package do not support PBE. jdk 1.3 is such an old out of date release with so many bugs no one should be using it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865311#3865311 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JVM Crash

2005-02-04 Thread [EMAIL PROTECTED]
-Xmx has no affect on the permanent generation heap size. See: http://java.sun.com/docs/hotspot/VMOptions.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865312#3865312 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Standalone application JMX example

2005-02-04 Thread [EMAIL PROTECTED]
AFAIK, the jboss management console needs to run in the same JVM with the MBeanServer that hosts the mbeans. Otherwise it would have to be modified to use a remove JMX connector, but this would require some changes to the code. One solution is to try and use the old http adapter that comes

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

2005-02-04 Thread studenik
Thomas, I have exactly the same problem. I use JBoss 4.0.1 and Axis 1.2RC2. I was just wondering if you expect this to be fixed in the nearest future? Thanks, Yevgeny. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865316#3865316 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: FormAuthValve

2005-02-04 Thread ricardoarguello
Scott, I found all the needed code in Apache's CVS. It looks like we have to copy-paste the org/apache/catalina/authenticator/FormAuthenticator.java code into a new Authenticator, and then configure Tomcat to use it. It looks like this is done in the

[JBoss-user] [JCA/JBoss] - Plugging in my own connection pool

2005-02-04 Thread gabara
Hi, We have our own connection pool that implements javax.sql.DataSource, and would like to use it in JBoss. What do I need to do such that the same instance can be shared among different web apps? Thank's Andrej View the original post :

[JBoss-user] [JCA/JBoss] - Re: Plugging in my own connection pool

2005-02-04 Thread [EMAIL PROTECTED]
Write a JCA resource adaptor ideally, otherwise an mbean to bind it into jndi to make it available globally. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865319#3865319 Reply to the post :

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

2005-02-04 Thread [EMAIL PROTECTED]
So write a GaugeMonitorConfigurationService and the problem is solved. JMX is a non-remote spec as its base and has completely non-deterministic behavior when accessed over a remote connection since there are 0 guarentees with regard to remoteness at the jmx core. The jmx remoting spec does not

[JBoss-user] [JCA/JBoss] - Re: Plugging in my own connection pool

2005-02-04 Thread [EMAIL PROTECTED]
NO. This is not even a JCA issue. If you are doing your own connection pooling you are not using JCA's pooling and connection management, i.e. security and transaction injection/management. You are on your own. View the original post :

  1   2   >