[jboss-user] [EJB 3.0] - Re: @PersistenceContext injection into superclass defined in

2009-05-09 Thread jaikiran
anonymous wrote : |- /lib | |-- objectmodel-client.jar | jar(s) within the lib folder of the EAR are considered plain libraries and not as deployments. So no injection happens in them. You might want to move that objectmodel-client.jar outside the lib folder to the root of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss 4.0.4.GA JavaService and Farm Deployment

2009-05-09 Thread minchu.jboss
Currently we are using the following script to register the Jboss4.23GA-1.6JDK as windows service. However we could able to do it, but when we try to start it, we are getting the error saying Could not load JVM but we are having the C:\Root\foundationlib\JDK\jre\bin\server\jvm.dll specified and

[jboss-user] [JBoss jBPM] - could not load the delegation class

2009-05-09 Thread dthunderblade
I am getting this error when i start the process. It breaks out on the first step, when i hit the transition. Error completing task: An exception of type org.jbpm.graph.def.DelegationException was thrown. | | The message is: could not load delegation class '' | | | | |

[jboss-user] [JBoss Messaging] - Re: Example how to use LoadBalancingFactory

2009-05-09 Thread timfox
maxogm wrote : Hi, | did anyone has some example how to use LoadBalancingFactory... | Thanks http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.3.GA/html_single/index.html#conf.connectionfactory.attributes.loadbalancingfactory View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: New patch release on 1.4.1

2009-05-09 Thread mjrother
What are the jgroup version dependencies for this version? We are running AS 4.2.3.GA which has 1.4.1SP9. Can I switch to the latest version ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229850#4229850 Reply to the post :

[jboss-user] [JBoss jBPM] - Relation Between Identity and Taskmanagement Components

2009-05-09 Thread nasoudeh
Dear All, I have faced some problems in discovering the relation between taskmanagement and the identity component : 1. Is the Actor in the taskmanagement literature the same as User in identity literature? 2. What is the relationship between Swimlane, PooledActor and Group? Thanks! View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - JavaService.exe to regsiter the jboss as windows service

2009-05-09 Thread minchu.jboss
Currently we are using the following script to register the Jboss4.23GA-1.6JDK as windows service. However we could able to do it, but when we try to start it, we are getting the error saying Could not load JVM but we are having the C:\Root\foundationlib\JDK\jre\bin\server\jvm.dll specified and

[jboss-user] [JBoss Portal] - Re: integrate alfresco and jboss portal

2009-05-09 Thread rivetlogic
Hi, You could also try Rivet Logic's latest rivet AWPr (Alfresco Web script Portlet rivet). It's a light weight JSR-168 portlet that can be used to expose remote Alfresco Web scripts including ones that require authentication. You can learn more about it on our forge:

[jboss-user] [Javassist user questions] - Java 1.5 Generics

2009-05-09 Thread NunoRamiro
Hello, I am currently using Javassist and so far it has been great, thanks for the amazing job. My problem is that I have been trying to get the generic type of a class, I only need to be able to know which generic class a bytecode has, so that I can later get the CtClass and check some

[jboss-user] [JNDI/Naming/Network] - distributed application

2009-05-09 Thread vphagura
I am deploying an EAR on JBoss 5 on one (Windows) machine 172.12.4.100 and a WAR on another machine(Linux) with Jboss 4.2.3. The EAR and the WAR names are: - reservation.ear - reservation.war Also, I have a jndi.properties in the WEB-INF/classes and looks like:

[jboss-user] [EJB 3.0] - Distributed application

2009-05-09 Thread vphagura
I have to deploy a WAR called as reservation.war and an EAR called as reservation.ear on two jboss on two different machines. The java classes in the WAR, on one machine, accesses EJB3 remotely in the EAR on the other machine. And, also it need to access the EntityBeans as they are the value

[jboss-user] [JBoss jBPM] - How to test jBPM 4 (out of the box?)

2009-05-09 Thread Miketrix
Hi, I've been trying for days to get jBPM 4 (Beta 1) working, however I'm not sure where I should really start. I've installed JBOSS 5 and latest Eclipse, tried to follow user guide (setup IDE, compile example project) however the latest jBPM package seems to be missing an important file

[jboss-user] [JBoss Getting Started Documentation] - can't find org.jboss.util.ChapterExRepository

2009-05-09 Thread iunadi
Hi, anybody can tell which jar file contains org.jboss.util.ChapterExRepository? and where I can get the jar file from? Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229867#4229867 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @PersistenceContext injection into superclass defined in

2009-05-09 Thread bcowdery
I tried that as well, although i had the objectmodel-client.jar marked as an EJB module in the application.xml (maybe a java module would be more appropriate?). I'll give it another try and let you know how it goes. View the original post :

[jboss-user] [EJB 3.0] - Re: Persistence context propagation on remote calls

2009-05-09 Thread skajotde
To simulate remote behaviour you can put remote interfaces in additional ear and configure isolation for this ear (default is local). I found additional situation: attribute mappedName, it is a pity that semantics of global name resource (global in some context) is not standardised. View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.2.3 errors

2009-05-09 Thread PeterJ
If you have 32-bit OS and/or are running a 32-bit JVM, you can use at most around 1.7GB for both the max heap size plus max permgen. The actual maximum depends on the OS, and the version of the OS. See this: http://www.jboss.org/index.html?module=bbop=viewtopict=154475 View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JavaService.exe to regsiter the jboss as windows service

2009-05-09 Thread PeterJ
JavaService places the parameters into the registry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XXX\Parameters, where XXX is the service name. Could you post those registry entries (in regedit, export that key to a *.reg file and post it). View the original post :

[jboss-user] [JBoss Getting Started Documentation] - Re: can't find org.jboss.util.ChapterExRepository

2009-05-09 Thread PeterJ
Neither JBoss AS 4.2.3 nor 5.0.1 contains that class. Which JBoss AS are you using? Or do you mean another JBoss-branded product (other than JBoss AS)? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229874#4229874 Reply to the post :