[JBoss-user] [Persistence & CMP/JBoss] - Re: unexplained lock in 3.2.4

2004-06-20 Thread loubyansky
What does the thread dump show when it's in the deadlock? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839371#3839371 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839371 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re:

2004-06-20 Thread loubyansky
Not yet. I will you know when it is. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839370#3839370 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839370 --- This SF.

[JBoss-user] [HTTPD, Servlets & JSP] - Invalid * in servlet mapping

2004-06-20 Thread broughan
Upgraded from JBoss 3.2.3 to 3.2.4 and getting an exception on deployment. Whats wrong with this servlet mapping? mainServlet /csr/* Causes the error 'Invalid * in servlet mapping' or more specifically: 15:08:42,634 ERROR [ContextConfig] Parse error in application web.xml java.la

[JBoss-user] [JCA/JBoss] - JTA Implementation RoadMap

2004-06-20 Thread tokobayashi
Hi, Accroding to Admin docs, JBoss Default Transaction Manager has two limitations: "It does not do transactional logging, and is thus incapable of automated recovery after a server crash." "While it does support propagating transaction contexts with remote calls, it does not support propagati

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-20 Thread xibin
We are experiencing the same problem with JBoss 3.2.2 and JBoss 3.2.3. The symptom is that a MDB that has been working fine for days suddenly stops receiving messages. From the jmx-console, the queue lists 0 receivers at that time. The queue would start building up. Based on the posts that I r

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss Book 3.2.x org.jboss.chap2.xmbean.JNDIMap XMBean p

2004-06-20 Thread tysmeister
Hi, Ok - I have identified the problem relates to the use of the 'java.lang.Object' type for the get() and put() operations. If these are set to java.lang.String the behaviour is as I expected. Thanks and regards, Andrew View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Persistence & CMP/JBoss] - Re: unexpected problem with one to one relationship

2004-06-20 Thread raj_kumar
hi alex . i really apologize for replying u late but i got the solution but i really dont know the actual cause behing it ...while doing hit and trials i just thought the key exist in the both the table (EJB)...and i did little change in the deployment descr

[JBoss-user] [Management, JMX/JBoss] - JBoss Book 3.2.x org.jboss.chap2.xmbean.JNDIMap XMBean probl

2004-06-20 Thread tysmeister
Hi, Sorry about this very basic question, but I have hit a bit of a brick wall. I am trying to deploy the XMBean example that accompanies the JBoss 3.2.x documentation. I have deployed a SAR file containing the JNDIMap MBean and associated deployment descriptors. This shows up fine in the jmx-c

[JBoss-user] [Security & JAAS/JBoss] - Re: Two way authentication rmi over ssl

2004-06-20 Thread cbrettin
Yes... and no. For authentication only you can use a SSL connector configured appropriately. Eg with clientAuth="true" and the necessary trust store. But with a nice JAAS & role based authentication & authorization you are going to have to go deeper. see the wiki: http://www.jboss.org/wiki/Wi

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

2004-06-20 Thread fbeatty
Hey jae, I have modified the ddl and the jsp forms to take the new values for SapDB/MaxDB. I did the build and deploy for the installer. During the install everything appears to work fine until it hits the admin setup page. Once next is clicked it goes the the next page to do the update stateme

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Authentication and JAAS

2004-06-20 Thread bwallis42
Still cannot get this to work. Currently my client application is logging in twice, once using JAAS for the ejb access and once when creating the topic connection. I cannot work out how to unify the security for JMS and EJBs when using both from an external client. thanks, brian wallis... Vie

[JBoss-user] [Persistence & CMP/JBoss] - Re: on-load strategy limitations

2004-06-20 Thread triathlon98
Seems fixed in 3.2.4 Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839359#3839359 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839359 --- This SF.Net ema

[JBoss-user] [Clustering/JBoss] - Unpredictable results with cache-invalidation and commit lev

2004-06-20 Thread myname
We are preparing our application for clustered deployment on V 3.2.4. So far everything seems to work fine when we are using commit level A and cache-invalidation: clustering works, invalidation messages are sent and confirmed as can be seen in the locks. Nevertheless, not all bean instances se

[JBoss-user] [Persistence & CMP/JBoss] - Re:

2004-06-20 Thread myname
Alexey, is that fix already available (and how to use it)? Regards Volker View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839357#3839357 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839357

[JBoss-user] [Persistence & CMP/JBoss] - Re: unexplained lock in 3.2.4

2004-06-20 Thread bentins
The only unsupported I had were the getId() which were a mistake instead of using getPrimaryKey(). After fixing this in my code, I managed to pass this deadlock. I still get dead locks in other places, but I now no what to investigate.One thing is bothering me, this code runs without this prob

[JBoss-user] [EJB/JBoss] - Entity bean called from a session bean or directly from a cl

2004-06-20 Thread raf
I am using jboss 3.2.3. Scenario: I have an entity bean (BMP) with setX(String value) and getX() methods. I call it from a session bean SB and from a client CL. 1)I call setX(v1) from SB 2)I call getX() from SB and obtain v1 3)I call setX(v2) from SB 4)I call getX() from SB and obtain v2 5)I cal

[JBoss-user] [Installation & Configuration] - How do i change port 8080 of C:\jboss-4.0.0DR4\jboss-4.0.0DR

2004-06-20 Thread seybaa
hello i have download C:\jboss-4.0.0DR4\jboss-4.0.0DR4, but the port 8080 is allready in used i wanted to change that to something else but as far as i can se it is in server.xml in the .sar files . thnaks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839353

[JBoss-user] [Beginners Corner] - MessagingException: 550 ACCESS DENIED

2004-06-20 Thread Frarud
Hi everybody. I deployed a jsp file from Eclipse and got the following exception: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Sending failed; nested exce

[JBoss-user] [EJB/JBoss] - Re: Synchronization of Stateful Session Bean

2004-06-20 Thread fruehbeck
Thanks for the immediate response! My situation unfortunately doesn't provide the second possibility, because the clients are connected via CORBA (SFSB are TIE servants) so there will be no client interceptor stack, isn't it?. I really would have liked to implement the client interceptor, becau

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-20 Thread loubyansky
Use SQL92 compiler. Current default compiler will be deprecated. The only reason sql92 compiler was not the default one was that HSQLDB (which is the default JBoss datasource) didn't support outer/inner joins and subqueries. Now it does. So sql92 compiler will be the default one. View the origi

[JBoss-user] [Persistence & CMP/JBoss] - Re: Foreign Key is also Primary Key

2004-06-20 Thread loubyansky
Yes, you can. First, get familiar with ejb-jar.xml and mapping in jbosscmp-jdbc.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839349#3839349 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839349