[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Iintegrate Hibernate 3.1.3 in JBoss 4.0.3 SP1

2006-03-28 Thread ccaprar
I found the answer in this document: http://docs.jboss.org/ejb3/app-server/tutorial/installing.html We are now running with Hibernate 3.1.2 and will try to see whether we can run with 3.1.3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933057#3933057 Repl

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Iintegrate Hibernate 3.1.3 in JBoss 4.0.3 SP1

2006-03-27 Thread ccaprar
Hi all, Is there a way to integrate Hibernate 3.1.3 in JBoss 4.0.3 SP1? If we try to deploy a test application from Hibernate in JBoss, we get errors about unknown EJB3 persistece classes (DiscriminatorValue). If we update the EJB3 persistence JAR, we get a new problem that Jboss calls a class

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS with DB2

2005-10-24 Thread ccaprar
Also, do not forget to set the schema in your datasource, in case you use the same db2 user to connect to multiple schemas. This is something missing from the db2 datasource examples and can be located also only on the forum :( View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JCA/JBoss] - Re: How can we tell JBoss, which database schema it should u

2005-10-24 Thread ccaprar
Can someone add this set schema stuff to the DB2 datasource template (or in Wiki)? I could not find it there, only here on the forum :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903009#3903009 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Installation, Configuration & Deployment] - Re: Understanding HA-JNDI... What am I missing?

2005-09-21 Thread ccaprar
Which is the server you start first? Also, in case you ask in HAJNDI, it will lookup first in the HA tree (where there is no datasource), then it will look in the local tree of the node where the HAJNDI service is running (and this should give you the datasource of server 1 in case that is the

[JBoss-user] [Clustering/JBoss] - Re: deploy-hasingleton broken on 4.0.2??

2005-09-21 Thread ccaprar
Are the services you want to deploy in HA available on all nodes? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895996#3895996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895996 ---

[JBoss-user] [Clustering/JBoss] - Re: Is it possible to Cluster App Servers on different subne

2005-09-21 Thread ccaprar
I asume your network routers will have to pass the IP multicast traffic from one subnet to the other in order to let JGroups work. Or you can use unicast packets, but that will increase your traffic. Anyone knows more? We are also interested in this possibility. View the original post : http:/

[JBoss-user] [Clustering/JBoss] - Re: Queues not deploying on server with custom partition nam

2005-09-21 Thread ccaprar
Did you deployed all JMS stuff in all your cluster nodes only in some of them? if you deployed the JMS stuff in all nodes, did you configured all JMS in the same way in all nodes? Thanks, Cristi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895993#3895993

[JBoss-user] [Clustering/JBoss] - Re: Anyone seen this before?

2005-08-22 Thread ccaprar
I am just having the same problem. Checked the logs of one of the cluster nodes (where we have some active HA services) and it is full of the message: 15:06:05,687 ERROR [UDP] exception=java.net.SocketException: The message is larger than the maximum supported by the underlying transport: Datagr

[JBoss-user] [Installation & Configuration] - Re: deployer bug?

2005-05-05 Thread ccaprar
We renamed the package to adapterdeployer, the same error. In the end we named it adapterinstaller, this works fine now. So is this a bug or a feature? Can we read more about this well known suffix somewhere in the JBoss documentation? Thanks a lot, Cristi View the original post : http://www.

[JBoss-user] [Installation & Configuration] - deployer bug?

2005-05-05 Thread ccaprar
Hi all, We have turned our heads around for a few hours now to find out why our SAR refuses to deploy. Here is what happens: - We have a myapp.sar in the deploy folder of JBoss 4, with some jar files in it, and the correct META-INF stuff; everything is greate and runs fine - Now we wanted to exp