[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Relations: when is a child loaded, CMP 2.1, JBoss 4.0.4?

2007-05-22 Thread askesis
Hi, When are the children of a parent loaded in a CMP 2.1 container? When the parent is loaded or when accessed throught an accessor of the parent? Is the answer part of a specification or is the exact behavior implementation defined? TIA Joost View the original post : http://www.jboss.com

[jboss-user] [Installation, Configuration & Deployment] - How to stop secured JBoss 4.0.5 from commandline??

2006-12-14 Thread askesis
I want to shutdown a secured JBoss 4.0.5 from the commandline Running ./shutdown.sh -s jnp://localhost:1099 -u admin -p -S from the commandline just results in this error: ERROR: transport error 202: bind failed: Address already in use ["transport.c",L41] ERROR: JDWP Transport dt_socket fa

[jboss-user] [EJB/JBoss] - Can I log Bean transactions with nesting?

2006-12-08 Thread askesis
Is it possible to log bean transactions, including any nesting? If so, is there any documentation or howto available? TIA Joost View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992178#3992178 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: PostgreSQL collection problem

2006-12-08 Thread askesis
the records in insertion order is a "coincidence". -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [EJB/JBoss] - How long is a CMP EJB locked in a transaction?

2006-11-27 Thread askesis
Hi, If I have a long lasting transaction in StatelessSessionBean during which I load an CMP EJB bean, how long is that EJB bean locked? From it's ejbLoad untill the total end of the transaction, even if I only call it's getters? TIA -- Groeten, Joost View the original post : http://www

[jboss-user] [EJB/JBoss] - Why EJBException CMR Field value is already loaded???

2006-11-03 Thread askesis
I get an EJBException with the text "CMR Field value is already loaded" when using a findByPrimaryKey function to retrieve a ValueObject. I do not understand why I get this exception (I have found the place in the JBoss source where the exception is thrown, but I fail to understand why it is t

[jboss-user] [EJB/JBoss] - Can I trace EJB *AND* JDBC transaction into 1 tracelog?

2006-10-08 Thread askesis
I am having soem problems with transaction boundaries. To help me with finding a solution I would like to trace both EJB and JDBC transactions (creation and commit/rollback) into 1 tracelog. Is that possible? TIA Joost View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ with PostgreSQL : MDB deployment failes, really

2006-10-05 Thread askesis
I have created the smallest JBoss 1.6 IDE project that does not deploy. I also assembled all the relevant config files I could think of, together with the server.log with all the relevant traces in it. JBoss project: http://petitbonum.askesis.nl/MDBTest.tar.gz (5kb) Config files: http://petitbon

[jboss-user] [Messaging, JMS & JBossMQ] - JBossMQ with PostgreSQL : MDB deployment failes, really desp

2006-10-04 Thread askesis
I want to change the JBossMQ database to PostgreSQL. All seems to go OK, but if I deploy the same ear that worked with hsqldb I get the following exception (part of the trace): | 2006-10-04 12:43:38,113 TRACE [org.jboss.mq.Connection] addConsumer sub=Subscription[subId=-2147483648connection

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ (JBoss 4.0.4) with PostgreSQL 8.1: XAConnectionF

2006-10-04 Thread askesis
To respond to myself: there was a stale refrence to PostgresDS in the sample files I used to start with. Changing that to DefaultDS resolved this problem. Still have another one: see the other posting View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975987#

[jboss-user] [Messaging, JMS & JBossMQ] - JBossMQ (JBoss 4.0.4) with PostgreSQL 8.1: XAConnectionFacto

2006-10-03 Thread askesis
i am trying to get JBossMQ working with PostgreSQL 8.1. I have followed the instuction I found and got most things working. I am having just 1 exception that I had not when using hsqldb (see below). Is there anyone who is using this combination (Jboss 4.9.4 jBossMQ in PostgreSQL 8.1) who can he

[jboss-user] [EJB/JBoss] - Howto log EJB transaction boundaries?

2006-10-03 Thread askesis
Is it possible to log EJB tansaction boundaries together with all the JDBC that is part of the pransaction? TIA Joost View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975718#3975718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Installation, Configuration & Deployment] - Re: How do I configure this type of logging????

2006-07-11 Thread askesis
I solved it by removing the appender-ref from root View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957211#3957211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957211 ___ jbos

[jboss-user] [Installation, Configuration & Deployment] - How do I configure this type of logging????

2006-07-11 Thread askesis
I want to log the output from all classes of a certain package into a seperate logfile. I have found out how to log the output of a certain deplayment .ear to a separate file but because that also contains the JBoss output it is too verbose. Is this possible, and if so, could you give me an exa

[jboss-user] [Installation, Configuration & Deployment] - Re: How do I configure this type of logging????

2006-07-11 Thread askesis
Hi Jaikiran, This still shows *all* output of JBoss in the new file, not just from the package "myPackage" and all the classes in the package. Adding reduces the clutter, but it still shows stuff from JBoss and I only want thing from my MyApplication.ear that are from my myPackage... Vi

[jboss-user] [Installation, Configuration & Deployment] - Re: How do I configure this type of logging????

2006-07-11 Thread askesis
This is what I added: | | | | | Sorry for the inconvenience View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957100#3957100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r