[JBoss-user] [Messaging, JMS JBossMQ] - Re: Subscribe to a stopped queue

2004-09-14 Thread mjuergens
genman wrote : | Could you be more clear when you post? | | You can configure an MDB to be created in a stop state, and then manually start it via JMX. Search the forums. Refer to the jboss.xml DTD. Sorry I m new to ejb. I thought I have to stop the queue to stop delivery. Now it is

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Hypersonic localDB.data file size limit

2004-09-14 Thread erahamim
Hi, Because of performance issues I need that the jms storage will be local on the same server the jboss run and not on remote database. Can I do it with the hsql database or file-pm-service.xml ? or the jboss doesn't support local jms persistent ? How can I issue CHECKPOINT DEFRAG ? Thanks,

[JBoss-user] [Security JAAS/JBoss] - Re: Embedded Tomcat/JBOSS principal=null exception

2004-09-14 Thread hamid_jboss
auckyboy wrote : Fixed. hi how did u fix it? plz help me i have same problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848107#3848107 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848107

[JBoss-user] [Security JAAS/JBoss] - JndiLoginModule JBoss

2004-09-14 Thread qdzhulf
How could I config my JBoss 3.2 to use JndiLoginModule? I added these lines in login-config.xml: application-policy name=openldap | authentication | login-module code=com.sun.security.auth.module.JndiLoginModule flag=required |/login-module | /authentication |

[JBoss-user] [Persistence CMP/JBoss] - Re: Declared SQL question

2004-09-14 Thread godboles
Hi all, If any one is interested and facing a similar situation, I got around this issue by using the JBoss dynamic SQL. HG View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848046#3848046 Reply to the post :

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

2004-09-14 Thread razor_harm
Nobody? I'm realy stuck on this View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848109#3848109 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848109 --- This SF.Net

[JBoss-user] [JCA/JBoss] - Connections not returning to connection pool

2004-09-14 Thread anilntm
hi all I have got an ejb application which is implemented for some online billing enquiry activities. The application uses stateful session beans for storing user profile, validating each screen data etc. The connections(using JbossManagedConnectionPool) and closed at the time of user sign

[JBoss-user] [Messaging, JMS JBossMQ] - Re: XA Exception during high volume with JDBC2 persistnce on

2004-09-14 Thread schrouf
Might also be an oracle JDBC driver problem... according to many newsgroups it seems me, that it is not the most stable driver on this planet (especially if it comes to BLOB's and maybe XA...) Have you already tried to use a 'normal' oracle non-XA-datasource for the JMS connector ? The JMS

[JBoss-user] [JCA/JBoss] - Re: Connections not returning to connection pool

2004-09-14 Thread schrouf
Up to jboss 3.2.5 there is a major synchronization bug in the managed connection pool code leading to connections leaks under higher load. This bug has been fixed in jboss 3.2- and head-cvs. Regards Ulf View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Service Locator 4 JBoss Cluster

2004-09-14 Thread trossmy
Well the reason I asked for a service locator implementation was the behaviour that the service locator could not be reloaded following a service unavailable Exception (after a server restart). This however can be fixed if you run garbage collection (System.gc()) after clearing the cache of the

[JBoss-user] [Messaging, JMS JBossMQ] - MDBs and Transactions

2004-09-14 Thread PaulSmith001
All, I posted this to the Beginners forum but with no reply, so I'm trying here too. I realise that cross-posting is frowned upon, but I need an answer! I have an MDB listening on a topic. I start a bean-managed transaction within the bean. Let's say that whilst the transaction is executing,

[JBoss-user] [JCA/JBoss] - Re: Connections not returning to connection pool

2004-09-14 Thread anilntm
hi I am using jboss 3.2.3 and jdk 1.4. In the server.log the following error is obtaining frequently... java.lang.IllegalStateException: Trying to return an unknown connection2! [EMAIL PROTECTED] at

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

2004-09-14 Thread [EMAIL PROTECTED]
Hi, currently there is no way to do this, unless you create an MBean of yours that simply outputs the appropriate deployment descriptor in the ./deploy directory. For queues and topics that shouldn'be be difficult. We really should make a service like this, I'm just wondering how to make it a

[JBoss-user] [Management, JMX/JBoss] - Re: Beginner question: deployment order problem

2004-09-14 Thread [EMAIL PROTECTED]
I guess the quick and dirty solution is to just configured the deployment scanner (conf/jboss-service.xml, look at the very bottom) to use the deployment prefix shorter instead of the default sorter. Then just rename your xx.jar to, e.g. 99-xx.jar and this more or less will make sure it is

[JBoss-user] [JCA/JBoss] - Re: Connections not returning to connection pool

2004-09-14 Thread schrouf
This seems to be a different problem (anyway the mentioned synchronization bug should also be 'present' in jboss 3.2.3 :-) Try to reproduce your error with latest jboss 3.2.6RCx. If it's gone :-) if not: bug report on sourceforge :-( Regards Ulf View the original post :

[JBoss-user] [EJB/JBoss] - JBoss RMI/IIOP and Hibernate DAO inside a Stateless Session

2004-09-14 Thread aillarramendi
Hello everybody: We are experimenting a problem due to the use of Hibernate DAO pattern objects inside a Stateless Session Bean that whe want to have available through RMI/IIOP invocation. We have defined a simple Stateless Session Bean which will provide of some database access

[JBoss-user] [EJB/JBoss] - Cache size for a Stateless bean

2004-09-14 Thread grant71
I have a Stateless bean, but I want to limit the bean instances number at 2. Does anyone know if it is possible and HOW to configure it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848121#3848121 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Cache size for a Stateless bean

2004-09-14 Thread grant71
I forgot to write that I'm using JBoss 3.0.6 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848122#3848122 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848122 --- This

[JBoss-user] [Security JAAS/JBoss] - org.jboss.resource.JBossResourceException: No matching crede

2004-09-14 Thread yuriyg
Can someone explain what does this exception mean? I use *two* login modules. One for method permissions and another for creating connections to database based on credentials. The first module works but the second seems not working. The first thing it haven't got correct credentials. The

[JBoss-user] [Security JAAS/JBoss] - UsernamePasswordLoginModule

2004-09-14 Thread yuriyg
Is there an alternative to this module? Problem is it requires to provide password. But it's not very convenient in situations when you need to check a pair username/password with someone external call for example. Well, I know that's a solution is rewriting the very login module. But it's not

[JBoss-user] [JCA/JBoss] - Re: PreparedStatementCache

2004-09-14 Thread restrepo
Hi, What is not yet clear for me is why in the JMX-Console the JBoss LocalTransaction JDBC Wrapperthe attribute PreparedStatementCacheSizehas the value null. Is it a JBoss bug? I'am working with JBoss 3.2.5 Any help will be really apreciated, Fabio. View the original post :

[JBoss-user] [EJB/JBoss] - please help me :Test ejb with junit in jboss server...

2004-09-14 Thread chenththuran
i have written some Session beans . and i use the jboss server. i am facing some problems when i try to test them with JUnit. can anybody help me by providing a sample test client program to test a session bean with Junit (which should be suitable for jboss server) advance thanks

[JBoss-user] [The Lizzard's corner] - Re: JBoss BPM/workflow Engine

2004-09-14 Thread lbender
[EMAIL PROTECTED] wrote : What, you don't believe the quotes from Marc? Do you? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848127#3848127 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848127

[JBoss-user] [Messaging, JMS JBossMQ] - performance of MQ

2004-09-14 Thread banibrata_dutta
Hi, Has anyone done some performance benchmarking for JBossMQ ?? Could someone share some insight and say if the following requirements can be met by JBossMQ ?? 1) message sizes can range anywhere from 100 bytes to 1 bytes, although 75% percent of messages are expected to be about 100-150

[JBoss-user] [Messaging, JMS JBossMQ] - max. limit on creation of MDB's

2004-09-14 Thread banibrata_dutta
Hi, I'm a newbie as far as J2EE, JMS etc is concerned, so i could be posing a foolish question, kindly bear with me. Is there any theoretical or practical limit on the total number of MDB's that can be created in JBOSS, simultaneously ?? Assuming that I have couple of message sources, would i

[JBoss-user] [Performance Tuning] - Faster When war not included in ear

2004-09-14 Thread neva
Hello, During development, I have been deploying the client side (war) in tomcat on a separate JVM and my ear (All my ejbs) on jboss (now using 3.2.5) on another. Using that architecture, I can retrieve all memberships (about 400 records) in a dynamic search in around 10 secs. In the

[JBoss-user] [EJB/JBoss] - Error using Local and Remote Interface

2004-09-14 Thread hubaer
Hi all, I have a problem using local interfaces and remote interfaces for the same bean. I want to use a session bean as session fassade but also to connect in between different ejbs. Because I throw the RemoteException in the Bean I add in both (local and remote interface) the

Re: [JBoss-user] [Performance Tuning] - Faster When war not included in ear

2004-09-14 Thread Sergiusz Jarczyk
Hi neva wrote: Hello, During development, I have been deploying the client side (war) in tomcat on a separate JVM and my ear (All my ejbs) on jboss (now using 3.2.5) on another. Using that architecture, I can retrieve all memberships (about 400 records) in a dynamic search in around 10 secs. In

[JBoss-user] [Security JAAS/JBoss] - Different OS users

2004-09-14 Thread yuriyg
Maybe it's a quite strange question and actually I don't believe it's possible. But maybe someone met the situation when you need to run different threads under JBoss with different OS credentials? :-) Sci-fi? :-) View the original post :

[JBoss-user] [Installation Configuration] - Classloader subtleties between standalone Tomcat 4.127 and 3

2004-09-14 Thread wapdat
This is something I discovered in porting our applications in a standalone tomcat 4.1.27 to the tomcat 5 embedded in JBoss 3.2.5 Previously we loaded property files using: this.getClass().getResourceAsStream(fileName) ie getting the class loader from the current class. What I found is that

RE: [JBoss-user] [EJB/JBoss] - Cache size for a Stateless bean

2004-09-14 Thread Mateus Gonçalves dos Santos
Stateless doesn't use Cache. It uses pool. then, set this configuration in jboss.xml : container-configuration container-nameStandard Stateless SessionBean/container-name ... ... instance-poolorg.jboss.ejb.plugins.StatelessSessionInstancePool/instance-pool

[JBoss-user] [EJB/JBoss] - Re: Cache size for a Stateless bean

2004-09-14 Thread darranl
You need to look at the administrators and developers guide, available from the Free Docos link. Look at the configuration for the containers, I think the value you are looking for is 'strict-maximum' or something very similar. View the original post :

[JBoss-user] [Beginners Corner] - jndi lookup (to get rid of org.jnp.interfaces.MarshalledValu

2004-09-14 Thread pietu
Greets, We are using third party program (in same JBOSS 3.2.5 instance) that looks up string value from JNDI. Im setting that value into jboss jndi using std rebind(somestring,somevalue). Now third party prog uses lookup(somestring) to retrieve value and casting to string ofcourse fails as

[JBoss-user] [EJB/JBoss] - Re: Deploying EJBs sequentially:

2004-09-14 Thread darranl
JBoss will not call ejbCreate as part of your deployment, there is also no reuirement for it to do this either. Have a look at 'http://www.jboss.org/wiki/Wiki.jsp?page=CreateAStartupClass' If you deploy the MBean with your ear you would add a depends tag to day wait till the EJBs are deployed.

[JBoss-user] [EJB/JBoss] - Re: synchronizing a session bean

2004-09-14 Thread darranl
You should probably wrap the class with it's own session bean if that is what you are trying to achieve. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848140#3848140 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848140

[JBoss-user] [EJB/JBoss] - Re: JBoss RMI/IIOP and Hibernate DAO inside a Stateless Sess

2004-09-14 Thread aillarramendi
In addition: We are working with JBoss 3.2.5 Hibernate sync 2.2.2 Regards. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848141#3848141 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848141

[JBoss-user] [Javassist user questions] - How to configure JBoss to use IBM MQSeries

2004-09-14 Thread chanderkant74
Hi, I am working in Project having involvement with JMS, for which we are using JBoss as application server and IBM MQSeries as JMS Provider. my question is : Do we have to configure JBoss to use MQseries? if yes, How can i do this? or, in simple, How can i override the default JBoss

[JBoss-user] [Management, JMX/JBoss] - Re: Beginner question: deployment order problem

2004-09-14 Thread skidvd
[EMAIL PROTECTED] wrote : I guess the quick and dirty solution is to just configured the deployment scanner (conf/jboss-service.xml, look at the very bottom) to use the deployment prefix shorter instead of the default sorter. | | Then just rename your xx.jar to, e.g. 99-xx.jar and this more

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Beginner question, deployment order problem

2004-09-14 Thread skidvd
Just wanted to mention that I have also tried to deploy this MDB insode an ear file (since ears are deployed by default after all jars and wars) - with exactly the same result - hung container during startup. I'm strongly suspectting that the HTTPIL needs to have the Tomcat Connector

[JBoss-user] [EJB/JBoss] - Re: Error using Local and Remote Interface

2004-09-14 Thread kabkhan
Do not put remoteexception in the bean class, it is for use by RMI to indicate the something went wrong with the communication, you should not throw it yourself. So for your Remote I/F: void mymethod() throws MyException, RemoteException; Your Local I/F void mymethod() throws

[JBoss-user] [Installation Configuration] - Deployment status for unknown deployment units

2004-09-14 Thread Frito
I am working on JBoss 3.2.5: when deploying a deployment unit, JBoss doesn't find a suitable deployer for, the JAR deployer is trying to deploy this unit. This can end up with a ZipException and the unit is listed as deployed with state 'STARTED'. I suggested (with bug#996536) not to deploy

[JBoss-user] [Beginners Corner] - JBOSS 3.2.5: Problem with Jsp files cached in work/ dir duri

2004-09-14 Thread sirnono
Hello ! I'm new to the JBoss world and community ! I run a Jboss 3.2.5 server with multiple webapps. When I modify one jsp into one webapp and i hot deploy the new war over the previous one, my jsp file remains as it was before any modification. To see the changes, i need to manually delete

[JBoss-user] [HTTPD, Servlets JSP] - Re: where i can save data in jboss?

2004-09-14 Thread dvir_yar
thanks a lot raja i used the second option that you offered and it works great. dvir View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848150#3848150 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848150

[JBoss-user] [Messaging, JMS JBossMQ] - Configure JBoss with IBM MQ 5.30.0

2004-09-14 Thread anbuselvam
Hi Masters, i have some trouble to configure IBM MQ5.30.0 with Jboss-3.0.0. iam creating 'testQueue' in MQ and access this queue using RefFSContextFactory admin objects in jboss.but i like to write one Message Driven Bean, this bean listening on my 'testQueue' always. i need how to configure

[JBoss-user] [Persistence CMP/JBoss] - Deployment error from JDBC

2004-09-14 Thread kkaal
Hi, I am encountering a deployment problem. I cannot make out the reason for this error. Could somebody give me a hint where to look? Thanks Klaus --- 15:28:46,011 INFO [MainDeployer] Starting deployment of package:

[JBoss-user] [Installation Configuration] - accessing session when invoked from another context

2004-09-14 Thread erezharari
say i access WAR2 from WAR1: ServletContext c=application.getContext(/WAR2); RequestDispatcher disp=c.getRequestDispatcher(/test.jsp); disp.include(request,response); in WAR2/test.jsp i cannot get the session: request.getSession() throws java.lang.NullPointerException at

[JBoss-user] [Persistence CMP/JBoss] - credentials per connection

2004-09-14 Thread yuriyg
Does anyone know if connections are pooled when each connection has different credentials? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848154#3848154 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848154

[JBoss-user] [The Lizzard's corner] - Re: JBoss BPM/workflow Engine

2004-09-14 Thread [EMAIL PROTECTED]
Yes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848155#3848155 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848155 --- This SF.Net email is sponsored by: YOU BE

[JBoss-user] [Installation Configuration] - Re: Deployment status for unknown deployment units

2004-09-14 Thread [EMAIL PROTECTED]
Yes, reopen the bug with this clarifying statement. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848156#3848156 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848156

[JBoss-user] [EJB/JBoss] - Re: synchronizing a session bean

2004-09-14 Thread Frito
@twutort: reading the words session bean, synchronized, socket and singleton in one posting is scaring me a bit ;-) Since the singleton (and therefore the synchronisation) depends on the deployment (a singleton is a singleton for a specific ClassLoader) i won't rely on this. I recommend using a

[JBoss-user] [HTTPD, Servlets JSP] - Re: howto get standard context in tomcat 5

2004-09-14 Thread jae77
update... it appears that if i grab a reference to the mbean server, then i can use the ObjectName ref that was returned to me and then invoke findMappingObject to get the catalina context. if anyone else has any experience w/ this, pls let me know if this is what i want to do. View the

[JBoss-user] [EJB/JBoss] - Re: Error using Local and Remote Interface

2004-09-14 Thread hubaer
Thank you very much, that solve my problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848159#3848159 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848159 ---

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-09-14 Thread floorflux
I installed JBoss 3.2.5 in c:\jboss-3.2.5 on Windows XP SP1. %JAVA_HOME% is set to c:\j2sdk1.4.2_04. When I first installed it, running the default server worked like a charm. Upon setting up Hypersonic for TCP/IP as described in Getting Started with JBoss by Luke Taylor and The JBoss Group,

[JBoss-user] [Messaging, JMS JBossMQ] - Re: UserTransaction.begin behaves differently from 3.2.3 to

2004-09-14 Thread harajuku_01
Does anyone have an idea? Thanks, hara View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848164#3848164 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848164 --- This

[JBoss-user] [Security JAAS/JBoss] - CallerIdentityLoginModule: where get credentials?

2004-09-14 Thread yuriyg
Login module works. But it's not the case when we create stateful or stateless (I tried both) on one Struts page and then try to call something at different page. What's we get here is null credentials in the second call. ( org.jboss.resource.JBossResourceException: Could not create

[JBoss-user] [Beginners Corner] - Re: MDBs and Transactions

2004-09-14 Thread Frito
PaulSmith001 wrote : | Will the container create another (or use another pooled) instance of the MDB to handle the message? | yes, depending of the maximum number of instances configured with the used container PaulSmith001 wrote : | If it does, will the container allow the 2nd instance

[JBoss-user] [Messaging, JMS JBossMQ] - Re: UserTransaction.begin behaves differently from 3.2.3 to

2004-09-14 Thread [EMAIL PROTECTED]
Your using 3.2 client jars to talk to a 4.0 server and the proxy method mapping signatures have changed. Use the 4.0 client jars. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848168#3848168 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: CallerIdentityLoginModule: where get credentials?

2004-09-14 Thread [EMAIL PROTECTED]
The credentials come from the calling components security context. Describe the call sequence in detail if you want help in drilling down into what is going on. You can create a bug report on sourceforge if you have an example you think that should be working:

[JBoss-user] [Messaging, JMS JBossMQ] - Re: UserTransaction.begin behaves differently from 3.2.3 to

2004-09-14 Thread harajuku_01
Scott. It works now. It's a careless mistake. My apologies. Thanks so much, Hara View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848171#3848171 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848171

[JBoss-user] [Clustering/JBoss] - Re: AJP Clustering

2004-09-14 Thread ltexier
what form-based authentication mechanish are you using? j_security_check? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848172#3848172 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848172

[JBoss-user] [Beginners Corner] - Re: jndi lookup (to get rid of org.jnp.interfaces.Marshalled

2004-09-14 Thread pietu
Forget above, noticed that I was constructing JNDI path erroneously. Works now Ok as it should. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848173#3848173 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848173

[JBoss-user] [Management, JMX/JBoss] - Re: Registering as a listener to server startup

2004-09-14 Thread dsengupt
Dimitris, Thanks for the information. I will check the links and see what i can extract out of them. Regards, -Deb View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848174#3848174 Reply to the post :

[JBoss-user] [The Lizzard's corner] - Re: JBoss BPM/workflow Engine

2004-09-14 Thread lbender
Smart answer :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848177#3848177 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848177 --- This SF.Net email is sponsored

[JBoss-user] [Management, JMX/JBoss] - How to remotely deploy a MBean service using JBoss API?

2004-09-14 Thread yueming
Hi there, I'd like to deploy my MBean service sar to a remote JBoss server, is there a way to do that using some MBean's API via RMIAdaptor? Thanks in advance! Yueming View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848176#3848176 Reply to the post :

[JBoss-user] [Installation Configuration] - Running JBoss 4.0 as a NT Service

2004-09-14 Thread ddossot
Guys, I am trying to run JB4.0 as a NT Service and for this I use the same method I am successfully using with 3.2.3, i.e. javants. The server is apparently started when I start the NT service (process running, RAM consummed) but does not reply to my browser (not an immediate no-reply, but a

[JBoss-user] [Installation Configuration] - Re: Running JBoss 4.0 as a NT Service

2004-09-14 Thread kabkhan
Never tried it :-) Does anything weird come up in the logs? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848180#3848180 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848180

[JBoss-user] [Security JAAS/JBoss] - Re: UsernamePasswordLoginModule

2004-09-14 Thread [EMAIL PROTECTED]
Read about the bundled login modules from admin and devl guide online by following the 'Free Online JBoss Documentation' link from here: http://www.jboss.org/docs/index View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848181#3848181 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: AJP Clustering

2004-09-14 Thread nitin888
Luc, Yes, I'm using j_secuirty_check. If you need any more plz let me know... thanks, Nitin. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848183#3848183 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848183

[JBoss-user] [Security JAAS/JBoss] - Re: CallerIdentityLoginModule: where get credentials?

2004-09-14 Thread yuriyg
I created a bug report. https://sourceforge.net/tracker/index.php?func=detailaid=1028029group_id=22866atid=376685 I don't think there's more details. Just the same method works from the first web page and don't work from the second one. Nothing specific at these pages. Just calls. View the

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank / Hypersonic: localDB vs. server

2004-09-14 Thread floorflux
Interesting that I installed JBoss 3.2.4 and everything works fine! Nothing else in my configuration is different, so it must be a 3.2.5 problem! Hmm, I think that may have been posted somewhere else, I just didn't want to believe it! View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-09-14 Thread floorflux
I just installed JBoss 3.2.4 and left everything configured the same as my JBoss 3.2.5 installation. Hypersonic loads fine and the Duke's Bank application runs perfectly. Still a no go on 3.2.5! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848189#3848189

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank / Hypersonic: localDB vs. server

2004-09-14 Thread krumeich
Now that's strange. Your experince makes it sound like 3.2.5 problem. Anyway, for sake of completeness, I'll post my hsqldb-ds.xml file. You might want to compare this to yours: | ?xml version=1.0 encoding=UTF-8? | | !-- The Hypersonic embedded database JCA connection factory config |

[JBoss-user] [Performance Tuning] - Full GC !!! Good or bad ?

2004-09-14 Thread [EMAIL PROTECTED]
Hi, I am using Jboss3.2.0_Tomcat4.1.24 as default configuration with Postgres 7.3.2. as backend I have deployed an EAR file and it is showing following output. 09:59:21,912 INFO [Server] JBoss (MX MicroKernel) [3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)] Started in 2m:12s:473ms

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss JAAS x Tomcat's

2004-09-14 Thread crowne
Scott, Thanks for your quick response. I used the samples on the following link, http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials to add cache flushing to the logout of my app. What I found during further testing was that unauthorised users are cached too. I had to flush them

[JBoss-user] [News Announcements] - bAnnouncement/b: JBoss World March 1-2 2005 Call for Pap

2004-09-14 Thread admin
The first-ever JBoss User Conference will be held at the Omni/CNN Center in downtown Atlanta, March 1-2, 2005. JBoss World will be a community driven event, from the creation of session tracks to the selection and presentation of topics. There are approximately 25-30 slots available, of which

[JBoss-user] [Persistence CMP/JBoss] - INSERT when deployed?

2004-09-14 Thread john_anderson_ii
Imagine this scenario. I have a JSP that pulls a list of available modules from a table in a database, this JSP and it's corresponding CMP beans are deployed as one .ear. When a new module is deployed as another .ear to the JBoss server it needs to show up in this list of available modules

[JBoss-user] [Beginners Corner] - Deployment Scanner Scan Period

2004-09-14 Thread hfalaska
Has anyone figured out or know if it this is even possible? What I would like to do is set up the deployment scanner to deploy at the same time each day. I just want to set it to a specific time not to check after so many seconds. View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Deployment error from JDBC

2004-09-14 Thread john_anderson_ii
If you are using any sort of scripting system to build your packaging, like JBossIDE or ant, use any jar tool to unpack the actual .ear you are trying to deploy and then browse it to make sure that all your beans and descriptors and such are in their proper place. I usually get the

[JBoss-user] [News Announcements] - JBoss World 2005: Call for Papers

2004-09-14 Thread [EMAIL PROTECTED]
JBoss first ever User Conference will be held at the Omni/CNN Center in downtown Atlanta, March 1-2, 2005. JBoss World will be a community driven event, from the creation of session tracks to the selection and presentation of topics. There are approximately 25-30 slots available, of which an

[JBoss-user] [Persistence CMP/JBoss] - jdbc2 and jdbc

2004-09-14 Thread [EMAIL PROTECTED]
Hi! What is the difference between these packages regarding CMPs in Jboss 3.2.4+? How are CMPs configured to use one or the other and why would you use one or the other? org.jboss.ejb.plugins.cmp.jdbc org.jboss.ejb.plugins.cmp.jdbc2 tia, Jason View the original post :

[JBoss-user] [Performance Tuning] - Re: Full GC !!! Good or bad ?

2004-09-14 Thread dtauzell
What do you have for your -Xms and -Xmx settings? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848207#3848207 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848207 ---

[JBoss-user] [Installation Configuration] - Using Oracle with JBoss

2004-09-14 Thread balanscott
I understand that we need to modify/create a -db.xml file for Oracle so we can use it. However, I cannot locate any information as to naming conventions (if required). Does anyone have a sample file to share that currently works? Thanks. View the original post :

[JBoss-user] [Management, JMX/JBoss] - JBoss shuts down when exiting HSQL database manager

2004-09-14 Thread robisz
Why the server shuts down when I exiting HSQL db manager? I'm starting it through jmx-console in JBoss 4.0 RC2 thanks Robert View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848209#3848209 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: DukeBank / Hypersonic: localDB vs. server

2004-09-14 Thread floorflux
thanks for the completeness! After realizing that your hsqldb-ds.xml file worked for me too, I did a vi comparison against mine and realized that I'm an idiot and mispelled Hypersonic in the depends tag! Gotta love typos! View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-09-14 Thread floorflux
nevermind my comments. I had a typo in my hsqldb-ds.xml file. Hypersonic loads fine on JBoss 3.2.5 as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848211#3848211 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: is there a way to find out if a bean local or remote bas

2004-09-14 Thread darranl
The interface that is used will depend on the home interface that is looked up. If the home interface that you lookup is the remote home interface you will use the remote interface to the bean. If the home interface that you lookup is the local interface you will use the local interface of the

[JBoss-user] [Persistence CMP/JBoss] - Re: Duplicate entity instances, differing field values (cach

2004-09-14 Thread bdbogg
I did find a workaround for this problem (see below), but I still have no idea why the original problem would be happening, or what the root of the problem really is. One other bit of information that might be helpful in resolving: if I restart the server, the problem goes away. In other words,

[JBoss-user] [Management, JMX/JBoss] - Re: How to remotely deploy a MBean service using JBoss API?

2004-09-14 Thread [EMAIL PROTECTED]
If you can get to the point of having a connection to the remote MBean server, you can call deploy(URL) on the MainDeployer. Your archive will be then started from the provided URL /Dimitris View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848213#3848213 Reply

[JBoss-user] [Management, JMX/JBoss] - Re: Beginner question: deployment order problem

2004-09-14 Thread [EMAIL PROTECTED]
That reminds me of something. I think in the latest jboss version tomcat completes initialization AFTER server is started... What version are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848215#3848215 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: classic

2004-09-14 Thread mthoma
Hi Using the DatabaseServerLoginModule, I'm facing the following strange behaviour: The login works fine, the user is authenticated against the values from the database, and he is assigned to the correct role. But when the user tries to call an EJB method, the DatabaseServerLoginModule

[JBoss-user] [Installation Configuration] - Re: Using Oracle with JBoss

2004-09-14 Thread darranl
Examples can be found in '{jboss.home}\docs\examples\jca' The getting started guide (Available from the Documentation link) also describes configuring additional datasources . View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848218#3848218 Reply to the post :

[JBoss-user] [Installation Configuration] - JBoss returns incorrect ear exploded directory name:

2004-09-14 Thread Ranjith Pillai
Hello all, I have deployed an ear called application.ear in JBoss. I have - URL path = Thread.currentThread().getContextClassLoader().getResource(config/ + instanceName + /my-config.xml); to find the relative path of some config file. Actually the relative path is

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: rmh - enterprise javabeans, 4th ed. exercise 15.1 doesn'

2004-09-14 Thread mettlerd
thanks! Dani View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848220#3848220 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848220 --- This SF.Net email is sponsored by:

[JBoss-user] [Security JAAS/JBoss] - Open Source JAAS Single Sign-On now available for Tomcat 5+

2004-09-14 Thread gbrigand
JOSSO (Java Open Single Sign-On), is an open source J2EE-based SSO infrastructure aimed to provide a solution for centralized, platform neutral user authentication. JOSSO implements web services technology for asserting user identity, allowing the integration of Java and non-Java applications

[JBoss-user] [Installation Configuration] - JNDI in a Servlet inside of the JBoss

2004-09-14 Thread aryjr
Hi, I have a mbean that creates hibernate sessions. I can create the session from a session bean: SessionFactory sf = (SessionFactory)ctx.lookup(java:/hibernate/SessionFactory); The probleam: if I try to make in a Servlet in a webapp published in one .WAR inside of one .EAR, I receive the

[JBoss-user] [Security JAAS/JBoss] - Re: How to disable MEJB access?

2004-09-14 Thread jxtang
Hi Scott, Can you some comments on my latest response? Thanks a lot! John View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848227#3848227 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848227

[JBoss-user] [Installation Configuration] - Re: Using Oracle with JBoss

2004-09-14 Thread hernant
here you have an example of oracle-ds.xml file: ?xml version=1.0 encoding=UTF-8? !--JBoss Server Configuration-- !--$Id: oracle-ds.xml,v 1.1.2.2 2003/04/01 04:51:12 d_jencks Exp $-- !--Datasource config for Oracle originally from Steven Coy-- local-tx-datasource

[JBoss-user] [Installation Configuration] - Re: Using Oracle with JBoss

2004-09-14 Thread hernant
Don't know what happened with the password... the password goes within password tag Hernan. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848230#3848230 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848230

[JBoss-user] [Management, JMX/JBoss] - Re: Beginner question: deployment order problem

2004-09-14 Thread [EMAIL PROTECTED]
I'd propose you simplify your descriptor to the absolute minimum. It seems there is a lot of redundancy there. I'm copying Scott's reply about this: anonymous wrote : | Tomcat as a service does not delay its initialization. It does delay the start of its connectors until the server sends a

[JBoss-user] [Beginners Corner] - specify deploy directory for jk2

2004-09-14 Thread mjremijan
I'd like to use the apache jk2 in front of jboss. However, I have a small problem. In the httpd.conf file I would normally need to use an alias to point to the webapp directoy. Using straight tomcat this is easy: Alias /test D:/Programs/jakarta/tomcat/5.0.28/webapps/test/ However, with

  1   2   >