[jboss-user] [JBossWS] - Re: Exception when I try to deploy a web service

2008-10-23 Thread pkorros
I can' find any @WebContext annotation available to annotate my web service. What is the fully qualified name of the annotation @WebContext annotation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184253#4184253 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBossWS] - Exception when I try to deploy a web service

2008-10-23 Thread pkorros
When I try to deploy my web service I get the following error: | 10:43:01,536 INFO [WSDLFilePublisher] WSDL published to: file:/C:/Projects/jboss-4.2.3.GA/server/default/data/wsdl/ROOT.war/SOAPSearchCustomers57095.wsdl | 10:43:08,833 ERROR [[SOAPSearchCustomers]] Servlet.service() for servl

[jboss-user] [JBoss Messaging] - Re: Invalid authentication attempt, principal=null error...

2008-09-16 Thread pkorros
I have tried in the past to consistently reproduce the problem without any success. The problem is random and sometimes it appears many times in a day and sometimes it takes weeks to appear. I will enable tracing at the org.jboss.resource.connectionmanager package and see if this gives me any m

[jboss-user] [JBoss Messaging] - Re: Sporadic failure to commit

2008-09-09 Thread pkorros
Hi, I am the author of the issue you refer to your message http://www.mail-archive.com/[EMAIL PROTECTED]/msg31913.html Back then i solved the problem by disabling the security manager interceptor of the JbossMQ implementation. Recently I moved to the Jboss messaging implementation and starti

[jboss-user] [JBoss Messaging] - Re: Invalid authentication attempt, principal=null error...

2008-08-13 Thread pkorros
Thanks for your reply, I will try to increase the jaas default cache timeout and see what happens. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170241#4170241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170241 ___

[jboss-user] [JBoss Messaging] - Invalid authentication attempt, principal=null error...

2008-08-08 Thread pkorros
Our production server after running for many weeks without problems, suddenly started to throw the following SecurityException every time the system tries to connect to a jms queue. A reboot solved the problem but i am trying to find a better solution. I had the same problem before, when running

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB Stops processing messages

2008-06-04 Thread pkorros
We are having the same problem in a production system running on JBoss 4.0.4 on Windows 2003 server. Our Message driven bean stops receiving messages, althought the message queue has many messages to deliver. Up until now the only workaround we found is to restart the application server. Any id

[jboss-user] [JBoss Messaging] - deadlocks when stressing jms application on MS SQL 2005

2007-05-30 Thread pkorros
I get several database deadlocks like the one bellow, when i am trying to stress my application. I am using JBoss 4.0.5.GA with JBoss messaging 1.2.0GA configured to use MS SqlServer 2005 as a persistent storage. 2007-05-30 16:34:17,426 WARN [org.jboss.messaging.core.plugin.JDBCPersistenceMan

[jboss-user] [Messaging, JMS & JBossMQ] - application suddenly starts to fail with 'Invalid authentica

2007-05-17 Thread pkorros
Our J2EE application suddenly starts to fail with the following exception: java.lang.SecurityException: Invalid authentication attempt, principal=null at org.jboss.resource.connectionmanager.BaseConnectionManager2.getSubject(BaseConnectionManager2.java:589) at org.jboss.resource.

[jboss-user] [JBoss Seam] - Re: Can't set Character encoding for submitted form data

2007-04-26 Thread pkorros
I am having the same problem. did you had any luck with it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040932#4040932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040932 ___

[jboss-user] [JBoss Seam] - Re: how to make seam generate-entities detect many to many r

2007-04-23 Thread pkorros
Thanks for the quick reply! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039841#4039841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039841 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - how to make seam generate-entities detect many to many relat

2007-04-23 Thread pkorros
I am using 'seam generate-entities' to reverge engineer an existing database. It seams that it doesn't correclty recognise a many to many relation i have and it generates a new entity to represent the relashioship. Currently my schema is: Table 'Request' id: 'RequestID' Table 'Document' id: 'Do

[jboss-user] [JBoss Messaging] - message queue jmx statistics

2007-04-03 Thread pkorros
I recently replaced the JBoss MQ with JBoss Messaging in a Jboss 4.0.5 cluster. Everything works better than before but I have a small problem. Although the system processes messages correctly, the Queue JMX bean in jmx-console, shows that it hasn't processed any message. The MessageCounter jmx

[jboss-user] [JCA/JBoss] - Background connection validation and no-tx-datasource

2007-01-24 Thread pkorros
I configured all my datasources to use the tag. Everything worked as expected on all the datasources except the no-tx-datasource. I have configured the datasource to check every minute but the datasource never notices that the connection is down. Any ideas about what might be wrong? View the

[jboss-user] [Messaging, JMS & JBossMQ] - JBossMQ errors after starting up with many messages in the q

2006-12-04 Thread pkorros
Using JBoss 4.0.5, when I startup my application with ~2400 messages already persisted (but not yet processed) in the queue the application server correctly starts to dispatch the messages. The problem is that I get some (~4-10) errors like the following, when the execution finishes I see the s

[jboss-user] [JBossCache] - PessimisticLockInterceptor performance

2006-11-22 Thread pkorros
When I use Hibernate 3.0.GA with TreeCache 1.4.0.SP1 (and 1.4.1.BETA) using a pessimistic cache configuration in local mode I see that a huge amount of time is spent inside the PessimisticLockInterceptor. I profiled the application and I saw that for a given set of operations that takes 23 seco

[jboss-user] [JBossCache] - Re: TimeoutException: Response timed out errors with jboss/h

2006-11-03 Thread pkorros
This is happening only when I have two jboss nodes in the cluster. With only one node everything works as expected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982995#3982995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBossCache] - TimeoutException: Response timed out errors with jboss/hiber

2006-11-03 Thread pkorros
I am using hibernate 3.2.GA, JBoss Cache 1.4.0sp1 configured with pessimistic locking. I am getting errors like the following upon transaction completion. 16:50:46,984 ERROR [StdServerSession] failed to commit/rollback org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:Xi

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2006-10-26 Thread pkorros
I don't have a unit test but I could send you a trace if that helps you. The problem is happening in a transaction that is starting from a Message driven bean and calls several Session beans (all have transaction required attributes). So all the method calls participate in the same transaction.

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2006-10-26 Thread pkorros
I don't have a unit test but I could send you a trace if that helps you. The problem is happening in a transaction that is starting from a Message driven bean and calls several Session beans (all have transaction required attributes). So all the method calls participate in the same transaction.

[jboss-user] [JCA/JBoss] - Re: How to configure a non jta datasource?

2006-10-26 Thread pkorros
Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981024#3981024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981024 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JCA/JBoss] - How to configure a non jta datasource?

2006-10-26 Thread pkorros
Is there a way to configure an non jta datasource in jboss? In my application I am using the quartz scheduler. This requires both a jta and a non jta datasource to function correctly. I don't want to hardcode the datasource properties directly to my application, so I was wondering if I can defi

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2006-10-26 Thread pkorros
Thanks for your reply! I just had the time to test this again using the OptimisticTreeCacheProvider and I also silenced the NPE by setting the TxInterceptor log level to WARN. Now the system works ok with a single user but under load I get the following errors... 16:01:36,991 ERROR [StdServerS

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2006-10-19 Thread pkorros
Yes I am using hibernate 3.2.GA. >From the manifest... Implementation-Title: Hibernate3 Implementation-Version: 3.2.0.ga Implementation-Vendor: hibernate.org Hibernate-Version: 3.2.0.ga Can you please tell me about those log messages? View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2006-10-17 Thread pkorros
Manik, I sent the log file as you suggested to your email. Thanks for the quick reply, regards, Panagiotis Korros View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978824#3978824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBossCache] - NPE when using optimistic locking with JbossCache 1.4.0.SP1,

2006-10-17 Thread pkorros
I am trying to setup JbossCache 1.4.0.sp1 to work with hibernate 3.2.GA using optimistic locking. When I use pessimistic locking I don;t have any errors but when I use OPTIMISTIC then I get many NullPointerExceptions when using optimistic locking with JbossCache 1.4.0.SP1, hibernate 3.2.GA. Th