[jboss-user] [JBoss Tools (users)] - Re: AS tools nightly build does not work with eclipse 3.4.2

2009-03-11 Thread max.ander...@jboss.com
btw. your stacktraces are not related to JBoss Tools but for eclipse jsp and tigris svn. Your error about jmx i'm looking into but I cannot reproduce it and it looks more like an known eclipse update manager bug - have you done other updates on this eclipse than this current nightly version ?

[jboss-user] [JBoss Tools (users)] - Re: AS tools nightly build does not work with eclipse 3.4.2

2009-03-11 Thread max.ander...@jboss.com
I now tried this and it works without problems. Could you please report with screenshots what issues you are seeing ? Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217199#4217199 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-11 Thread asookazian
max.ander...@jboss.com wrote : if you are using hsql in-memory then only one process can access the database at one time. | | you should at least use a hsql server if you want concurrent access. Ok, I *finally* ran two HQL queries in the HQL editor successfully for the booking project

[jboss-user] [JBoss Cache: Core Edition] - Re: is it possible for MVCCInvocationContext to have null mv

2009-03-11 Thread dukehoops
Got it. The following sequence will fail: 1. get() 2. pfer() 3. get() //fail here However, if the 1st step is eliminated, second get succeeds: pfer(); get();//success. Here's the test: package org.jboss.cache.api; | | import org.jboss.cache.config.Configuration; | import

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-11 Thread asookazian
max.ander...@jboss.com wrote : asookazian wrote : what does this mean? | | That eclipse called some action on an ui where the widget were already disposed. | | What did you do to get that error ? Sorry, don't have a clue. If it happens again, I'll update the thread. As a guess,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Got error message when running application with war file dep

2009-03-11 Thread hauerw2009
We found the following problem in JBoss 5.0.0.GA with a war file. But the same war file works in JBoss 4.0.2. When the application is deployed on JBoss 5.0, we got the following error message when it runs SEVERE: Error happened while running the application.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss classpath/classloader questions

2009-03-11 Thread PeterJ
Leaving old JARs in the WEB-INF/lib directory would not be an issue - if those classes are not used then all the file is doing is taking up disk space. Of course, that tactic fails if you do something like combine all of the classes in one.jar and two.jar into one-two.jar. Then you would have

[jboss-user] [Beginners Corner] - Re: Jboss error

2009-03-11 Thread PeterJ
This is the error: Caught exception java.lang.NoClassDefFoundError: org/atcc/bei/rbums/client/model/editinituser/UserModel This class should be packaged in your application. The commit() method is not even entered because the JVM requires that class to build the stack entries for the method.

[jboss-user] [JBossWS] - Re: WebServiceContext injection. Was it fixed or not?

2009-03-11 Thread jnorris10
thomas.dies...@jboss.com wrote : Your field cannot be private, use | | | | @Resource | | WebServiceContext context; | | | Why does this restriction exist? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217208#4217208 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Got error message when running application with war file

2009-03-11 Thread PeterJ
Did you package the commons-logging JAR file in your app? If so, remove it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217209#4217209 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217209

[jboss-user] [Security JAAS/JBoss] - Negotiation: browser do not reply to http 401 with www-authe

2009-03-11 Thread neoben
hello, I have a few question about spnego and jboss: 1. My app is deployed on the domain TEST.NET and accessible via the url http://myapp.test00.net. I configured everything correctly so that jboss-negociation works ok. My app is accessible outside of the domain via the url

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-11 Thread asookazian
I'm still getting the QuerySyntaxException: ApplicationRole is not mapped error. I just compared the booking project with mine to see if there are any notable differences in terms of impacting the classpath. I noticed that in the Java build path properties, the default output folder is:

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-11 Thread asookazian
YES it works. I had to do an 'ant deploy' so the packaged jar files would be copied to the dist folder. It doesn't work with exploded jar files, that was the problem! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217218#4217218 Reply to the post :

[jboss-user] [Beginners Corner] - Re: A true newbie -- Please help!

2009-03-11 Thread rij
Ok, I followed the instructions, organized my code in packages and cleaned up the build.xml. Now, my mojo.jar file is correctly reflecting the directory structure. But the server is still showing errors when I try to build. Since it seems to be complaining about persistence, here is my

[jboss-user] [Beginners Corner] - Re: A true newbie -- Please help!

2009-03-11 Thread PeterJ
I was going to point this out earlier and completely forgot about it - get JBoss AS out of Documents and Settings! Spaces in path names cause certain Java libraries fits. I have mine at d:\opt\jboss\jboss-5.0.0.GA. In fact, I don't even let the JDK install itself on Program Files, mine is at

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-11 Thread max.ander...@jboss.com
My guess is more that when you did ant deploy the META-INF/persistence.xml showed up in the right place. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217222#4217222 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217222

[jboss-user] [JBoss Messaging] - Re: Jboss-4.2.3 takes lot of time to load

2009-03-11 Thread lanceliao1
Thanks for reply. The JBossMQTimeToLiveNotWorkingProperl doc offer a method to solve message send by out-of-syc GMT. Is there any solution for jboss messaging. http://www.jboss.org/community/docs/DOC-10539 And you meant the message timout only occur when JBM redelivery message to consumers.Can

[jboss-user] [JBoss Tools (users)] - No jBPM Locations in JBoss IDE

2009-03-11 Thread treespace
I installed the eclipse/tools bundle and fired up the Create jBPM Process Project that sits front-and-center on the Welcome page. The second page asks me for the location of a jBPM runtime. There are none listed and how would I know where the install put this? The browse button let's you

[jboss-user] [Beginners Corner] - tmp and work folder in jboss-4.0.4/server/some_config_na

2009-03-11 Thread datasunny
Hi all, A newbie question: Im using Jboss-4.0.4. When you start jboss by run.sh -c some_config_name, there will be two extra folder tmp and work generated in jboss-4.0.4/server/some_config_name/. For some reason I prefer those two folder to be generated somewhere else. Is there such an option

[jboss-user] [JBoss jBPM] - Re: Using Drools for jBPM decision

2009-03-11 Thread kukeltje
looks like your handler on the decision does not return a valid transition. (null is not the name of one of the transitions) it should return 'toDeliver' or 'toend' btw, why do you execute the same rules again on the transition 'toDeliver'? View the original post :

[jboss-user] [JBoss jBPM] - Re: New lines in XML process definitions

2009-03-11 Thread kukeltje
or e.g. wrap it in a cdata section View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217244#4217244 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217244 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: TaskInstance Variable

2009-03-11 Thread kukeltje
no, afaik there is not (but that is from the top of my head, no IDE at hand to check) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217245#4217245 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217245

[jboss-user] [JBoss jBPM] - Re: how do we generate database migration script

2009-03-11 Thread kukeltje
afaik, there is no migrationscript from 3.0 to 3.2/3.3. 3.2.x is the same as 3.3 just without the GWT console... From 3.1 to 3.2 there is (afaik, never needed it) From 3.2 on (so to 4) db migration will have a high priority View the original post :

[jboss-user] [JBoss jBPM] - Re: Clean jbpm Database ?

2009-03-11 Thread kukeltje
uhhmmm if you use e.g. hibernate, it will do it for you. Is a lot easier View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217249#4217249 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217249

[jboss-user] [JBoss jBPM] - Re: Dynamic - Voting based decision

2009-03-11 Thread kukeltje
1) search the forum/wiki for foreachfork 2) search the forum/documentation for timers 3) read other posts in the forum about an n-out-of-m join View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217250#4217250 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deploy Processdefinition via Ant

2009-03-11 Thread kukeltje
It's your DB driver: java.util.zip.ZipException: error in opening zip file View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217251#4217251 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217251

[jboss-user] [JBoss jBPM] - Re: Persistance and setActorId

2009-03-11 Thread kukeltje
your hibernate config is wrong I guess View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217252#4217252 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217252 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: cancel-event custom

2009-03-11 Thread kukeltje
it's the other way around what events should cause the timer to be cancelled (by default the task-end event) cancel-event=task-end is the 'default' cancel-event=task-end, node-leave, process-crash could be one with 'process-crass' being e.g. one of your own custom events you can fire

[jboss-user] [JBoss jBPM] - Re: accessing jbpm from multiple web application

2009-03-11 Thread apdo
We are still working with jbpm actively. we are currently upgrading to jbpm 3.3.1 GA. However, we posponed the project for which we got that problem. Sorry to not have an answer to give you. An Phong Do View the original post :

[jboss-user] [JBoss jBPM] - Re: how do we generate database migration script

2009-03-11 Thread apdo
Thank you very much for your answer. If I understand correctly, there is no script from 3.0 to 3.1 but there is one from 3.1 to 3.2. This means that I will have to write a migration script from 3.0 and 3.1 and use the migration script that already exist for the migration from 3.1 to 3.2/3.3.

[jboss-user] [Clustering/JBoss] - Re: Jboss node getting CPU spikes

2009-03-11 Thread krishnan366
Are you using the @Clustered annotation in your ejb bean . Also you can set you loadbalancing policy as follows. This example shows the RoundRobin load balancing policy @Clustered(loadBalancePolicy=org.jboss.ha.framework.interfaces.RoundRobin.class) View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Log message to screen - possible in Weblogic, is it possible

2009-03-11 Thread valatharv
Not sure if this is the right place. We have a java application what we need is : Log messages from the application should print to screen/browser, so that administrator should see all lines printed to console by the program This is possible in Weblogic, is it possible to configure in Jboss

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-11 Thread dannyatpolonious
I got a same problem. I'm using jboss-5.0.1.GA, my war file includes spring framework 2.0.7. but I can deploy this war file to tomcat 5/6 or jboss-4.2.3.GA. here is the error message: | 14:53:03,450 WARN [JBossEntityResolver] Trying to resolve systemId as a non-file URL:

[jboss-user] [JBoss Messaging] - Re: JMS Configuration

2009-03-11 Thread arunraai
Hi Andy, Thanks for your suggestion, it is a good document. It will take a day for me to read and understand the things from it. It would be good if somebody give me specific information regarding this which help me to save time and accomplish my work. Thanks Arun. View the original post :

[jboss-user] [JBoss Messaging] - Re: JMS Configuration

2009-03-11 Thread arunraai
I have downloaded the bundle of jboss-5.0.1.GA and configured the JBoss_Home and Path. Server is running fine. I have gone through the document you have mentioned and confused in JBossMQ(4.2) to JBoss

[jboss-user] [JBoss Messaging] - Re: JMS Configuration

2009-03-11 Thread gaohoward
Hi Arun, JBM 1.4.3.GA is for AS 5.1. 1.4.1.GA is the right one. JBM 1.4 (not 2.0) always needs a db to work with. However, if you don't use cluster, the default DB is well pre-configured and ready to use. So you don't need to worry about it. Have a look at

[jboss-user] [JBoss Messaging] - Re: JMS Configuration

2009-03-11 Thread arunraai
Howard- Thank a lot for your quick reply. Let me go through the document in detail. If there is anything i will put it here. It's a great help..once again thanks. Arun. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217273#4217273 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JMS Configuration

2009-03-11 Thread gaohoward
no problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217274#4217274 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217274 ___ jboss-user mailing list

<    1   2   3