[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejb not bound

2004-11-16 Thread Frito
Watch the server log for any errors during deployment. If you can see logs about your bean being deployed without errors, try to use the jmx console to see what is registered with JNDI. JMX Console http://host:8080/jmx-console JNDIView - list View the original post :

[JBoss-user] [EJB/JBoss] - Multiple instances of an entity

2004-11-16 Thread NProemper
Hi all, I found out, that JBoss 4 creates multiple instances (=Entity Beans) of one entity. This results in problems during update, because the changes, which are made, are overwritten by an subsequent ejbStore() call of another EJB of the same entity. Did anyone face the same problem? Is there

[JBoss-user] [Installation Configuration] - No persistence-manager descriptor found, null persistence wi

2004-11-16 Thread whisky
Hi! I'm new in this forum, and I don't know if this is the correct place for putting my question. The question is: I'm deploying an application which uses an stateless session bean and entities. When I try tu run the server it doesn't work, and looking into the logs I've seen that

[JBoss-user] [JCA/JBoss] - JCAResource is not undeployed

2004-11-16 Thread GreyDeath
I have a JCA Adapter inside my ear file (both implementation and -ds.xml file) When I undeploy the ear file, the JCA Adapter does not get successfully undeployed. Does anybody know why this is the case? Here is the output from the log: 2004-11-16 09:57:39,021 DEBUG

[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-16 Thread praveen.cheedella
Once again Thanks guys!!... Hi ltexier, I will try with the url given by you and let you know.. Hi darranl I have created the .ear folder in the jboss/server/default/deploy/ path. All my working .jar and .war folders are there in .ear folder. When ever I change any action class in the .jar

[JBoss-user] [JCA/JBoss] - Re: JCAResource is not undeployed

2004-11-16 Thread GreyDeath
The thing is that I still see the following entries in the jboss.management.local domain: --J2EEApplication=ftisoft.app.ear,J2EEServer=Local,ResourceAdapterModule=ftisoft.engine.rar,j2eeType=ResourceAdapter,name=Engine Adapter I also have another Adaptor that leaves the following:

[JBoss-user] [Management, JMX/JBoss] - Re: Retrieve listing of connection pools

2004-11-16 Thread diripu
Could anyone help me in this JCAStats ?? Its urgent. Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855308#3855308 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855308

[JBoss-user] [JBoss.NET] - Re: Axis EJB provider not registered with JBoss 3.2.6

2004-11-16 Thread mjea
Tell me if I'm wrong, but there are some features I need that are missing in WS4J: - web service session: we have a complex and costly login phase to determine the user profile. This phase is much more complex than what the J2EE security mechanisms offer. This is done by an Axis handler that

[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-16 Thread mpalicka
You can use ANT to touch your files. There is a touch task in ANT. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855312#3855312 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855312

[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-16 Thread darranl
Praveen, Ok this means that the file you need to be touching is the application.xml for the ear, when JBoss sees that this file has been updated it will redeploy your application. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855314#3855314 Reply to the

[JBoss-user] [EJB/JBoss] - Re: Removing stateless session beans

2004-11-16 Thread darranl
Your client is not associated with a stateless session bean, calling remove has no effect on a specific session bean instance. Immediately after the call to helloWorld the bean instance will have been returned to the pool ready to service other clients. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Providing global jar-files in ear-archive?

2004-11-16 Thread NProemper
Hi, to solve this for some libraries, which are useful for the whole java environment, I've copied them to the lib\ext directory of the java sdk, e.g. oracle driver classes,...). I believe, putting them into jboss\server\type\lib\ would work, too. View the original post :

[JBoss-user] [Installation Configuration] - Re: No persistence-manager descriptor found, null persistenc

2004-11-16 Thread darranl
When I try tu run the server it doesn't work - In what way does it not work? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855318#3855318 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855318

[JBoss-user] [Installation Configuration] - uil2.SocketManager - exiting on unexpected error

2004-11-16 Thread jschanz
HI folks, i'm running here a installation of jboss 4.0.0. After a while the server runs into an ouf of memory error. 2004-11-16 11:08:45,074 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin ReadTask.run 2004-11-16 11:08:45,074 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin WriteTask.run

[JBoss-user] [Management, JMX/JBoss] - Re: why throw java.net.MalformedURLException: no !/ in spec

2004-11-16 Thread [EMAIL PROTECTED]
Where is your mbean descriptor? You are showing your xmbean descriptor but there must be an mbean descriptor also to either point to or include the xmbean descriptor. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855320#3855320 Reply to the post :

[JBoss-user] [Javassist user questions] - refelction

2004-11-16 Thread Pedro Del Gallego
I need to obtain the name of the parameter of a method I can obtain the annotation and the types of this parameters but no the names for (Field field : clazz.getFields()){ for (Annotation annotation : field.getAnnotations()){ System.out.printf(-- name %s annotation %s\n,

[JBoss-user] [Management, JMX/JBoss] - Re: Retrieve listing of connection pools

2004-11-16 Thread [EMAIL PROTECTED]
If you look into the code (org.jboss.management.j2ee.JCAResource) you'll see there is no chance to get anything else than a single array entry: | ObjectName jsr77CFName = getConnectionFactory(0); | Object[] params = {poolServiceName}; | String[] sig =

[JBoss-user] [Persistence CMP/JBoss] - JTA Transaction doesn't rollback Hibernate sessions

2004-11-16 Thread shanika
Hibernate version: V2.1.6 Name and version of the database : Oracle 8 JBoss : V4.0.0 I have configured Hibernate in JBoss through .har deployer and get the session by the JNDI to the session factory. All working fine except for Transactions. I use JTA and have given my Transaction

[JBoss-user] [JBoss Getting Started Documentation] - Re: Java Adventure Builder

2004-11-16 Thread maheshbalaji
I am having the same issue any body manage to figure this out yet ?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855325#3855325 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855325

[JBoss-user] [JBoss Getting Started Documentation] - Re: Java Adventure Builder

2004-11-16 Thread maheshbalaji
I mange to get part of it going .. but the data source is still not bound .. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855327#3855327 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855327

[JBoss-user] [EJB/JBoss] - Re: Multiple instances of an entity

2004-11-16 Thread NProemper
Hi all, the problem still exists and is making me mad, but I have found out some details, which I want to add for your understanding. I try show you what happens in a kind of sequence diagram: a) Servlet calls RelationshipoBean-setData b) setData creates an instance of RelationshipTypeBean via

[JBoss-user] [Installation Configuration] - Re: No persistence-manager descriptor found, null persistenc

2004-11-16 Thread whisky
Now it works, but when I see the log I find that sentence many many times and my application doesn't work. Thanks for your reply View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855330#3855330 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Providing global jar-files in ear-archive?

2004-11-16 Thread chrisdutz
This is exactly what I wanted to avoid, since I have to restart the server in order to make the libs available. I don't want my customerst to have to copy files all over the place and since BEA WLS offers this feature I was looking for the JBoss way to do this. But thanks anyway View the

[JBoss-user] [Messaging, JMS JBossMQ] - QueueBrowser

2004-11-16 Thread rajen
Hi friends, I have a problem. Inside an MDB I am using a Queuebrowser to look into the Queue to which MDB listens.The browser have a message selector with the JMSCorrelationID as selecting criteria and the MDB is configured as singleton and the OnMessage() has the transaction attribute as

[JBoss-user] [Security JAAS/JBoss] - getCallerPrincipal() throws IllegalStateException: No securi

2004-11-16 Thread Bug-C
Hello, I have a problem with the getCallerPrincipal method with Jboss 3.2.6. When I try to call this method the container throws an IllegalStateException saying that no security context was set. I already searched the internet and saw that other people also have the same problem. Is this a bug

[JBoss-user] [Security JAAS/JBoss] - Re: getCallerPrincipal() throws IllegalStateException: No se

2004-11-16 Thread _alex
From my point of view: 1) getCallerPrincipal will throw an exception in case you deploy your bean outside of a security domain; 2) in case your bean is stateless session bean, the EntityContext method getCallerPrincipal is prohibited to call inside ejbCreate or ejbRemove methods (see

[JBoss-user] [Installation Configuration] - Re: Problem connecting AS400

2004-11-16 Thread jflinchbaugh
i believe your datasource descriptors should be named *-ds.xml for the deployer to recognize it as a datasource. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855336#3855336 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: getCallerPrincipal() throws IllegalStateException: No se

2004-11-16 Thread Bug-C
Thanks a lot for this fast reply :) and even better you are correct and fixed my error :) The problem is that I use AndroMDA (MDA generator) to create my beans and this tool creates a stateful session bean if attributes are given to the class. Unfortunately I removed all attributes (because I

[JBoss-user] [JBoss.NET] - Re: Axis EJB provider not registered with JBoss 3.2.6

2004-11-16 Thread tdiesler
Correct, WS4EE is inherently stateless. This is because not every transport offers session maintanace. There are proposals under way to standardize the session maintanace at message level, which then would be transport independent. What one usually does is introduce an application specific

[JBoss-user] [Beginners Corner] - Local AND remote

2004-11-16 Thread danl_thompson
I think I remember reading somewhere that one should never uses both local AND remote interfaces on the same EJB because there is a significant performance hit. Can anyone veryfiy this? Point me to some refernce material? I kind of stuck my neck out making this claim yesterday. dt View

[JBoss-user] [JCA/JBoss] - oracle.jdbc.xa.OracleXAException

2004-11-16 Thread [EMAIL PROTECTED]
Hi all, I'm using JBoss 4.0 and Oracle 9i. I'm trying to use XA data source and I'm getting the following error 7:43:44,190 WARN [TransactionImpl] XAException: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=harikrishna-yd/2, BranchQual=, localId=2] errorCode=XAER_RMERR

[JBoss-user] [JCA/JBoss] - Re: (Oracle XA) Can't access

2004-11-16 Thread [EMAIL PROTECTED]
Refer to this url http://mcpmag.com/features/article.asp?EditorialsID=179 hope this helps you Regards, Hari View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855341#3855341 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Urgent : JMS Configuration Help

2004-11-16 Thread arvind_pv
Hi all, I'm getting this error i.e. ERROR [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed DLQHandler javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound. And in my application I'm using Queue MDB and I have followed this procedure to configure

[JBoss-user] [Installation Configuration] - Is the JBoss installation complete?

2004-11-16 Thread dschneller
Hi all, I have pair of beginner questions. 1. I've downloaded the JBoss 3.2.5 version. But it appears to me incompletely. e.g. jboss-jee.jar and some other files also. Do I have to download the full version from Sun? I try to migrate my WebShere App to JBoss and encounters errors and

[JBoss-user] [Management, JMX/JBoss] - Re: why throw java.net.MalformedURLException: no !/ in spec

2004-11-16 Thread cool_xiong
I get it, thank you very much. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855345#3855345 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855345 --- This SF.Net email

[JBoss-user] [Security JAAS/JBoss] - Re: 403 - Access to the requested resource has been denied

2004-11-16 Thread infectedrhythms
Is there a way I can debug the module or do I have to recompile it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855348#3855348 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855348

[JBoss-user] [Management, JMX/JBoss] - remote management of JBoss from a universal client

2004-11-16 Thread swapna56782004
I am Developing a universal client to manage multiple JMX enabled applications remotely. This prevents me from having any of the application specific jar files in my classpath. My question is.. 1. Is it possible to manage JBoss in such a way. - In Jboss3.2.6 I see RMIAdaptorExt interface

[JBoss-user] [Beginners Corner] - Confused by JNDI and Env

2004-11-16 Thread Musashi
Hi there! I'm deploying a WAR created for Tomcat 4.1.29 on JBOSS 4.0.0. I want to set up JBOSS, so the following code will work: private static String getEnviroment(String variableName) { String value=; try { Context ctx = new InitialContext(); if (ctx == null)

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Consumers stop listening after a period of time.

2004-11-16 Thread pjdodds
I've recenting moved a UAT environment up to JBoss 3.2.5 using JDBC3 PM and have the same problem, was solution did you employ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855352#3855352 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Is the JBoss installation complete?

2004-11-16 Thread whisky
Try to download jboss-3.2.6.zip from: http://www.jboss.org/downloads/index This is the one which I downloaded and it works ok Regards, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855353#3855353 Reply to the post :

[JBoss-user] [Beginners Corner] - petstore for EJB 3.0

2004-11-16 Thread Martin0
Hi, Now that JBoss 4.0 is out, is there a date for the publication of petstore that Bill Burke et al did for JavaOne? http://jboss.org/jbossBlog/blog/bburke/?permalink=EJB3%2C+Petstore%2C+and+JavaOne.html Thanks Martin View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: mod_jk, mod_jk2 or mod_jk1.2 ?

2004-11-16 Thread lyc1
mod_proxy works well as we don't need mod_jk features such as load-balancing with sticky sessions and is easier to configure. But it is still hard for me to consider mod_jk1 et 2 as deprecated modules without more information. Thanks Damien View the original post :

[JBoss-user] [Installation Configuration] - Re: uil2.SocketManager - exiting on unexpected error

2004-11-16 Thread kalyan120
What do you mean by reconnecting to a queue? Also, this is a problem with the server side JMS code, that you would have written. This could be a problem because of the proliferation of queue connections or queue sessions. If you are doing something like below, for every message you send back,

[JBoss-user] [Installation Configuration] - Re: Is the JBoss installation complete?

2004-11-16 Thread kalyan120
The downloaded version of 3.2.5 works pretty well out of the box. So, you need not feel that it's incomplete. Thanks, Kalyan. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855357#3855357 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: UIL2 loadtesting and threads

2004-11-16 Thread nzmalik
How about closing the session and creating a new one periodically? Just a guess on my end, no experience with it, but it might help if it doesn't add too much overhead. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855358#3855358 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Is the JBoss installation complete?

2004-11-16 Thread ltexier
Try to browse thru the Getting started book a few times and then get back to your migration project. It will greatly improve your experience with JBossAS. http://www.jboss.org/docs/index#as Have fun! View the original post :

[JBoss-user] [JCA/JBoss] - Re: Propertes get not set on ManagedConnectionFactory

2004-11-16 Thread jgra
Hello I'm currently using JBoss 3.2.6 and this problem still exist. Any hint when it will be fixed? Regards Janusz View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855361#3855361 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: uil2.SocketManager - exiting on unexpected error

2004-11-16 Thread jschanz
Hi, thanks for the answer. We don't use any self-written code on server side. I have only created one new durable topic: ?xml version=1.0 encoding=UTF-8? depends optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager depends

[JBoss-user] [EJB/JBoss] - java.sql.Date problem

2004-11-16 Thread mga
Hi, I'm using jboss 3.2.6 with MySql and i have the folowing problem: I have a table with a field of type Date which is mapped to a java.sql.Date. If i try to compare this field against another ( source.getSentDate().equals(destination.getSentDate()) ) mostly i get the right result but after a

[JBoss-user] [Installation Configuration] - Deploying minimal configuration.

2004-11-16 Thread infectedrhythms
I asked this question in another topic... I got one reply, but maybe it wasn't the right section anyaways... Am looking to deploy a minimal Jboss config for my production machines... So far I have gotten rid of the following folders... /client /doc /server/all /server/default /server/standard

[JBoss-user] [Management, JMX/JBoss] - Re: remote management of JBoss from a universal client

2004-11-16 Thread [EMAIL PROTECTED]
RMIAdaptor is registered under: jmx/rmi/RMIAdaptor You can cast to to MBeanServerConnection and do your stuff. JBoss is not fully JSR160 compliant (yet). You'll need at least some of the jboss classes in your classpath. Another option is to allow dynamic classloading. JBoss serves classes from

[JBoss-user] [EJB/JBoss] - InitialContext(JNDI) not found

2004-11-16 Thread adicko
I coded an application, which works perfectly in eclipse. But when I want to start this over an *.bat, the InitialContext Method doesn't work - it seems it gets stuck. private MyLocator() throws MyLocatorException |{ | try | { | Properties jndiProps = new

[JBoss-user] [Beginners Corner] - Empty Resultset from Firebird in Tomcat Servlet

2004-11-16 Thread unoengborg
I try to set up a servlet to connect to a firebird database. It seams that I can lookup the Datasource and get a Connection. I then create a Statement and do executeQuery. I get back a ResulSset. The problem is that the ResultSet is empty. Even though it shouldn't be. I use the

[JBoss-user] [Installation Configuration] - Re: Deploying minimal configuration.

2004-11-16 Thread infectedrhythms
Opps it was this section remind me not to work late! :P View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855369#3855369 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855369

[JBoss-user] [Beginners Corner] - Get instance of logging service.

2004-11-16 Thread infectedrhythms
How would I go about to get an instance of the logger thats is configured as a service in Jboss? Am writting my own Service and would like to use the logging built in to Jboss Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855370#3855370 Reply to the

[JBoss-user] [Installation Configuration] - Re: Deploying minimal configuration.

2004-11-16 Thread darranl
Did I remove something I shouldn't have? - That depends on what you are trying to do. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855371#3855371 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855371

[JBoss-user] [EJB/JBoss] - Re: Removing stateless session beans

2004-11-16 Thread fredatwork
Thanks to Darran for his tip. I understand the life cycle of a stateless session bean better and that the create() method (invoked on the home of a stateless session bean) does not call the ejbCreate method. View the original post :

[JBoss-user] [Management, JMX/JBoss] - Discovering user deployed applications in JBoss

2004-11-16 Thread SoDoM
Hi there. I would like to know if there is an easy way to discover programatically which user applications are currently deployed in JBoss. I've tried to invoke the 'listDeployed()' method of MainDeployer MBean, using an RMIAdaptor but this method can't be called remotely since the collection

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-11-16 Thread kedarlele
Dear Vishal Hi Vishal, I am on chapter 9 of the tutorial. I am using Eclipse3.0, Lomboz 3.0, Jboss-4.0.0 I am using port 8081 instaed of 8080 Im getting the following error Can u pls. help me opn the same. 13:46:53,442 ERROR [Engine] StandardWrapperValve[AxisServlet]: Servlet.service() for

[JBoss-user] All, default, minimal configurations...

2004-11-16 Thread Michael Burbidge
Where can I read what the differences are between these configurations? --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-11-16 Thread kedarlele
when I execute the following in the browser it runs perfectly ok http://localhost:8081/axis/servlet/AxisServlet And now... Some Services Version (wsdl) getVersion Administration (wsdl) AdminService But I get error/blank page with 500 Internal Error when I execute the following in the

[JBoss-user] [Management, JMX/JBoss] - Re: remote management of JBoss from a universal client

2004-11-16 Thread swapna56782004
should I use jnp or can I use sun's rmi context factory for lookup. when i try using sun's rmi and lookup for jmx/rmi/RMIAdaptor I get a noSuchObjectException. Please advice View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855381#3855381 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Discovering user deployed applications in JBoss

2004-11-16 Thread [EMAIL PROTECTED]
This has been corrected in 3.2.7RC1 and 4.0.1RC1, DeploymentInfo is now Serializable View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855384#3855384 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855384

[JBoss-user] [Management, JMX/JBoss] - Re: remote management of JBoss from a universal client

2004-11-16 Thread [EMAIL PROTECTED]
You must use jnp to reach the JBoss JNDI provider View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855385#3855385 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855385 ---

[JBoss-user] [Beginners Corner] - Alternatives to Russian Doll?

2004-11-16 Thread danl_thompson
Is there any way to control the order of class loading, other than the russian doll approach of putting all the required jars in the WAR?I'm trying to pull our war files out of our ear files in order to deploy them separately. however the wars depend on classes in the ears. dt View the

[JBoss-user] [Installation Configuration] - Two webapps on different ports in one JBoss

2004-11-16 Thread SuperMario
Hi, We have two webapps named customer.war and admin.war At the moment both webapps run on Port 80 and is available to the WWW. Now, we had a discussion about the security. The conclusion was that we want to move the admin.war to a different Port (e.g. 81). After this action we could

[JBoss-user] [Management, JMX/JBoss] - Re: remote management of JBoss from a universal client

2004-11-16 Thread janilsal
Be Happy. Here is sample code thats shows how to connect to RMIAdaptor. This code is in JBoss Testsuite. | package org.jboss.test; | | | import javax.naming.*; | import javax.management.*; | import java.util.*; | import org.jboss.jmx.adaptor.rmi.RMIAdaptor; | import

[JBoss-user] [Installation Configuration] - Re: Deploying minimal configuration.

2004-11-16 Thread infectedrhythms
Well I want to create a minimal deployment package smallest in size where I can deploy my own custom services. I want to get it as mall as possible and add as needed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855391#3855391 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Alternatives to Russian Doll?

2004-11-16 Thread danl_thompson
Or for that matter, how to handle sars that depend on other sars being loadded first? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855393#3855393 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855393

[JBoss-user] [Installation Configuration] - Re: Two webapps on different ports in one JBoss

2004-11-16 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=VirtualHosts View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855394#3855394 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855394

[JBoss-user] [JCA/JBoss] - ClassCastException using Oracle 9i DataSource

2004-11-16 Thread nappinc
Hi, I'm getting what appears to be a class loader problem when using an Oracle data source in JBoss 4.0.0. When using direct connections, I don't get any errors. On other app servers, I don't get any errors. I have copied the Oracle JDBC driver into the shared lib directory, excluded it from

[JBoss-user] [HTTPD, Servlets JSP] - Sessions serialization

2004-11-16 Thread jde
Hello, I am trying to desactivate sessions serialization for a webapp in Tomcat (JBoss 4.0). I found how to do it in Tomcat standalone by creating a tomcat/conf/Catalina/localhost/myapp.xml : | Context path=/myapp docBase=myapp.war | Manager

[JBoss-user] [Management, JMX/JBoss] - StatisticsCollector

2004-11-16 Thread mcorey
I'm interested in using the Statistics Collector described at http://www.jboss.org/wiki/Wiki.jsp?page=StatisticsCollector, but I can't find the statscollector.jar file indicated in that Wiki entry... is it included in the JBoss distribution at all? Do I have to build it from CVS? Thanks, M

[JBoss-user] [Persistence CMP/JBoss] - error while deploying titan.jar + jboss3.2.2

2004-11-16 Thread tenzing7777in
what is the problem with this implementation...using Jboss 3.2.2..i am testing the workbook examplesejbJbossworbook..but i am getting this error _ what is the solution?? _ 22:04:22,389 WARN [verifier]

[JBoss-user] [Installation Configuration] - Re: Two webapps on different ports in one JBoss

2004-11-16 Thread SuperMario
I saw this site before. But I don't want to change the hostname or create viratual hosts with another name. I want to deploy my webapps on different ports (one on 80 and other on 81). Is this also possible with this virtual hosts description ?? Do you mean I have to set up 2 Connectors ?? To be

[JBoss-user] [EJB/JBoss] - threadlocal in jBoss

2004-11-16 Thread sorgnard
I plane to use ThreadLocal, to propagate some context information, related to the current user. Is there some limitation usage, even in the same JVM? ex : - Legal to use of thread local variable between Local EJB? - Legal to use of thread local between web component and local EJB? - Legal to

[JBoss-user] [Beginners Corner] - Re: Alternatives to Russian Doll?

2004-11-16 Thread danl_thompson
this link seems to descirbe it pretty well... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855402#3855402 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855402 ---

[JBoss-user] [Beginners Corner] - Re: Alternatives to Russian Doll?

2004-11-16 Thread danl_thompson
especially the part that descirbes the URL comparator ... The URLComparator can be used to specify a deployment ordering View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855404#3855404 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Sessions serialization

2004-11-16 Thread janilsal
Place it in a new file context.xml under the WEB-INF directory of your war. Give this a shot. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855405#3855405 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855405

[JBoss-user] [Security JAAS/JBoss] - 'Roles' in rolesQuery (login-config.xml)

2004-11-16 Thread Traxx
Hi, I use authentication by database. It works ! ;-) But I have a question, why we have to harcode 'Roles' for the roleGroup value ? And what is the roleGroup ? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855406#3855406 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Fully Functional Tomcat

2004-11-16 Thread SJNewOrleans
Does JBoss 3.2.3 contain a fully functional tomcat 4.1? I.e. is the tomcat 4.1 which is embedded contain all the funcitonality as the standalone tomcat 4.1? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855408#3855408 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Get instance of logging service.

2004-11-16 Thread infectedrhythms
Or more specifically how can I access a particualr service (Jboss MBeans) from my own services. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855410#3855410 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855410

[JBoss-user] [Installation Configuration] - Re: JBoss 4: bug in SecurityAssociationValve?

2004-11-16 Thread edallez
It didn't work with the general release of 4.0.0 either. And I had the same problem with 3.2.6. It does work, however, with 3.2.7. I have not tried 4.0.1 yet but I wonder if this is somehow related to the jdk1.5.0 problems in both releases (yes, I am using 1.5.0) View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Fully Functional Tomcat

2004-11-16 Thread janilsal
Why JBoss 3.2.3? If you are starting with JBoss, it is better to be on Jboss 3.2.6 (has embedded Tomcat 5.0.28) No major development is happening on TC 4.x anyway. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855413#3855413 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Fully Functional Tomcat

2004-11-16 Thread SJNewOrleans
The project I am currently working on, has a bunch of servlets running in a standalone Tomcat 4.1 container. My government contacts want me to add these servlets to another project where we are building from a developed web framework that uses JBoss 3.2.3 as its server. The agency who

[JBoss-user] [Installation Configuration] - Re: JBoss 4: bug in SecurityAssociationValve?

2004-11-16 Thread edallez
oops again. It doesn't work with 3.2.7 either. My mistake. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855415#3855415 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855415

[JBoss-user] [Management, JMX/JBoss] - ClassLoader can not find a MBean class that sits in the same

2004-11-16 Thread vitaly1
Hi ! I have a SAR file with one service that loads up other MBeans from my own Xml config file. The trouble is that the classloader can not find a class that sits in the same sar where the JBoss service class is? ie: server.createMBean(com.percussion.jmx.test.SimpleListener,

[JBoss-user] [Security JAAS/JBoss] - Custom handling with BASIC authentication

2004-11-16 Thread cglommen
This is actually spawning from a thread I started in JBossWS, but now it is more appropriate to be located in this forum. (original: http://www.jboss.org/index.html?module=bbop=viewtopict=56550). I still don't understand quite yet. I have three questions. 1. What documentation exists that

[JBoss-user] [The Lizzard's corner] - Re: New Website Design

2004-11-16 Thread jbossroy
I tried to pressure our marketing department to use my glamour shots, but was quickly rejected and escorted out of the building ;-) -roy View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855418#3855418 Reply to the post :

[JBoss-user] [Beginners Corner] - Active classes (threads) in JBoss

2004-11-16 Thread AlexM
Hello, This is probably more a general J2EE question than JBoss, but anyway. I want to have a thread that polls the database periodically. This would be called an active class in the unified software development process. However, how can I ensure that only one instance of such a class exists

[JBoss-user] [Persistence CMP/JBoss] - ApplicationDeadlockException

2004-11-16 Thread triathlon98
I am getting frequent deadlock exceptions. Though this doesn't actually cause problems on the client side, it actually slows things down a lot. Now I access all the data through a SLSB facade which then creates a SFSB session facade (which does validation checking), which accesses the entity

[JBoss-user] [Javassist user questions] - Javassist 3.0-rc-1 now available on Maven

2004-11-16 Thread hlship
FYI: I worked with the Maven folks to get Javassist 3-0-rc-1 uploaded to the Maven repository at http://www.ibiblio.org/maven. This will be useful to people who want to use the lateset Javassist with their Maven projects. View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Referencing deployed EJBs

2004-11-16 Thread duff
First off I'm just now getting my feet wet with JBoss and JSP developement. I have written a small web app that stores User information from a JSP page into a JavaBean. What I am wanting to do now is have the JavaBean communicate with already packaged and deployed EJBs. What do i need to do

[JBoss-user] [Installation Configuration] - deploying axis 1.2 client to jboss 3.2.3

2004-11-16 Thread acervi_01
I have used axis 1.2 to build a client library that accesses the mappoint.net web service. I've built a bean that uses this library to retrieve data from that web service. A jsp page running on a different server than jboss creates this bean and calls one of the methods. I've copied all of

[JBoss-user] [Installation Configuration] - INFO main (Log4jLoggerPlugin.java:205) 2004-11-16 14:42:41,6

2004-11-16 Thread bekay
Hello, I have deployed my application in JBOss and uses the inbuilt tomcat. I have setup these installation working in some systems, but in one of the systems I am getting this error. I have a Servlet Listener to Start and listen on a Specific Port which is failing becuase of the error. This

[JBoss-user] [Management, JMX/JBoss] - Re: dynamically create XMBeans?

2004-11-16 Thread ffrederick
Ok ... I finally get it. Chris is referring to using the constructor for an XMBean, not the constructor for his xmbean class. To do this, you pass an instance of your mbean (subclass of ServiceMBeanSupport) as the resource to the XMBean construtor and a url to the xml descriptor file. View

[JBoss-user] [Management, JMX/JBoss] - Re: ClassLoader can not find a MBean class that sits in the

2004-11-16 Thread [EMAIL PROTECTED]
You need to use the classloader that loaded the 1st MBean, e.g: | Object mybean = Class.forName(com.percussion.jmx.test.SimpleListener, true, this.getClass().getClassLoader()).newInstance(); | | server.registerMBean(mybean, mydomain:name=myname); | There is also the createMBean()

[JBoss-user] [EJB/JBoss] - Re: InitialContext(JNDI) not found

2004-11-16 Thread adicko
InitialContext simply checks if a JNDI-Object exists. Whether there is no a new is instantiated (using the props) otherwise the existing returned. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855433#3855433 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: ClassLoader can not find a MBean class that sits in the

2004-11-16 Thread vitaly1
Wonder if this will work too? trying it now.. ClassLoader cl = this.getClass().getClassLoader(); obj = server.createMBean(className, getObjectName(), cl, getMethodArguments(this, server),

[JBoss-user] [Management, JMX/JBoss] - Re: ClassLoader can not find a MBean class that sits in the

2004-11-16 Thread vitaly1
oops, it actually expects ObjectName loaderName how do I get ObjectName of the loader? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855435#3855435 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855435

  1   2   >