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

2004-09-13 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 clear. 
thank you very much.

michael


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848105#3848105

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848105


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET] - jboss.net Client

2004-09-13 Thread liuxuec
in "jboss-net.sar/"  there is a client-config.xml, I know in AXIS there is 
client-config.wsdd, Are They have same action? if have,where is jboss.net client? 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848101#3848101

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848101


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Programaic security in JBoss for web application

2004-09-13 Thread sanjuthomas
hi all, 
I am trying to implement a web application in JBoss, it needs a comprehensive security 
method, so i am using JAAS for that, now the problem is, i dont want to describe my 
security role or the user roles int the web.xml file, rather than i need to implement 
it programatically, so that i can use it for every application, i think it will gove 
more flexibility, if somebody know how to implement this, plz give me a solution with 
sample code fragments. thanx in advance 
with regards
sanju

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848100#3848100

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848100


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - how to run default instead of all in jboss3.2.1 in tutorial?

2004-09-13 Thread yetang
i am following tusc tutorial with jboss3.2.1 eclipse2.1 lomboz2.1.2
jboss is running fine except a HAJNDI exception. after some research, i found HAJNDI 
is a mbean for cluster and i am running against "all" config. my questions are:

1. how to eliminate the HAJNDI problem?

2. if i run default config, will it get rid of HAJNDI service? then how can i start 
default config in lomboz?

3. whenever i compile the ejb, i need change the "ejb-ref" to "ejb-local-ref" in 
ejb-jar.xml and "COMP" to "JNDI" in *Util.java. is there a correct xdoclet to get rid 
of these problems once for all?

thanx in advance

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848099#3848099

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848099


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB class loading question

2004-09-13 Thread chuckharris
Thanks.  Each mdb is a different class and listens on a different queue.  Currently, I 
have the additional jars in each ear specified with a module tag in each 
application.xml.  Will that do it?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848098#3848098

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848098


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread jae77
in tomcat 4, the standard context could be obtained in the fowllowing manner:


  | 
  |   WebApplication app = 
  |   
  |Object ctx = app.getAppData();
  |Class standardContextClass = ctx.getClass();
  | 
  | 

this no longer seems to work in tomcat 5 and instead i get back an ObjectName 
reference. 

could someone pls offer some input on what direction i need to take to resolve this. 

thx!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848096#3848096

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848096


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Getting the root cause of a RemoveException

2004-09-13 Thread jeffmparker
Is there any way of getting the root cause of a RemoveException in JBOSS.  If I try to 
call remove on a CMP Entity Bean and the remove fails due to a Restrict delete rule 
set up in my DB2 Database I can see the DB2 exception on the console, but if I use the 
getCause() method on the RemoteException it returns null.  We recently ported our 
system from Weblogic to JBOSS and under Weblogic we were able to use the getCause() 
method to get the root cause of a RemoteException in order to display corrective 
action messages for our users.  Is there a way to do this with JBOSS.

Thanks,

Jeff

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848094#3848094

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848094


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Beginner question, deployment order problem

2004-09-13 Thread skidvd
I have an MDB that is accessed via the HTTPIL (instead of UIL2).  It seems to be 
working just fine but has created a deployment order problem.  If it is deployed after 
the container has been started all is fine.  However, if it is deployed before 
container startup (ie. the jar file exists in the deploy directory before the 
container is started), the conatiner will hang during the deploy of this MDB.  

This problem seems to be directly related to the HTTPIL transport mechanism I'm 
setting up via the invoker-bindings, proxy-factory and container-config elements in 
the following jboss.xml file (I know this because commenting out the invoker-binding 
element in the message-driven element avoids the hang - bt of course does not use the 
HTTPIL as required in my instance):

http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd";>
  | 
  | 
  | 
  |ResultsBean
  |topic/discoveryResults
  |
  |HTTPS Message Driven Bean
  |
  |
  |
  |message-driven-bean-https
  |
  |
  |
  |jms/TCF
  |HTTPCOnnectionFactory
  |
  |jboss.web:service=WebServer
  | 
  |jboss.mq.destination:service=Topic,name=discoveryResults
  |jboss.security:service=JaasSecurityDomain,domain=RMI+SSL
  |jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |jboss.mq:service=TracingInterceptor
  |jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool
  |jboss.mq:service=DestinationManager
  |jboss.mq:service=SecurityManager
  |jboss.mq.destination:service=Queue,name=DLQ
  |jboss:service=Naming
  |jboss:service=invoker,type=jrmp
  |jboss:service=TransactionManager
  |jboss:service=invoker,type=https,target=Naming
  |jboss:service=invoker,type=https
  |jboss.jmx:type=adaptor,name=Invoker
  |
jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
  |jboss.jmx:type=adaptor,name=Invoker
  |jboss.mq:service=Invoker
  |jboss.mq:service=InvocationLayer,type=UIL2
  |jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |
jboss.mq:service=JMSProviderLoader,type=https,name=HTTPSJMSProvider,socketType=SSL
  |jboss.mq:service=DestinationManager
  |jboss.mq:service=SecurityManager
  |jboss.mq:service=JMSProviderLoader,name=JMSProvider
  |
jboss.mq:service=JMSProviderLoader,type=https,name=HTTPSJMSProvider,socketType=SSL
  | 
  |   
  |   
  |   
  |  message-driven-bean-https
  |  
  |  
  |  jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |  
  |  org.jboss.ejb.plugins.jms.JMSContainerInvoker
  |  
  | 
  | HTTPSJMSProvider
  | StdJMSPool
  | 
  | 1
  | 15
  | 3
  | 1
  | 
  |10
  |
  |   queue/DLQ
  |   10
  |   0
  |
  | 
  |  
  |   
  |   
  | 
  |   
  |   
  |   HTTPS Message Driven Bean
  |   true
  |   message-driven-bean-https
  |   
  |  org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor
  |  org.jboss.ejb.plugins.LogInterceptor
  |  org.jboss.ejb.plugins.RunAsSecurityInterceptor
  |  
  |  org.jboss.ejb.plugins.TxInterc
  | eptorCMT
  |  org.jbo
  | ss.ejb.plugins.MetricsInterceptor
  |  org.jboss.ejb.plugins.MessageD
  | rivenInstanceInterceptor
  |  
  |  org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor
  |  org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT
  |  org.jboss.ejb.plugins.MetricsInterceptor
  |  
org.jboss.resource.connectionmanager.CachedConnectionInterceptor
  |   
  |   
org.jboss.ejb.plugins.MessageDrivenInstancePool
  |   
  |   
  |   
  |  100
  |   
  |jboss.web:service=WebServer
  | 
  |jboss.mq:service=DestinationManager
  |jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool
  |jboss.mq:service=SecurityManager
  |jboss.mq.destination:service=Queue,name=DLQ
  |jboss.mq.destination:service=Topic,name=discoveryResults
  |jboss.security:service=JaasSecurityDomain,domain=RMI+SSL
  |jboss.jca:service=CachedConnectionManager
  |jboss:type=Service,name=PropertyEditorManager
  |jboss.j2ee:service=ClientDeployer
  |jboss.alerts:service=ConsoleAlertListener
  |jboss.jca:service=CachedConnectionManager
  |jboss:type=Service,name=PropertyEditorManager
  |jboss.j2ee:service=ClientDeployer
  |jboss.alerts:service=Con

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

2004-09-13 Thread skidvd
I have an MDB that is accessed via the HTTPIL (instead of UIL2).  It seems to be 
working just fine but has created a deployment order problem.  If it is deployed after 
the container has been started all is fine.  However, if it is deployed before 
container startup (ie. the jar file exists in the deploy directory before the 
container is started), the conatiner will hang during the deploy of this MDB.  

This problem seems to be directly related to the HTTPIL transport mechanism I'm 
setting up via the invoker-bindings, proxy-factory and container-config elements in 
the following jboss.xml file (I know this because commenting out the invoker-binding 
element in the message-driven element avoids the hang - bt of course does not use the 
HTTPIL as required in my instance):

http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd";>
  | 
  | 
  | 
  |ResultsBean
  |topic/discoveryResults
  |
  |HTTPS Message Driven Bean
  |
  |
  |
  |message-driven-bean-https
  |
  |
  |
  |jms/TCF
  |HTTPCOnnectionFactory
  |
  |jboss.web:service=WebServer
  | 
  |jboss.mq.destination:service=Topic,name=discoveryResults
  |jboss.security:service=JaasSecurityDomain,domain=RMI+SSL
  |jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |jboss.mq:service=TracingInterceptor
  |jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool
  |jboss.mq:service=DestinationManager
  |jboss.mq:service=SecurityManager
  |jboss.mq.destination:service=Queue,name=DLQ
  |jboss:service=Naming
  |jboss:service=invoker,type=jrmp
  |jboss:service=TransactionManager
  |jboss:service=invoker,type=https,target=Naming
  |jboss:service=invoker,type=https
  |jboss.jmx:type=adaptor,name=Invoker
  |
jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
  |jboss.jmx:type=adaptor,name=Invoker
  |jboss.mq:service=Invoker
  |jboss.mq:service=InvocationLayer,type=UIL2
  |jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |
jboss.mq:service=JMSProviderLoader,type=https,name=HTTPSJMSProvider,socketType=SSL
  |jboss.mq:service=DestinationManager
  |jboss.mq:service=SecurityManager
  |jboss.mq:service=JMSProviderLoader,name=JMSProvider
  |
jboss.mq:service=JMSProviderLoader,type=https,name=HTTPSJMSProvider,socketType=SSL
  | 
  |   
  |   
  |   
  |  message-driven-bean-https
  |  
  |  
  |  jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |  
  |  org.jboss.ejb.plugins.jms.JMSContainerInvoker
  |  
  | 
  | HTTPSJMSProvider
  | StdJMSPool
  | 
  | 1
  | 15
  | 3
  | 1
  | 
  |10
  |
  |   queue/DLQ
  |   10
  |   0
  |
  | 
  |  
  |   
  |   
  | 
  |   
  |   
  |   HTTPS Message Driven Bean
  |   true
  |   message-driven-bean-https
  |   
  |  org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor
  |  org.jboss.ejb.plugins.LogInterceptor
  |  org.jboss.ejb.plugins.RunAsSecurityInterceptor
  |  
  |  org.jboss.ejb.plugins.TxInterc
  | eptorCMT
  |  org.jbo
  | ss.ejb.plugins.MetricsInterceptor
  |  org.jboss.ejb.plugins.MessageD
  | rivenInstanceInterceptor
  |  
  |  org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor
  |  org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT
  |  org.jboss.ejb.plugins.MetricsInterceptor
  |  
org.jboss.resource.connectionmanager.CachedConnectionInterceptor
  |   
  |   
org.jboss.ejb.plugins.MessageDrivenInstancePool
  |   
  |   
  |   
  |  100
  |   
  |jboss.web:service=WebServer
  | 
  |jboss.mq:service=DestinationManager
  |jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool
  |jboss.mq:service=SecurityManager
  |jboss.mq.destination:service=Queue,name=DLQ
  |jboss.mq.destination:service=Topic,name=discoveryResults
  |jboss.security:service=JaasSecurityDomain,domain=RMI+SSL
  |jboss.jca:service=CachedConnectionManager
  |jboss:type=Service,name=PropertyEditorManager
  |jboss.j2ee:service=ClientDeployer
  |jboss.alerts:service=ConsoleAlertListener
  |jboss.jca:service=CachedConnectionManager
  |jboss:type=Service,name=PropertyEditorManager
  |jboss.j2ee:service=ClientDeployer
  |jboss.alerts:service=Con

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

2004-09-13 Thread skidvd
I have isolated this problem a bit further.  It seems to be directly related to the 
HTTPIL transport mechanism I'm setting up via the invoker-bindings, proxy-factory and 
container-config elements in the following jboss.xml file:

http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd";>
  | 
  | 
  | 
  |ResultsBean
  |topic/discoveryResults
  |
  |HTTPS Message Driven Bean
  |
  |
  |
  |message-driven-bean-https
  |
  |
  |
  |jms/TCF
  |HTTPCOnnectionFactory
  |
  |jboss.web:service=WebServer
  | 
  |jboss.mq.destination:service=Topic,name=discoveryResults
  |jboss.security:service=JaasSecurityDomain,domain=RMI+SSL
  |jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |jboss.mq:service=TracingInterceptor
  |jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool
  |jboss.mq:service=DestinationManager
  |jboss.mq:service=SecurityManager
  |jboss.mq.destination:service=Queue,name=DLQ
  |jboss:service=Naming
  |jboss:service=invoker,type=jrmp
  |jboss:service=TransactionManager
  |jboss:service=invoker,type=https,target=Naming
  |jboss:service=invoker,type=https
  |jboss.jmx:type=adaptor,name=Invoker
  |
jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
  |jboss.jmx:type=adaptor,name=Invoker
  |jboss.mq:service=Invoker
  |jboss.mq:service=InvocationLayer,type=UIL2
  |jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |
jboss.mq:service=JMSProviderLoader,type=https,name=HTTPSJMSProvider,socketType=SSL
  |jboss.mq:service=DestinationManager
  |jboss.mq:service=SecurityManager
  |jboss.mq:service=JMSProviderLoader,name=JMSProvider
  |
jboss.mq:service=JMSProviderLoader,type=https,name=HTTPSJMSProvider,socketType=SSL
  | 
  |   
  |   
  |   
  |  message-driven-bean-https
  |  
  |  
  |  jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |  
  |  org.jboss.ejb.plugins.jms.JMSContainerInvoker
  |  
  | 
  | HTTPSJMSProvider
  | StdJMSPool
  | 
  | 1
  | 15
  | 3
  | 1
  | 
  |10
  |
  |   queue/DLQ
  |   10
  |   0
  |
  | 
  |  
  |   
  |   
  | 
  |   
  |   
  |   HTTPS Message Driven Bean
  |   true
  |   message-driven-bean-https
  |   
  |  org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor
  |  org.jboss.ejb.plugins.LogInterceptor
  |  org.jboss.ejb.plugins.RunAsSecurityInterceptor
  |  
  |  org.jboss.ejb.plugins.TxInterc
  | eptorCMT
  |  org.jbo
  | ss.ejb.plugins.MetricsInterceptor
  |  org.jboss.ejb.plugins.MessageD
  | rivenInstanceInterceptor
  |  
  |  org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor
  |  org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT
  |  org.jboss.ejb.plugins.MetricsInterceptor
  |  
org.jboss.resource.connectionmanager.CachedConnectionInterceptor
  |   
  |   
org.jboss.ejb.plugins.MessageDrivenInstancePool
  |   
  |   
  |   
  |  100
  |   
  |jboss.web:service=WebServer
  | 
  |jboss.mq:service=DestinationManager
  |jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool
  |jboss.mq:service=SecurityManager
  |jboss.mq.destination:service=Queue,name=DLQ
  |jboss.mq.destination:service=Topic,name=discoveryResults
  |jboss.security:service=JaasSecurityDomain,domain=RMI+SSL
  |jboss.jca:service=CachedConnectionManager
  |jboss:type=Service,name=PropertyEditorManager
  |jboss.j2ee:service=ClientDeployer
  |jboss.alerts:service=ConsoleAlertListener
  |jboss.jca:service=CachedConnectionManager
  |jboss:type=Service,name=PropertyEditorManager
  |jboss.j2ee:service=ClientDeployer
  |jboss.alerts:service=ConsoleAlertListener
  |jboss.mq:service=HTTPInvocationLayer,type=HTTPS
  |jboss.mq:service=TracingInterceptor
  |jboss:service=Naming
  |jboss:service=invoker,type=jrmp
  |jboss:service=TransactionManager
  |jboss:service=invoker,type=https,target=Naming
  |jboss:service=invoker,type=https
  |jboss.jmx:type=adaptor,name=Invoker
  |
jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
  |jboss.jmx:type=adaptor,name=Invoker
  |jboss.mq:service=Invo

[JBoss-user] [Security & JAAS/JBoss] - Re: Valve or Filter?

2004-09-13 Thread grinch
Thanks, everyone, for the replys. I like the valve, so will stick with it for the time 
being and try to use the context.xml.  

Again, Thanks.

-SJ

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848089#3848089

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848089


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Creating a Theme

2004-09-13 Thread mutpup
Despite the inital outta my element feeling, making these themes seems extremely easy, 
now I just need to get a handle on how to deploy this into my server.

I have a folder called tutorial

/tutorial
/tutorial/images/images.gifor whatever
/tutorial/style/style.css
/tutorial/theme.html

now how to I package this for deployment into my server?

(I basically took the pure example from 
nukes-1.1.0-RC3-src\nukes\src\bin\nukes-lib-jar\org\jboss\nukes\core\themes\pure
and edited it a little so I could see the difference when I deploy it.

Thanks in advanance for your help! ---using eclipse /w jboss ide, but I don't have to.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848082#3848082

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848082


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: prepared-statement-cache-size problem

2004-09-13 Thread genman

Verify your -ds.xml files against the DTD, using a tool such as xmllint.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848081#3848081

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848081


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Deadlock in AbstractInstanceCache.tryToPassivate()

2004-09-13 Thread elidaniel
I am running into what's listed as bug 987389 on sourceforge.   Scott Stark says:

anonymous wrote : The problem is inconsistent
  | acquisition order of the two locks, m_cacheLock and cache id
  | BeanLock.
  | 
  | AbstractInstanceCache.get
  | -> synchronizes(m_cacheLock)
  | -> CachePolicy.insert()
  | ...
  | -> LRUEnterpriseContextCachePolicy.ageOut
  | -> AbstractInstanceCache.release
  | -> AbstractInstanceCache.tryToPassivate
  | -> BeanLock.sync()
  | + deadlocked waiting for BeanLock
  | 
  | LRUEnterpriseContextCachePolicy$OveragerTask.run
  | -> AbstractInstanceCache.tryToPassivate
  | -> BeanLock.sync()
  | -> synchronizes(m_cacheLock)
  | + deadlocked waiting for m_cacheLock
  | 

The bug is closed, marked Fixed for 3.2.6RC2.  

I am very interested in the fix for this bug, because I am running into deadlocks 
quite frequently, and would like to patch my 3.2.3 server.  However, I cannot find 
this fix in CVS.  There have been no recent changes to either AbstractInstanceCache or 
LRUEnterpriseContextCachePolicy that look relevant.  An inspection of the code from 
the 3.2.6RC2 branch in CVS reveals the same problem... nothing at this level appears 
to have changed.

So, can someone kindly clarify what the status of this is?  If it was fixed somewhere 
deeper, can you point me at the relevant change so I can apply a patch to my server?  
If the fix has not yet been submitted to CVS, can you provide an ETA for it?

Thanks,
Eli Daniel

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848080#3848080

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848080


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Creating queues in jbossmq-1.0.0Beta

2004-09-13 Thread genman

Translation:  Take a look at this:

http://www.jboss.org/wiki/Wiki.jsp?page=IsThereAStandaloneDistributionOfJBossMQ

You then should add in the JMX services you need to create queues at runtime.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848079#3848079

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848079


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread genman

3.2.3 has issues...might be related.  Can you try on 3.2.6RC1?

Also I assume your TID factory is set like so in jboss-service.xml

   
   
  true
   
   



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848078#3848078

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848078


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread genman

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.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848077#3848077

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848077


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuring Some JMS Queues to be Persistent and Some to

2004-09-13 Thread genman

You can have multiple persistence managers.  It's a bit of configuration work.  You 
have to have them called different things (unique ObjectNames), but it can be done.

You configure a queue to point to a destination manager.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848076#3848076

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848076


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB class loading question

2004-09-13 Thread genman

If you have your .ear files bundled correctly you won't have class loading issues.

The MDB classes should be given different names (obviously).  In your .ear put in a 
jboss-app.xml that defines a distinct class loader.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848075#3848075

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848075


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Deployment for a new nukes user

2004-09-13 Thread baparna4u
Hello,
I am new to nukes. I installed nukes. I am trying to run the program given in this 
site. But i am getting problems in deployment. I am also unable to figure out where my 
source code i.e .java file and class file has to be placed. I read the whole 
documentation you have given. The program i am running is "DateBlock.java" which is 
one of the example in forums. While compiling the program. it is not recoginising 
BlockSupport and Page. I set the class path of the nukes-lib.jar in the class path. 
But i am unable to get the output. Please let me know how to run a program. Any good 
sample code that helps me better.Please help how to make my inital program to run. 
Thanks in advance
Aparna Bandari

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848074#3848074

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848074


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread floorflux
I'm trying to get the DukeBank example to run and am getting the exact same message 
that you originally got:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: 
ObjectName: jboss:service=Hypersonic,database=localDB 
state: NOTYETINSTALLED 
I Depend On: 
Depends On Me: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS 

Unfortunately, when I made the reccomended change, it didn't fix it for me.  It did 
change the message to:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: 
ObjectName: jboss:service=Hypersonic
state: NOTYETINSTALLED 
I Depend On: 
Depends On Me: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS 

however.  Like you were, I am able to add the data into the database, etc, but I am 
unable to login to the application.  When I try to login, I get this message, though:

Server Error
Your request cannot be completed. The server got the following error: 
null 

Did you make any other changes to the hsqldb-ds.xml file other than what was shown in 
the documentation?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848073#3848073

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848073


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - MDB class loading question

2004-09-13 Thread chuckharris
If I have 2 mdb's, one a test and one a production, that run in the same jboss 
instance(3.2.5),  
will the test mdb load classes from the jars in its ear and the prod load classes from 
its ear?  Or will there be a class loading problem?  Ideally, I'd have a test and 
production sever and not have to worry but that is not  feasable (cost).  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848072#3848072

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848072


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Creating Custom Authenticators

2004-09-13 Thread mkoerdt
I didn't need to re-jar.  I just unjared the Authenticator.properties from the 
catalina.jar inside server\default\deploy\jbossweb-tomcat50.sar.  It creates the 
following directory org/apache/catalina/startup.  Just leave the file there and define 
your authenticator.

Hope this helps.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848071#3848071

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848071


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Configuring an MBean which will be loaded by a different cla

2004-09-13 Thread Ranjith Pillai
Hello All,
I have an application.ear which contains a startup class  (Startup class which extends 
ServiceMBeanSupport) for the application. I added an entry for this MBean in 
user-service.xml file.  
mbean code="my.module.configuration.MyStartup" 
name="MyFramework:service=MyStartup" 
attribute name="InstanceName">sys10 
/attribute
/mbean

During JBoss startup, JBoss throws ClassNotFoundException 
"my.module.configuration.MyStartup" which is true because application.ear is loaded by 
another classloader so MyStart up class is not available in current classpath. What 
configuration do I need to give, to let JBoss knows that,  this class can be located 
in application.ear file. Any insight into this will be deeply appreciated.

Thanks,
Ranjith Pillai. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848070#3848070

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848070


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: JBoss & Quartz

2004-09-13 Thread Ironbeard
There's an example JBoss MBean in the Quartz distribution (org.quartz.ee.jmx.jboss).  
There's also an example deployment
descriptor.

Here's another example that creates a Quartz service with the name
NTScheduler, using a Sybase datasource.


  | 
  | 
  |   
  | 
  | 
  | jboss.jca:service=LocalTxCM,name=jdbc/SybaseDB
  | jboss.jca:service=NoTxCM,name=jdbc/SybaseDB_NO_TX
  | 
  | NTScheduler
  | 
  |org.quartz.scheduler.instanceName = NTScheduler
  |org.quartz.scheduler.instanceId = AUTO
  |org.quartz.scheduler.rmi.export = false
  |org.quartz.scheduler.rmi.proxy = false
  |org.quartz.scheduler.xaTransacted = false
  | 
  |org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
  |org.quartz.threadPool.threadCount = 5
  |org.quartz.threadPool.threadPriority = 5
  |org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread 
= true
  | 
  |org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreCMT
  |org.quartz.jobStore.driverDelegateClass = 
org.quartz.impl.jdbcjobstore.MSSQLDelegate
  |org.quartz.jobStore.tablePrefix = TB_NT_QRTZ_
  |org.quartz.jobStore.dataSource = NTSchedDS
  |org.quartz.jobStore.nonManagedTXDataSource = NTSchedDS_NoTx
  |org.quartz.jobStore.misfireThreshold = 5000
  | 
  |org.quartz.dataSource.NTSchedDS.jndiURL = java:/jdbc/SybaseDB
  |org.quartz.dataSource.NTSchedDS_NoTx.jndiURL = java:/jdbc/SybaseDB_NO_TX
  | 
  |   
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848069#3848069

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848069


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: error deploy in jboss-3.2.5

2004-09-13 Thread jgbt
"psv" wrote : Remove the servlet.jar from the packaged war. 

ok.
I wil try this at tonigth and tomorrow i post the result.

thanks for all.

[]'s


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848068#3848068

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848068


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Deployment problem in JBoss 3.2.5

2004-09-13 Thread jzstancil
We have an application (myapp.war) which works in JBoss 3.2.1 and 3.2.3. I am trying 
to deploy it into JBoss 3.2.5 now. But, when I start JBoss 3.2.5, I get this error 
message:

WARN  [ServiceController] Problem starting service 
jboss.web.deployment:war=myapp.war,id=1185779839
MBeanException: org.jboss.deployment.DeploymentException: Error during deploy; - 
nested throwable: (javax.naming.NamingException: resource-env-ref: users has no valid 
JNDI binding. Check the jboss-web/resource-env-ref.)
Cause: org.jboss.deployment.DeploymentException: Error during deploy; - nested 
throwable: (javax.naming.NamingException: resource-env-ref: users has no valid JNDI 
binding. Check the jboss-web/resource-env-ref.)


Is there extra configuration I have to do in JBoss 3.2.5 to solve this problem? 

Thanks for help!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848065#3848065

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848065


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread genman

2 gigs isn't very large, especially for a database.  You can move it to a different 
disk.

You can issue CHECKPOINT DEFRAG safely during server operation, though it stops the 
whole JMS server.

I would suggest upgrading to HSQL 1.7.2.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848067#3848067

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848067


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread harajuku_01
Hi Forum,

Originally, I write a small external stand-alone client to use the UserTransaction 
from JBoss to send JMS message. I eliminate other extra JMS code and show my problem 
in the following. It works when talking to JBoss 3.2.3. However, if I run the same 
piece of code to talk to JBoss 4.0.0RC1, I receive "UT factory lookup failed: 
java.lang.IllegalStateException".

I have checked the release notes and didn't find anything relevant.

Sorry if I post this in a wrong forum. Can someone shred some light on this?

I really appreciate your help.

Thanks,
Hara


  | UserTransaction ut = null;
  | 
  | Context ctx = null;
  | Hashtable ht = new Hashtable();
  | 
  | try {
  | 
ht.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory");
  | ht.put(Context.PROVIDER_URL,"jnp://localhost:1099");
  | ctx = new InitialContext(ht);
  | 
  | ut = (UserTransaction)ctx.lookup("UserTransaction");
  | System.out.println("\t ut returned: "+ut.getClass().getName()+"\n");
  | ut.begin();
  | ut.commit();
  | }
  | catch (Exception e) {
  | e.printStackTrace();
  | }
  | 
  |  JBoss 3.2.3 log 
  | 
  | 2004-09-13 12:45:24,507 TRACE [org.jboss.tm.TransactionManagerService] Constructing
  | 2004-09-13 12:45:24,507 TRACE [org.jboss.tm.TxManager] tx timeout is now: 0s
  | 2004-09-13 12:45:24,507 TRACE [org.jboss.tm.TransactionImpl] Created new instance 
for 
  | 
  | tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=SHINJUKU//19, BranchQual=]
  | 2004-09-13 12:45:24,507 TRACE [org.jboss.tm.TxManager] began tx: 
TransactionImpl:XidImpl [FormatId=257, 
  | 
  | GlobalId=SHINJUKU//19, BranchQual=]
  | 2004-09-13 12:45:24,507 TRACE [org.jboss.tm.TransactionManagerService] Constructing
  | 2004-09-13 12:45:24,507 TRACE [org.jboss.tm.TxManager] suspended tx: 
TransactionImpl:XidImpl [FormatId=257, 
  | 
  | GlobalId=SHINJUKU//19, BranchQual=]
  | 2004-09-13 12:45:24,537 TRACE [org.jboss.tm.TxManager] resumed tx: 
TransactionImpl:XidImpl [FormatId=257, 
  | 
  | GlobalId=SHINJUKU//19, BranchQual=]
  | 2004-09-13 12:45:24,537 TRACE [org.jboss.tm.TransactionImpl] Committing, 
tx=TransactionImpl:XidImpl 
  | 
  | [FormatId=257, GlobalId=SHINJUKU//19, BranchQual=], status=STATUS_ACTIVE
  | 2004-09-13 12:45:24,537 TRACE [org.jboss.tm.TransactionImpl] Before completion 
done, tx=TransactionImpl:XidImpl 
  | 
  | [FormatId=257, GlobalId=SHINJUKU//19, BranchQual=], status=STATUS_ACTIVE
  | 2004-09-13 12:45:24,537 TRACE [org.jboss.tm.TransactionImpl] Zero phase commit: No 
resources.
  | 2004-09-13 12:45:24,537 TRACE [org.jboss.tm.TransactionImpl] Committed OK, 
tx=TransactionImpl:XidImpl 
  | 
  | [FormatId=257, GlobalId=SHINJUKU//19, BranchQual=]
  | 2004-09-13 12:45:24,537 TRACE [org.jboss.tm.TxManager] commited tx: 
TransactionImpl:XidImpl [FormatId=257, 
  | 
  | GlobalId=SHINJUKU//19, BranchQual=]
  | 
  |  JBoss 4.0.0RC1 log 
  | 
  | 2004-09-13 13:11:00,442 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
ReadTask.run2004-09-13 13:11:00,442 
  | 
  | DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin WriteTask.run2004-09-13 
13:11:00,442 DEBUG 
  | 
  | [org.jboss.mq.il.uil2.SocketManager] Created ObjectOutputStream2004-09-13 
13:11:00,442 DEBUG 
  | 
  | [org.jboss.mq.il.uil2.SocketManager] Created ObjectInputStream2004-09-13 
13:11:00,502 DEBUG 
  | 
  | [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Setting up the UILClientIL 
Connection2004-09-13 13:11:00,502 
  | 
  | DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] The UILClientIL Connection 
is set up2004-09-13 
  | 
  | 13:11:01,523 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on 
IOEjava.net.SocketException: 
  | 
  | Connection resetat java.net.SocketInputStream.read(Unknown Source)  at 
  | 
  | java.io.BufferedInputStream.fill(Unknown Source)at 
java.io.BufferedInputStream.read(Unknown Source) 
  | 
  | at 
org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
at 
  | 
  | java.io.ObjectInputStream$PeekInputStream.peek(Unknown Source)  at 
  | 
  | java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(Unknown Source) 
 at 
  | 
  | java.io.ObjectInputStream$BlockDataInputStream.refill(Unknown Source)   at 
  | 
  | java.io.ObjectInputStream$BlockDataInputStream.read(Unknown Source) at 
  | 
  | java.io.ObjectInputStream$BlockDataInputStream.readByte(Unknown Source) at 
  | 
  | java.io.ObjectInputStream.readByte(Unknown Source)  at 
  | 
  | org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:279) at 
java.lang.Thread.run(Unknown 
  | 
  | Source)2004-09-13 13:11:01,533 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
ReadTask.run2004-09-13 
  | 
  | 13:11:01,533 DEBUG [org.jboss.mq.il.uil2.SocketManager] End WriteTask.run
  | 
  | 
  |  client throws exceptio

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

2004-09-13 Thread [EMAIL PROTECTED]
What, you don't believe the quotes from Marc?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848064#3848064

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848064


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - how to specify message-destination in jboss.xml?

2004-09-13 Thread robisz
Hi!

My session bean is sending JMS messages to a Message Driven Bean.
In ejb-jar.xml I'm using message-destination-link:

 
...

SendingEJB
...

jms/TopicFactory
javax.jms.TopicConnectionFactory
Container



   jms/Topic

javax.jms.Topic
Produces

 DestinationA


...

...
  


  
Receiving MDB
...
javax.jms.MessageListener
Container

javax.jms.Topic


DestinationA

...

...
  
 

   
...

   DestinationA

...
  



Is there any way to specify the real messaging destination for DestinationA in 
jboss.xml?


Thanks
Robert

(the example is from theserverside.com)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848063#3848063

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848063


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread bdbogg
For the sake of clarification, say I have an Account entity bean, which has a 
collection of EmailAddress entity beans (1 to many container managed relationship). 

A client calls a method getAcctInformation() on a session bean. This method looks up 
the Account bean, and iterates over the EmailAddress beans (retrieving the information 
to send back to the client).

A client then calls a method updateEmailInfo() on a session bean, to update one of the 
EmailAddress records retrieved above. This method looks up a particular EmailAddress 
bean (directly, via a finder), and modifies its state. This is persisted to the 
database with no problems.

Now, when the client calls getAcctInformation() again, it still gives back the old 
information for that particular EmailAddress (not what is in the database). 

Is there a way to invalidate the old bean instance? Why does it not stay in sync with 
the update? Is there a difference in caching when using CMR and not using CMR?

If anyone has an idea of things I might be able to investigate in order to further 
debug this issue, it would be greatly appreciated. Thanks.

(Note: I'm not using clustering.)

Daniel Boggs


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848062#3848062

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848062


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Duplicate messages received from Queue

2004-09-13 Thread jaded
The mean cause for such an action lies in the code itself:
namely- the QueueSession being invalidated by an exception.

The acknowledegement flow only when the QueueSession returns without an exception in 
case of a transacted queue. Make sure that the transacted value is false in case u 
want to use individual acknowledgements.
thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848061#3848061

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848061


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread lbender
There is a rumor about the release of a JBoss BPM/Workflow Engine.

Please check:

JBoss: Open For Business Process Management

Is there any truth to that?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848060#3848060

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848060


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: HA-JNDI bind taking 60s

2004-09-13 Thread k-town
After several days of investigation I finally have something working! The culptrit is 
VMWare! I have 2 physical machines, one of which has 2 VMWare sessions on it as well.  
I was doing all of my testing with the host OS and a separate physical machine. When I 
went into my network setup and disabled the VMWare network adapters on the host OS 
everything started working.
I've seem problems like this before with Multicast and VMWare. Is this a problem 
in JGroups or the way JBoss uses it?  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848058#3848058

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848058


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Installation help

2004-09-13 Thread theute
install jboss 3.2.3. That's the only supported version for now

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848057#3848057

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848057


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread [EMAIL PROTECTED]
Hi,

the emition of the notification you want was added at v3.2+, so you won't find it in 
any of the 3.0.x versions.

If you considering a more generic JMX notification listener you can try out also:

http://www.jboss.org/wiki/Wiki.jsp?page=ExampleMinimalNotificationListener

If you want you MBean to deploy last, you may also play with the 
DeploymentPrefixSorther defined at ./conf/jboss-service.xml

Regards
/Dimitris


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848056#3848056

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848056


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Scheduling Tasks

2004-09-13 Thread [EMAIL PROTECTED]
There is a new persistence framework + XML based persistence backend for XMBeans,

see:

http://www.jboss.org/wiki/Wiki.jsp?page=XMBeanAttributePersistenceService

Regards
/Dimitris

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848053#3848053

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848053


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Invalidate RO+RW beans (questions)

2004-09-13 Thread pedrosalazar
More information:

Invalidating through JMX (jboss.cache:GroupName=...), the Read-Only entity bean 
instance is invalidated. 

So, can I presume that the problem is in the RW bean? 

Regards,
Pedro Salazar.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848051#3848051

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848051


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Port Listener integrated with JBoss

2004-09-13 Thread [EMAIL PROTECTED]
Writing an MBean service would do. You'll have to manage your threads.

Have a look at the second chapter of the free JBoss documentation:

http://docs.jboss.org/admin-devel/AdminDevelTOC.html

(you may have to register first).

The jboss.jcml file refers to older jboss versions 2.x, so it is not current anymore.

Regards
/Dimitris

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848052#3848052

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848052


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: EJB 4th Edition + JBoss Workbook now published

2004-09-13 Thread gerly
just try ... http://examples.oreilly.com/entjbeans4/workbook.zip

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848050#3848050

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848050


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Out Of Memory Errors

2004-09-13 Thread ryanho
As far as the hotdeploy related OutOfMemoryErrors are concerned, they affect most, if 
not all, applications, and not just Struts applications. It seems that the memory 
allocated to loaded classes are not released, and not the object instances. You can 
get the details from the following Wiki page.

http://www.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptions

Basically an effective solution would be to define a bigger MaxPermSize in your JVM 
settings.

I have also worked with WebLogic and it also has a similar problem. However, it seems 
to be far less severe on the Solaris JVM than on the Linux JVM. I cannot confirm this 
for sure but this seems to be my experience

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848049#3848049

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848049


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Duplicate messages received from Queue

2004-09-13 Thread jaded
hi,
1. I am subscribing to a persistent queue (JBOSS version 3.2.5). However even after 
consuming a message (the susbscriber throws No Exception) and sending the 
acknowledgement, the message is not being removed from the Queue.

2. The same message is not being sent again by the queue (if the case was that of 
acknowledgement not being received by the Queue)

Please help, thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848047#3848047

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848047


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: multiple virtual hosts

2004-09-13 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=VirtualHosts


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848044#3848044

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848044


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: connectios are not returning to pool

2004-09-13 Thread gabramovic
Hi daywalkr,

Did you ever resolve this issue as I have the same problem on my production server?

Regards,
Goran

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848043#3848043

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848043


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread pjdodds
When running high volumes of messages using JBossMQ and JDBC2 persistence we appear to 
get Oracle XA exceptions from the JMS provider.

15:35:46,501 WARN  [TransactionImpl] XAException: tx=TransactionImpl:XidImpl 
[FormatId=257, GlobalId=scsatlspap2//14743185, BranchQual=] errorCode=XAER_NOTA
oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.client.OracleXAResource.prepare(OracleXAResource.java:736)
at 
org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.prepare(XAManagedConnection.java:174)
at org.jboss.tm.TransactionImpl.prepareResources(TransactionImpl.java:1496)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:384)
at org.jboss.tm.TxManager.commit(TxManager.java:141)
at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:341)
at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:633)
at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:433)
at org.jboss.mq.SpySession.run(SpySession.java:298)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
at java.lang.Thread.run(Thread.java:536)
15:35:46,503 WARN  [TransactionImpl] xa error: -4 (The XID is not valid.); oracle 
error: 24756; oracle sql error: 0;
oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.client.OracleXAResource.prepare(OracleXAResource.java:736)
at 
org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.prepare(XAManagedConnection.java:174)
at org.jboss.tm.TransactionImpl.prepareResources(TransactionImpl.java:1496)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:384)
at org.jboss.tm.TxManager.commit(TxManager.java:141)
at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:341)
at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:633)
at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:433)
at org.jboss.mq.SpySession.run(SpySession.java:298)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
at java.lang.Thread.run(Thread.java:536)
17:00:45,101 ERROR [StdServerSession] failed to commit/rollback
org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl 
[FormatId=257, GlobalId=scsatlspap2//14743185, BranchQual=] 
status=STATUS_NO_TRANSACTION; - nested throwable: (oracle.jdbc.xa.OracleXAException)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:413)
at org.jboss.tm.TxManager.commit(TxManager.java:141)
at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:341)
at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:633)
at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:433)
at org.jboss.mq.SpySession.run(SpySession.java:298)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
at java.lang.Thread.run(Thread.java:536)
Caused by: oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.client.OracleXAResource.prepare(OracleXAResource.java:736)
at 
org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.prepare(XAManagedConnection.java:174)
at org.jboss.tm.TransactionImpl.prepareResources(TransactionImpl.java:1496)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:384)
... 8 more

The configuration is that we have an Oracle XA datasource defined and this XA 
datasource is referenced as the persistence manager for the JMS queue provider.  The 
queues are using by an MDB which is therefore using container managed transactions,  
they are also used by an SLSB which is using bean managed transactions and we have 
confirmed that the commit/rollback is always issued in this code.

The problem does not occur until the product has been running for an extended period 
of time, then we start to get XA exceptions for JMS activity.  We are using on Oracle 
9.2.0.5 with JBoss 3.2.3,  any help would be greatly appreciated.

Thanks

Philip

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848042#3848042

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848042


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___

[JBoss-user] [Beginners Corner] - is there a way to find out if a bean local or remote based o

2004-09-13 Thread ScotHall
Is there anyway to determine if an EJB is local or remote based on its name?  

or a better question...

If I have a local and remote interface for an EJB, which interface will be used when I 
invoke it?

Thanks for the help!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848041#3848041

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848041


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Valve or Filter?

2004-09-13 Thread [EMAIL PROTECTED]
Yes, and as such, a filter has limited ability to control deep behavior of the 
container. In particular a filter has no ability to affect the declarative security 
model since it runs after the security checks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848040#3848040

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848040


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: multiple virtual hosts

2004-09-13 Thread fatbatman
I don't really have the time to setup apache at the moment, does anybody know if it 
can it be done in Tomcat/JBoss?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848039#3848039

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848039


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Unique constraints and TransactionRolledbackLocalException

2004-09-13 Thread pgb
Hello,
I have a CMP bean and a session bean.
My session bean has this method:


  | public void updateVariable(VariableValue variableValue) {
  | VariableLocal variable;
  | 
  | try {
  | variable = 
VariableUtil.getLocalHome().findByPrimaryKey(variableValue.getPrimaryKey());
  | variable.setVariableValue(variableValue);
  | } catch (Exception e) {
  | System.out.println("exception 0");
  | }
  | 
and I'm calling it from a Struts action.
The table has a unique constraint on some fileds, and I want to catch the exceptions 
on this updateVariable method in order to flag them for the presentation layer to show 
an error. The exception is correctly catched (as a 
TransactionRolledBackLocalException), however, the exception is also logged by JBoss.
What do I have to change to make JBoss not log this kind of exceptions, as I don't 
want them to show up on the logs?

Thanks in advance

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848038#3848038

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848038


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: multiple virtual hosts

2004-09-13 Thread cuoz
IMO, this type of thing is most easily accomplished by front-ending your app server 
with Apache and letting the http server handle it.  That's what we do and it works 
great.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848037#3848037

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848037


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Valve or Filter?

2004-09-13 Thread jburugupalli
HI,

I think a Valve is more a Tomcat specific thing and it is only a internal tomcat 
implementation, were as a Filter should be supported by all servlet containers  
according to the servlet specifications.

What do you say, am i right.

regards
Jani.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848036#3848036

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848036


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: jmx service and ejb

2004-09-13 Thread [EMAIL PROTECTED]
The your service has a dependency on the clustering service. Read about service 
dependencies in the online admin guide.

http://www.jboss.org/docs/index


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848035#3848035

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848035


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Valve or Filter?

2004-09-13 Thread [EMAIL PROTECTED]
As of 3_2_6_RC1 one can sepecify valves as the web deployment layer using a 
WEB-INF/context.xml. In such a deployment the valves should be seen from the 
deployment archive, but I have not tried this.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848034#3848034

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848034


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread mjuergens
Hi,

can anybody tell me how to subscribe to a stopped queue.
the background:
I have an output queue which will send http request by a mdb to a remote site.
Now I want to start my application even if the remote site is down without having so 
much errors. 
So my idea is to start the application with a stopped queue.
Unfortunately it seems to be impossible to subscribe to a stopped queue. Instead it 
creates a topic with the same name automaticly when the mdb subscribes.

so if I start the queue after the remote site is up there is nobody which will hear.

regards,

Michael


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848033#3848033

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848033


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: CustomLoginModule does not work because of cache?

2004-09-13 Thread [EMAIL PROTECTED]
So your coupling the list of active users to the cache. To ask that the cache 
maintains the user list and then is ignored in terms of deciding whether the login 
module stack should be executed is not a reasonable expectation as far as I can see. 
You can certainly maintain your own list, or write your own cache implementation. See 
chap 8 in the online manual for more info on the latter.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848032#3848032

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848032


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Installation help

2004-09-13 Thread iDreamer
i have resolve the 2th problem
nick: admin
pw:admin

but the fist problem?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848031#3848031

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848031


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Installation help

2004-09-13 Thread iDreamer
Hi i don't speek english very good but i try speak with you...
i download 2 nukes's file
1)src
2)precompilated and preintegrated nukes with jboss

the problem:
1)i execute the $jbossHome/dirSrcNukes/build/build
but the log is:

  | configure:
  | 
  | configure-libraries:
  | 
  | configure-modules:
  | 
  | configure-defaults:
  | 
  | configure-tools:
  | 
  | _configure:jflex:task:
  | 
  | _configure:xdoclet:tasks:
  | 
  | _configure:xdoclet:ejbdoclet:
  | 
  | configure-project:
  |  [echo] groups:  default
  |  [echo] modules: 
common,nukes,adminmessages,bb,faq,jmx,journal,list,mp3player,polls,quotes,sections,template
  | 
  | _default:init:
  | 
  | init:
  | 
  | _buildmagic:modules:most:
  | 
  |  ==
  |  ==
  |  ==  Executing 'most' in module 'common'...
  |  ==
  |  ==
  | 
  | _buildmagic:init:
  | 
  | _buildmagic:init:project-local-properties:
  | 
  | configure:
  | 
  | configure-libraries:
  | 
  | configure-modules:
  | 
  | configure-defaults:
  | Overriding previous definition of reference to javac.classpath
  | 
  | configure-tools:
  | 
  | init:
  | 
  | generate-parsers:
  | [mkdir] Created dir: 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\output\gen\classes\org\jboss\nukes\common\template
  |[javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
  |[javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
  |[javacc] Copyright (c) 1997-2000 Metamata, Inc.
  |[javacc] (type "javacc" with no arguments for help)
  |[javacc] Reading from file 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\src\main\org\jboss\nukes\common\template\TemplateAnalyzer.jj
 . . .
  |[javacc] File "TokenMgrError.java" does not exist.  Will create one.
  |[javacc] File "ParseException.java" does not exist.  Will create one.
  |[javacc] File "Token.java" does not exist.  Will create one.
  |[javacc] File "ASCII_CharStream.java" does not exist.  Will create one.
  |[javacc] Parser generated successfully.
  | [mkdir] Created dir: 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\output\gen\classes\org\jboss\nukes\common\format\code
  | [execmodules] Generated: Analyzer.java
  | [mkdir] Created dir: 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\output\gen\classes\org\jboss\nukes\common\format\html
  | [execmodules] Generated: Analyzer.java
  | [mkdir] Created dir: 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\output\gen\classes\org\jboss\nukes\common\html
  | [execmodules] Generated: HeadAnalyzer.java
  | 
  | _default:compile-classes:
  | [mkdir] Created dir: 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\output\classes
  |[depend] Deleted 0 out of date files in 0 seconds
  | [javac] Compiling 60 source files to 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\output\classes
  | [execmodules] 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\src\main\org\jboss\nukes\common\format\render\AbstractRenderer.java:12:
 package org.apache.log4j does not exist
  | [execmodules] import org.apache.log4j.Logger;
  | [execmodules] ^
  | [execmodules] 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\src\main\org\jboss\nukes\common\format\render\AbstractRenderer.java:24:
 cannot resolve symbol
  | [execmodules] symbol  : class Logger 
  | [execmodules] location: class org.jboss.nukes.common.format.render.AbstractRenderer
  | [execmodules]protected final Logger log = Logger.getLogger(getClass());
  | [execmodules]^
  | [execmodules] 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\src\main\org\jboss\nukes\common\format\render\ToHTMLConfig.java:9:
 package org.apache.log4j does not exist
  | [execmodules] import org.apache.log4j.Logger;
  | [execmodules] ^
  | [execmodules] 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\src\main\org\jboss\nukes\common\template\TemplateRepository.java:15:
 package org.apache.log4j does not exist
  | [execmodules] import org.apache.log4j.Logger;
  | [execmodules] ^
  | [execmodules] 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\src\main\org\jboss\nukes\common\template\TemplateRepository.java:34:
 cannot resolve symbol
  | [execmodules] symbol  : class Logger 
  | [execmodules] location: class org.jboss.nukes.common.template.TemplateRepository
  | [execmodules]private final Logger log = Logger.getLogger(getClass());
  | [execmodules]  ^
  | [execmodules] 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\src\main\org\jboss\nukes\common\template\Template.java:12:
 package org.apache.log4j does not exist
  | [execmodules] import org.apache.log4j.Logger;
  | [execmodules] ^
  | [execmodules] 
C:\jboss-3.2.2\nukes\nukes-snapshot20040304\nukes\common\src\main\org\jboss\nukes\common\template\Templat

[JBoss-user] [Beginners Corner] - Re: jmx service and ejb

2004-09-13 Thread trossmy
If I deploy an *.ear inside a service, I get a HAPartition not bound exception (ejb is 
clustered)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848029#3848029

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848029


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: jmx service and ejb

2004-09-13 Thread [EMAIL PROTECTED]
Yes.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848028#3848028

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848028


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: How to use JAAS_HOWTO Filter example with Secure Servlet

2004-09-13 Thread [EMAIL PROTECTED]
If you can use declarative security in the web tier you should as the integration with 
ejb tier is automatic. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848027#3848027

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848027


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - jmx service and ejb

2004-09-13 Thread trossmy
Is it possible to deploy an ejb inside a service (inside a *.sar)  or the other way 
round a service inside an *.ear?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848026#3848026

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848026


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread Ranjith Pillai
Hello all,
  I have an application and I am porting this application.ear from Weblogic 
Application server to JBoss-3.2.3. This application.ear contain 5 beans. These beans 
are given in a specific order in application.xml. The intention is - the first bean 
act as a startup for the application, the initialization as well as invoking the 
startup service of the application is given in ejbCreate() of the first bean - things 
are fine when deploying in weblogic. 
 I am porting the same application.ear to jboss-3.2.3. What I noticed is during 
JBoss startup 1) the beans are deployed but not in the order given in application.xml. 
2) ejbContainer didn't invoke ejbCreate method of the StartupBean (Stateless session 
bean)- so the application didn't start. 

Note: From the last message I understand that versions before 3.2.6 does not use the 
order given in application.xml.

Could someone breif me about the jmx level dependencies mentioned in the last message.

Thanks,
Ranjith Pillai

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848025#3848025

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848025


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: jboss banking sample

2004-09-13 Thread skouthon
It worked fine for me too ! Thanks Clara

"clara" wrote : I have solved the problem by doing what noel.rocher suggests here
  | 
  | http://www.jboss.org/index.html?module=bb&op=viewtopic&t=51726&start=10
  | 
  | (if the link does not work, go the "Getting started" forum, topic 
"javax.servlet.jar missing")

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848023#3848023

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848023


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Javassist user questions] - Re: How to get an instance of a a class create with makeClas

2004-09-13 Thread chiba
No, you cannot avoid compiler errors if you
directly access such fields as x1, x2, and x3.

Instead, you must use the Java reflection API
for accessing those fields.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848022#3848022

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848022


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - multiple virtual hosts

2004-09-13 Thread fatbatman
Hello,

I'm using Tomcat 5 on JBoss 3.2.5.

I am currently deploying a .war to "mydomain.com" by declaring in jboss-web.xml;


/
mydomain.com


How can I also include "www.mydomain.com" with just a single page that redirects to 
"mydomain.com".

I tried a few things none of which worked.

Thanks in advance

James

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848021#3848021

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848021


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Write-Trough-Caching or disabling of CMP-Cache possible?

2004-09-13 Thread Mika Koßmann
Is it possible to turn off the caching mechanism for CMP-beans or force
JBoss to synchronize with the database before the COMIT? I tried the
false option in
standardjboss.xml without any effect.

Is there a way to force jboss to write any change to the db immediatly? The
default behaviour is to update the db at the end of the transaction. Any
help appreciated...

Mika




---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Caching of SLSB Proxies and Problems while lookup

2004-09-13 Thread trossmy
Yes, that works, thanks a lot!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848020#3848020

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848020


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: CustomLoginModule does not work because of cache?

2004-09-13 Thread jbriscoe
I don't want to set the cache to 0 because, I need a running list of authenticated 
users on the server.  But at the same time I need the server to attempt to 
authenticate when a login is requested and the username and password is already 
authenticated.  I think the JBoss or Tomcat code looks like this (hypothetically) when 
j_security_check is requested :

// 1) Check: same user login
if(listOfUsers.getUsername().equals("newUsernameLogin")){
 // 1a) Re-Init user session of found user
}else{
  // 2) Check: against datasource for valid username and/or password...
  // 2a) If ok; then proceed and create NEW session.
}

The reason I need to do this is to check if a user is already logged in from another 
location.  I can think of about a 1000 other ways of performing this check, but I 
believe this should be handled better on the Application Server side, in this case 
JBoss.

Thanks,
Jacob

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848019#3848019

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848019


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: How to use JAAS_HOWTO Filter example with Secure Servlet

2004-09-13 Thread leathurman
thanks for that Scott, I was hoping that wouldnt be the conclusion.

A collegue of mine suggested another solution:

"Use declarative security in the web tier (FORM) and once logged in the principal 
details are available in the EJB tier"

Aparantly it was not with JBoss but the container login called JAAS 
automatically.

It sounds like the ideal solution but I guess it depends on the container 
implementation.

I am gonna try it tonight but is there any reason why if I did a FORM authentication 
it would be propagated to the EJB.

Lea.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848018#3848018

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848018


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Valve or Filter?

2004-09-13 Thread jae77
i just did a similar implementation of this the other day - it works quite well. 

one other thing to note is that if you choose to go the valve route, you will need to 
deploy those classes in the "lib" directory or else tomcat will throw ClassNotFound 
exceptions upon startup. 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848017#3848017

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848017


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Endless Authentication Loop

2004-09-13 Thread dorst1
Thanks Scott for the response.  I was not aware that one could create multiple 
security domains in the same deployable jar file.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848016#3848016

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848016


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: How to dynamically register a MBean?

2004-09-13 Thread [EMAIL PROTECTED]
You cannot pass in a mbean for registration from another vm. You would have to use the 
createMBean method to create and register the mbean in question.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848014#3848014

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848014


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Login Failure: all modules ignored !!!!

2004-09-13 Thread [EMAIL PROTECTED]
http://www.jboss.org/docs/index


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848013#3848013

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848013


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-09-13 Thread jaejong
Does RC3 works with oracle9i?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848012#3848012

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848012


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - How to dynamically register a MBean?

2004-09-13 Thread ben_vbe
Hi,
Is it possible to register a MBean dynamically? If yes, how?
I tried to use:

  | MBeanServer server = null;
  | Context c = new InitialContext();
  | RMIAdaptor a = (RMIAdaptor)c.lookup("jmx/rmi/RMIAdaptor");
  | server = new RMIConnectorImpl(a);
  | 
  | ObjectName tpMBeanName = new ObjectName("myapp:service=myservice");
  | server.registerMBean(inMBean, tpMBeanName);
  | 
  | 
where inMBean is my DynamicMBean implementation.
I receive a exception: 
org.jboss.util.NestedRuntimeException: error marshalling arguments; nested exception 
is:
Someone can help me please?
Thanks.
Ben

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848011#3848011

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848011


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: SSO between Zope and JBoss

2004-09-13 Thread guigui
Thanks for your answer !

In their docs (http://www.yale.edu/tp/cas/caswithjava.html), they propose to create a 
filter in the web.xml file.  So i'm trying this.

In my application, I use a Realm (with queries) in a form authenticated method. If I 
use the CAS filter (if it works), how can i get users data (login , password, role) ?





 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848010#3848010

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848010


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Problems with httpsession, only occurs in Internet Explorer

2004-09-13 Thread millenium
Hi out there,
i just programmed a little J2EE-Application and all works fine.
Now I didn't wanted the user to use the long  url: 
www.myurl.com:8080/something/index.jsp.
So I open my page with a frameset so for the user the url is now: www.anotherurl.com
OK this works fine with firefox. But in IE I have to manually enable the session 
cookie management. If I use the complete Jboss URL all works fine. Is there a 
workaround for this???
Bye
Mark

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848009#3848009

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848009


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Caching of SLSB Proxies and Problems while lookup

2004-09-13 Thread cherold
Hi

I'dont remember where, but I found some hint about a solution:
It seems some weak reference are hold inside the JNDI classes and not freed when 
geting an Exception on stale objects.

So call the System GC (System.gc()) and get rid of them.

In my case it works fine, even if not yet so beatiful :-)

best regards



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848008#3848008

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848008


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Caching of SLSB Proxies and Problems while lookup

2004-09-13 Thread trossmy
Any progress on this topic, since I have the same problem...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848007#3848007

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848007


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread twutort
Thanks.   Can you synchronize within a class that the session bean uses?   For 
example, the session bean calls class B.  Is it possible to do the synch within the 
class B and not inside the session bean?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848005#3848005

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848005


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Can XDoclet generate markups ?

2004-09-13 Thread fredatwork
Thanks for the info.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848004#3848004

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848004


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Connect with several MDB to one topic.

2004-09-13 Thread GBeutler
I've got one topic and try to register several remote EJB's to this topic. As long as 
there is only one MDB registered everything is fine. If I try to connect the next MDB 
to the topic  I get :

javax.jms.IllegalStateException: The durable subscription is already in use.

How can I connect several MDB to one topic?
I'm using jboss-3.2.5. 

Thanks in advance,

Guido

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848003#3848003

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848003


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: SessionFactory with name [java:/hibernate/SessionFactory

2004-09-13 Thread milesif
Hi everybody,

I solved the problem looking at the sources of importXml(Element config) merthod of 
EjbInterceptor class. From that I found out that I had to add a parameter named 
bindName with value equal to the name of the hibernate session factory to be used in 
the jBoss.xml configuration file. That is not indicated in the examples.


  

 Hibernate Stateless SessionBean
 true
 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor
org.jboss.ejb.plugins.LogInterceptor
org.jboss.ejb.plugins.SecurityInterceptor

org.jboss.ejb.plugins.TxInterceptorCMT
org.jboss.ejb.plugins.MetricsInterceptor
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor

org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor
org.jboss.ejb.plugins.TxInterceptorBMT
org.jboss.ejb.plugins.MetricsInterceptor
org.jboss.resource.connectionmanager.CachedConnectionInterceptor
org.jboss.hibernate.session.EjbInterceptor
 

   


regards
 Francesco Milesi

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848001#3848001

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848001


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Tutorial for building J2EE Applications using JBOSS and ECLI

2004-09-13 Thread tony1929
I am currently running the Tutorial for building J2EE Applications using JBOSS and 
ECLIPSE chapter 6
the tutorial shows you how to create a CMP. One of the methods is findByPrimaryKey.

The problem is that  when I call the findByPrimaryKey method :

SupplierLocal supplier = this.suppLocalHome.findByPrimaryKey(suppID);

It returns a null pointer value.

According to the tutorial the findByPrimaryKey is set by the container.

Using a search I can find reference to the findByPrimaryKey in two files:


SupplierHome

public au.com.tusc.cmp.Supplier findByPrimaryKey(java.lang.String pk)
  throws javax.ejb.FinderException,java.rmi.RemoteException;


SupplierLocalHome


public au.com.tusc.cmp.SupplierLocal findByPrimaryKey(java.lang.String pk)
  throws javax.ejb.FinderException;

But it has not generated any reference to the findByPrimaryKey method in the 
deployment descriptors.


What I need to know is how to set the  findByPrimaryKey method within the deployment 
descriptors. Or how to set it up with xdoclet.

Thanks for any help.

Tony

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848000#3848000

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848000


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-09-13 Thread PaulSmith001
All,

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, another message arrives on 
the topic.

Will the container create another (or use another pooled) instance of the MDB to 
handle the message?

If it does, will the container allow the 2nd instance to start a transaction whilst 
the first transaction is still active?

Had I been using container managed transactions, would the answers to the above two 
questions be different?

Slightly unrelated, how can I see the number of instances of each bean pooled by the 
container at any given time? I have looked in the JMX console but I can't find it.

Thanks,
Paul

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847999#3847999

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847999


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: login module modify Subject

2004-09-13 Thread mttu
"[EMAIL PROTECTED]" wrote : You would have to write your own cache that accessed the 
Subject and removed the roles when they were removed externally.

Thanks, is there any 'start documentation' for it ?



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847998#3847998

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847998


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Login Failure: all modules ignored !!!!

2004-09-13 Thread adpaika
Thnx Scott...
 
In the current implementation, my login module extends from  
'AbstractServerLoginModule'. Does it mean that I need modify my login module for 
Jboss3.2.3??  How can I download the online manual for Jboss3.2.3 ???  Plz help me.

Rgds, 
adp

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847997#3847997

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847997


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Low JBoss performance on Linux

2004-09-13 Thread david.wade
Its true that in general you will see better performance on WinTel than LinTel.   
However, the differences are not as dramatic as the comparison of JBoss start-up times 
would suggest.

WinTel especially, non-server based, when not running JBoss as a service, will give 
the JVM every ounce of CPU it has available at the expense of anything else you might 
try to do at the same time.   LinTel (and any UNIX in general) will allow other 
processes to have an equal share of the CPU if they require it.

I would suggest that you not dwell on the startup time, or things like JSP compile 
time, but compare the performance when everything is up and running.
 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847995#3847995

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847995


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: connectios are not returning to pool

2004-09-13 Thread daywalkr
Hi,

i have the same problem with jboss 3.2.5 and mysql.. my availableConnectionsCount is 
decreasing over time. I added the 
 tag to the datasource service but, the decreasing of the 
connection pool did not stop. after 3 days my application throws "get no managed 
connection" exceptions and fails until restart of jboss. the jboss is on productive 
use :-(

can somebody help me or give me some hints ?

greetings 
ingo


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847993#3847993

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847993


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Mbean description

2004-09-13 Thread razor_harm
Use model dynamic mbeans or model mbeans instead of standard MBeans.
You can use JBoss's XMBean implementation for Model MBeans.








View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847990#3847990

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847990


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Can XDoclet generate markups ?

2004-09-13 Thread pilhuhn
It will for Xdoclet version 1.2.2, which hopefully will be out end of this month.
If you can't wait, you can grab an Xdoclet snapshot of 1.2.2 from the usual place on 
sf.net.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847988#3847988

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847988


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Jboss hang on HPUX

2004-09-13 Thread david.wade
JBoss 3.2.3 on HPUX 11 (dual CPU) on JDK 1.4.2_00

We have today seen two servers stop.  Logging stops, everything stops and the CPU sits 
at 100%  i.e. all of one processor.   The application is very vanilla.   There are no 
loops.  Just plain JBoss.Net to SSB.   We did have clustering enabled but soley for 
farmed deployment.   Have removed farming just case the issue if jGroups releated.

Has anybody else seen this happen and does anybody have any ideas ?  Have changed to 
capture stdout (was /dev/null) and will kill -3 if it happens again.

David

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847985#3847985

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847985


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - CMR - adding a child - how does tyhis work?

2004-09-13 Thread davout
I'm a little confused about how a CMP entity bean that has 1-M relationship link to a 
subordinate entity should handle the creation new subordinate entity instances.

For instance,...

class Entity1Bean {
   ejbCreate()
   Collection getEntity2List() // returns collection of 'Entity2'
}

class Entity2Bean {
   ejbCreate()
}

At the moment I'm handling the creation of new Entity2 instances by

Entity2Home.create()

However, when I then use 'Entity1Home.getEntity2List' to retrieve a  list of
linked sub entities the newly created Entity2 instance is not part of the
list.

I then tried adding.

aNewEntity1 = Entity2Home.create()
Entity1Home.getEntity2List().add(aNewEntity1);

... and it still didn't work.  What am I doing wrong?




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847984#3847984

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847984


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user