Using JBoss 4.2.1 with JBoss Messaging 1.3.0.GA
We have two clusters with two nodes each (each node of a cluster is on a
separate machine). I am trying to send a JMS message (to a topic) from a node
in one cluster to nodes in the other cluster. The jms message is sent from an
ejb which creates
I have two different clusters setup. There are 4 nodes in the clusters (2 per
cluster) that are spread across two machines. So on each machine there are two
nodes each in a different cluster. Each of the node in each cluster has a
unique ServerPeerID. Also looking at the PostOffice JMX Bean on n
And I am setting the user for the new permissions and it does persist the new
permissions. The only issue is with permissions that were in the old set but
not there in the new set of permissions. Do I have delete those explicitly or
the container can be smart enough to replace the old set of per
I am not using merge as I am doing a find on the user first and then setting
the new set of permissions on the user.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078376#4078376
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
|
| [java] 13:19:35,691 INFO [ServiceConfigurator] Problem configuring
service
| jboss.cache:service=TestTreeCache
| [java] org.jboss.deployment.DeploymentException: Exception setting
attribut
| e [EMAIL PROTECTED] on mbean jboss.cache:service=TestTreeCache;
| - nested
Now I am using local-eviction-cacheloader-service.xml from etc/META-INF but
getting the same error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| jboss:service=Naming
| jboss:service=TransactionManager
|
|
| org.jbo
Is it possible to use JBossCache with JBoss AS 4.2.1?
As per JBoss Cache 2.0.0 docs somethings may not work as quoted below:
anonymous wrote : It is possible to deploy a JBoss Cache 2.0 instance in JBoss
AS 4.x (at least in 4.2.0.GA; other AS releases are completely untested).
However, the sig
I have two entites User and Permissions with one to many relationship as below.
In UserEntity ejb I have this code:
@OneToMany(mappedBy = "user", cascade = {CascadeType.PERSIST,
CascadeType.MERGE})
| public List getPermissions() {
| return this.permissions;
| }
|
And on
Thanks. I should have first looked there before posting. Anyhow I got this
working by adding the dependency (shown below) on the ejb module that has the
EJB called by the startup class.
|
|
|
|
jboss.j2ee:module=systemEJB.jar,service=EJB3
|
|
I have written a startup class that needs to execute only after the server has
completely started. I am currently invoking this from startService() method and
this class needs to get a handle to the EJB. But looks this call is made
before the server has completely started and it just hangs ther
I have a MDB with ejb3 annotations that gives the following error during JBoss
startup.
anonymous wrote :
| Reason: java.lang.RuntimeException: An exception occurred initialising
interceptors for class com.acme.ActionEventMessageEJB.onMessage
|
This is the case when the MDB exten
I have a MDB with ejb3 annotations that gives the following error during JBoss
startup.
Reason: java.lang.RuntimeException: An exception occurred initialising
interceptors for class com.acme.ActionEventMessageEJB.onMessage
This is the case when the MDB extends from an abstract base class that
Some more information on the error. I am not sure if it is service name
conflict issue as I mentioned in my previous message. The whole error is:
| 09:47:56,908 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
|
| --- MBeans waiting for other MBeans ---
| ObjectName: jboss.mes
I am setting up the cluster of two nodes on windows XP but having problems
starting up even a single node. I have taken the base server/all configuration
as the starting point and adding on my application specific configuration to
it. I have also added JBoss messaging (1.2.0 GA) to it (instead
I am trying to setup JBoss cluster with two nodes on a single windows XP
machine. I have two configurations node1 and node2. I am following the document
at http://docs.jboss.com/jbossas/guides/clusteringguide/r2/en/html_single/ to
set up the cluster. This document (section 1.5.4) refers to updat
I have fixed this problem. The problem was that I was not following the naming
convention for MBeans. If the service class name is TaskTimersStartupService
then the Mbean interface must be named TaskTimersStartupServiceMBean. This
information does not seem to be well documented. I hope this hel
I am trying to deploy a simple start up class at JBoss startup time and it
keeps giving the following error:
[java] Caused by: java.lang.ClassNotFoundException: No ClassLoaders found
for: com.acme.common.business.taskmanagement.TaskTimerStartup
| [java] at
org.jboss.mx.loading.
You are right, we just upgrade to Intellij 6 and it does have that feature. I
did give it a run (in preview mode) and it seems to keep the old ejbjen tags
around which should hopefully be not a problem. I am planning to apply this on
a simple session bean and deploy it in Jboss.
Has anybody
We are planning to port our web app currently deployed on weblogic 8.x to jboss
and we have quite a lot session and entity beans to be ported to ejb3 spec.
Does the jboss app server (4.x or upcoming 5.0) provide utilities/scripts (or
ide plugins) to migrate ejb2 based session and entity beans (
19 matches
Mail list logo