[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-04 Thread manik.surt...@jboss.com
Are you binding this to a HA-JNDI instance? There would be little value in that... you do want to bind to local JNDI. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235177#4235177 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-04 Thread mircea.markus
anonymous wrote : So my question is : is it possible to bind the cache to the jndi. If it not the case, how can i share it between several webapps or application. If you're using the cache in replicated mode, the way to do it is by creating a replicated cache instance in each JVM that needs to

[jboss-user] [JBoss Tools (users)] - rev eng Editor : filter table :

2009-06-04 Thread krasig
Can you tell me how to remove all this items in table filter? http://screencast.com/t/gRQ8VjEnk0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235182#4235182 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235182 _

[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-04 Thread manik.surt...@jboss.com
@Mircea - you should be able to bind to JNDI. This is useful not only for local mode, but even clustered modes where you want to share 1 cache instance across several webapps/enterprise apps in the same container. @gsoing - however, there is no point in putting the cache in a HA-JNDI server si

[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-04 Thread mircea.markus
anonymous wrote : @Mircea - you should be able to bind to JNDI. This is useful not only for local mode, but even clustered modes where you want to share 1 cache instance across several webapps/enterprise apps in the same container. You can't put it in JNDI as the CacheInvocationDelegate is not s

[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-04 Thread manik.surt...@jboss.com
That stack trace should only be for HA-JNDI. Local JNDI should not try and serialize anything (unless I am mistaken). Re: clustered caches, there should be no issue with serialization/deserialization as JNDI should not require this. View the original post : http://www.jboss.org/index.html?mod

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with CMP

2009-06-04 Thread justkeys
I think it all depends on the transaction attributes. You have to make sure that the fetching and modification of the entity happen within the same transaction, by annotating the outer ejb with | @TransactionAttribute(javax.ejb.TransactionAttributeType.REQUIRED) | View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with CMP

2009-06-04 Thread vink
Hello Dieter, I think, we don't need to specify this attribute explicitly; it is by default. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235196#4235196 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235196 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-06-04 Thread dickson1888
Thanks Peter. I install jxplorer and can browse the ldap server; get the my DN as below. And list the ldap auth config as below. I still get 403 error code. Peter, please help to point out what's wrong. Thanks. DN: uid=dickson,ou=people,o=my.com lo

[jboss-user] [JBoss Messaging] - How to schedule messages?

2009-06-04 Thread shrimad
I wish to configure scheduler or timer to automatically post messages to some topic every n seconds. How can I do that? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235201#4235201 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-04 Thread gsoing
Hi, I want my cache shared between several application on the same jboss. And I need this cache to be replicate between different JVM. @manik I do not use HAJNDI but local JNDI and I still have the NotSerializableException, I think the two service have the same interface for compatibility purp

[jboss-user] [JBoss Messaging] - OrderingGroup and Transaction Rollback

2009-06-04 Thread mclu
Hi! I just tested the new function ordering group of 1.4.4.GA because I want to replace my own ordering keeper implementation. But What I see is that is does not work with transaction rolled back: What I have done: I add 4 Messages: | Connection connection = getConnection(); | Session sess

[jboss-user] [JBoss jBPM] - JBPM4 - Question about ProcessElementImpl.WireProperties

2009-06-04 Thread galanfish
hi, all! can anyone tell me exactly when should the methods addProperty(Descriptor) & getProperty(Descriptor) be used? and what in what scene are they suppose to be used? I can not find any ref with these methods in the jbpm4 project thx in advanced! View the original post : http://www.jboss.or

[jboss-user] [JBoss Messaging] - Re: How to schedule messages?

2009-06-04 Thread gaohoward
I think you can do it in your application. JBM 1.4 doesn't provide such utility. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235211#4235211 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235211 _

[jboss-user] [JBoss Messaging] - Re: OrderingGroup and Transaction Rollback

2009-06-04 Thread gaohoward
Hi, I'll take a look. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235214#4235214 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235214 ___ jboss-user mailing list

[jboss-user] [Remoting] - JBR-Socket

2009-06-04 Thread ruperty
Hi, I am trying to develop socket listener adapter that uses the MLLP envelope to accept connections and messages from external, non-jboss, systems. I have tried the jbr-socket gateway but this seems to expect a specific envelope. Is there a way of configuring the envelope? Or do I need to bui

[jboss-user] [JNDI/Naming/Network] - [color=red]Error in Local JNDI Look up Jboss 5.1[/color]

2009-06-04 Thread shibint
Hi , For Local JNDI Look up i am getting this error, if i am using remote JNDI Look up no errors. I want to migrate application in jboss 4 to jboss 5.1. Ejb used 2.1 specification . Same way 3 errors shown in the stack trace . ejb-jar - WarennummerBean WarennummerBean

[jboss-user] [JBoss Tools (users)] - Seam Web Project test does not work in Java 6

2009-06-04 Thread benjfayle
When I create a simple project using the New->Seam Web Project wizard in Eclipse the code that is generated provides a test suite. If I create a simple test suite it will run under Java 1.5 but not 1.6. It appears to be a problem with the embedded JBoss. Does anyone know a workaround? Under Ja

[jboss-user] [Javassist user questions] - Re: Using Javassist inside Mojo

2009-06-04 Thread chiba
Have you checked the ClassPool object can access BeforeMethod? Please try: method.getDeclaringClass().getClassPool().get("org.testng...BeforeMethod") If this returns null, the ClassPool does not know how to obtain the class file. Maybe the appended class path is wrong. Otherwise, something I

[jboss-user] [JBoss jBPM] - JBPM: Sub Process

2009-06-04 Thread miggfried
Hi, i do not understand how to define sub processes. in JBPM My eample here is very simple. First is here my subprocess and here the main process which should be invoked the subProcess

[jboss-user] [Advanced Documentation] - how to cinfigure one cluster with 2 machines

2009-06-04 Thread tinico
Hi, i have 2 linux machines, and i want to install jboss as a cluster using the 2 machines in each machine i have 1 node (configuration) can you help me please and tell me how can we install and configure a cluster with 2 machines Thanks View the original post : http://www.jboss.org/index.h

[jboss-user] [JBoss jBPM] - Re: How to get TaskInstance in a ActionHandler

2009-06-04 Thread kukeltje
New questions in new topics please with correct subjects so everything is relevant View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235227#4235227 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235227 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-04 Thread mircea.markus
anonymous wrote : I don't see what you mean by handler. a org.jboss.cache.Cache instance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235218#4235218 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235218

[jboss-user] [JBoss jBPM] - Re: JBPM: Sub Process

2009-06-04 Thread kukeltje
Please use some form of search functionality before posting like google or the sear of this forum Hint: probably has something to do with the deployment order View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235230#4235230 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: jbpm_node table missing data

2009-06-04 Thread kukeltje
What is creating new nodes and how do you do that View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235236#4235236 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235236 ___ jboss

[jboss-user] [Management, JMX/JBoss] - Re: Receiving notification from other MBeans

2009-06-04 Thread dimit...@jboss.org
Your subscription list is wrong, so try an mbean descriptor like this: | | Hello World | | | | | | | | | | | | | Your StartupClass does not emit any custom notification to show in your list

[jboss-user] [Management, JMX/JBoss] - Re: Receiving notification from other MBeans

2009-06-04 Thread dimit...@jboss.org
Also the 'server' tag is at the wrong place. It should appear in the top. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235246#4235246 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235246 _

[jboss-user] [Performance Tuning] - VPS config tips

2009-06-04 Thread mgvarley
Dear all - I am preparing to migrate my app (seam, mysql) after a long period of development onto production servers. I am renting a dedicated Centos server with an Intel Q660 chipset and 8gb memory. I want to be able to maximise performance whilst leaving the door open for future growth (i.e.

[jboss-user] [JBoss Messaging] - Re: How to schedule messages?

2009-06-04 Thread shrimad
"gaohoward" wrote : JBM 1.4 doesn't provide such utility. Ah, ok (( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235247#4235247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235247 ___

[jboss-user] [JBoss Portal] - Portlet Events

2009-06-04 Thread dorothy
Hi All I recently created two portlets that can share an object using JSR 286 events. One of the portlets is a source and the other is the target. But what I have observed is that the eventing works fine only when the portlets are deployed on the same page and not when they are placed on differ

[jboss-user] [JBoss Tools (users)] - Re: Seam Web Project test does not work in Java 6

2009-06-04 Thread benjfayle
I figured it out after some serious nastiness. You need to add the following Java vm argument to get the embedded JBoss to run correctly under Java 1.6. -Dsun.lang.ClassLoader.allowArraySyntax=true Chapter 40 in the Seam reference guide. View the original post : http://www.jboss.org/index.ht

[jboss-user] [JBoss Messaging] - Re: How to schedule messages?

2009-06-04 Thread shrimad
Hooray!!! Made it! )) | | | | | | jboss.monitor.herethename | ping! | 10sec | | jboss.monitor:name=HereTheName,type=Timer | | | | | | | | | | | beanshell |

[jboss-user] [JBoss jBPM] - Re: jBPM timer's Action getting locked

2009-06-04 Thread kukeltje
please make a unittest like this that demonstrates the problem. with your action as an inner class as in the example. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235268#4235268 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss jBPM] - Problem deploying JBPM4.0.0.Beta2 on JBOSS 5.0.1.GA

2009-06-04 Thread dabster2000
I trying to deploy a jbpm example on a clean and newly downloaded JBoss 5.0.1.GA but are having classloader problems. My goal is to create an enterprise project which can be deployed on servers other than JBoss - which is why I'm not interested in installing JBPM on the JBoss server and why I'm

[jboss-user] [JBoss jBPM] - How to end TaskInstance in a ActionHandler

2009-06-04 Thread freak182
Hello, I get the TaskInstance in ActionHandler like this: | final Collection tasks = context.getTaskMgmtInstance().getTaskInstances(); | | for(TaskInstance inst : tasks){ | inst.end(); | } | also i try this | final Collection tasks = conte

[jboss-user] [JBoss jBPM] - Re: How to end TaskInstance in a ActionHandler

2009-06-04 Thread kukeltje
normally, if you specify a transition on a timer, the node is 'left' and that task automatically ended. So doing this in an actionhandler is not needed nor advised (at least not in a tasknode) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235295#4235295 Rep

[jboss-user] [JBoss Messaging] - Re: How to Intercep a client close on the server side

2009-06-04 Thread slimamar
Hi Jay, >> My last option is to do runtime weaving and use an aroundinvoke around >> handleConnectionException in the SimpleConnectionManager We are very interested by this feature. If you have a solution, can you tell us how to do this. Thanks in advance. Slimane. JBM 1.4.1.GA JBAS 5.0.0.GA

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re:

2009-06-04 Thread Wolfgang Knauf
Hi, please describe what you are doing. What is the class "com.starview.support.startup.Startup" used for? Is it a servlet or a JMX bean? Or is it a standalone application client? Do you have a file "jndi.properties" in your app? If yes: you don't need it if the app is running in the server, b

[jboss-user] [JBoss jBPM] - Re: Problem deploying JBPM4.0.0.Beta2 on JBOSS 5.0.1.GA

2009-06-04 Thread kukeltje
where does spring come in? any chance you have multiple jBPM jars? Looks like a classloader problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235298#4235298 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235298 __

[jboss-user] [JBoss jBPM] - Re: jBPM 4 ProcessFactory/ProcessBuilder not found

2009-06-04 Thread kukeltje
what are you trying to achieve with alpha 2? Please try beta2 and the latest userguide and /or devguide. Depending on what you want to achieve, could be that you want to use the ProcessDefinitionBuilder View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235302

[jboss-user] [JBoss jBPM] - Re: Problem deploying JBPM4.0.0.Beta2 on JBOSS 5.0.1.GA

2009-06-04 Thread dabster2000
I use Spring Web Services in the WAR file, but I do not use Spring for injection or anything else regarding JBPM. I agree it looks like a classloader problem and I've checked many times if I have more than one JBPM in my classpath. I have not included more than one myself and I do not believe t

[jboss-user] [JBoss jBPM] - Re: jBPM timer's Action getting locked

2009-06-04 Thread swatis
try to reduce the time to seconds. like 2 seconds then you dont have to for long time... and now check whether action gets executed after 2 seconds. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235305#4235305 Reply to the post : http://www.jboss.org/index.

[jboss-user] [Javassist user questions] - Re: Using Javassist inside Mojo

2009-06-04 Thread ad-rocha
Thanks for your reply Chiba. I added this chek just before calling getAnnotations() and the class was found: | try { |CtClass c = method.getDeclaringClass().getClassPool().get("org.testng.annotations.BeforeMethod"); |System.out.println("FOUND: " + c); | } catch (NotFoundExc

[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-04 Thread gsoing
For the moment I have find a solution ... I use a wrapper for my cache which is Serializable with the cache as transiant attribute. I know it's not the best solution, if anyone has a better idea, he will be welcome. Regards -- Guillaume View the original post : http://www.jboss.org/index.html

[jboss-user] [JBoss Portal] - Re: Developing custom themes for jboss portal

2009-06-04 Thread ariel_red
I have done some simply work.I can share it.I create WAR file with these contents: 1. a directory called images with some pictures in it. 2. a directory called WEB-INF with two files,portal- themes.xml and web.xml in it. 3. a file called my_style.css. The content of portal-themes.xml i

[jboss-user] [JBoss Tools (users)] - Re: Resource messages not displayed in JBoss Tools Visual Ed

2009-06-04 Thread tdtappe
src/main/resources (that's where my messages.properties resides) is already added as a source folder. --Heiko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235316#4235316 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - Several ProcessInstance version in the same application

2009-06-04 Thread jc7442
Hi, I want to use several ProcessInstance in the same application. I use the Execution service to start my process instance executionService.startProcessInstanceByKey("myProcess"); According to the javadoc in starts the ProcessInstance according to the latest version of the process definition.

[jboss-user] [JBoss jBPM] - Re: jBPM timer's Action getting locked

2009-06-04 Thread swatis
hmm yes this definitely wont solve the problem but we can get the cause of error View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235323#4235323 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235323 __

[jboss-user] [JBoss jBPM] - Re: jBPM timer's Action getting locked

2009-06-04 Thread kukeltje
For testing that is good, but I cannot imagine that reducing it to 2 seconds solves the underlying problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235320#4235320 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42

[jboss-user] [JBoss jBPM] - how generate image for a process definitions file in jpdl4 d

2009-06-04 Thread maruthi.sura
Hi, I am new to jbpm and we started R & D no jbpm4 beta version currently.i have requirement that i need to show the user by highlight the active state of the process . but am unable to generate or find a image for a process definitions. we previously used jbpm3.1.1 in which we are able to ge

[jboss-user] [Beginners Corner] - modalPanel

2009-06-04 Thread flavor rose
Hi, I'm new to richfaces and kind of stuck and hoping someone here could help me. :) I have a modalPanel that has two commandLink, and when you click on one of the commandLinks the text should change. Is it possible to do this in a modalPanel and which component can I use for this? | |

[jboss-user] [JBoss jBPM] - Re: Problem deploying JBPM4.0.0.Beta2 on JBOSS 5.0.1.GA

2009-06-04 Thread kukeltje
could you turn on the trace level of org.jbpm.pvm.util.ReflectUtil and org.jbpm.jpdl.xml.BindingParser to see what the output is? Did you upgrade from a previous version that *did* work? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235338#4235338 Reply to

[jboss-user] [JBoss jBPM] - jBpm 4 - How to obtain active tasks for process instance?

2009-06-04 Thread maruniom
jBpm 4 - How to obtain active tasks for process instance? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235341#4235341 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235341 _

[jboss-user] [EJB 3.0] - Re: EJB3 unit tests, how?

2009-06-04 Thread fatbatman
Hi Wolf x2 :) Wolfc, where can I find the rest of the code you posted, you're using some functions... James View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235351#4235351 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: jBPM timer's Action getting locked

2009-06-04 Thread sumit.jbpm
Thanks for you responses, I will surely try out the suggestions and share accross the results. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235362#4235362 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235362 ___

[jboss-user] [JBoss Tools (users)] - Re: how to assign seam project from SVN

2009-06-04 Thread max.ander...@jboss.com
I'm sorry but I still don't understand what you mean by "it always can't run in local server" ? what local server ? what does 'can't run' mean ? Any errors ? What is it you are trying to run ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235363#4235363 Re

[jboss-user] [Performance Tuning] - Re: jboss Web-Console Memory

2009-06-04 Thread rasa
"PeterJ" wrote : You can find out what the app server is doing at any point in time by taking a thread dump and examining the stack trace for each thread. | In my system thread dump is not possible. Because i have configured my log using log4j. So as per old conversation it is not possible to

[jboss-user] [JBoss Tools (users)] - Re: rev eng Editor : filter table :

2009-06-04 Thread max.ander...@jboss.com
these should not be there... What is your dialect set to ? what is your schema set to ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235367#4235367 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235367 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: all my richfaces imports all of a sudden underlined in r

2009-06-04 Thread Wolfgang Knauf
Hi, where are your richfaces/facelet jars placed? Are they in WEB-INF\lib of your current project, or somewhere in the server? Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235369#4235369 Reply to the post : http://www.jboss.org/in

[jboss-user] [JBoss Tools (users)] - Re: rev eng Editor : filter table :

2009-06-04 Thread krasig
DB Oracle 10.2.0.1.0 org.hibernate.dialect.Oracle10gDialect | MySchema View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235370#4235370 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235370 _

[jboss-user] [JBoss Messaging] - Re: OrderingGroup and Transaction Rollback

2009-06-04 Thread gaohoward
Hi, If you roll back the transaction, the message will be redelivered. the second message will not be delivered until the first message is consumed (committed in a Tx or just acknowledged). Can you show me the code doing the rollback ? Thanks. View the original post : http://www.jboss.org/

[jboss-user] [JBoss jBPM] - Re: JBPM: Sub Process

2009-06-04 Thread miggfried
Sorry, i try to search in google, but there is nothing to find about sub processes in JBPM in the world wide web. If i set the attribute binding to late, it works. But it works not, if these attribute binding is not set. I have installed a new jboss 4.2.1, a new JBPM 3.2.6 SP1 i deploy first

[jboss-user] [JBoss jBPM] - Re: JBPM: Sub Process

2009-06-04 Thread kukeltje
Nothing in google? http://www.google.nl/search?q=jbpm+subprocess+deployment+null The *first* hit mentiones all!!! even the binding=late I would be very surprised if it is a (re-introduced) bug since there are lots of testcases for this and many users using 3.2.6SP1 and nobody seems to have th

[jboss-user] [JBossWS] - Manual install into JBoss 4.2.3.GA

2009-06-04 Thread pgmjsd
Hello all, I was wondering if there is some documentation on how to install JBossWS into JBoss 4.2.3.GA manually. If not, I suppose I could invoke the ANT installer from my existing ANT 'jboss setup' task, but that might be a lot of work. So, I just wanted to make sure before going down that

[jboss-user] [EJB 3.0] - Re: EJB3 unit tests, how?

2009-06-04 Thread wolfc
You can find the latest stuff here: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/embedded/ You may want to checkout all of trunk and build it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235397#4235397 Reply to the post : http://www.jboss.o

[jboss-user] [JBoss jBPM] - Re: jBpm 4 - How to obtain active tasks for process instance

2009-06-04 Thread kukeltje
https://jira.jboss.org/jira/browse/JBPM-2305 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235398#4235398 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235398 ___ jboss-user

[jboss-user] [Javassist user questions] - Re: Using Javassist inside Mojo

2009-06-04 Thread chiba
OK, the problem is that the context class loader obtained by: Thread.currentThread().getContextClassLoader() could not find org.testng...BeforeMethod. So you must add testng-5.8-jdk15.jar to the class path of the context class loader. Otherwise, you can add that jar file to the class path of t

[jboss-user] [JBoss Messaging] - JBM Tables

2009-06-04 Thread sisidoro
Hi, Can someone tell me what is the STATE column in the JBM_MSG_REF table? Where I can find more information about the JBM tables? Thanks -- Sonia View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235401#4235401 Reply to the post : http://www.jboss.org/index.h

[jboss-user] [EJB 3.0] - Re: Variable argument list in session bean method causes NoS

2009-06-04 Thread jaikiran
"ablevine1" wrote : however when we call it from within our jboss server process, using either the local or remote session bean interface, we get the exception mentioned in the previous post. I would also like to note that we do not use dependency injection but rather use JNDI lookups to get re

[jboss-user] [JBoss Messaging] - Topic hierarchy support in JBM 2.0 ?

2009-06-04 Thread gjeudy
Hi, I see this JIRA: https://jira.jboss.org/jira/browse/JBMESSAGING-523 as Closed which points out implementation of topic hierarchy support. What is the status on this? I see the JIRA says it's implemented in JBM 2.0 Beta but I only see JBM 2.0 alpha released. What is the release schedule for

[jboss-user] [JBoss Portal] - Clustering issue in Jboss Portal 2.6.2

2009-06-04 Thread rinku05
I am trying clustering on Jboss Portal 2.6.2 with AS 4.0.5 and Apache mod_jk as load balancer. One instance is running on Physical machine and other on Virtual Machine. When starting the server, these are not able to see each other and forming to seperate clusters. I was able to set the cluste

[jboss-user] [JBoss jBPM] - Re: JBPM: Sub Process

2009-06-04 Thread miggfried
I am also very surprised. i am waiting many minutes between the two deployments. I am doing the deployment with the tab 'Deployment' of the GPD in Eclipse. I get the message, that deployment was successful. Then i create in the jsf administration console a new process instance of the main proc

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: all my richfaces imports all of a sudden underlined in r

2009-06-04 Thread Meghiddo
I had been messing around with JAR setup. I went ahead and made a new project though and it is better set up than this one was so Im just going to use that anyway, thanks for the reply though. It seems things are working better now that I put them all in the lib folder View the original post :

[jboss-user] [JBoss Messaging] - Re: Topic hierarchy support in JBM 2.0 ?

2009-06-04 Thread ataylor
the JBM 2.0 Beta release is imminent, any time now. You can always build it from svn trunk if you need it now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235416#4235416 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - Re: how generate image for a process definitions file in jpd

2009-06-04 Thread kukeltje
jBPM uses an issue registration system called Jira, you might have heard of it. Looking there before posting is a good habit: https://jira.jboss.org/jira/browse/GPD-320 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235418#4235418 Reply to the post : http:/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-06-04 Thread yhovart
Hi, I'm getting similar problems running JBoss 5.1.0-GA as a service on Windows using service.bat : service.bat install works fine service.bat start does not I've tried with the jbosssvs.exe file attached to the JIRA. Here is the run.log i get running on my developement computer: | Starti

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-06-04 Thread yhovart
I've read a few post on forums saying the OutOfMemory may be misleading... If anyone got an idea, thx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235423#4235423 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235423

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-06-04 Thread jaikiran
anonymous wrote : JAVA_HOME is not set. Unexpected results may occur. | You haven't set the JAVA_HOME environment variable. Set it to point to a valid JDK (1.5). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235426#4235426 Reply to the post : http://w

[jboss-user] [JBoss Tools (users)] - Re: Resource messages not displayed in JBoss Tools Visual Ed

2009-06-04 Thread yradtsevich
What is the content of your page? Where is it located? Does it use templates? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235433#4235433 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235433 _

[jboss-user] [Advanced Documentation] - Re: how to cinfigure one cluster with 2 machines

2009-06-04 Thread PeterJ
https://www.jboss.org/community/wiki/JBossAS5ClusteringGuide View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235437#4235437 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235437 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss Production mode

2009-06-04 Thread wzkl52
Hi, I am having some troubles with JBoss 5, when I deploy the same applications by 3 or 4 times my vfs which contains 5Gb is going to 90%. I am starting my Jboss by running ./run.sh 0.0.0.0 I dont think this is right for development, but How can I start JBoss as production mode? I think on pr

[jboss-user] [JBoss Messaging] - Re: JBM Tables

2009-06-04 Thread gaohoward
Hi, it's an internal flag used for handling message persistence management. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235440#4235440 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235440 ___

[jboss-user] [JBoss Messaging] - Re: JBM Tables

2009-06-04 Thread sisidoro
Thanks. One more thing, can you tell me the meaning of all states, 'C', '+' and '-'? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235443#4235443 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235443 _

[jboss-user] [Clustering/JBoss] - How to add a clustering node?

2009-06-04 Thread Allen_Lei
Hi, I have a worker.properties define like this: worker.list=loadbalancer,status | | # Define Node 1 | worker.node1.port=8009 | worker.node1.host=192.168.0.101 | worker.node1.type=ajp13 | worker.node1.lbfactor=1 | | # Define Node 2 | worker.node2.port=8009 | worker.node2.host=

[jboss-user] [JBoss Tools (users)] - JBoss Tools Generates Timeout error when starting jboss in S

2009-06-04 Thread lrae
Running: Java 1.5 and 1.6 (have tried both) Jboss 4.2.3 and 5.1.0 start great in eclipse when using 8080. I receive the 50 second eclipse timeout error if I start an SSL configured domain of JBoss. *Yes* JBoss starts fine from the command line when I am running SSL. *No* increasing "timeout

[jboss-user] [JBoss Messaging] - Re: JBM Tables

2009-06-04 Thread gaohoward
The values are closely related to different stages of message processing. basically: messages of 'C' state are those not associated with any transaction. '+' means the message is being sent within a transaction. '-' means the message is being delivered within a transaction. View the original po

[jboss-user] [Beginners Corner] - Setting Up JBoss POJO Cache

2009-06-04 Thread hootier
I posted this in the POJO Cache forum, but judging by the dates on the posts there, that forum isn't frequented much. Any help or suggestions would be greatly appreciated. I am trying to follow the instructions at http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.0.0.

[jboss-user] [JBoss Messaging] - Re: JBM Tables

2009-06-04 Thread sisidoro
Thank you for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235457#4235457 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235457 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Messaging] - java.lang.NullPointerException at org.jboss.jms.client.conta

2009-06-04 Thread dejanb
Hi, We have an application that uses a cluster (from the JBoss AS server point of view all servers are standalone but we have our own clustering) of JBoss 5.0 servers and a single JBoss 5.0 server that only deploys JBM 1.4.1.GA . Everything works fine if the JBM service is deployed on all JBoss

[jboss-user] [JBoss jBPM] - Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-04 Thread tmu...@firstbest.com
After an extensive search of this forum, the jboss community, and the www, I've only found what appears to be out of date migration notes on the sourceforge website (due to the fact that the jbpm_job table created as part of the migration is NOT the equivalent of the jbpm_job table created by hi

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-04 Thread tmu...@firstbest.com
Oh, I should have stated some of the discrepancies found between the table created following the sourceforge migration notes and the table created by Hibernate. 1. The duedate_ is created as a timestamp column in the "sourceforge" database while it is a datetime column in the "hibernate" table.

[jboss-user] [JBoss Messaging] - Re: Topic hierarchy support in JBM 2.0 ?

2009-06-04 Thread gjeudy
Thanks for the timely response. I didn't find how to use hierarchical topics though. It seems like the user guide for 2.0 is outdated. Is there any info for this? Otherwise I guess I'll have to figure it out by looking at the source code. View the original post : http://www.jboss.org/index.htm

[jboss-user] [JBoss Messaging] - Re: Topic hierarchy support in JBM 2.0 ?

2009-06-04 Thread timfox
The user guide for 2.0.beta is finished and in TRUNK and has a whole chapter on topic hierarchies http://anonsvn.jboss.org/repos/messaging/trunk/docs/user-manual/en/ Like Andy says, we'll be releasing 2.0.beta tomorrow probably. View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [Javassist user questions] - Re: Using Javassist inside Mojo

2009-06-04 Thread ad-rocha
Chiba, It seems that testng-5.8-jdk15.jar is already in classpath. Look at this: Thread.currentThread().getContextClassLoader() and classPool.getClass().getClassLoader() are the same: System.out.println(Thread.currentThread().getContextClassLoader()): | ClassRealm[/plugins/org.codecompany:j

[jboss-user] [JBossWS] - Re: Manual install into JBoss 4.2.3.GA

2009-06-04 Thread PeterJ
You have an Ant "jboss setup" task? Why not unzip the JBoss AS 4.2.3 binary in a temp location, run the WS installer against that, and use the result as the source for your "jboss setup" task? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235474#4235474 Rep

[jboss-user] [Clustering/JBoss] - Re: How to add a clustering node?

2009-06-04 Thread bstansbe...@jboss.com
Just update the file and save it. The status worker rescans the file every 60 secs and updates the server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235476#4235476 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=423

[jboss-user] [JBoss Messaging] - Re: Topic hierarchy support in JBM 2.0 ?

2009-06-04 Thread gjeudy
This is great stuff! Sorry for my ignorance, I didn't know that you had the documentation available in the trunk. Lesson learned. I'll try this out now! Regards, -Guillaume View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235477#4235477 Reply to the post : h

[jboss-user] [JBoss AOP] - Re: Hot deployment in Jboss for AOP applications

2009-06-04 Thread flavia.rain...@jboss.com
Hi! It looks like you doing everything correctly. Check if the workaround mentioned here solves your problem: https://jira.jboss.org/jira/browse/JBAOP-695 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235478#4235478 Reply to the post : http://www.jboss.or

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-04 Thread tmu...@firstbest.com
I just unpacked the jbpm-jpdl-3.2.3.zip file and was surprised to discover that the very same release notes distributed on sourceforge are included (in release.notes.html). So, what am I missing? Why are the tables created by hibernate (in a clean database) different than those created using the

[jboss-user] [Beginners Corner] - JB Security + JB Identity

2009-06-04 Thread mad_rug
Hi I'm developing a web application and was thinking of using Portal for it, but it is being ruled out for providing much more features that we do not need, and in fact may give us extra work. I do need user authentication, security, user roles and such, but there are no needs for portlets, WSR

  1   2   >