[JBoss-user] CMP: error with cascade delete

2004-01-16 Thread Panagiotis Korros
I get the following error TransactionRolledbackLocalException in method: public abstract void javax.ejb.EJBLocalObject.remove() throws javax.ejb.RemoveException,javax.ejb.EJBException, causedBy: javax.ejb.NoSuchObjectLocalException: Entity not found: primaryKey=84 ... (for complete stack trace go

RE: [JBoss-user] CMP: error with cascade delete

2004-01-16 Thread Panagiotis Korros
This happens on Jboss 3.2.3 (build: 200311301445) on a Windows 2000 Server machine. -Original Message- From: Panagiotis Korros Sent: Friday, January 16, 2004 12:59 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] CMP: error with cascade delete I get the following error

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-11-25 Thread Panagiotis Korros
after 30 minutes? -- Scott Stark Chief Technology Officer JBoss Group, LLC Panagiotis Korros wrote: I am using JBoss 3.2.2 with JDK 1.4.2 and i get the following error: javax.jms.JMSSecurityException: User: null is NOT authenticated

[JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-11-19 Thread Panagiotis Korros
I am using JBoss 3.2.2 with JDK 1.4.2 and i get the following error: javax.jms.JMSSecurityException: User: null is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java: 215) At org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecur

[JBoss-user] ejbSelectGeneric returns wrong results

2003-10-20 Thread Panagiotis Korros
I have a home method in my cmp entity bean public Page ejbHomeGetUsers( int offset, int limit) throws FinderException { long userCount = ((Long) ejbSelectGeneric(SELECT COUNT( o.id ) FROM User o , new Object[0])

[JBoss-user] Jboss CMP produces wrong sql statement

2003-10-20 Thread Panagiotis Korros
For the following Jboss-ql statement: SELECT OBJECT( o ) FROM User o ORDER BY o.organicPosition.name ASC Jboss CMP generates the following database query: SELECT t0_o.id, t1_o_organicPosition.name FROM tuser t0_o, tposition t1_o_organicPosition ORDER BY t1_o_organicPosition.name ASC This

[JBoss-user] JBossCMP and cascade-delete errors

2003-10-13 Thread Panagiotis Korros
because of the FolderEJB (id=65) relation to FolderEJB (id=67). I think that JBossCMP should handle this situation and proceed without throwing an exception. Regards, Panagiotis Korros --- This SF.net email is sponsored by: SF.net Giveback

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-03 Thread Panagiotis Korros
in terms of how many senders/receivers there are and how many msgs are being exchanged? -- Scott Stark Chief Technology Officer JBoss Group, LLC Panagiotis Korros wrote: Yes, are there any messages in the log just before the above message

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-02 Thread Panagiotis Korros
posted. If not, try enabling TRACE logging in conf/log4j.xml for the following categories to see whether it shows something useful at the failure. org.jboss.security org.jboss.mq.security org.jboss.mq.sm Regards, Adrian On Tue, 2003-09-30 at 16:23, Panagiotis Korros wrote: This is the section

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-02 Thread Panagiotis Korros
:46, Panagiotis Korros wrote: 2003-10-02 13:00:26,125 DEBUG [org.jboss.security.plugins.JaasSecurityManager.jbossmq] Login failure javax.security.auth.login.LoginException: No LoginModules configured for jbossmq at javax.security.auth.login.LoginContext.init(LoginContext.java:189

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-01 Thread Panagiotis Korros
it shows something useful at the failure. org.jboss.security org.jboss.mq.security org.jboss.mq.sm Regards, Adrian On Tue, 2003-09-30 at 16:23, Panagiotis Korros wrote: This is the section in conf/login-config.xml regarding jbossmq. I didn't change this file at all. !-- Security domain

[JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-30 Thread Panagiotis Korros
I am using JBoss 3.2.2RC4 / 3.2.1 with JDK 1.4.2 and i get the following error: javax.jms.JMSSecurityException: User: null is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java: 215) at

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-30 Thread Panagiotis Korros
at this stage, you haven't got to the authorization step. You are still trying to authenticate the user. First, post the conf/login-config.xml snippet for jbossmq, it should have an unauthenticated identity, the default setting is guest. Regards, Adrian On Tue, 2003-09-30 at 13:52, Panagiotis Korros

[JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-10 Thread Panagiotis Korros
Title: Message I am using JBoss 3.2.1 with JDK 1.4.2 and i get the following error:javax.jms.JMSSecurityException: User: null is NOT authenticatedat org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:215)at

[JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-10 Thread Panagiotis Korros
I am using JBoss 3.2.1 with JDK 1.4.2 and i get the following error: javax.jms.JMSSecurityException: User: null is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java: 215) at org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecur

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-10 Thread Panagiotis Korros
PROTECTED] Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated' Have you made any other changes to the config? There should be an unathenticated identity for jbossmq in conf/login-config.xml The default is guest Regards, Adrian On Wed, 2003-09-10 at 07:23, Panagiotis Korros

RE: [JBoss-user] error when deploying exploded ear

2003-09-02 Thread Panagiotis Korros
, September 01, 2003 4:38 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] error when deploying exploded ear Post your ejb-jar.xml, jboss.xml, jbossweb.xml, JBoss version and the full stacktrace. Regards, Adrian On Mon, 2003-09-01 at 11:04, Panagiotis Korros wrote: I have an ear file

[JBoss-user] error when deploying exploded ear

2003-09-01 Thread Panagiotis Korros
Title: Message I have an ear file with the following structure:/xxx.ear/xxx.ear/xxxEJB.jar/xxx.ear/xxxEJB.jar/META-INF/ejb-jar.xml/xxx.ear/xxx.war/xxx.ear/xxx.war/WEB-INF/web.xmlIn the ejb-jar.xml i define a Stateless Session bean with local interfaces.In web.xml i use the following markup

RE: [JBoss-user] unathenticatedIdentity and JBoss 3.0.4-tomcat 4.x

2003-02-06 Thread Panagiotis Korros
Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Panagiotis Korros [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 8:08 AM Subject: [JBoss-user] unathenticatedIdentity and JBoss 3.0.4-tomcat 4.x I have

RE: Re[2]: [JBoss-user] Question about CMP/CMR

2002-12-30 Thread Panagiotis Korros
Are there any plans to support it? It would solve many problems (especially performance and lock problems in my application) -Original Message- From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 12:19 PM To: Langelage, Frank Subject: Re[2]: [JBoss-user]

[JBoss-user] JBoss classloading question

2002-11-27 Thread Panagiotis Korros
I want to deploy a system made by 3 or more ear files. The first (admin.ear) contains an administration application to administer the other two. The other two ears contain the same ejbs with different jboss configurations bound to different jndi paths. When I am using a single unified

[JBoss-user] BEA JRockit 7.0 Performance

2002-10-31 Thread Panagiotis Korros
Title: Message I am testing the performance of JRockit 7.0 VM on Windows Platform with JBoss. Has anyone tested this configuration before? What i see until now, is very strong performance but also many IO exceptions from the web container (tomcat)

[JBoss-user] How can i deploy an EJB several times?

2002-07-12 Thread Panagiotis Korros
I want to deploy an ejb to several J2EE applications to JBoss 3.0 In each application the ejb has different settings (eg different datasource) I make multiple ear files with different names and i gave the bean different jndi names. It seems that jboss uses the same JMX name for all ejbs that's

[JBoss-user] 'Transaction marked for rollback, possibly a timeout' problem

2002-06-14 Thread Panagiotis Korros
I have 2 stateless session beans called ClassInfoBean and TreeInfoBean and several cmp entity bean. Both ClassInfoBean and TreeInfoBean calle NodeClassBean. Specifically NodeClassBean calls the findByPrimaryKey method and the getNodeClass method to get the beans value object. ClassInfoBean calls