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

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] [JCA/JBoss] - Re: MySql XA Datasource with JBoss 5.1.GA

2009-06-08 Thread jaikiran
See if this helps http://www.jboss.org/index.html?module=bbop=viewtopict=149998#4208077 anonymous wrote : that works fine under JBoss 4.2.3.GA Looks like there's some (unintentional) change in newline handling of property values, in -ds.xml, in AS-5.x View the original post :

[jboss-user] [Security JAAS/JBoss] - NPE in FlaggedPolicyModule.toString on redeploy

2009-06-08 Thread lelleh
JBoss 5.0.1.GA and 5.1.0.GA. I have an ear with a war, and the latter has a file WEB-INF/fsws-db-login-jboss-beans.xml with the following ?xml version=1.0 encoding=UTF-8? | deployment xmlns=urn:jboss:bean-deployer:2.0 | | application-policy xmlns=urn:jboss:security-beans:1.0 name=fsws

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

2009-06-08 Thread alesj
david.ll...@jboss.com wrote : OK how about this. What is the mechanism to find the DeploymentUnit that a Class belongs to? Does jboss-cl give us something which does this? You can do this: (1) Get CL for the class (2) Get the Module for CL (3) Search all DUs for matching Module -- the one that

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem in persisting HashMap in cache

2009-06-08 Thread manik.surt...@jboss.com
@sridhar_ratna first off, you don't need C3P0 with JDBM. C3P0 is only to do with the Jdbc Cache Loader. It seems there is a mem leak somewhere, when a Map is used as a value. Do you know if you still have this problem if you use a different cache loader impl, such as BDBJE or a

[jboss-user] [Security JAAS/JBoss] - Using SecurityClient

2009-06-08 Thread rbattenfeld
Hello I developed a custom login module using the new simplified security domain configuration. The login module is developed using the JAAS API instead of using JBoss specific classes. Currently, the login module authenticates and authorizes our ejb module. The login module works as expected.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate Generic JDBC Exception

2009-06-08 Thread gbansal80
We are using JBoss v4.2.3.ga.jdk6 and Hibernate 3. For one of database table column, we have unique constraint. Now whenever records having same column value are inserted by application, we observe org.hibernate.exception.GenericJDBCException exception rather than

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem in persisting HashMap in cache

2009-06-08 Thread sridhar_ratna
Dear Manik, I have tested this with File persistent. There is just 1KB different. It seems to be the problem with JDBM. Thanks, Sridhar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235991#4235991 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem in persisting HashMap in cache

2009-06-08 Thread manik.surt...@jboss.com
Have you tried forcing a gc() after the end of your generation loop? Also, perhaps JDBM is caching stuff in memory as well, maintaining different versions. Have you looked at the JDBM docs/code to see if this is the case, and how this can be disabled? Cheers Manik View the original post :

[jboss-user] [Clustering/JBoss] - Issue with Session Replication in JBOSS clustered Environmen

2009-06-08 Thread skm2008
Hi , I have successfully set up with the jboss clustered environment locally for 2 nodes, node1 and node2. I m trying to do the session replication for one of my app. I did the following things : JBOSS version :4.3.0.GA Apache HTTP server: 2.0 web.xml: entry of jboss-web.xml :

[jboss-user] [JCA/JBoss] - Re: java.sql.SQLException: Connection handle has been closed

2009-06-08 Thread adr...@jboss.org
Read the FAQ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236006#4236006 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236006 ___ jboss-user mailing list

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

2009-06-08 Thread mclu
Hi! Ok. Here is my method which receives the message from the queue. There is also a slowdown feature but this can be ignored here. The method is called at a statefull sessionbean with CMT so a transaction is just started. | Session session = null; | Connection conn = null; |

[jboss-user] [Beginners Corner] - Re: Accesss ssl certificate information

2009-06-08 Thread skn81
@In private FacesContext facesContext; (java.security.cert.X509Certificate[]) ((HttpServletRequest) facesContext.getExternalContext().getRequest()).getAttribute(javax.servlet.request.X509Certificate); Thanks skn81! Your welcome skn81! skn81 View the original post :

[jboss-user] [JCA/JBoss] - Re: Possible failure to cleanup connection when returned to

2009-06-08 Thread adr...@jboss.org
I assume by transaction level you mean the transaction isolation level. I know in the past Oracle had problems with changing the transaction isolation level. It only allowed it if you hadn't executed any other queries. That's probably changed since I last looked at it, which was a while ago?

[jboss-user] [JCA/JBoss] - Re:

2009-06-08 Thread adr...@jboss.org
Read the FAQ. What you are doing is an anti-pattern and will cause connection leaks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236014#4236014 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236014

[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=bbop=viewtopicp=4236015#4236015 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236015 ___

[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

[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=bbop=viewtopicp=4236020#4236020 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236020 ___ jboss-user mailing list

[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

[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=bbop=viewtopicp=4236027#4236027

[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.

[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 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

[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

[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:

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

2009-06-08 Thread philsegal
2nd time lucky... ?xml version=1.0 encoding=UTF-8? process-definition xmlns= name=ny-workflow-2 start-state name=start-daily-pnl /start-state task-node name=signoff-pnl !-- timer name=signoff-timer duedate=1

[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=bbop=viewtopicp=4236039#4236039 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236039

[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 :) | ?xml version=1.0 encoding=UTF-8? | | process-definition xmlns= name=ny-workflow-2 | | start-state name=start-daily-pnl | transition to=fork1 name=default/transition | /start-state | | task-node name=signoff-pnl |

[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

[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

[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=bbop=viewtopicp=4236046#4236046 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236046 ___ jboss-user

[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=bbop=viewtopicp=4236052#4236052 Reply to the post :

[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

[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] [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=bbop=viewtopicp=4236060#4236060 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236060 ___ jboss-user mailing

[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

[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=bbop=viewtopicp=4236063#4236063 Reply to the post :

[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] [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 :

[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=bbop=viewtopicp=4236070#4236070 Reply to the post :

[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=bbop=viewtopicp=4236074#4236074 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236074

[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

[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=bbop=viewtopict=144865 It show a sample how to perform a JAAS login without the SecurityClient. Hope this helps Wolfgang View the original post :

[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

[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=bbop=viewtopicp=4236079#4236079 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236079

[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=bbop=viewtopicp=4236082#4236082 Reply to the post :

[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=bbop=viewtopicp=4236084#4236084 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=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 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=bbop=viewtopicp=4236085#4236085 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236085

[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

[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

[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

[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=bbop=viewtopicp=4236091#4236091 Reply to the post :

[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=bbop=viewtopicp=4236092#4236092 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236092 ___ jboss-user

[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 |appender name=FILE class=org.apache.log4j.FileAppender | errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ | param name=File

[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=bbop=viewtopicp=4236096#4236096 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236096

[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

[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=bbop=viewtopicp=4236099#4236099 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236099

[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=bbop=viewforumf=215 You should also mention which version of Portal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236104#4236104 Reply to the post :

[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=bbop=viewtopicp=4236106#4236106 Reply to the post :

[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 jbpm-context ... ... /jbpm-context This is my process process-definition

[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=bbop=viewtopicp=4236108#4236108 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236108 ___ jboss-user

[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=bbop=viewtopicp=4236110#4236110 Reply to the post :

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

2009-06-08 Thread anil.saldh...@jboss.com
| AttributeValue DataType=http://www.w3.org/2001/XMLSchema#anyURI;http://test/developer-guide.html/AttributeValue | Remove the space before the http scheme. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236112#4236112 Reply to the post :

[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

[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 :

[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

[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=bbop=viewtopicp=4236126#4236126 Reply to the post :

[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] [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=bbop=viewtopicp=4236137#4236137 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236137

[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=bbop=viewtopicp=4236139#4236139 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236139

[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] [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

[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

[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=bbop=viewtopicp=4236147#4236147 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236147

[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

[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

[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

[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=bbop=viewtopicp=4236155#4236155 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236155 ___

[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

[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

[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

[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=bbop=viewtopicp=4236169#4236169 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236169 ___ jboss-user mailing list

[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... command-service retry-interceptor/ environment-interceptor/ spring-transaction-interceptor current=true/ /command-service View the original post :

[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: | jboss-web |

[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] [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

[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

[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=bbop=viewtopicp=4236193#4236193 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236193

[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

[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.

[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] [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 worked

[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=bbop=viewtopicp=4236209#4236209 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236209

[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

[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=bbop=viewtopicp=4236215#4236215 Reply to the post :

[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=bbop=viewtopicp=4236216#4236216 Reply to the post :

[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. task-node name=timer end-tasks=true

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

2009-06-08 Thread LarryLi
| task-node name=timer end-tasks=true | task name=testTask swimlane=admin | /task | timer duedate=10 minute name=testTimer | action class=org.test.TimerAction/action | /timer | transition to=A

[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

  1   2   >