[jboss-user] [JBoss Tools (users)] - Re: issue of install jbosstools

2009-05-27 Thread nickboldt
Are you ... using Java 5 or 6? on Linux? Or Mac, or Windows? Did you... install the WTP, EMF, XSD, BIRT, TPTP requirements along with the JBoss Tools features? (Check what's been installed from About Eclipse). Are there... any useful error messages in your ~/workspace/.metadata/.log file,

[jboss-user] [JBoss Tools (users)] - Re: issue of install jbosstools

2009-05-27 Thread nickboldt
Also, when you say manually what do you mean? Did you read the http://www.jboss.org/tools/download/installation guide? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233477#4233477 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Merging View content after splits

2009-05-27 Thread clajoie
Okay, and which APIs do I use in order to get access to those entries as they are transferred? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233478#4233478 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233478

[jboss-user] [Beginners Corner] - Re: RemoteBinding cannot be resolved to a type

2009-05-27 Thread jaikiran
I don't have a 4.0.5 AS right now. For AS 4.2.3 GA you can find these classes in jboss-annotations-ejb3.jar (which is under server/servername/deploy/ejb3.deployer folder). I guess it would probably be the same for 4.0.5 View the original post :

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-27 Thread kukeltje
What is the relation between blah, 12 and where do you use the expression? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233482#4233482 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233482

[jboss-user] [Management, JMX/JBoss] - Re: UserTransaction not working inside jboss service

2009-05-27 Thread jaikiran
anonymous wrote : I use a local-tx-datasource MySQL JDBC datasource Are you sure the tables that you have created in MySQL, support transactions? MySQL comes in two flavours - one with transaction engine and one without it. I guess by default (MyISAM engine) transactions are not supported.

[jboss-user] [Clustering/JBoss] - Re: 2JBoss For 2different Application on a single machine

2009-05-27 Thread jtcnz
Ideas from Newbie(me): 1.create two different folders under server, each for one instance, copy all the subdirectory and files in server\default to your folders respectively. 2.configure the bind service in jboss-service.xml e.g. one instance use port-01, the other use port-02, then you can

[jboss-user] [JBoss Cache: Core Edition] - snippet of code for eviction policy

2009-05-27 Thread syreo
Hello, I am using Jboss cache and i having some issues configuring the eviction policy... I am not using the xml configuration file, i want to do it programmatically. The problem is, i haven't found neither in the user guide, nor in the javadoc, an example of code that explain how to configure

[jboss-user] [JBoss/Spring Integration] - Re: jboss and spring libraries

2009-05-27 Thread pelirr
Hello, I have deleted the error of the port 1099: === JBoss Bootstrap Environment JBOSS_HOME: C:\Archivos de programa\jboss\jboss-5.0.0.GA JAVA: c:\Archivos de programa\Java\jdk1.6.0_13\bin\java JAVA_OPTS:

[jboss-user] [JNDI/Naming/Network] - Self referencing Session Bean

2009-05-27 Thread magicroomy
Hi, in our JEE App (JEE5) we got several Session Beans (Stateless). Some SBs need others. Every SB got a @Stateless (name=...) Annotation. Every SB uses JNDI Lookup to get References to the others SBs. Therefore a @EJB Annotation is placed for the SB Class to indicate the need for other SBs.

[jboss-user] [JBoss jBPM] - Using Subprocesses / Human Interaction Management

2009-05-27 Thread SirFrancis
Hi All, for a project i'm evaluating the jBPM 4 framework. Unfortunately I miss one essential feature required by the project. This feature is sub-processing, or sometimes called Ad-hoc workflows/steps. Here is a short description : I've designed following example process : STARET - Step.1 -

[jboss-user] [JBoss Cache: Core Edition] - Re: snippet of code for eviction policy

2009-05-27 Thread syreo
I almost forgot to tell the main problem: at the end of the execution of this code, the boolean shouldbefalse is true, revealing that the node isn't evicted from the cache... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233491#4233491 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Behavior with selector and fullSize cache

2009-05-27 Thread mclu
Hi ! Thx for explanation. But this basics I know already. I did the test with a limit of 50 and added a lot of messages for x y and z to my queue. I also undeployed all bridges. Then I deploy bridge x. All messages in the memory which contains the header property destination=x are bridged

[jboss-user] [Clustering/JBoss] - Fake instances appear...

2009-05-27 Thread jtcnz
I am running three jboss4.0.3sp1 on windows 2003 as a cluster After some times unexpected windows OS shutdown on one machine(let's say C), the jboss server on C automatically startup again. But when it starts [TreeCache] service, some unexcepted instances appear. For example, [TreeCache]

[jboss-user] [Clustering/JBoss] - Re: Request going to single server and getting kicked off

2009-05-27 Thread jtcnz
COPY from the guide for JBoss 4.0.3. It might be help. Not sure. In JBoss 3.0.x, each client-side stub has its own list of available target nodes. Consequently, some side-effects can occur. For example, if you cache your home stub and re-create a remote stub for a stateless session bean (with

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.4.4.GA released!

2009-05-27 Thread gaohoward
Dear users, I'm pleased to announce that JBoss Messaging 1.4.4.GA has just been released. This release contains several critical bug fixes as well as some new features such as strict ordering and servlet support. Check out the release notes for the details:

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread frinux
Hum I'm encountering the same problem, but I can't make it work. Like you, I want to choose one transition among 2 existing. WHen I try this: Transition tr=taskInstance.getTask().getTaskNode().getLeavingTransition(refusee); I get the good transition. But when I do task.end(tr), it always takes

[jboss-user] [Security JAAS/JBoss] - @RunAs in JBoss 5 - Caller unauthorized in second call

2009-05-27 Thread komet_1978
Hallo, I've noticed the following strange behaviour using the @RunAs annotation in a secured STSB. I've tried JBoss 5.0.1.GA and 5.1.0.GA. Take a look at the following simple scenario: three secured STSBs Caller, A and B. Caller runs as Admin defined by @RunAs(Admin) annotation and uses the

[jboss-user] [JBoss Messaging] - Re: Behavior with selector and fullSize cache

2009-05-27 Thread timfox
Yes selectors do not work well with paged messages. To implement it otherwise would be difficult - we'd have to scan the entire file store for matching messages every time a consumer is added. If you find yourself needing functionality like this, then it sounds like you need a database not a

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
what is the value of tr? is it 'null' by accident? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233516#4233516 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233516 ___

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread wurzelbutz
are you sure .getLeavingTransition(refusee) returns the correct one? maybe cou could try this | try { | | processInstance = jbpmContext.loadProcessInstance(processInstanceId); | | TaskMgmtSession taskMgmtSession = jbpmContext.getTaskMgmtSession(); |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment problem with migration to 5.1.0 GA

2009-05-27 Thread jaikiran
Can you try reproducing this without the IDE in picture? I am not sure how the IDE handles the deployment/undeployment. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233520#4233520 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: issue of install jbosstools

2009-05-27 Thread lili001
firstly ,thank you for reply.i am using java 6 on windows.i checked installed software ,and found seam tools existing there. following is log. !ENTRY org.eclipse.equinox.p2.metadata.generator 2 0 2009-05-26 19:06:04.218 !MESSAGE An error occurred while loading the bundle manifest

[jboss-user] [JBoss Tools (users)] - Re: issue of install jbosstools

2009-05-27 Thread lili001
for manully.i mean installing jbosstools in the dropins file or by links way.of course i read the http://www.jboss.org/tools/download/installation and did it according to it .but only Guvnor appears in the file of eclipse.and jboostools are showed in the installed software. View the original

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-27 Thread Sherrys
Thank you for your fast reply Ronald, By blah, I mean any kind of expression in my process definition: ?xml version=1.0 encoding=UTF-8? | process-definition xmlns=urn:jbpm.org:jpdl-3.2 name=test2 | | start-state name=start-state1 | transition to=task-node1/transition

[jboss-user] [Security JAAS/JBoss] - Re: @RunAs in JBoss 5 - Caller unauthorized in second call

2009-05-27 Thread komet_1978
This is the corresponding stack trace: ERROR [STDERR] javax.ejb.EJBAccessException: Caller unauthorized | ERROR [STDERR] at org.jboss.ejb3.security.RoleBasedAuthorizationInterceptorv2.invoke(RoleBasedAuthorizationInterceptorv2.java:199) | ERROR [STDERR] at

[jboss-user] [JBoss Messaging] - No classloader provider, jboss 5.0.0

2009-05-27 Thread pelirr
Hello, I have a problem with jboss 5.0.0. Server give these problem: 11:32:02,597 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been dete cted that the MessageSucker component which sucks messages from one node to another has not had its password changed from the

[jboss-user] [JBoss Tools (users)] - Re: issue of install jbosstools

2009-05-27 Thread lili001
now,it is ok,i just added site http://download.jboss.org/jbosstools/updates/development by manage sites.then installed seam tools.before i added http://download.jboss.org/jbosstools/updates/stable by add site'button. View the original post :

[jboss-user] [JBoss Messaging] - Re: NullPointerException when trying to open a session for s

2009-05-27 Thread gaohoward
Hi, You said you have two clusters, do you mean that you have two JMS nodes that are clustered? Can you give some more info that how to easily reproduce the problem? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233548#4233548 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-27 Thread kukeltje
Ok, here is another quick reply ;-) Well, you are kind of there, but not completely. I have to admit, the area of extending/overriding the identitycomponent and/or the ExpressionAssignmentHandler is/was kind of not really flexible and certainly not realy documented well. I think the

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
I'm curious to what the added value of doing the following is taskInstance =jbpmContext.getTaskInstance(taskInstance.getID()); View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233551#4233551 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: No classloader provider, jboss 5.0.0

2009-05-27 Thread gaohoward
11:32:02,597 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been dete cted that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-27 Thread Sherrys
Thanks again Ronald, :) Yes it seems that I should use the handler each time I want to assign a task. 'cause as I looked at the jBPM's source code, I saw that use of the identity ExpressionAssignmentHandler is hardcoded in the readAssignmentDelegation function of JpdlXmlReader class when the

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-27 Thread kukeltje
anonymous wrote : Thanks again Ronald, :) Now can you imagine that some people think I'm rude? ;-) anonymous wrote : 'cause as I looked at the jBPM's source code, I saw that use of the identity ExpressionAssignmentHandler is hardcoded in the readAssignmentDelegation function of JpdlXmlReader

[jboss-user] [JBoss jBPM] - Re: Eclipse plugin for jBPM - Misplacement of Node's in proc

2009-05-27 Thread rafiuddin.mk123
Problem is resolved as I was using the processdefinition.xml in a web application. Started using in jBPM project, it resolved the things. Anyhow thanks for the support. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233569#4233569 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - %%%% Error Creating SessionFactory %%%%

2009-05-27 Thread waq
I changed one of my table *.hbm.xml, just to make my feild auto increment whenever an insert is made: | generator class=increment/ | and since them i am getting the exception | Error Creating SessionFactory | org.hibernate.MappingException: Error reading resource:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: %%%% Error Creating SessionFactory %%%%

2009-05-27 Thread dgeraskov
Exception is: org.xml.sax.SAXParseException: Attribute generated must be declared for element type property. Seems like you are using wrong context for element. Give the mapping code with parent of element. View the original post :

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread wurzelbutz
in my code the only thing that worked was reading the taskinstance with jbpmContext.getTaskInstance(). therefore i thought this could (i dont know if it does) make a difference. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233577#4233577 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread frinux
tr is not null, and contains the right transition. That's whay that's strange, like the end(tr) was not working... | tr Transition (id=140) | condition null | description null | events PersistentMap (id=147) | exceptionHandlers

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread frinux
I tried your code though, but not working. Here is my code to check if I'm on the right node : Token currentToken = processInstance.getRootToken(); | Node currentNode = currentToken.getNode(); | | |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: %%%% Error Creating SessionFactory %%%%

2009-05-27 Thread waq
*.cfg.xml | ?xml version='1.0' encoding='UTF-8'? | !DOCTYPE hibernate-configuration PUBLIC | -//Hibernate/Hibernate Configuration DTD 3.0//EN | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd; | | !-- Generated by MyEclipse Hibernate Tools.

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
can you try | taskInstance.end(tr.getName()) | and see if it makes a difference? Secondly, make a *full* unittest with *everything* embedded (the processdefinition as a string) so I can test it? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: %%%% Error Creating SessionFactory %%%%

2009-05-27 Thread dgeraskov
Give me Suggestion.hbm.xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233592#4233592 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233592 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
can you try | taskInstance.end(tr.getName()) | and see if it makes a difference? (I doubt it but nevertheless) And set the debug level for the TaskInstance class. If that does not result in anything, make a *full* unittest with *everything* embedded (the processdefinition as a string)

[jboss-user] [Security JAAS/JBoss] - I want to pass username from Juniper device to my app.

2009-05-27 Thread toastchee
Hi! JBoss rulesss! I have a new rquirement to put my app behind a Juniper FIPS 4000 VPN device. I understand that when a user authenticates with the device, at that point it can act as the SAML SSO 'provider' and could pass info to my webapp, which I could parse and retrieve the username,

[jboss-user] [JBoss jBPM] - Delegate config map of lists

2009-05-27 Thread kevhender
Hi, I'm trying to use a map of lists inside of an ActionHandler, but I am not able to correctly configure the list; I get an error saying that it cannot convert a String to a List. Here is the config: | ... | action name=my-action class=com.sample.action.MyActionHandler | fields

[jboss-user] [Security JAAS/JBoss] - unauthorized-principal not applied

2009-05-27 Thread Goodbyte
Hi... I'm quite new to JBoss and JEE and tried to realize a very simple webshop to become familiar with both topics. The application is an EAR, containing a WAR and an EJB-part. When I try to add security by adding the security-domain java:jaas/webshop to the WAR's jboss-web.xml and webshop to

[jboss-user] [JBossWS] - Re: Memory leak with ProviderSource webservice implementat

2009-05-27 Thread Sintetik7
Resolved problem by settings injected wsContext to null now looks like public Source invoke(Source req) { MessageContext mc = wsContext.getMessageContext(); String path = ((String) mc.get(MessageContext.PATH_INFO)).substring(1); wsContext

[jboss-user] [JBoss Messaging] - Re: Configuring the JMS Bridge

2009-05-27 Thread cpslo1999
I didn't see any error information in either server's log. I'm running this again to verify that I didn't just over look something. As for the ServerPeerID's, I did not explicitly set it on either server. However I've been using different jboss.service.binding.set values for the two. Does that

[jboss-user] [JBossWS] - Re: JBossWS 3.0.3 memory leak

2009-05-27 Thread Sintetik7
richard.opa...@jboss.com wrote : And AS 5.0.1 GA + JBossWS 3.1.0? I had similar problems wtih AS 5.0.1 GA (see http://www.jboss.org/index.html?module=bbop=viewtopicp=4233605). Found some kinda solution but not sure if good one. View the original post :

[jboss-user] [JBoss Messaging] - Re: No classloader provider, jboss 5.0.0

2009-05-27 Thread pelirr
Hello, there are 3 messaging-service.xml in jboss, I changed SuckerPassword by another word cambiadopassword but the error continuous. Or should I delete it? And about second error, I don't know what I am to do. I see this page https://jira.jboss.org/jira/browse/JBMDR-55 , but how can I ask

[jboss-user] [EJB 3.0] - @PermitAll, @DenyAll, @RolesAllowed(Role), @RunAs(Role) ??

2009-05-27 Thread jl2424
We are developing a small EJB application for a university lecture using EJB 3.0, JBoss and Servlet (or JSP alternatively). Can we use the @PermitAll, @DenyAll, @RolesAllowed(Role), @RunAs(Role) annotations to secure our servlets? Or do we have to do it the traditional way, writing some session

[jboss-user] [Security JAAS/JBoss] - Re: unauthorized-principal not applied

2009-05-27 Thread Goodbyte
I forgot something: I have to use EJB 2.1, so I can't use these nice annotations. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233617#4233617 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233617

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: %%%% Error Creating SessionFactory %%%%

2009-05-27 Thread waq
| ?xml version=1.0 encoding=utf-8? | !DOCTYPE hibernate-mapping PUBLIC -//Hibernate/Hibernate Mapping DTD 3.0//EN | http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd; | !-- | Mapping file autogenerated by MyEclipse Persistence Tools | -- | hibernate-mapping |

[jboss-user] [JCA/JBoss] - No valid JNDI Binding

2009-05-27 Thread jvermast
Hey Fellas, I'm having a common issue starting up my app, I've found many threads on the forums and went through them but can't seem to figure out exactly what is wrong with my configurations: ## jboss-web.xml jboss-web |security-domainjava:/jaas/jmx-console/security-domain | |

[jboss-user] [JBoss Messaging] - Re: Configuring the JMS Bridge

2009-05-27 Thread cpslo1999
Verified: No errors or warnings for either the Bridge or PostOffice. I also set different -Djboss.messaging.ServerPeerID for each of my server instances. Does the bridge REQUIRE a selector? I don't have one set. View the original post :

[jboss-user] [JCA/JBoss] - Re: No valid JNDI Binding

2009-05-27 Thread jvermast
I think I may have found the issue further up in my server log: [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=/jdbc/expertDB' to JNDI name 'java:/jdbc/expertDB' Is there any way to force Jboss to bind jdbc/expertDB to jdbc/expertDB? It seems to

[jboss-user] [Performance Tuning] - Re: verbose GC not working

2009-05-27 Thread jtcnz
-verbosegc? should be -verbose:gc View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233626#4233626 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233626 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread frinux
It doesn't make any difference (I already tried before). When debugging, I get the followinf messages (allthough not debug but WARN messages...°: WARN ProxyWarnLog:638 - Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks == | WARN ProxyWarnLog:638 - Narrowing

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: %%%% Error Creating SessionFactory %%%%

2009-05-27 Thread waq
okay removing 'generated' from the property element in detail.hbm.xml done the trick. But these XML files were created by MyEclipse itself and this 'generated' attribute was also added by MyEclipse. So i am bit confused why this error was comming up? I also want to know that i have wordId in

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: %%%% Error Creating SessionFactory %%%%

2009-05-27 Thread dgeraskov
Hm... I created java files with all field types String, and getters/setters for them and SessionFactory is built. I only use other dialect, but I think it doesn't matter. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233632#4233632 Reply to the post :

[jboss-user] [Performance Tuning] - Re: verbose GC not working

2009-05-27 Thread PeterJ
The JVM will refuse to run if it does not recognize an option. If jtcnz is correct and you have a typo, then this setting for JAVA_OPTS is no being picked up. When you run run.sh, it echoes the JAVA_OPTS - are these settings there? View the original post :

[jboss-user] [Performance Tuning] - Re: verbose GC not working

2009-05-27 Thread PeterJ
Correction, the JVM will run with the -verbosegc typo. Apparently, it will accept any option that begins with -verbose, but ignore that option if it is not completed correctly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233639#4233639 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JBoss Profiler can't be activated!!

2009-05-27 Thread jtcnz
But we are indeed using this JVM in a virtual machine without any incompatible behavior... crazy...hehe View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233640#4233640 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233640

[jboss-user] [JBoss jBPM] - Abstract class for ActionHandler implementation

2009-05-27 Thread pramanjboss
I have an processdefinition in which each node needs a ActionHandler with a particular implementation. To make it cleaner I have an Abstract class that implements the ActionHandler and each of the handler for the node extends it. Now when I run this definition keeping the abstract class as part

[jboss-user] [JBoss Messaging] - Re: ClassCastException looking up ConnectionFactory

2009-05-27 Thread markstrecker
Ok. I ran the non-clustered examples and they are working. I still get the same error : java.lang.ClassCastException: org.jboss.jms.client.JBossConnectionFactory cannot be cast to javax.jms.QueueConnectionFactory Any ideas? Is there something different I need to do since this is connecting

[jboss-user] [JBoss Messaging] - Re: Configuring the JMS Bridge

2009-05-27 Thread cpslo1999
This is either a bug or else the documentation is misleading... I moved the remote JMS provider MBean into its own file (instead of adding it to jms-ds.xml) and now my messages are flowing. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233646#4233646 Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment problem with migration to 5.1.0 GA

2009-05-27 Thread mcote321
It is actually Maven which is doing the deploying, we ran the following shell command on maven to exclude eclipse: mvn compile war:exploded -P local -Dmaven.test.skip=true ...and we got the same result. jaikiran, you suggested looking at our war: I can put it on our ftp server, can you

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread frinux
All I see in the debug is that jBPM is taking the wrong transition. No error. Here is the interesting part of the log : GraphElement:180 - event 'node-leave on 'TaskNode(valider_demande)' for 'Token(/)' | GraphElement:180 - event 'transition' on 'Transition(validee) for 'Token(/)' |

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread frinux
One strange thing I noticed: when I try to know the active node, I'm doing: Token currentToken = processInstance.getRootToken(); Node currentNode = currentToken.getNode(); The strange thing is that the token is not null, but every value of its properties is null: currentToken

[jboss-user] [JCA/JBoss] - Re: No valid JNDI Binding

2009-05-27 Thread vickyk
jvermast wrote : | Is there any way to force Jboss to bind jdbc/expertDB to jdbc/expertDB? What are you trying to archive by doing so? http://www.jboss.org/index.html?module=bbop=viewtopicp=4074452#4074452 View the original post :

[jboss-user] [JCA/JBoss] - Re: No valid JNDI Binding

2009-05-27 Thread PeterJ
See if this helps: http://www.jboss.org/index.html?module=bbop=viewtopicp=4232520#4232520 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233664#4233664 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233664

[jboss-user] [JBoss jBPM] - Re: Sending mail to multiple actors in AssignmentHandler...

2009-05-27 Thread ardavan
That's what I wanted to hear Thanks Kukeltje ;-) A View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233654#4233654 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233654

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2009-05-27 Thread israelalcazar
Sorry my jboss-service.xml is: | ?xml version=1.0 encoding=UTF-8? | server | mbean code=org.jboss.varia.scheduler.Scheduler | name=ats.mbean.scheduler.notificador:service=Scheduler | dependsjboss.ha:service=HASingletonDeployer,type=Barrier/depends |

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2009-05-27 Thread israelalcazar
I'm newby JBoss Admin and I'm trying to make a cluster scheduler similar to your example. This is my jboss-service.xml: ?xml version=1.0 encoding=UTF-8? jboss.ha:service=HASingletonDeployer,type=Barrier true mbean.scheduler.Notifier NOW 15000

[jboss-user] [JBoss Messaging] - Re: JMS over HTTPS:any alternative to jboss 4

2009-05-27 Thread yashendrac
Thank you gaohoward. I will refer the example you mentioned. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233667#4233667 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233667

[jboss-user] [Security JAAS/JBoss] - JBOSS Negotiate toolkit Secured servlet throws 403 Access de

2009-05-27 Thread dufferdo25
Hello all, I am running jboss-portal 2.7.1 on debian 4. I am trying to implement silent sign-on using JBOSS Negotiate using the user guide. 2.0.3.GA I have an Active Directory 2003 dc. I can successfully run the basic negotiation servlet(the response is similar to what guide shows as a

[jboss-user] [JBoss jBPM] - Re: Delegate config map of lists

2009-05-27 Thread kukeltje
correct. afaik, the 'value' can only contain Strings, or the likes, no maps, lists etc... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233680#4233680 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233680

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
frinux wrote : It doesn't make any difference (I already tried before). | | When debugging, I get the followinf messages (allthough not debug but WARN messages...°: | | WARN ProxyWarnLog:638 - Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks == | |

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
frinux wrote : All I see in the debug is that jBPM is taking the wrong transition. No error. | | Here is the interesting part of the log : | | GraphElement:180 - event 'node-leave on 'TaskNode(valider_demande)' for 'Token(/)' | | GraphElement:180 - event 'transition' on

[jboss-user] [JBoss jBPM] - Re: Abstract class for ActionHandler implementation

2009-05-27 Thread kukeltje
depends on how you deployed the jbpm jar as well. If that is global then there should be no problem. If that is in a war and the common.jar is global then there is a problem (not jbpm related btw, but generic classloading) View the original post :

[jboss-user] [Beginners Corner] - Re: JBoss Profiler can't be activated!!

2009-05-27 Thread PeterJ
There is a difference between seems to work and supported. If the JVM works without issue in the virutal machine, then fine (this is the seems to work case). If you run into a JVM crash in a virtual machine, you have to first reproduce it in a physical machine before Sun will look at the

[jboss-user] [JBoss jBPM] - Custom Task implementation in jbpm4

2009-05-27 Thread shekharv
Hi, Is there any equivalent to the jbpm3 custom task implementation, using the TaskInstanceFactory in jbpm4? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233695#4233695 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Custom Task implementation in jbpm4

2009-05-27 Thread shekharv
We currently use the custom Task instance implementation to store additional data related to a task. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233696#4233696 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233696

[jboss-user] [JBoss Tools (users)] - Re: issue of install jbosstools

2009-05-27 Thread nickboldt
Glad to hear your issue is resolved. In general, using an update site is better than using Dropins because p2 will guarantee you get all the requirements. (That said, sometimes the network dies and you have to shut down Eclipse and try the install again to pick up the requirements from a

[jboss-user] [JBossWS] - Re: NotSerializableException: org.jboss.ws.core.soap.SOAPFau

2009-05-27 Thread ivan.indrawan
Do you mean the SOAPFault is generated on the server side? The fault cant be generated on the client side. If you are controlling the server side code, make sure that the member properties of the exception that you are throwing (wrapped by the SOAPFaultException) are all serializable. View

[jboss-user] [JBoss Messaging] - Re: NullPointerException when trying to open a session for s

2009-05-27 Thread josey
Thanks for the reply. I have two separate clusters (partitions), each with one node. One cluster named AppPartition, one cluster named BatchPartition. The JMS server is running on the single node in BatchPartition. The single node in AppPartition is unable to send a JMS message from within

[jboss-user] [Performance Tuning] - Re: verbose GC not working

2009-05-27 Thread vons1234
Sorry my bad it was typo mistake at my end. I did correct it to -verbose:gc. But still I am not able to GC.log View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233700#4233700 Reply to the post :

[jboss-user] [Performance Tuning] - Re: verbose GC not working

2009-05-27 Thread PeterJ
Please answer this: anonymous wrote : When you run run.sh, it echoes the JAVA_OPTS - are these settings there? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233702#4233702 Reply to the post :

[jboss-user] [Performance Tuning] - Re: verbose GC not working

2009-05-27 Thread vons1234
Hi Peter, Yes it is echoing the JAVA_OPTS, even i just did grep the java process and it shows all the JAVA_OPTS i mentioned in my run.conf | root 7176 7167 9 10:03 pts/100:02:32 /usr/java/jdk1.5.0_12/bin/java -Dprogram.name=run.sh -server -Xms1500m -Xmx1500m -Xss128k -verbose:gc

[jboss-user] [Performance Tuning] - Re: verbose GC not working

2009-05-27 Thread vons1234
Hi Peter, One more thing when run jboss on windows machine with same settings that i provided on linux it does generate GC.log. However it is not generating on Linux, i did check the folder permission as well and i am running this process as a root and root has read/write permission on all

[jboss-user] [EJB/JBoss] - Re: Socket Timeout with EJB2 on JBoss v4.0.5GA?

2009-05-27 Thread pedrong
Hi klester, I have the same issue here. Did you find out the solution? Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233713#4233713 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233713

[jboss-user] [Performance Tuning] - Re: verbose GC not working

2009-05-27 Thread PeterJ
Looks like you are running JBoss AS as a service, as root. Since you did not give a full path name for the gc log file, it will be placed into the current working directory. Since you are running JBoss AS as a service I am not sure exactly what the current working directory is, but I would look

[jboss-user] [Performance Tuning] - Re: verbose GC not working

2009-05-27 Thread PeterJ
On Windows did your run as a service? You'll have fun trying to find the GC.log file there also if you did... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233717#4233717 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: login-config.xml refers to non-existing dtd

2009-05-27 Thread Wolfgang Knauf
I filed https://jira.jboss.org/jira/browse/SECURITY-413, hopefully the files will be added. Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233719#4233719 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233719

[jboss-user] [JBoss jBPM] - Re: Delegate config map of lists

2009-05-27 Thread kevhender
Can you clarify what this part of the documentation means? anonymous wrote : maps. In this case, each element of the field-element is expected to have one subelement key and one element value. The key and element are both parsed using the conversion rules recursively. Just the same as with

[jboss-user] [Security JAAS/JBoss] - Re: How to create real in Jboss 5.0

2009-05-27 Thread Wolfgang Knauf
Hi, just a very short reply: in JBoss you need a security domain. Hope you find your way through it... Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233724#4233724 Reply to the post :

[jboss-user] [Beginners Corner] - Re: RemoteBinding cannot be resolved to a type

2009-05-27 Thread Wolfgang Knauf
Hi saladinmundi, I advice you to use the Eclipse Web Tools Platform plugin (or the JBoss Tools plugin, which is based on this) to create/edit your EJB projects. You have to create a JBoss server, and have to create non-plain-Java-projects, but a WebTools specific EJB project. This way, all

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deployment functionality of JBoss AS 4.2.1.GA refuses to wor

2009-05-27 Thread GermanDev
Hi! I am using JBoss AS 4.2.1.GA with JBoss Tools to create Seam web applications, but still am quite new to that. From a few days on I can't get the server started properly. I first thought about a problem in cunjunction with JBoss Tools but I get the same behaviour when trying to run the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JPA (hibernate) entity mapping problem in ear

2009-05-27 Thread tperrigo
I figured out why the relationships in the deployed jar were not working, but I'm not sure if it is due to a bug in JBoss or if it is intentional. Basically, we have a jar file of entities which are mapped using annotations _except_ for the primary key generation strategy-- we are using the

  1   2   >