[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss try to save an very old entity bean

2005-10-26 Thread ftftft
I forget to mention I use JBoss 4.0.3. It is just a normal entity bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903686#3903686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903686 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss try to save an very old entity bean

2005-10-26 Thread ftftft
Recently, I find an error in my application log. It seems that JBoss try to save a very old bean. 19:30:42,273 INFO [AccountManagerSession] Saved TEST ACCOUNT 1 (15014) account. 19:30:42,280 INFO [AccountDAO] Failed to update TEST ACCOUNT 1 (15014) account: account was retrieved from the datab

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss register Weblogic Topic mini-howto

2004-04-14 Thread ftftft
Download JBoss source code. You will find it. "maxi72" wrote : Thanks, where i find the source : | ./server/src/main/org/jboss/jms/jndi/JBossMQProvider.java and | /server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java | | i'm using Jboss 3.2.3, and i will connect jboss MDB to

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss register Weblogic Topic mini-howto

2004-04-13 Thread ftftft
My solution is not good enough as a patch, but it works. I post it here and hope someone can make it better. 1. write a new WeblogicMQProvider.java. Use source code from ./server/src/main/org/jboss/jms/jndi/JBossMQProvider.java. but change the method getInitialContext() to provide weblogic JN

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS subscribe Weblogic JMS Topic

2004-04-08 Thread ftftft
Finally, I move forward a little bit and get the follow exception. Would you help me figure it out? Thanks a lot. 2004-04-08 16:00:51,204 DEBUG [WeblogicMQProvider] connecting to remote JNDI with props: {java.naming.provider.url=t3://192.168.1.152:80, java.naming.factory.initial=weblogic.jndi.W

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS subscribe Weblogic JMS Topic

2004-04-08 Thread ftftft
Thanks adrian. I believe there is no error message in the console. That is the reason no one post the error message. I find the follow link that provide a sample to link websphere and jboss. http://sourceforge.net/tracker/index.php?func=detail&aid=753022&group_id=22866&atid=376687 but I cannot

[JBoss-user] [Clustering/JBoss] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2004-04-08 Thread ftftft
You are right. I use local reference. Thanks for your reply. "Sacha Labourey" wrote : Country | | local/Country | | True | | Clustered BMP EntityBean | | True | | Do you have only local interfaces or also remote interface (only remote make sense in clustering) | |

[JBoss-user] [Messaging, JMS & JBossMQ] - JBOSS subscribe Weblogic JMS Topic

2004-04-08 Thread ftftft
I want to listen to subscribe weblogic topic from jboss. I see many people ask almost the same question, however, no solution yet. I'm curious to know it is doable or not. If not, I stop trying. The follow is my trial. 1) I follow the FAQ and write a simple WeblogicMQProvider. The deployments s

[JBoss-user] [Clustering/JBoss] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2004-04-08 Thread ftftft
I'm sure the cluster environment works. At least, the load balancing is working. "Sacha Labourey" wrote : What makes you think that your cluster environment works? Are you sure you really have deployed the clustering service? | | Cheers, | | | sacha View the original post : http:/

[JBoss-user] [Clustering/JBoss] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2004-04-07 Thread ftftft
With the warning, it works in my cluster environment. I also tried to insert lines like the follow, but still get the same warning. Clustered BMP EntityBean clustered-entity-rmi-invoker

[JBoss-user] [Clustering/JBoss] - Warning : Deployed as CLUSTERED but not a single cluster

2004-04-07 Thread ftftft
I am using JBoss3.2.3 when i try to deploy CMP entity bean in cluster mode jboss gives warning 'Deployed as CLUSTERED but not a single clustered-invoker is bound to container ' during deployment of all my entity beans. here is the jboss.xml config for my entity bean: Country local/Country Tru