[jboss-user] [JBoss Messaging] - Re: Number of topic subscribers

2008-12-03 Thread timfox
I'm not sure I agree with Clebert here. Using multiple selectors on a single *queue* is generally considered an anti-pattern. This is because when a message is consumed the entire queue needs to be scanned to see if one matches. However, using selectors on a *topic* is NOT considered an

[jboss-user] [Microcontainer] - Re: Autoexplosion of archives

2008-12-03 Thread alesj
bob.mcwhirter wrote : | Yah, I looked at that too. Though, that requires extending the ModificationType enumeration and registering a ModificationAction. Non-trivial to try out a different ModificationAction, it would seem. | | Perhaps a ModificationType.ATTACHED and go looking for a

[jboss-user] [JBoss jBPM] - Re: the installation about the jbpm-installer-3.3.0.GA

2008-12-03 Thread sunshine791225
dkmorb, Thanks for your help. I have finished the installation about the jbpm-installer-3.3.0.GA.jar. But I don't know how to use it .because it doesn't include a jboss server.Is there anybody who can help me? View the original post :

[jboss-user] [JBoss AOP] - Re: Help with pointcut

2008-12-03 Thread DerMas
[EMAIL PROTECTED] wrote : | | all(com.gm.tnt..) | | | should work, although I think that is aop 2.0.0 only: | http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/reference/en/html/pointcuts.html#pointcuts-wilcards | | But doesnt the doc say that it wont work?

[jboss-user] [JBoss AOP] - Re: NoSuchMethodError: org.jboss.aop.ClassAdvisor$1

2008-12-03 Thread DerMas
What do you mean by the other debug messages? You didnt mention any debug messages in your first post :) Do you mean some kind of those debug messages: http://www.jboss.com/index.html?module=bbop=viewtopict=146079start=0 Then you should use log4j and turn off the aop logger or wait for a new

[jboss-user] [JBoss jBPM] - how to implement co-sign a task by several person?

2008-12-03 Thread aspider
i want to set co-signer from web page, and set it to a task-node as actor. The rule can be: one/all/majority of co-signer approved, the task finishes. how to implement? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193939#4193939 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: workflow changes frequently, is it suitable to use jbpm?

2008-12-03 Thread aspider
kukeltje wrote : you can either: | - make a process which contains all these items, lots of decisionnodes etc so it will be fully generic but can get complex | - make a subprocess for each and decide runtime (by using an EL for the subprocess name and binding=late) which of the subprocesses

[jboss-user] [JBoss Portal] - Re: JBoss Portlet Container 2.0 released

2008-12-03 Thread jb...@portal
Hi, I want one custom window state(like minimized and maximized i want close) in jboss portal for each portlet, where i need to do changes in my application,and i am using jboss portal 2.6. can any one help to overcome this problem and if you have any sample code please share that code, it

[jboss-user] [EJB 3.0] - Re: prg on EJB3.0 stateless

2008-12-03 Thread jaikiran
The EJB3 Trailblazer might be the right place to start http://www.jboss.com/docs/trailblazer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193943#4193943 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193943

[jboss-user] [EJB 3.0] - Re: prg on EJB3.0 stateless in jboss

2008-12-03 Thread jaikiran
Answered in your other thread at http://www.jboss.com/index.html?module=bbop=viewtopict=146599. You can use JBoss-4.2.3 GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193945#4193945 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Problem in topic consumers when lost connections

2008-12-03 Thread cbolanos
Thank you very much for replaying... Well, really I'm not reconecting in my code. When phisical connection goes down, then I can see warn messages from LeasePinger, and when the client recovers its connection warn messages don't appear. In this situation, the client can send again messages to

[jboss-user] [JBoss jBPM] - Re: workflow changes frequently, is it suitable to use jbpm?

2008-12-03 Thread kukeltje
Then use processvariables or other ways of retrieving that specific field from anywhere (e.g. your own db) and use it in a decisionhandler... that was what I meant with the first option. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193952#4193952 Reply to

[jboss-user] [JBoss jBPM] - Re: the installation about the jbpm-installer-3.3.0.GA

2008-12-03 Thread kukeltje
??? you can select to install a jboss server when using the installer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193953#4193953 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193953

[jboss-user] [EJB/JBoss] - Log4j problem

2008-12-03 Thread bharaneetharan
hi, Iam using Jboss 4.0.2 App server and using EJB 2. I have written a simple EJB and used log 4j for debugging. I added log4j-1.2.11.jar in the build path. the log4j.xml is as follows log4j:configuration | appender name=stdout class=org.apache.log4j.DailyRollingFileAppender | param

[jboss-user] [JBoss jBPM] - Re: how to implement co-sign a task by several person?

2008-12-03 Thread kukeltje
By modelling that in your process. e.g. Make two parallel tasks, where a variable is set when one approves or disapproves and use that value somewhere in a decisionhandler and go either back to the initial tasks (e.g. if the co-signer disapproves) or continue the process if both approve. Be a

[jboss-user] [JBoss jBPM] - Re: how to implement co-sign a task by several person?

2008-12-03 Thread aspider
can you give a example? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193957#4193957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193957 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Relation between tasks and processes

2008-12-03 Thread dkmorb
Hi all, I should obtain a process from task. Is there a way to do it? Is it possible by jbpm API? Thanks in advance, dkmorb. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193959#4193959 Reply to the post :

[jboss-user] [JBoss jBPM] - Help with jbpm error

2008-12-03 Thread francesco.franze
Hi all, I'm trying to retrieve the value of some variables added to a remote jbpm process, but when I request the ContextIstance it gaves this error org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role:

[jboss-user] [JBoss jBPM] - Re: Relation between tasks and processes

2008-12-03 Thread azeemullah_m
Hi , You can get the taskinstance which is currently executed from a Jbpmcontext and from which you can get the processInstance of that task. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193965#4193965 Reply to the post :

[jboss-user] [JBoss Portal] - Re: PortletBridge, Richfaces a4j:include

2008-12-03 Thread suzchr
I can't help you because I don't know how include rich faces in a portlet ! Can you help me ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193966#4193966 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193966

[jboss-user] [JBoss Cache: Core Edition] - Re: searchable, pull-based cache solution

2008-12-03 Thread dworq
Thanks for the answers. Yes, I was actually looking for a binary search since a full-text search would compromise speed and memory consumption when applied on thousands/millions of primary keys and to-be-indexed fields. As epbernard says, have to try it on a sample application first. View the

[jboss-user] [JBoss Messaging] - Re: Exception in thread

2008-12-03 Thread James McIlroy
Hi, is this any closer to be resolved with a release, or would we need to patch this ourselves still? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193973#4193973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193973

[jboss-user] [JBoss Messaging] - Re: Exception in thread

2008-12-03 Thread timfox
It's in the latest EAP CP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193976#4193976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193976 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: how to implement co-sign a task by several person?

2008-12-03 Thread pojomonkey
I have an entity in my system that relates the the active process. As part of that entity, I can store a list of actors. In a scenario where I have multiple approvers I simply keep track of who has approved, and don't leave the node until all approvers have approved. Just one example of the

[jboss-user] [JBoss Tools (users)] - Will be the support of Tomahawk discontinued by JBoss Tools

2008-12-03 Thread kphilipp
I miss the plugin plugins\org.jboss.tools.jsf.vpe.tomahawk_3.0.0.CR1... in the nightly build. Does it mean, that tomahawk is no longer supported by the upcoming release 3.0.0 of JBoss Tools? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193983#4193983

[jboss-user] [JBoss jBPM] - Re: Relation between tasks and processes

2008-12-03 Thread dkmorb
Ok. Thanks. But I need in particular to disable a ProcessDefinition from a taskMgmtDefinition(). Is it possible? Thanks again, Pas. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193987#4193987 Reply to the post :

[jboss-user] [JBoss jBPM] - jBPM/Spring/jUnit

2008-12-03 Thread pojomonkey
I am working on a application using Spring and jBPM. I'm also using springmodules for jBPM. The application works fine, but so far I have avoided trying to create jUnit tests for the code that interacts with jBPM. This is in part due to the asynchronous activity associated with that, which

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-03 Thread salaboy21
If you got a DelegationException if because you don't have your action classes in your application(test unit) classpath.. take a look at that! Let me know if you still have problems! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193991#4193991 Reply to the

[jboss-user] [JBoss jBPM] - Re: how to implement co-sign a task by several person?

2008-12-03 Thread salaboy21
Yes, also you can create a task-node that contains multiple tasks for approval And make this taks-node wait for all the task complete to signal the process. Also you can create a fork/join situation giving more flexibility! View the original post :

[jboss-user] [EJB/JBoss] - Re: Sending an Object from client (Swing) to Sever Remote (E

2008-12-03 Thread Shadowmulder
Hi, I am facing exact the same problem. Did you found a solution? Why the classloader do not find the Object? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193994#4193994 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Relation between tasks and processes

2008-12-03 Thread azeemullah_m
Why You need to disable a processDefinition. ProcessDefinition is something you have deployed .Its something like making it available to be used for your process. So i conclude it is not yet made active . View the original post :

[jboss-user] [EJB/JBoss] - Re: EJB Client CallBacks (Like in RMI or CORBA)

2008-12-03 Thread [EMAIL PROTECTED]
That's a very unusual setup. Better use JMS to send this type of information. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194005#4194005 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194005

[jboss-user] [JCA/JBoss] - Re: How to use JBossManagedConnectionPool.flush()?

2008-12-03 Thread ramsbuddha
Hi All, I know this can be done by JMX console, but I would like to see a solution which is automatic and should flush all the connections irrespective of their status(idle/busy(if busy should be flushed after the task is done)) Thanks Rams View the original post :

[jboss-user] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL

2008-12-03 Thread almarro1
Well, I think I've discovered the problem: there's a BUG in WSDL11Reader.java. When there are circular references in schemas, it creates an infginite loop. Somehow I managed to solve it by adding a check just after a new schema include is processed. The followwing code shows what I've included

[jboss-user] [Javassist user questions] - Re: Javassist class loader vs. Apache Commons logging

2008-12-03 Thread mburger
Could be related to this: http://www.qos.ch/logging/classloader.jsp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194009#4194009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194009

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-03 Thread pojomonkey
I was getting a ClassCastException for the handler class, which is then translated into the DelegationException - I guess I should have mentioned that - so it doesn't seem to be a classpath issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194010#4194010

[jboss-user] [JBoss Tools (users)] - Re: Will be the support of Tomahawk discontinued by JBoss To

2008-12-03 Thread [EMAIL PROTECTED]
Hi Kphilipp, https://jira.jboss.org/jira/browse/JBIDE-2492 states ADF and tomahawk were removed because they were out of date so they haven't been in the build since mid-summer. Are you saying they worked fine for you ? Noone have stepped up to maintain them and afaik I was told causing more

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Separate Execute Queue in JBOSS

2008-12-03 Thread danielen
Any news on this topic? JBoss still doesnt support any form og execution queue or any other method to limit the number of simultaneous rmi calls to a jboss server. We need to limit the peek throughput so that we dont DDOS all of our sub systems (db, external systems etc) that has a limit of how

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-03 Thread salaboy21
If you have a ClassCastException you should check your stack trace. Or you can show us how it looks like with your ActionHandler Code... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194017#4194017 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: prg on EJB3.0 stateless

2008-12-03 Thread jaikiran
Please do not post the same question in multiple forums. Lets continue this discussion in your other post at http://www.jboss.com/index.html?module=bbop=viewtopict=146599 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194019#4194019 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Log4j problem

2008-12-03 Thread jaikiran
JBoss uses the log4j.xml which is present in %JBOSS_HOME%/server/ serverName/conf folder. Add your configurations to that JBoss file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194020#4194020 Reply to the post :

[jboss-user] [Remoting] - Limit number of simultaneous executing calls.

2008-12-03 Thread danielen
We need to limit the peek throughput so that we dont DDOS all of our sub systems (db, external systems etc) that has a limit of how many clients calls they may execute at the same time. We are migrating a weblogic application to jboss. Weblogic has execution queues that limit how many

[jboss-user] [EJB/JBoss] - Re: Sending an Object from client (Swing) to Sever Remote (E

2008-12-03 Thread Shadowmulder
ok found the solution: in this case the stub is not load dynamically from server, the server and the client must have the concrete Object in their classpath (not talking from interfaces)! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194025#4194025 Reply to

[jboss-user] [JBoss Messaging] - Re: Exception in thread

2008-12-03 Thread timfox
Actually the next CP. FYI you can always see what release a task is in by looking in JIRA: https://jira.jboss.org/jira/browse/JBMESSAGING-1434 You can see it's already fixed, and will be in releases 1.4.2.GA and 1.4.0.SP3.CP05. Clicking on 1.4.0.SP3.CP05 tells you in the description This

[jboss-user] [JBoss AOP] - Re: Help with pointcut

2008-12-03 Thread [EMAIL PROTECTED]
I thought you wanted to restrict to the package and not sub-packages. If you want to intercept everything in the package and sub-packages this should work: | all(com.gm.tnt.*) | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194029#4194029 Reply to

[jboss-user] [Management, JMX/JBoss] - Re: Server is not Responding ( Jboss 4.2.3.GA with JDK1.5) a

2008-12-03 Thread prakashmvc
Hi Peter, we encountered same problem again but this time no database issues. I will explain in more detail. We are using JBoss 4.2.3 in production. its' using sun solaris operating system. Sometimes server is not responding.we can't open http://ip:8080/ it won't respond for this url. But if we

[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2008-12-03 Thread lgadams
Hi Chris, I saw your reply on the message board just now. I thought that when I received a reply to my post it would email me back. Sorry for not getting back to your question. You stated: Could you precise what your producer configuration is? Also, could attach the relevant SOAP messages

[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2008-12-03 Thread lgadams
For the sharepoint config file, the forum seems to have cut out the xml format here is the whole file: Configuration xmlns=http://schemas.microsoft.com/office/sps/2005/WSRP/Configuration; Producer Name=NetUnity AllowScripts=true

[jboss-user] [JBoss Portal] - How to set response HTTP headers in serverResource

2008-12-03 Thread jaro777
Hello, I try to configure response header in service the resource of my portlet (new feature in 286). According to the spec ResourceResponse.setProperty should do it if invoked before ResourceResponse.setContentType - see example | public void serveResource(ResourceRequest request,

[jboss-user] [JBoss jBPM] - Custom Authentication/Identity Module

2008-12-03 Thread harishhere
Hi, We are planning to use jBPM for the workflow management for our web application. However, we want to use single repository for Users and Roles for both jBPM and web application (we do have other tools). How can we achieve this ? As i read jBPM documentation, i understand that Identity

[jboss-user] [EJB/JBoss] - Re: Log4j problem

2008-12-03 Thread bharaneetharan
Jaikiran, thanks for your reply. is it possible to have a seperate log4j.xml file for my EJB project? If so what are the configurations needs to be done? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194044#4194044 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread salaboy21
I have a post about that topic, but is in Spanish... you can use translate.google.com to translate it to english.. and then tell me if you understand http://salaboy.wordpress.com/2008/11/05/jugando-con-jbpm-15-identity-component/ View the original post :

[jboss-user] [JBoss Messaging] - Re: Number of topic subscribers

2008-12-03 Thread clebert.suco...@jboss.com
timfox wrote : | However, using selectors on a *topic* is NOT considered an anti-pattern. Why? This is because the topic subscription will only accept messages that match the selector, therefore you know at consumption time that the subscription only contains matching messages and you don't

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-03 Thread pojomonkey
Handler code is: import org.apache.commons.logging.Log; | import org.apache.commons.logging.LogFactory; | import org.jbpm.graph.def.ProcessDefinition; | import org.jbpm.graph.exe.ExecutionContext; | import org.jbpm.graph.exe.ProcessInstance; | import

[jboss-user] [JNDI/Naming/Network] - Re: CommunicationException / ClassNotFoundException on looku

2008-12-03 Thread meiners
If the interface project.query.ProjectQHome is merged in the.jar file of the Swing Client, those of port 2001,2000 and are used. If this interface is not merged, those of port 2001,2000, and 8083 are used. When starting of the JBoss the following is logged: 08:47:05,244 INFO

[jboss-user] [EJB/JBoss] - pb : having a jboss service depending on jms or NamingContex

2008-12-03 Thread je.a.le
hi, I have an entreprise application build like this : - an ejb module, with a jboss service (@service @management annotation), and a mdb - a war module with a servlet and a webservice Only use annotation ; jboss 4.2.1.GA, jdk 1.6.0.10 x64, linux, netbeans 6.1 At startup, the start method of

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-03 Thread salaboy21
please post the jpdl XML code.. where you are adding this assignment handler.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194057#4194057 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194057

[jboss-user] [JBoss Portal] - Re: How to set response HTTP headers in serverResource

2008-12-03 Thread [EMAIL PROTECTED]
Indeed. We are looking into it. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194058#4194058 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194058 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - JBPM and SEAM

2008-12-03 Thread rwiesemann
Hi, i'm using JBoss AS 4.2.2 with java 1.6.07. I have an application A.ear including JBPM. If i deploy this application alone, it works fine. Than i have an application B.war including SEAM. This application has no relations to the application A.ear. If i deploy the application B.war alone, it

[jboss-user] [JBoss Cache: Core Edition] - Re: jbosscache/jgroups memory leak

2008-12-03 Thread hgardner
No, unfortunately I missed the Flow Control option completely. Given a pbcast.STABLE defined as: pbcast.STABLE desired_avg_gossip=2 up_thread=false down_thread=false max_bytes=25/ would you say that a FC element configured as follows would be

[jboss-user] [JBoss Messaging] - Re: Timeout for Disconnected JBM Client

2008-12-03 Thread timfox
Did you see https://jira.jboss.org/jira/browse/JBMESSAGING-1220 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194065#4194065 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194065

[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread harishhere
Thanks. So, Here is my understanding: I need to create a custom Identity Session class which will implement IdentitySession and ExpressionSession interfaces. I have to then create custom class extending ExpressionAssignmentHandler in which i've to override getExpressionSession method to return

[jboss-user] [EJB/JBoss] - Re: Log4j problem

2008-12-03 Thread jaikiran
See this http://www.jboss.org/community/docs/DOC-12003 If moving to JBoss-4.2.x version is possible for you, then let us know - there's a forum thread which contains the steps required to configure your own log4j.xml for JBoss-4.2.x View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2008-12-03 Thread [EMAIL PROTECTED]
lgadams wrote : | I saw your reply on the message board just now. I thought that when I received a reply to my post it would email me back. Sorry for not getting back to your question. | You need to watch the topic to get notified. To include markup in your posts, you need to use the

[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2008-12-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | This is the root of the issue. The client agent sent by MS SharePoint ... I meant consumerAgent, not client agent. See section 7.1.1 of the specification for more details. View the original post :

[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread salaboy21
yes... there is something like you are saying... There is not a solution available for LDAP users.. i think.. Ronald may know something... But if not.. we can do it together if you want.. Let me know.. View the original post :

[jboss-user] [Remoting] - Re: Limit number of simultaneous executing calls.

2008-12-03 Thread david.ll...@jboss.com
What policy would you impose when there are too many concurrent requests? Block/enqueue the request? Reject it outright? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194072#4194072 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: pb : having a jboss service depending on jms or NamingCo

2008-12-03 Thread jaikiran
How about doing this: - Create a *-service.xml to define/configure the queue. For ex: myqueue-service.xml - Package this myqueue-service.xml at the root of the EAR. - Create a jboss-app.xml under the META-INF folder of the EAR with the following contents: jboss | module |

[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread harishhere
Definitely we can work together. But again, the question is how to make jBPM use my custom ExpressionAssignmentHandler class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194074#4194074 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM-3.3.0.GA Released

2008-12-03 Thread janvandeklok
That great! But. I have some problems with running the console of 3.3.0 How do I provide the users and passwords ? In previous versions we added a users.properties and roles.properties file to the consoles war classpath, but this does not work in this version. I could not find how to

[jboss-user] [Remoting] - Re: Limit number of simultaneous executing calls.

2008-12-03 Thread danielen
We would like to enqueue rmi calls on the server side to handle peak load which could happen in short periods. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194081#4194081 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Problems with clientAuth=true

2008-12-03 Thread dejanmr
1)Setup clientAuth=false (among the rest Connector data in server.xml), all works fine (Firefox asks for certificate on attempt to open on https://...:8443), opens the page when I import certificate. 2)Change to clientAuth=true WORKS FINE FOR THE VERY FIRST TIME (certificate is there form

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache Portable Runtime (APR) on Jboss 4.2.3 GA

2008-12-03 Thread dejanmr
anonymous wrote : Or are you not using run.bat to start the app server? I was not, I was running it from eclipse. Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194082#4194082 Reply to the post :

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

2008-12-03 Thread PeterJ
Don't you just love it when tools try to be helpful? Lunacy like this is why I use Eclipse only as a glorified text editor. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194083#4194083 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Loading a external file using getResourceAsStream()

2008-12-03 Thread vickyk
ad-rocha wrote : | I'd like to load a file located outside my RAR using getResourceAsStream(). Is it possible? | You can set the required file in the server classpath,however I am not sure what you are trying to achieve by doing so. View the original post :

[jboss-user] [JNDI/Naming/Network] - Remote JNDI failing across subnet

2008-12-03 Thread sradford
Hi, Have a problem which we have been battling with for days Have a simple test client application that is trying to put a JMS Message onto a Queue on a remote server. This works fine when running from one machine, but not from another. The only obvious difference is that the working

[jboss-user] [JCA/JBoss] - Re: How to use JBossManagedConnectionPool.flush()?

2008-12-03 Thread vickyk
Write a MBean which will have configurable time period as a property. This MBean should call flush periodically on the JBossManagedConnectionPool. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194086#4194086 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Timeout for Disconnected JBM Client

2008-12-03 Thread rtm333
Tim, Thanks for your suggestion. JBMESSAGING-1220 (together with JBREM-765) does indeed answer my question about the meaning of and the difference between timeout and callbackTimeout. But unfortunately, it does not seem to match our problem. The callbackTimeout of 10 sec has been introduced

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to flush Connection in jBoss?

2008-12-03 Thread PeterJ
ramsbuddha, please do not ask the same question in multiple posts. Since Vicky answered your other post, lets continue the discussion there. http://www.jboss.com/index.html?module=bbop=viewtopicp=4194007 View the original post :

[jboss-user] [JBoss Portal] - default page

2008-12-03 Thread engela
JBossPortal 2.7.0 I would quite like to define a page hierarch like this: my portal page 1 page 1.1 page 1.2 page 1.3 page 2 page 2.1 page 2.2 It is possible to create such a hierachy and the result would be navigation menu like this: page 1

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache Portable Runtime (APR) on Jboss 4.2.3 GA

2008-12-03 Thread PeterJ
There's your problem. I'm not sure of the exact mechanism Eclipse uses to run JBoss AS, but it probably runs it directly, and does not call run.bat. In that case, the path was never set correctly. You could always change the PATH setting in My Computer Properties to include the native library

[jboss-user] [JBoss Messaging] - Re: Timeout for Disconnected JBM Client

2008-12-03 Thread timfox
The JIRA also talks of a possible TCP buffer size issue. Have you tried setting prefetch size to a smaller value. What size are your messages? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194096#4194096 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2008-12-03 Thread lgadams
I edited the property UseStrictMode in this file jboss-portal.sar/portal-wsrp.sar/META-INF/jboss-service.xml and set its value from true to false everything seemed to work! I am able to see a jboss portlet in sharepoint. Here is my configuration file as an example if anyone else is trying to

[jboss-user] [JBoss Portal] - recrusive pages

2008-12-03 Thread engela
It is possible to create pages within pages in Portal Admin interface of the JBoss Portal 2.7. However the navigation bar only display the first two levels. Is it possible to increase the page levels displayed in the navigation bar? Thanks, Anette View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Perplexing error - meta-aware object error

2008-12-03 Thread ivanlc
I had a similar problem moving EJB 2.0 ear from JBoss 4.0.5 to JBoss 4.2.2.GA. Look for in conf/jbossjta-properties.xml and add the property The doc that jaikiran mensions has some info about this property. eg: !-- ... other properties ... -- View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Perplexing error - meta-aware object error

2008-12-03 Thread ivanlc
The XML did not copy! put property name=com.arjuna.ats.jta.allowMultipleLastResources value=true/ in properties depends=arjuna name=jta | property name=com.arjuna.ats.jta.allowMultipleLastResources value=true/ | | | /properties View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Problems with clientAuth=

2008-12-03 Thread dejanmr
Problem solved, truststoreFile was not set up properly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194104#4194104 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194104 ___

[jboss-user] [JBoss Portal] - Re: How to remove jboss default home ?

2008-12-03 Thread guybedo
Hi, you should read the portal reference guide. I imagine you want to remove/cutomize the default page, which can be done in the default-object.xml file located in \jboss-portal-x.x.x\server\default\deploy\jboss-portal.sar\conf\data. This file defines the portal/pages/portlets deployments.

[jboss-user] [Microcontainer] - ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Deploying my threads deployer on JBossAS (build from clean trunk as of about 30 minutes ago) yields: | 11:46:50,843 ERROR [AbstractKernelController] Error installing to Real:

[jboss-user] [JBossWS] - Re: replacement of REPLACE_WITH_ACTUAL_URL when using annota

2008-12-03 Thread will.tatam
I have found another interesting bug, if you comment out the webServiceHost and set transport to be confidential then it changes to use HTTPS but still uses the port used for the connection so if you try and request the wsdl insecurely it give you an address that is https://hostname:8080 which

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Wait, I see where this is coming from. I'm still declaring my deployer like this: | deployment xmlns=urn:jboss:bean-deployer:2.0 | bean name=JBossThreadsMetaDataFactoryDeployer class=org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryDeployer | constructor |

[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread salaboy21
I was looking for your answer (in jbpm 3.2.3) and I find this block of code: | if (expression!=null){ | assignmentDelegation.setProcessDefinition(processDefinition); | assignmentDelegation.setClassName(org.jbpm.identity.assignment.ExpressionAssignmentHandler); |

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Also it uses 'required=true' etc when it should be using 'use=required'. I seem to recall reporting this before. :-) Can I commit a fix for this without screwing anything up? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194120#4194120 Reply to the post :

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Now I see that jboss-deployers doesn't have a tag for BeanMetaDataFactory deployers. So I guess I'm back to my original problem of finding where that class went :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194121#4194121 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-03 Thread salaboy21
sorry about that post.. I was really wrong!! This is because i do a fast search and a fast reply... You can change your ExpressionAssignmentHandler by putting your extended ExpressionAssignmentHandler(MyExpressionAssignmentHandler) in the class attribute in the assignment tag. Take a look at

[jboss-user] [EJB 3.0] - Many database schemas with same structure. How to implement

2008-12-03 Thread PedroSena
Hi Guys, I have the following scenario: I've a database schema per user in my application(an online ERP/CRM). All the schemas have the same tables, I would like to know how to map it in my persistence.xml file. If I need to specify a jta-data-source I'm hardcoding the client for that

[jboss-user] [EJB 3.0] - Re: Many database schemas with same structure. How to implem

2008-12-03 Thread PedroSena
I'm using Jboss Seam. I already created a factory that creates the correct EntityManagerFactory for me. So my problem, is more specifically, the jta-data-source. Binding it to my persistece-unit will hardcoded it and make it available just for one client. Is there some one to do around this

[jboss-user] [Security JAAS/JBoss] - Re: problem in jndi look up

2008-12-03 Thread Wolfgang Knauf
Does this help? http://www.jboss.org/community/docs/DOC-12715 If not: please provide much more details about your configuration, your code etc. Best regards Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194126#4194126 Reply to the post :

[jboss-user] [EJB/JBoss] - EJBs in a Load Balanced Environment

2008-12-03 Thread ejsdeveloper
We have two JBoss servers with the same EJB. How do we load balance these two servers? We set up a load balancer with an IP that sends traffic to each JBoss server. The client can successful connect to JBoss server (#1) via the load balancer IP. However, once JBoss server #1 is down, the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: PHP on TOMCAT

2008-12-03 Thread [EMAIL PROTECTED]
Thanks JFrederic, Previously, I had been trying to get the libphp5 files from PHP binaries with axps2 configured and thought buildphp.sh was doing something similiar. Consequently, I was running buildphp on its own. You made it too easy by including the php5servlet directory in the project

  1   2   >