[jboss-user] [Beginners Corner] - Migration.. Stupid Question?

2009-06-08 Thread Lieve
I'm currently migrating from Weblogic to JBoss but I'm having some pretty (stupid) basic problems and I really hope someone can help me out here.. First of all in Weblogic you can access your server console from anywhere on the network (http://<>/console), now I was wondering if you can do the

[jboss-user] [JBoss jBPM] - Re: Finding outgoing transitions - jBPM 4

2009-06-08 Thread DrBr
Thanks kukeltje, however I believe that the TaskService can only give me the list of pending tasks that have previously been assigned to a particular user, correct? What I'm interested to find out is the list of the available outgoing transition of the currently active (or any...) activity of m

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

2009-06-08 Thread gaohoward
https://jira.jboss.org/jira/browse/JBMESSAGING-1643 The reason for the wrong order of delivery: 1. msg A is delivered and commited. then B is delivered to client. 2. consumer close() cause B cancelled back to queue. But it is wrongly removed from the linked list. 3. On next deliver, B cannot be

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-08 Thread dorothy
Yes, cross-page wiring will be required when there are different page views to be provided to user based on certain conditions. Is it not a limitation in JBoss then? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236247#4236247 Reply to the post : http://ww

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss/WinXP/SPNEGO, Kerberos MIT/unix, JGSS question?

2009-06-08 Thread anil.saldh...@jboss.com
https://jira.jboss.org/jira/browse/SECURITY-131 Vote on it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236249#4236249 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236249 __

[jboss-user] [Security & JAAS/JBoss] - Re: Roles schema

2009-06-08 Thread anil.saldh...@jboss.com
http://anil-identity.blogspot.com/2009/06/jboss-as-51-security-features.html Maybe XACML for web applications can help you? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236248#4236248 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule in a multi-threaded swing client

2009-06-08 Thread anil.saldh...@jboss.com
https://jira.jboss.org/jira/browse/SECURITY-415 Try the workaround specified in the JIRA issue. Tell us if the workaround works. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236246#4236246 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[jboss-user] [JBoss Portal] - JBoss Portal 2.7.2, a question about stability and performan

2009-06-08 Thread ildar_kh
Hello, can JBoss Portal to support more than 30 portlets with more than 30 user groups with more than 3000 registered users and 300 simultanious connections? Portlets are not very hard for server and have trivial architecture. For example if portal works well with this configuration and several

[jboss-user] [Beginners Corner] - Re: JBoss Portal, question of stability and performance

2009-06-08 Thread ildar_kh
Thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236244#4236244 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236244 ___ jboss-user mailing list jboss-user@lists.jboss.or

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

2009-06-08 Thread gaohoward
Hi, It is a obvious bug. The problem is that the unmarkSend() method shouldn't call the unregister() to release the ref in the cancel operation. As for the receiving sequence, I need to find out the reason. I'll create a JIRA. Thanks! Howard View the original post : http://www.jboss.org/in

[jboss-user] [Security & JAAS/JBoss] - Re: Jboss XACML and PolicySet's

2009-06-08 Thread Shmackie
Sorry, the forum ate my <'s and >'s hehe. I'll try the last bit again: And by looking at the example code, I assume this means that PolicySet's are represented by a Set of XACMLPolicy objects. IE, Set But I was wondering how, using this method, to specify the PolicySet specific XML attributes

[jboss-user] [Security & JAAS/JBoss] - Jboss XACML and PolicySet's

2009-06-08 Thread Shmackie
Hi there, I have a question in relation to the JBoss XACML library and it's implementation of Policy sets. Looking at the examples in the user guide we are told that: anonymous wrote : The interface org.jboss.security.xacml.interfaces.XACMLPolicy represents either a Policy or a PolicySet and is

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

2009-06-08 Thread lili001
that's ok.you already gave me some enlightening.i think i know how to do it.thank you! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236236#4236236 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236236 ___

[jboss-user] [JBoss jBPM] - How to not end task while there is still users to verify or

2009-06-08 Thread freak182
Hello, I have this very complicated requirements regarding workflow. here is the scenario: Verify Task - assign two person: verifierOne, verifierTwo Approve Task - assign two person: approverOne, approverTwo The Verify Task will not end unless that the two person assigned end the task. When ve

[jboss-user] [JBoss jBPM] - Re: Decision & Exclusive in jBPM 4

2009-06-08 Thread Setya
Hi, Thanks for your response. As I recall I found it in jBPM 4 online schemadocs before CR1 was released, the last time I checked it was gone. So it's officially the term 'Decision' is used now ? Regards, Setya View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[jboss-user] [Security & JAAS/JBoss] - Roles schema

2009-06-08 Thread mad_rug
Hi I'm developing a web app and I'm tring to define how to handle security and roles. I'm describing how I am planning it, and I'd like some advice. The app will be accessed by three main types of actors: application vendor staff (will manage the application), the application customers (manufac

[jboss-user] [JBoss jBPM] - Re: Problems using timers from jbpm

2009-06-08 Thread LarryLi
| | | | | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236218#4236218 Reply to the post : http://www.jboss.org/index.html?mo

[jboss-user] [JBoss jBPM] - Re: Problems using timers from jbpm

2009-06-08 Thread LarryLi
Sorry,I can't understand your question either.But i can give you some code about using Timer which i had successfully tested.i hope it's useful for you. public clas

[jboss-user] [JBoss jBPM] - Re: jbpm pressure test

2009-06-08 Thread aspider
i have develop a test case for press test. But i am not sure whether suitable. Can you give me a pressure test example? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236216#4236216 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Portal] - Re: issue related to JbossWS in server startup in JBoss port

2009-06-08 Thread ariel_red
I have met the same problem with you.Thank you for having asked for it.And from here,I get the quite useful information.According to the answer above,I have solved the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236215#4236215 Reply to the post :

[jboss-user] [Beginners Corner] - JBoss option for ETL tool?

2009-06-08 Thread jcg3
Hello-- I was just reviewing some ETL tools (Clover and Kettle) and thought to myself, JBoss has to have something in this space too... Obviously there is no JBoss ETL project, but what in the JBoss universe of projects fits into this space? JBoss ESB? Drools? jBPM even? Is there something in

[jboss-user] [Management, JMX/JBoss] - Re: Problem with JMX authentication

2009-06-08 Thread PeterJ
I hope that "example=JBossAdmin" was placed into jmx-console-roles.properties... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236209#4236209 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236209 __

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

2009-06-08 Thread alskor
"Wolfgang Knauf" wrote : 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? | I have 3 applications (2 EARs and 3 SAR), which I'm trying to deploy. it all worke

[jboss-user] [Clustering/JBoss] - Documentation of JBoss 5.1 dont match the correct config fil

2009-06-08 Thread mikkal56
Hi, when I downloaded the document "JBoss Application Server 5 2 Clustering Guide", in the text you can find references to config files that actually dont exists anymore in the 5.1 release. Im i wrong, if its so please answer me, so I can take mi cluster to the 5.1 release. Thanks in advance,

[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule in a multi-threaded swing client

2009-06-08 Thread bbunderson
The security information will propagate to the child threads of the parent thread. If you login with the parent thread then the child threads that you start up later should not need to re-authenticate. At least that is what worked for us. http://docs.huihoo.com/javadoc/jboss/4.0.2/org/jboss/sec

[jboss-user] [Beginners Corner] - Migrating JBoss 4.0.5 to 5.0 Problems

2009-06-08 Thread ma...@landslide.com
Hello, We are in the process of migrating our web application from JBoss 4.0.5 to 5.0. We use an older version of AJAX4JSF pretty extensively in the app would also like to move to Richfaces during this process. We can get most of the application working but we ran into problems where Servlets

[jboss-user] [Installation, Configuration & DEPLOYMENT] - On Apache 2.2 what connector do I use to run multiple instan

2009-06-08 Thread akvino
Mod_jk or mod_proxy_ajp. And if mod_jk - why is that not available in Apache 2.2. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236193#4236193 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236193

[jboss-user] [JBossMQ] - JBoss-MQ †“ Problem in consuming message by MDB

2009-06-08 Thread hardew
Hello friends, I have configured and deployed MDB to consume messages from the remote queues; the remote queue is in Cluster Environment of JBoss ESB. JBoss ESB: -Server 1. It is deployed on cluster environment 2. JBoss Messaging is used 3. Connection Factory - Custom Connection F

[jboss-user] [JBoss Cache: Core Edition] - distributed entity cache (invalidation based)

2009-06-08 Thread josey
I am trying to deploy distributed caching for a single entity. I am running JBoss AS 5.1.0 with jdk 1.5. I have two nodes running on two separate servers in a single partition. I see the caching work fine on each single node but the cache does not replicate/invalidate between the two nodes (I

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

2009-06-08 Thread mclu
Thx for explanation. But still, why is my message after the rollback not the next message, which is delivered by the JMS System. I still have this reproduceable: 1, Rollbackmsg(first try) , 2, 3 , Rollbackmsg(second try), ... , Rollbackmsg(last try) ( simplified: A, B, C, D, B, B, B, B, B)

[jboss-user] [Management, JMX/JBoss] - Problem with JMX authentication

2009-06-08 Thread ccesar
Hi! It is my first time on this forum, so I hope someone can help me :) I'm trying to use authentication on my JMX console, but I have no sucess. I have already done this: I let the file: deploy/jmx-console.war/WEB-INF/jboss-web.xml With the following data: | | java:/jaas/jmx-conso

[jboss-user] [JBoss jBPM] - Re: jBPM4 Spring Error while deploying process definition

2009-06-08 Thread rams.rapol
I have hibernate use current session true and also spring interceptor in jbpm cfg file... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236170#4236170 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss jBPM] - Re: jBPM4 Spring Error while deploying process definition

2009-06-08 Thread rams.rapol
This is in jBPM4 RC1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236169#4236169 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236169 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss jBPM] - jBPM4 Spring Error while deploying process definition

2009-06-08 Thread rams.rapol
When i try to deploy a process definition in jBPM4, i run into this issue.. Caused by: org.springframework.transaction.IllegalTransactionStateException: No existing transaction found for transaction marked with propagation 'mandatory' at org.springframework.transaction.support.AbstractP

[jboss-user] [Remoting] - Writing a custom invoker howto?

2009-06-08 Thread mbeierl
Sorry if I'm in the wrong forum, but I've been trying to find some information on how to extend and write my own custom invoker. For example, I've created a ClientFactory which returns my ClientInvoker. My ClientInvoker extends RemoteClientInvoker which requires me to implement the transport

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

2009-06-08 Thread clebert.suco...@jboss.com
It was just an idea... JBoss Messaging 2, is using MicroContainer, but that' s not available on JBoss 4. On JBoss 4, you would need to develop a service, and the way for doing is creating a MBean. You could have a JBM2MBean, instantiating and starting the server, the same way we don the embed

[jboss-user] [Security & JAAS/JBoss] - Re: ExtendedFormAuthenticator problem

2009-06-08 Thread abickford4523
Oh yeah, I should mention we're using JBOSS AS 5.1.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236155#4236155 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236155 ___ jb

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

2009-06-08 Thread Allen_Lei
"bstansbe...@jboss.com" wrote : Just update the file and save it. The status worker rescans the file every 60 secs and updates the server. Thanks for your suggestion.I tried it by removing a node from the loadbalancer's balance_workers,and then after several minutes,I found there also existed r

[jboss-user] [EJB/JBoss] - ThreadLocal not working with Local EJBs

2009-06-08 Thread dmeers
We have an app that has been running on JBoss 4.x. I am trying to upgrade to the latest Jboss (5.1.0GA). We are using ThreadLocal objects to communicate some global vars down to the EJBs (and DAOs). This worked fine in JBoss 4.x, but doesn't work in 5.1.0. Does anybody know if 5.1.0 is di

[jboss-user] [JBoss Messaging] - JBoss Messaging 2.0 beta released

2009-06-08 Thread timfox
The JBoss messaging team are pleased to announce the release of JBoss Messaging 2.0 Beta. JBoss Messaging 2.0 brings astonishing performance and a huge feature set, in an all-new architecture. With a focus on usability we've provided an extensive, easy-to-understand user-manual and quick-start

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss/WinXP/SPNEGO, Kerberos MIT/unix, JGSS question?

2009-06-08 Thread zhiyli
Have anyone got this working? If you do, can you pass along the sample code? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236147#4236147 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236147 __

[jboss-user] [Beginners Corner] - Unable to compile class for JSP

2009-06-08 Thread shenz
Dear all. I've the followinp problem. I'm using annotation attributes and no ejb-jar.xml General things: in the ear there is available META-INF/application.xml META-INF/MANIFEST.MF Shop.jar Shop.war In Shop.jar all entities and sessions beans are available. Shop.war contains META-INF/MANIFEST.

[jboss-user] [Security & JAAS/JBoss] - ExtendedFormAuthenticator problem

2009-06-08 Thread abickford4523
Hello, I've followed the wiki article http://www.jboss.org/community/wiki/ExtendedFormAuthenticator so that I can get at the j_exception session variable and provide my users with some useful feedback as to why they couldn't login to our app. Only problem is, if I provide an invalid username/p

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

2009-06-08 Thread PeterJ
Stating the user's DN is a good start, but I also need a DN for something that could be used for a role, such as a department. And I need to know an attribute on the user that can be used to link to that role/department. The other thing I am thinking is that perhaps there is a way to simulate a

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
anonymous wrote : Your help has been invaluable. I know ;-) Need some contractors? hahaha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236139#4236139 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236139 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss-log4j.xml configuration

2009-06-08 Thread PeterJ
Do you have a copy of log4j.jar in you app? If so, remove it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236137#4236137 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236137 _

[jboss-user] [JBoss Portal] - Re: debian package?

2009-06-08 Thread PMN
I like to use debian packages because it comes with robust and proven installation tools. I could make one but I wonder if this had already been done. Furthermore it may happen that people like to share their experience with jboss on debian (ports conflicting with other apps? other things? )

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread philsegal
thanks for your help, I am working on rewriting it to remove all the non-fully nested loops. Your help has been invaluable. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236126#4236126 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
It's not that it won't work what you try, but you e.g. should end tasks when there are tasks, not signal tokens in tasknodes. And where does it go wrong in your test? I get the junit.framework.ComparisonFailure: propose should be at join1 expected:<[join1]> but was:<[auto-signoff-adj]> That c

[jboss-user] [Security & JAAS/JBoss] - Re: Using SecurityClient

2009-06-08 Thread anil.saldh...@jboss.com
SecurityClient class was added to provide simplified login capabilities on the client side. Many users find JAAS based login pretty cumbersome. For such users, there is no easy way of specifying a simple username,pwd combination in a standard way. SC helps them. View the original post : http:

[jboss-user] [Security & JAAS/JBoss] - Re: SubjectSecurityManager 4.0.3 to 5.0.1 migration issue

2009-06-08 Thread anil.saldh...@jboss.com
JBoss4 to JBoss5 is a major upgrade. So we cannot always guarantee that methods will not be added or deprecated in JBoss interfaces, across major revisions. We make efforts to maintain backwards compatibility as much as possible. The getTargetPrincipal was mainly added to focus on identities acr

[jboss-user] [Security & JAAS/JBoss] - Re: ParsingException occurs while parsing sample xacml.xml

2009-06-08 Thread anil.saldh...@jboss.com
| http://www.w3.org/2001/XMLSchema#anyURI";>http://test/developer-guide.html | Remove the space before the http scheme. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236112#4236112 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: Decision & Exclusive in jBPM 4

2009-06-08 Thread koen.a...@jboss.com
Hi Setya, Yes they are the same. The term exclusive is not meant to be visible in jpdl. Where did you find it? In recent documentation? Cheers, Koen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236110#4236110 Reply to the post : http://www.jboss.org/inde

[jboss-user] [JBoss Tools (users)] - Re: Visual Page Editor support the new layout components in

2009-06-08 Thread mareshkau
Yes, it's a bug, I will report it in jira. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236108#4236108 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236108 ___ jboss-user m

[jboss-user] [JBoss jBPM] - Problems using timers from jbpm

2009-06-08 Thread miggfried
Hi, can someone help me regarding my problems using timers. I get an exception, which i do not understand. - JBOSS-4.2.1.GA - JBPM3.2.6.SP1 adding in jbpm.cfg.xml the following line ... ... This is my process here comes the timer, the prev

[jboss-user] [JBoss Tools (users)] - Re: Visual Page Editor support the new layout components in

2009-06-08 Thread akazakov
"krasig" wrote : No CA for layout. We are working on it. I hope that feature will be done for JBoss Tools 3.1.0M2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236106#4236106 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Beginners Corner] - Re: JBoss Portal, question of stability and performance

2009-06-08 Thread PeterJ
You might be better served asking this in the Portal forum: http://www.jboss.org/index.html?module=bb&op=viewforum&f=215 You should also mention which version of Portal. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236104#4236104 Reply to the post : http:

[jboss-user] [JBoss jBPM] - Re: Finding outgoing transitions - jBPM 4

2009-06-08 Thread kukeltje
1: yes afaik 2: use the taskservice, at least for the 'human' tasks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236099#4236099 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236099 ___

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

2009-06-08 Thread gaohoward
Re: What I see in OrderingGroupMonitor is that unmarksending AND messageCompleted has more or less the same code? Can this be right? Yes, they are pretty much the same. The reason why there are two methods is that originally we keep the topic in mind, so there is a reference count for each mes

[jboss-user] [JBoss Tools (users)] - Re: Visual Page Editor support the new layout components in

2009-06-08 Thread krasig
Hm. Is this bug: VPE http://screencast.com/t/12kPqPf4ib Browser http://screencast.com/t/uOVW69Xe6 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236096#4236096 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236096 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss-log4j.xml configuration

2009-06-08 Thread vinayarammo...@yahoo.com
Hi Peter, I have the file in jboss_home/servers/default/config, my app is in default folder. My Xml is | | | | | | | | | | | | | | | | | | View th

[jboss-user] [JBoss Messaging] - Re: Bridge stop should stop failureHandler too

2009-06-08 Thread gaohoward
Thanks Markus, I'll create a JIRA for that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236092#4236092 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236092 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Visual Page Editor support the new layout components in Rich

2009-06-08 Thread krasig
How to see this new feature? http://docs.jboss.org/tools/whatsnew/images/richlayoutpanel.png In last night build (H241) ,in palette no "layout component" No CA for layout. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236091#4236091 Reply to the pos

[jboss-user] [JBoss Portal] - Re: JBoss Portal as a Portlet oriented Application

2009-06-08 Thread stoussaint78
I'm almost happy of my application building within JBoss portal but I encounter a somewhat complicated problem. I want to use a ThirdParty application which will embed the Authentication business. This Application is a sort of SSO handler with a backoffice application where we can add User And R

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

2009-06-08 Thread max.ander...@jboss.com
I'm sorry, but I'm really having a hard time figuring out what you are actually trying to do. Seam projects created by JBoss Tools does not have any build.properties files with deploy.dir in them so that is not relevant at all. Seam gen projects does have this, but then deployment is not done v

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
hmm... strange... then you should have no visual layout... well, I already got 'something' that looks kind of useful. You should really look into your fork.join constructs. Most are not correct. Things like having one transition of a fork going to the node before (propose adjustments) is not co

[jboss-user] [JBoss Portal] - Re: JBoss Portal : Creation of New Portals

2009-06-08 Thread stoussaint78
Have a look to the *-object.xml file descriptor. You can define portals, pages View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236085#4236085 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236085 ___

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread philsegal
unfortunately, i dont have a gdp.xml file, not sure why not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236084#4236084 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236084 __

[jboss-user] [JCA/JBoss] - Re: Configuring Local and Remote JMS

2009-06-08 Thread cpslo1999
I posted in both places since I had read a message on that board that said a different poster's question belonged on this board since it was dealing with the connection-factories. For the archives: I was able to get it to work once I moved the mbean description into its own file and out of the

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
Ok, one initial remark. A fork should always have *one* corresponding join. ALL tokens that start in a fork should have one common join as the first join they can encounter! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236082#4236082 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
do you have the gpd.xml file as well? I cannot get it layed-out nicely View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236079#4236079 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236079

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-08 Thread stoussaint78
I encounter the same restriction. My use case is that I'm building an application composed by a few modules (each modules comes as a portlet package in a war). I use some page spaces in order to compose different views of my application (base on the role or the application context (summary page

[jboss-user] [Security & JAAS/JBoss] - Re: Using SecurityClient

2009-06-08 Thread Wolfgang Knauf
Hi Ralf, take a look at this thread, second post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=144865 It show a sample how to perform a JAAS login without the SecurityClient. Hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBossMQ] - Re: JBossConnectionFactory

2009-06-08 Thread Tar_Szator
I did not know if I have MQ or Messaging till I posted this thread. I solved the problem. The reason for the error was a wrong version of the jboss-j2ee.jar in my library. Especally the ConnectionFactory Interface in it. So I changed it with the jboss-j2ee.jar of the current jboss-j2ee.jar of the

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

2009-06-08 Thread Elhanan
never min, our manifrst.mf had replicatd jar entries. now it takes only 30 seconds. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236074#4236074 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236074 __

[jboss-user] [JBoss Tools (users)] - JBoss Tools 3.1.0.M1 available

2009-06-08 Thread max.ander...@jboss.com
First milestone for JBoss Tools 3.1.0 is available. See details here http://in.relation.to/Bloggers/JBossTools31MilestoneReleased View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236070#4236070 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [EJB 3.0] - Re: EJB3: org.hibernate.type.SerializationException: could n

2009-06-08 Thread Wolfgang Knauf
Hi, I found the time to create a wiki entry on how do define a relationship with a Join Table: http://www.jboss.org/community/wiki/EJB3relationships (see the end of the article) Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236068#

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread philsegal
Here is the 1 failing test, the other 2 work. | @Test | public void testWithMultipleAdjustmentsProcessNoApprove() throws Exception | { | ProcessDefinition def = ProcessDefinition.parseXmlResource("workflow/ny-workflow-2/processdefinition.xml"); |

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
oh, and one more thing, it would be nice if you could reduce the test to a minimal one. Just showing this one issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236063#4236063 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Changing from versioned ActionHandlers

2009-06-08 Thread jeppe.klausen
We've a couple of systems running in production with quite some versions of deployed processes. We've used to deploy these via the Servlet and with all custom action handlers located within each par-file. After have been working this way we would really want to change the way we load action ha

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
ah, sorry, I missed the thrid time :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236060#4236060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236060 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
nope, not even the second time : -) Use [ c o d e ] [ / c o d e ] tags around it, without the spaces. Ont small thing though. If it is not to much trouble, the example I referred to had everyting in one file. The processdefinition as a string and the actionhandlers as inner classes. That way I

[jboss-user] [Microcontainer] - Re: Locating the current DeploymentUnit

2009-06-08 Thread adr...@jboss.org
You can't use a thread local because 1) the deployers/micrcontainer can cause other deployments/contexts to be processed when dependencies are satisfied. e.g. deploying the transaction manager will cause many other other services to start. 2) Outside the deployment framework callbacks there wi

[jboss-user] [Microcontainer] - Re: Locating the current DeploymentUnit

2009-06-08 Thread bob.mcwhirter
fwiw, TorqueBox (jboss-rails) is one of those that has a DU that creates another DU. Something stack-ish would be appropriate in my use-case, perhaps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236052#4236052 Reply to the post : http://www.jboss.org/in

[jboss-user] [JBossMQ] - Re: JBossConnectionFactory

2009-06-08 Thread adr...@jboss.org
Use the JBoss Messaging forum for JBoss5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236046#4236046 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236046 ___ jboss-user ma

[jboss-user] [JBossMQ] - Re: Problem with generic clientIDs

2009-06-08 Thread adr...@jboss.org
The ID: is used when you don't do Connection.setClientID() The "cannot subscribe" is because you've had a network breakage but the server hasn't detected the failed client yet. The client will fire the exception listener when it detects the 'Read timeout" e.g. no ping/pong going over the net

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

2009-06-08 Thread gjeudy
Thanks thats great to know it's possible. I will check with my manager whether it would be easy to upgrade to JBAS 5 and it looks like that would make it easier on us. Can you expand a little bit on your answer? How does the MBean comes into the picture? Is coding a custom MBean a requirement t

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread philsegal
sorry, im new to all this :) | | | | | | | | | | | | | pnlSignOffMOAssignmentHandler | jbpmConfiguration |

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

2009-06-08 Thread jaikiran
Do you declare any classpath entries in the MANIFEST.MF of those deployable jars? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236039#4236039 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236039 ___

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread philsegal
2nd time lucky... pnlSignOffMOAssignmentHandler jbpmConfiguration

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss MainDeployer takes forever

2009-06-08 Thread Elhanan
hi, i have jboss 4.2.3 look at the timeStamp here: 15:48:36,537 INFO [EARDeployer] Init J2EE application: file:/C:/Workdir/jboss/jboss-4.2.3/server/pmp/deploy/underwrite.ear/ 15:48:50,508 WARN [MainDeployer] Found non-jar deployer for lib/common/propertyset-1.3.jar: MBeanProxyExt[jboss.ejb:s

[jboss-user] [JBoss Messaging] - Bridge stop should stop failureHandler too

2009-06-08 Thread mclu
Hi. JB 4.2.3 with JBM 144 I noticed that if I stop the bridge using jmx the failure handler still trying to solve the error. To be more exact. I start jboss but the bridge destination node is not there. I stop the bridge but this call tells me Bridge is already stopped. But still the retry hand

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread philsegal
Thanks, Junit and jbpm xml file are below. package com.jpmorgan.orion.workflow.ny; import org.jbpm.graph.def.ProcessDefinition; import org.jbpm.graph.exe.ProcessInstance; import org.junit.Test; import com.jpmorgan.orion.workflow.service.BaseManagerTestCase; /** * Phil Segal * @date @14 May 2

[jboss-user] [JBoss jBPM] - Finding outgoing transitions - jBPM 4

2009-06-08 Thread DrBr
Hello, I get a reference to my process instance as: ProcessInstance pi = executionService.findProcessInstanceById("__MY_ID_HERE__"); First a confirmation... Is it correct to assume that I get the current state on which my process is at using: pi.findActiveActivityNames() ? I understand that in

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

2009-06-08 Thread sdzmitrovich
Hi, These issue has been already reported : https://jira.jboss.org/jira/browse/JBIDE-4023 Seam Model has necessary functionality to get resource bundles. But using this functionality directly demands adding of dependencies to seam plugins. Alexey has promised to add extension points for it. A

[jboss-user] [JCA/JBoss] - Re: Problem with RA & inbound transaction -> MDB -> CMPs

2009-06-08 Thread adr...@jboss.org
You should be able to test your guess by adding a BMP entity bean to your transaction and seeing what TransactionManager.getTransaction() is when ejbStore() is invoked at the end of the transaction. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236027#423602

[jboss-user] [JCA/JBoss] - Re: Problem with RA & inbound transaction -> MDB -> CMPs

2009-06-08 Thread adr...@jboss.org
"matterbury" wrote : | So, my questions are: is there any other reason the update could fail? how might I track down what's going wrong (I have turned on arjuna's DEBUG but it doesn't give enough detail for this)? | | FWIW, the actual exception is: | | | 2009-05-19 09:50:42,557 DEB

[jboss-user] [JCA/JBoss] - Re: Obtaining an independent transaction for auditing

2009-06-08 Thread adr...@jboss.org
no-tx-datasource View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236020#4236020 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236020 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JCA/JBoss] - Re: Problem with Xa transactions in Oracle, Can anyone help

2009-06-08 Thread adr...@jboss.org
There is very little change between 4.0 and 4.2.x/5.x for Oracle XA except that the transaction manager in the later versions always pads the XIDs so there is no longer a configuration for that. I'd suggest you use the example in the Oracle docs on how to create an XA connection by hand. This wil

[jboss-user] [JCA/JBoss] - Re: Configuring Local and Remote JMS

2009-06-08 Thread adr...@jboss.org
Use the JBoss Messaging Forum/FAQ for this question. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236015#4236015 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236015 ___ jb

  1   2   >