[JBoss-user] [EJB 3.0] - Why so many hibernate.jar files?

2006-01-10 Thread thammoud
I just checked out jboss-404 from cvs and built it. I have noticed that there 
are multiple copies of hibernate.jar (in $server/lib) and in 
($server/deploy/ejb3.deployer). 

Questions:

1) Why does jboss include multiple copies of hibernate?
2) What is the best way to upgrade the hibernate (and related) jar files? 
Should we just wait for JBOSS to include the latest version of hibernate?
3) Should we include the hibernate related jar files in our ear and isolate it?

Any help or pointers on best practices will be greatly appreciated. Thank you.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916683#3916683

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916683


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: startup fails almost immediately with an OutOfMemory

2005-05-23 Thread thammoud
This is a bug in JBOSS and not JDK1.5. See 
http://jira.jboss.com/jira/browse/JBAS-1837 for more details. We encountered 
the same behavior.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3878767#3878767

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878767


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Local MDBs in a cluster

2004-08-13 Thread thammoud
Hello,

We are trying to create a two node cluster. The nodes listen on
a non-JMS external event source (Trades processing) and convert the event to a
local JMS queue. A local MDB, listens on that queue. When the local
message is processed (positions updated), a message is posted to a
topic that is meant for all. I will name that topic, POSITIONS_UPDATED_TOPIC.

In the cluster, we do not want the non-master to publish on the
POSITIONS_UPDATED_TOPIC. This can be done by checking an mbean
property. No problems anticipated here. The issue that we have, is
that the MDBs are only active on one node of the cluster at any one
time.

We want the POSITIONS_UPDATED_TOPIC to failover, which it does. But we
also want the MDBs to be created on both nodes of the cluster. Any
help will be greatly appreciated.

We are using 3.2.5 on Linux.

Thank you very much,

T. Hammoud
Ritchie Capital Management



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3845064#3845064

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845064


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Incomplete Deployment listing:

2004-06-11 Thread thammoud
Hello,

I am trying to set a 2-node cluster. I have a couple of topics defined. I get the 
error below from the 'second server' that boots. The first node never shows the error. 
 I am using 3.2.4 RC2 (CVS build) on Linux.  Why is the destination manager not being 
deployed on the second node thus causing this error ? I have also listed the relevant 
topic definitions.

Thank you. Any help will be greatly appreciated.

Tarek Hammoud

09:52:30,604 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
MBeans waiting for other MBeans:
ObjectName: 
jboss.mq.destination:service=Topic,name=rpmpositionservice/AggregationChangedTopic
 state: CONFIGURED
 I Depend On:  jboss.mq:service=DestinationManager
 jboss.mq:service=SecurityManager

 Depends On Me:
ObjectName: 
jboss.mq.destination:service=Topic,name=rpmpositionservice/PositionsChangedTopic
 state: CONFIGURED
 I Depend On:  jboss.mq:service=DestinationManager
 jboss.mq:service=SecurityManager

 Depends On Me:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.mq:service=DestinationManager
 state: NOTYETINSTALLED
 I Depend On:
 Depends On Me:  
jboss.mq.destination:service=Topic,name=rpmpositionservice/AggregationChangedTopic
 jboss.mq.destination:service=Topic,name=rpmpositionservice/PositionsChangedTopic










  
depends 
optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager
depends optional-attribute-name=SecurityManagerjboss.mq:service=SecurityManager

  



  

  

  
depends 
optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager
depends optional-attribute-name=SecurityManagerjboss.mq:service=SecurityManager


  



  

  


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838488#3838488

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838488


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Calling a MBean from the server side.

2004-04-20 Thread thammoud
This is what we do and it works well for us.

   public static Object getMBean(String name) {
   try {
   ObjectName myBeanContainerName = new ObjectName(name);
   Object myParams[]  = { myBeanContainerName };
   String mySig[] = {javax.management.ObjectName};

   MBeanServer myServer = (MBeanServer) 
MBeanServerFactory.findMBeanServer(null).get(0);

   MBeanEntry myContainerEntry = (MBeanEntry)myServer.invoke(new 
ObjectName(JMImplementation:type=MBeanRegistry),
   get,
   myParams,
   mySig);

   mbean = myContainerEntry.getResourceInstance();

   // Handle XMBeans
   if (mbean instanceof XMBean) {
   XMBean xmBean = (XMBean)mbean;
   mbean = xmBean.getResource();
   }
   return mbean;
   }
   catch(Throwable e) {
   throw new RuntimeException(e);
   }
   } 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3831659#3831659

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831659


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user