[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-04-02 Thread mobaxkrs
It worked. I made changes in sample web service as in addressing sample. Changed Clienthandler,java IQDN instance Now the request and response of web services are linked through a reference parameter in ws-addressing Thanks for the support View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Cannot run EAR seam project building from

2009-04-02 Thread max.ander...@jboss.com
Any chance that you named your project with a capital letter ? (i.e. MyProject instead of myproject) Yes, sounds crazy but there is a bug in some combinations of Seam + AS that causes this phenomenon to happen. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Visual Editor and RichFaces Modal Panel

2009-04-02 Thread max.ander...@jboss.com
hmm - maybe we should name that menu something different. Atorble - could you open a jira with a sample file and possibly screenshots before/after illustrating it so we can remember to take a look at it ? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: 'couldn't connect to database' in seam generate entities

2009-04-02 Thread max.ander...@jboss.com
Is there anything in the error log view ? Anything under the Details button in the error dialog that might show up ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222855#4222855 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: breadcrumbs does not go away in Seam perspective

2009-04-02 Thread max.ander...@jboss.com
We are working on getting a certified updatesite in place for JBDS - stay tuned ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222856#4222856 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222856

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-04-02 Thread max.ander...@jboss.com
Double click the server and there is a auto publish setting you can set. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222857#4222857 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222857

[jboss-user] [JBoss Tools (users)] - Re: Sessionfactory error on EJB project

2009-04-02 Thread max.ander...@jboss.com
What are you using to configure hibernate ? a cfg.xml or persistence.xml ? Most likely you got it configured to use JTA which is not available when running inside Eclipse. The simplest workaround for this is to not use such config from within eclipse. You can still keep using your config files

[jboss-user] [Javassist user questions] - Re: Can JavaAssist change a static final field?

2009-04-02 Thread kfinkels
I dropped this issue on jbossretro as well and a bug was opened on this issue: http://www.jboss.org/index.html?module=bbop=viewtopicp=4222587#4222587 https://jira.jboss.org/jira/browse/JASSIST-77 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222860#4222860

[jboss-user] [JBoss Tools (users)] - Re: Deployment of JBoss Seam project created by JBoss Tools

2009-04-02 Thread max.ander...@jboss.com
If you want an archive you can copy to a production server use File Export War (or Ear) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222863#4222863 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222863

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3 / Eclipse 3.4.2 installation error

2009-04-02 Thread max.ander...@jboss.com
hmm - sorry, but I can't spot the ambiguity ? could you please state which links exactly that is causing the problem ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222867#4222867 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Password On Extract

2009-04-02 Thread max.ander...@jboss.com
There are no password. I believe you got a corrupt .zip file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222868#4222868 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222868

[jboss-user] [Remoting] - Re: LeasePinger error after Timer thread death + fix (happen

2009-04-02 Thread ron.si...@jboss.com
Yup: CLONE [JBREM-851] - In LeasePinger replace Timer if it has shut down (https://jira.jboss.org/jira/browse/JBREM-). What was I thinking? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222874#4222874 Reply to the post :

[jboss-user] [Remoting] - Re: RMI from JBoss 4.3 to JBoss 4.2

2009-04-02 Thread ron.si...@jboss.com
This question doesn't seem to have any relationship to Remoting. I'm going to suggest that you try the Tomcat, HTTPD, Servlets JSP forum (http://www.jboss.org/index.html?module=bbop=viewforumf=50). View the original post :

[jboss-user] [JBoss jBPM] - Re: Queries to search the database for process instances ba

2009-04-02 Thread andiXT
Hi, I have the similar problem. I have some process instances which stores some variables of type serializable. I mean, variables are not simple String or long objects but custom beans which implements serializable. So, is it possible to make search query for such cases based on some property

[jboss-user] [JBoss Messaging] - Re: Messaging blocked by long time-out again

2009-04-02 Thread timfox
1) You need to say what version of JBM and JBR you are using. Please *always* state the version when making a post. 2) Please provide your remoting configuration. 3) Have you looked in JIRA? There have been many remoting timeout issues in the past, all of which, to our knowledge are fixed.

[jboss-user] [Remoting] - Re: JBoss remoting - Compatability with non JBoss J2EE Appli

2009-04-02 Thread trustin
Yes, you can. JBoss Remoting is supposed to work even if it runs without an application server. Please refer to the user guide. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222884#4222884 Reply to the post :

[jboss-user] [Remoting] - Re: Looking for a basic tutorial on how to get JBoss Remotin

2009-04-02 Thread ron.si...@jboss.com
Well, I'm not sure if you're asking how, in general, to make an invocation on the JBoss Application Server, or if you already know how to use, say, AS 4.2 and want to know how to do the same with AS 5. If it's the former, then there's a tutorial written by John Mazzitelli called Introducing

[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2009-04-02 Thread gchanteb
Hi, It's not a jBPM problem, it's a JBoss problem. I have found on Google +1000 people who have this not bound problem at startup, but 0 solution. Apparently, It is a deployment problem. So.. Have fun :-(. At the beginning of JBoss, i will launch something to automatically solve this problem!

[jboss-user] [JBoss Messaging] - Re: Slow server shutdown in cluster

2009-04-02 Thread alexander.meyer
We solved the problem by deactivating the JMS JCA adapter before shutdown via a twiddle script: twiddle.sh invoke jboss.jca:name=\'jms-ra.rar\',service=RARDeployment stop View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222889#4222889 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Could not find new XAResource to use for recovering non-

2009-04-02 Thread chtimi2
I already have these parameters, here is my jbossjta-properties.xml: ?xml version=1.0 encoding=UTF-8? | transaction-service | properties depends=common name=arjuna | !-- | Transaction Reaper Timeout (default is 12 ms). | -- | property |

[jboss-user] [JBoss jBPM] - Re: Setting ProcessVariable as a

2009-04-02 Thread Toriton
hi, i use an Expression for a node mail , to specify the TO parameter, and i think it works perfectly on subject parameter too or text :) (but i don't tried yet). This is how it is described in process definition file. anonymous wrote : | mail-node name=mailSender to=#{mail_address} | It

[jboss-user] [JBoss jBPM] - Re: Queries to search the database for process instances ba

2009-04-02 Thread boercher
If you store these three variables as strings instead of RegistrationInfo this task would be really simple. (You could create a RegistrationInfo from the strings where needed.) In table jbpm_variableinstance you see that date, long, double, and strings are handled specially, very simple to

[jboss-user] [JBoss jBPM] - Re: Setting ProcessVariable as a

2009-04-02 Thread Toriton
Sorry for double post, but i want reply to Kamleshkr :), about the problem that JBPM not use is custom mail class. ahve you configured the file jbpm.config? where you ahve to specify the new mail class using this: anonymous wrote : | | if you have done :) ,i don't know how to help

[jboss-user] [JBoss jBPM] - Re: Setting ProcessVariable as a

2009-04-02 Thread Toriton
... sorry .. | string name='mail.class.name' value='FastSign.mail.Mail' / | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222910#4222910 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222910

[jboss-user] [JBoss jBPM] - Re: Get Action from Timer. Earlies execution time

2009-04-02 Thread jjrs
Hi Ronald, Thanks a lot for your answer (I was not watching this topic so I missed your answer). My knowledge of hibernate is quite limited, however I thought that there might be a cleaner way of getting the timer and the action. Being honest I didn't check how the information of the

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-04-02 Thread DeanDeen
Still struggling with this one. Now I work with process definition that is already in Oracle DB. So I create new instances of process or manipulate existing ones. Still I am not getting data, that is changed within application, saved in DB until I don't restart Jboss server. example: I log in

[jboss-user] [JBoss jBPM] - [Warning] Narrowing proxy to class org.jbpm.graph.node.Start

2009-04-02 Thread gchanteb
Hi, I am doing some high volume tests using JMeter and I have this warning which appears when I start 10.000 simple process: anonymous wrote : 10:43:59,913 WARN [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks == I found this post

[jboss-user] [JNDI/Naming/Network] - InitialContext error in JBoss 5.x.x

2009-04-02 Thread leeroy
Hi, I have a strange error when I try to use a DatatSource with JNDI in JBoss 5.0.0.GA, 5.0.1.GA or 5.1.0.Beta1 but not with JBoss 4.2.2 with JRE 1.6 ... | 11:29:19,223 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-04-02 Thread Toriton
Thanks a lot forreply :) at last now is more clear :). Cheer!! T. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222943#4222943 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222943

[jboss-user] [JBoss Portal] - JBossBlog on Jboss Portal 2.7.1 - Did someone try?

2009-04-02 Thread vantek
Hi. I took the Jboss Blog sources from the anonym svn, via the branche feeds100p27 (it's said it's specially for Jboss Portal 2.7) but I didn't succeed in deploying it on my jboss Portal 2.7.1 (jboss as 2.4.3, jdk5) Did someone succeed in it? thanks a lot! Here is the trace while deploying

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to Disable Caching in Jboss AS 5.0.1 Default Server?

2009-04-02 Thread jaikiran
Which caching are you trying to disable? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222924#4222924 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222924 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: More Than One Ear Deployment

2009-04-02 Thread jaikiran
anonymous wrote : Is it possible to deploy two different ear in a single jboss Yes you can have any number of EARs deployed in a single instance of JBoss. anonymous wrote : hen how the ds file will work for different database connection ? You can deploy separate datasource files (-ds.xml)

[jboss-user] [JBoss jBPM] - Re: Queries to search the database for process instances ba

2009-04-02 Thread andiXT
Thank you for reply. Unfortunately my bean is much bigger, and has more than 20 properties, I've just listed only few to show structure somehow. So, there is no way to make query with blobs, right? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222926#4222926

[jboss-user] [Javassist user questions] - VerifyError when instanciating a generated class (Bad type i

2009-04-02 Thread kromate
Dear all, I'm using javassist to generate access class for reflection, following this tutorial: http://www.ibm.com/developerworks/java/library/j-dyn0610/index.html?S_TACT=105AGX02S_CMP=EDU Everything works fine with my version, but it is not working with field without getter/setter. I need my

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to Disable Caching in Jboss AS 5.0.1 Default Server?

2009-04-02 Thread bsgcic
I have been trying desperately to turn this off. Ideally, I would like to just turn it of for the project that I am working on. Would like to also know how to turn it off for all projects. Have googled, searched through docs, etc. Info that I could find were extremely brief, referenced docs that

[jboss-user] [Beginners Corner] - Re: can't download Jboss!

2009-04-02 Thread Wolfgang Knauf
The download link works for me. Maybe the mirror server was offline? Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222951#4222951 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222951

[jboss-user] [Microcontainer] - Re: Using VFS to create a symbolic link from WEB-INF/lib

2009-04-02 Thread alesj
Like I said, read the previous discussion, there are some pointer on what can be done. If all you need is that this jar is part of classpath, you can add it as you're already adding other stuff (afair your jsf deployer). Assembled VFS is what symlink could be, but that would mean you would have

[jboss-user] [JBoss Portal] - Re: Looking for a News System Portlet

2009-04-02 Thread piergiorgiolucidi
Yes View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222966#4222966 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222966 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss AOP] - Introducing annotations only on classes which don't have it

2009-04-02 Thread jaikiran
I have been trying the examples hosted in the aop project SVN https://svn.jboss.org/repos/jbossas/projects/aop/trunk/aop/docs/examples/. Specifically, the annotation-introduction example. The sample application that i am trying contains a couple of POJOs and my own custom annotation: POJO 1

[jboss-user] [JBoss AOP] - Problems with Maven2 and JBoss AOP 1.5.6.GA

2009-04-02 Thread marvm
Hi, I'm trying to move my projects from Ant to Maven2. The maven-jbossaop-plugin is only compatible with jbossaop 2.0.x so I was wondering how someone else solved this problem. At the moment I try to test everything with a very simple project that only consists of a Servlet. The jboss-aop.xml

[jboss-user] [JBoss Portal] - Re: Looking for a News System Portlet

2009-04-02 Thread vantek
Well, it does not work, i've got deployment problems (see my others post) =/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222987#4222987 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222987

[jboss-user] [Advanced Documentation] - Maximum Hardware Requirement for Jboss v- 4.0.3

2009-04-02 Thread karmaker
Hi All, Currently in our production enviorment , we are using Jboss version 4.0.3 with 4 Jboss instances. We are planning to upgrade the existing hardware ( dual core , 4 G.B RAM) to the following Option A : Quad Core with 32 G.B ram or Option B : mutliple CPU with 32 G.B

[jboss-user] [EJB 3.0] - stateful session bean is not removed from memory

2009-04-02 Thread alex0027
Hi, we are using EJB 3 stateful session beans on JBoss 4.2.2.GA (jems-installer-1.2.1.CR4.jar). Our application creates a lot of instances of one stateful bean. About 300 per minute. So we set the timeouts to: ... idleTimeoutSeconds=30, removalTimeoutSeconds=30 ... At the proper time the

[jboss-user] [JBoss jBPM] - Re: ClassLoader questions...

2009-04-02 Thread kukeltje
create your own ear and embed jBPM in it. So simply do not share the jBPM libs between processes but give them their own libraries etc... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222999#4222999 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Get Action from Timer. Earlies execution time

2009-04-02 Thread kukeltje
anonymous wrote : My knowledge of hibernate is quite limited, Mine to ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223001#4223001 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223001

[jboss-user] [JBoss jBPM] - Re: Queries to search the database for process instances ba

2009-04-02 Thread kukeltje
or store them in your own domain model and not *in* jBPM View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223002#4223002 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223002 ___

[jboss-user] [JBoss jBPM] - Re: [Warning] Narrowing proxy to class org.jbpm.graph.node.S

2009-04-02 Thread kukeltje
if you read the article carefully you see what causes the 'problem' anonymous wrote : the GetTaskListCommand does a retrieveTaskInstanceDetails for each element in the list retrieving everything again and again. Standard hibernate behaviour some might say. So without looking into the code it

[jboss-user] [JBoss jBPM] - Re: [Warning] Narrowing proxy to class org.jbpm.graph.node.S

2009-04-02 Thread gchanteb
Thx for your answer Ronald :-). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223005#4223005 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223005 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Messaging blocked by long time-out again

2009-04-02 Thread thammoud
Tim, We are trying to avoid cross posting as this is really a remoting issue that can be tracked here. http://www.jboss.org/index.html?module=bbop=viewtopicp=457#457 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223006#4223006 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: [Warning] Narrowing proxy to class org.jbpm.graph.node.S

2009-04-02 Thread kukeltje
that should ofcourse have been 'Warning' instead of error.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223007#4223007 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223007 ___

[jboss-user] [JBoss Cache: Core Edition] - java.lang.IllegalStateException: Cache not in STARTED state!

2009-04-02 Thread navaneethforu
I am getting this error when one of the managed server in cluster is restarted. CODE: java.lang.IllegalStateException: Cache not in STARTED state! | at org.jboss.cache.invocation.CacheInvocationDelegate.cacheStatusCheck(CacheInvocationDelegate.java:584) | at

[jboss-user] [JCA/JBoss] - ResourceException messages improve

2009-04-02 Thread rafaelcba
Hello all. When i get this exception is possible know what DataSource throw the Exception? There is any configuration on log4j for JBoss Connection Manager log the name of resource throw those exception types? I think this is trivial to do, but i don't know if is possible do it with a simple

[jboss-user] [Remoting] - Re: JBoss remoting - Compatability with non JBoss J2EE Appli

2009-04-02 Thread vybe3142
Thanks What I meant though was : can /how can I get jboss demoting functional within an enterprise app deployed on a non jboss app server eg glassfish? this is because one of our requirements is that the app be deployable on any j2ee app server View the original post :

[jboss-user] [Javassist user questions] - Re: VerifyError when instanciating a generated class (Bad ty

2009-04-02 Thread jaikiran
anonymous wrote : public class SampleBean_directAccessField | implements IAccess { | | SampleBean target = null; | | | public void setValue(Object obj) { | target.directAccessField = ((java.util.Date) (obj)); | } | Is the directAccessField in SampleBean

[jboss-user] [Javassist user questions] - Re: VerifyError when instanciating a generated class (Bad ty

2009-04-02 Thread kromate
Yes this is a public field. In this case the error will much be something like an IllegalAccessException. It's like there is a type problem. The strange thing is that this line is not working: if(directWriteField) src = target. + field + = + $1;; but this one is: if(directWriteField) src =

[jboss-user] [Javassist user questions] - Re: VerifyError when instanciating a generated class (Bad ty

2009-04-02 Thread kromate
The last line of my previous post is not easy to read. It is: if(directWriteField) src = target. + field + = new java.util.Date();; View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223017#4223017 Reply to the post :

[jboss-user] [Javassist user questions] - Re: VerifyError when instanciating a generated class (Bad ty

2009-04-02 Thread kromate
By the way I re-post the error I get with this code. The one I've posted is was not matching. Caused by: java.lang.VerifyError: (class: Accessor$com/bnpparibas/eqd/fish/fwk/introspection/SampleBean_directAccessField, method: setValue signature: (Ljava/lang/Object;)V) Bad type in

[jboss-user] [Beginners Corner] - Re: can't download Jboss!

2009-04-02 Thread andres.rojas
Thanks Wolfang! already works for me too. Best Regards. Andres. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223027#4223027 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223027

[jboss-user] [Beginners Corner] - Re: can't download Jboss!

2009-04-02 Thread PeterJ
You should have started from here: http://www.jboss.org/jbossas/downloads/ For 5.0.0.GA, you should get to here: http://sourceforge.net/project/showfiles.php?group_id=22866package_id=16942release_id=645033 The *.MD5 and *.SHA-256 files are hashes that you can use to verify the downloads. The

[jboss-user] [JBoss jBPM] - NullPointerException in jbpm-bpel-1.1.GA

2009-04-02 Thread GajananM
I am using JBOSS 4.2.0 and jbpm-bpel-1.1.GA with mysql5.0 and jdk1.6 I am getting the console for http://localhost:8080/jbpm-bpel/ but whenever i am going for process defination tab i am getting following exception. stack trace: org.apache.jasper.JasperException: java.lang.NullPointerException

[jboss-user] [EJB 3.0] - Re: stateful session bean is not removed from memory

2009-04-02 Thread alex0027
I've analyzed the Heapdump and there is a reference from org.jboss.ejb3.stateful.StatefulBeanContext to my stateful bean. Shouldn't be this reference deleted after destroy the bean? Perhaps this is the problem why the garbage collector not remove my bean. View the original post :

[jboss-user] [Beginners Corner] - Re: can't download Jboss!

2009-04-02 Thread andres.rojas
Thx Peter, it's working now. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223037#4223037 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223037 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Can't find class 'org.jbpm.identity.assignment.Expressio

2009-04-02 Thread konstt2000
Do I solve the problem? I have the same problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223039#4223039 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223039 ___ jboss-user

[jboss-user] [Microcontainer] - Re: Using VFS to create a symbolic link from WEB-INF/lib

2009-04-02 Thread stan.silv...@jboss.com
OK. I guess I'm stuck for now. The JSFDeployer will have to wait until Remy is done. Stan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223042#4223042 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223042

[jboss-user] [JNDI/Naming/Network] - Re: InitialContext error in JBoss 5.x.x

2009-04-02 Thread PeterJ
This looks like a classic classloader issue - the two classes in question were loaded by different classloaders. Could you explain a little more about your application? Is it standalone, or a web app or an EAR? What JARs did you package with your app? View the original post :

[jboss-user] [JBoss jBPM] - Couldn't load delegation class ????

2009-04-02 Thread konstt2000
Hi, I have a process definition. When I execute an actionHandler a exception is generated and I don't know why. | 16:35:31,115 INFO [STDOUT] Hello! | 16:35:31,131 ERROR [Delegation] couldn't load delegation class 'com.prueba.nodos.AccionNodoHandler' |

[jboss-user] [Advanced Documentation] - Re: Maximum Hardware Requirement for Jboss v- 4.0.3

2009-04-02 Thread PeterJ
The limits are not with JBoss AS but rather with the JVM. If you run a 32-bit JVM you cannot make the heap larger than about 1.7GB (Windows) or 2.7GB (Linux). Wit ha 64-bit JVM you can get larger heaps, but larger heaps are not always practical - a major GC can take a long time. Some

[jboss-user] [JBoss jBPM] - Re: Couldn't load delegation class ????

2009-04-02 Thread kukeltje
where is your class deployed? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223048#4223048 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223048 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-02 Thread ClayM
I don't want to query by the group, I want to query by a user who wasn't part of the group when the group was assigned to the task. Anyway, I'll give it a shot. One thing I'm not sure about - you can set the group(foo) expression in the workflow definition, but can you do it programmatically?

[jboss-user] [JBoss jBPM] - Re: Couldn't load delegation class ????

2009-04-02 Thread konstt2000
I've a Seam project: Example.ear: -Example.war -Example.jar -jbpm-3.1.4.jar jboss-seam.jar todo.jpdl.xml ... Example.jar -\com\example\*.class (here) -METAINF View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223052#4223052

[jboss-user] [JBoss jBPM] - Re: JBPM Data Base - Table's column meaning

2009-04-02 Thread zuipli
Please kukeltje View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223053#4223053 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223053 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Couldn't load delegation class ????

2009-04-02 Thread konstt2000
The class seems that if that finds him because there goes out the trace Hello... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223054#4223054 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223054

[jboss-user] [JBossWS] - Warning EJBTHREE-1337

2009-04-02 Thread redCar
Hallo, if I call my EJB3-Webservice I will get this warning: [StatelessBeanContext] EJBTHREE-1337: do not get WebServiceContext property from stateless bean context, it should already have been injected what do I have to do to avoid this warning in my code. or can I do something that I don't

[jboss-user] [JBoss jBPM] - Re: [Warning] Narrowing proxy to class org.jbpm.graph.node.S

2009-04-02 Thread gchanteb
Yep, it's a warning. ;-). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223060#4223060 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223060 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-04-02 Thread zeravlai
Brian, hibernate doc does not say anything about it, but is there a way to configure collections to not be read again and again from db ? Well , this is my understanding from reading the traces I sent you. Of course I mean, if no changes were applied to neither the entity nor the collection,

[jboss-user] [JBoss jBPM] - jBPM timer and scheduler

2009-04-02 Thread frinux
Hi, I'm posting here because I can't find lot's of information about how to set up timers in jBPM. I've added a timer to my task : timer name=waitForApproval | duedate=1 minute | transition=validee |

[jboss-user] [JBoss jBPM] - Re: Couldn't load delegation class ????

2009-04-02 Thread kukeltje
I do not understant your last comment View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223064#4223064 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223064 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-02 Thread kukeltje
sigh. please read. 1: Assign task to pooledActor with the groupname 2: new user logs in 3: decide what groups that user is a member of NOW 4: look up the pooled tasks using the groupnames from 2 fixed... View the original post :

[jboss-user] [JBoss jBPM] - Re: jBPM timer and scheduler

2009-04-02 Thread frinux
Ok maybe I've been too quick. I found on this forum that the class changed. Here is the code to add in the web.xml : !-- This servlet serves the purpose of executing pending timer jobs. -- | !-- JbpmJobExecutorServlet BEGIN -- | servlet |

[jboss-user] [JBossMQ] - Re: Improvement suggestions: Messaging in a clustered enviro

2009-04-02 Thread FrankTheTank
adr...@jboss.org wrote : bind.address:1100 should always be able to see things bound into jndi somewhere in the cluster. | Yes, it works with bind.addres. I was just mentioning that the example uses 'localhost' which would lead to false results if JBoss is bound to a different address.

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-04-02 Thread bstansbe...@jboss.com
If that is happening it sounds like a bug. I haven't had time to look at the traces yet though. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223072#4223072 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223072

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-02 Thread ClayM
Ok, I think we're both getting frustrated :) Perhaps I'm not understanding or explaining things right. 1) Is this right? In my ExpressionHandler, do something like: | assign(Assignable assignable, ExecutionContext executionContext) { | // do some stuff to dynamically figure out what

[jboss-user] [JBoss Cache: Core Edition] - Announcing JBoss Cache 3.1.0.CR1

2009-04-02 Thread manik.surt...@jboss.com
Details on my blog, http://jbosscache.blogspot.com/2009/04/jboss-cache-310cr1-released.html. Enjoy! Manik View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223079#4223079 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223079

[jboss-user] [JBoss Cache: Core Edition] - Re: FD Issue

2009-04-02 Thread karnivas
We brought down one of the SOLARIS machine(P1 - Co-ordinator) to check the view in all machines. As expected, the co-ordinator changed to one of the RHEL machine by removing the P1 from all views, but the dead RHEL members wasn't updated in the VIEW Please find the DEBUG messages of

[jboss-user] [JBoss Messaging] - Re: programmatically deploy clustered topic

2009-04-02 Thread russinb
I have not had luck with stopping a queue, changing the clustered attribute and then restarting the queue. The message in the exception tells me the queue must be redeployed when changing the clustering setting. This post is a bit old and the APIs seemed to have changed a bit (I'm using JBM

[jboss-user] [JBoss jBPM] - Re: jBPM timer and scheduler

2009-04-02 Thread kukeltje
:-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223086#4223086 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4223086 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-02 Thread kukeltje
1: no assign(Assignable assignable, ExecutionContext executionContext) { | // do some stuff to dynamically figure out what group to assign to | assignable.setPooledActors(new String[] { my-dynamic-group}); | } | Assign to the group NAME, not use an expression 2: Why is

[jboss-user] [JCA/JBoss] - Re: ResourceException messages improve

2009-04-02 Thread PeterJ
Is there more to the stack trace? Somewhere in the stack trace should be some of your code, what datasource was that code attempting to get? You could try setting the log level to trace for org.jboss.resource.connectionmanager, some of htose classes have trace-level logging. View the original

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-02 Thread ClayM
Wait, I think I actually get it. You're saying that since the value of the actorId is pretty much disconnected from reality, I can use any arbitrary string as the actorId, which would mean using the group name. And as long as I can figure out what the group name is when assigning AND when

[jboss-user] [JBoss jBPM] - Re: ClassLoader questions...

2009-04-02 Thread schmoely
Thanks. I've followed this to the letter twice: http://jboss.org/community/docs/DOC-9545 And after I deploy (successfully), I try to hit the jbpm console and get: anonymous wrote : Error loading jbpm configuration: null I see someone else may have been having this issue (I'm not using seam

[jboss-user] [JCA/JBoss] - Re: ResourceException messages improve

2009-04-02 Thread rafaelcba
Yes, the stack trace contains the indication (methd name and line number) where exception occur on application's code. But sometimes the app use/refer more than one DS and JBoss AS admin. doesn't have access to code to verify what DS the app refer to. Would be very interesting if by default

[jboss-user] [JBoss Portal] - Re: JBossBlog on Jboss Portal 2.7.1 - Did someone try?

2009-04-02 Thread piergiorgiolucidi
This thread is moved on this address on JBoss Blog Forum: http://www.jboss.org/index.html?module=bbop=viewtopict=153434 Hope this helps. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223100#4223100 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Struts Tools v3.0.0.GA Tutorial Problem

2009-04-02 Thread OChikvina
You are wright. You should use bean:write name=GetNameForm property=name/ . Our tutorial is a bit out-of-date. We'll update it as soon as possible. Sorry for misleading. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4223102#4223102 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-04-02 Thread zeravlai
Brian, I found the answer in IdentityLock jboss cache class: 1- If the transaction already has a read lock on the entity (which is acquired by an EntityManager.find() ) the read lock will be INMEDIATELY upgraded to write lock, EVEN if there's a concurrent transaction which already has a read

[jboss-user] [Security JAAS/JBoss] - Re: How to set EJBContext callerPrincipal from LoginModule?

2009-04-02 Thread cimershein
Is there any progress / status on this bug? I have voted and watched it in JIRA, but haven't seen any comments or work yet. Is it confirmed that this is a bug and not a configuration issue? (Any other configuration tips to try to work around it?) Any chance of getting the bug onto the road

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-04-02 Thread bstansbe...@jboss.com
Thanks for the analysis on the R_R behavior; good find! I'm not personally going to be able to do anything to follow up on that. This thread has covered a lot of ground, so it might go unnoticed by the other JBC devs. If so, suggest you open a separate thread just on that point. View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: What's the best way to package utility jars in exploded

2009-04-02 Thread mikemil
Hi, I am running into this exact problem except that I need to be able to support both Weblogic and JBoss. For years we've been supporting Weblogic using the manifest Class-Path option. Now we've added support for JBoss (on both Windows and Linux) in an exploded folder deployment. I am in

[jboss-user] [JBossWS] - Re: Implementing WS-Security Usename Token Profile Authentic

2009-04-02 Thread wilson.li...@gmail.com
I've tried exactly these steps and the authentication is not working. I can send any combination of username/password and the server does not complains about wrong password. Does anyone was able to reproduce these steps? I am going crazy with this problem for 2 entire days. View the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - jboss 5 + jtds + xa

2009-04-02 Thread jcg3
Hello-- I am migrating an application from JBoss App Server 4.2.3 to 5.0.1 and have run into a problem with my jTDS datasource (for MS SQL Server) when connecting to multiple databases from the same EJB transaction. I have set up the datasources for xa according to the instructions here:

[jboss-user] [Beginners Corner] - abaut mediaOutput

2009-04-02 Thread JC22
I'm starting now to do some work with richfaces and I've got problems to load images , I've using the example that appears at the jboss guide but the truts is that doesn't work I don't know where is my mistake The example use two clases one is MediaData and the other MediaBean and the component

  1   2   >