[jboss-user] [JBoss Messaging] - Re: Clustered temporary queue problem

2009-04-28 Thread timfox
I'm having trouble understanding what you're trying to achieve. Perhaps you could post a test program? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226924#4226924 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226924

[jboss-user] [JBoss jBPM] - Re: 4 Eye Principal - Implementation

2009-04-28 Thread bestage
I had a similar goal to achieve. Example: a simple workflow like this user Auser A User B System edit record = finalize= verify= set record active After User A finalizes the record for verification it gets the appropriate status which I set in

[jboss-user] [Clustering/JBoss] - jboss deploying issue - (while the service is up)

2009-04-28 Thread chades
Hi Im kind of new to clustering. Please let me know if I can assign one node as Jboss coordinator where the other nodes always refer to that node for configuration. My requirement I have two nodes cluster (Lets say node A and B) and application is deployed under /farm. There are instances

[jboss-user] [EJB 3.0] - Re: Deployment error using Service beans

2009-04-28 Thread rnicholson10
My jboss-app.xml is as follows: | jboss-app | loader-repository | spe-test:archive=spe-test.ear | /loader-repository | /jboss-app | Here are the annotations used in the service bean: | import javax.ejb.Local; | import javax.ejb.Remote; | | import

[jboss-user] [JBoss Portal] - Any one for Apache Jetspeed2 and JBoss 5?

2009-04-28 Thread ebross
Has anyone successfully used Apache Jetspeed2 (v.2.1.3) with JBoss-5.0.x.GA? If you have, why not brag about it: describe how you did it, i.e., installed Jetspeed2 on JBoss 5 and deployed your application ( EAR or WAR); and what were the pitfalls (if any) that you encountered? You might be

[jboss-user] [JBoss jBPM] - Re: 4 Eye Principal - Implementation

2009-04-28 Thread swatis
This is how I implemented. If Task A is completed by UserA then using action handler setting instance variable :group with value of userA Then When for Task B, used class which implements AssignmentHandler Interface this class will query to see who are the members of group and then elliminated

[jboss-user] [JBoss jBPM] - Drools-fusion: Choice in Application?

2009-04-28 Thread cyphr
Wondering if Drools (or Drools-fusion specifically) would be the right choice for my application: I need to analyze certain facts ( events coming from a log - with a fixed TimeStamp and other values) against a bunch of rules to detect or derive another complex event or an anomality. it

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread gaohoward
hi, did you set these parameters in your remoting config file? 1 1 5000 The server thinks a client connection is bad when it doesn't receive a ping from client for 'clientLeasePeriod'. The client will think the server connection is bad when

[jboss-user] [JBossMQ] - How to clean up uncommit JMS transactions on jboss 4.2.3

2009-04-28 Thread glenwood
Hi, I was using jboss HAJMS with a customized PERSISTENT TOPIC, I accidently stop message consuming for a while,which cause my JMS die,when I try to restart jboss server,I found following errors while jboss was trying to deploy jbossmq-httpil.sar under

[jboss-user] [JBoss jBPM] - Re: Integrating jBPM into existing JBoss server installation

2009-04-28 Thread Noureddine Dahmen
hello View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226938#4226938 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226938 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [EJB 3.0] - Re: Deployment error using Service beans

2009-04-28 Thread jaikiran
Just reproduced it. It's a bug https://jira.jboss.org/jira/browse/EJBTHREE-1812. Thanks for reporting. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226939#4226939 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226939

[jboss-user] [Testimonials] - JBoss v. Oracle WebCenter 10.3

2009-04-28 Thread mcopenha
Hi, I'm doing an evaluation of these two different portal products. In general, our most important requirements are CMS, and the ability for a non-techie user to modify pages with a WYSIWYG editor. We're also looking for a suite of collaboration tools and portlets -- wiki, blogs, communities,

[jboss-user] [EJB 3.0] - Re: Deployment error using Service beans

2009-04-28 Thread rnicholson10
Thanks for looking into this. Hopefully a fix will make it into the next release. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226948#4226948 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226948

[jboss-user] [JBoss Messaging] - Re: Clustered temporary queue problem

2009-04-28 Thread nyeste
The client, which creates a temporary queue, registers it's name to jboss cache and listening for messages: | package hu.molaris.client; | | import java.util.Properties; | | import javax.jms.Connection; | import javax.jms.ConnectionFactory; | import javax.jms.Message; | import

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-28 Thread wolfc
There seems to be an illegal configuration in connectadministration-ejb.jar on which the deployment chokes. Does it contain a jboss.xml? If so, could you post it? Would it be possible to attach said jar to EJBTHREE-1751? View the original post :

[jboss-user] [JBoss Portal] - Re: DEPLOYING JBOSS PORTAL 2.7.0 ON GLASSFISH

2009-04-28 Thread mwringe
It can only be deployed on JBoss AS 4.x View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226950#4226950 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226950 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread gaohoward
Sorry, post again. hi, did you set these parameters in your remoting config file? |attribute name=clientLeasePeriod isParam=true1/attribute |attribute name=validatorPingPeriod isParam=true1/attribute |attribute

[jboss-user] [JBoss Messaging] - JMS Bridge - MaxBatchTime not working

2009-04-28 Thread rnicholson10
I'm using the 5.1.0 beta release of AS5 Previously I had been using the following in my bridge configuration: | attribute name=MaxBatchSize1/attribute | attribute name=MaxBatchTime-1/attribute | This worked but was very inefficient so I changed to this: |

[jboss-user] [JBoss Portal] - Re: Any one for Apache Jetspeed2 and JBoss 5?

2009-04-28 Thread thomas.he...@jboss.com
Hey, you should be using 'JBoss Portal', then you could post here ;) In the meantime if you want to know more about Jetspeed, you should really ask on *their* forum, not here... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226955#4226955 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JMS Bridge - MaxBatchTime not working

2009-04-28 Thread timfox
I've re-opened the task, so Howard can take a look. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226956#4226956 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226956 ___

[jboss-user] [JBoss Portal] - Re: how to get PortalRuntimeContext from portlets

2009-04-28 Thread apemberton
You should be able to access the PortalRuntimeContext using the Navigation class's static accessor: PortalRuntimeContext prc = Navigation.getPortalRuntimeContext(); See:

[jboss-user] [Security JAAS/JBoss] - Re: DatabaseLoginServerModule implementing problems

2009-04-28 Thread NSchweig
Hallo Wolfgang, thank you very much for the answer. Now I think it is working a little bit better, I have got the following log: 0] | LoginModule Class: org.jboss.security.auth.spi.DatabaseServerLoginModule | ControlFlag: Anmeldemodul-Steuerflag: required | Options: | name=debug,

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss application deployment - Handling properties outside o

2009-04-28 Thread sittont
Hi, We are currently migrating our application into JBoss 5.0.1.GA application server (currently running on Weblogic). In our application we use several ear files per server, each points to a separate properties directory that exists out of the ear file but is in use only by the specific

[jboss-user] [JBoss Portal] - Re: Unable to login to Jboss portal 2.7.2

2009-04-28 Thread PeterJ
Sorry, the table name I gave was a typo - you have the correct table. Are all of the table empty, or do some of them have content? For example, in my database jbp_portal_mode has 12 rows, and jbp_portal_object has 29 rows (the number of rows you have might be different). The initial users are

[jboss-user] [Installation, Configuration DEPLOYMENT] Migration of a Tomcat app to JBoss 4.x

2009-04-28 Thread Michael Obster
Hi, can anyone tell me a good strategy to migrate an existing struts 1 application from a tomcat 5.5 to a jboss 4.x release? the problem i have, is a specialty i have in my application. the war-file is currently deployed somewhere in the filesystem, but i use a applicationName.xml file in

[jboss-user] [Beginners Corner] - Re: php in jboss-4.0.3SP1

2009-04-28 Thread PeterJ
I have never tried it with 4.0.x, but you are welcome to try. See this discussion: http://www.jboss.org/index.html?module=bbop=viewtopict=134253 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226971#4226971 Reply to the post :

[jboss-user] [JBoss Portal] - Re: SecurityException on stopping JBoss Portal Server

2009-04-28 Thread prabhat....@jboss.com
Enterprise Portal Platform (EPP)'s jmx is secured by default. Please read the installation guide. Basically, solution is either to provide jmx admin id/password to stop server or disable jmx security. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss application deployment - Handling properties outsi

2009-04-28 Thread jaikiran
What is the reason for keeping these properties outside the .ear? Is it because you will have to unzip the archive to make any changes to the properties? If yes, then have a look at the exploded deployment option http://www.jboss.org/community/docs/DOC-9719. That way you can include the

[jboss-user] [JBoss Messaging] - Re: JMS Bridge - MaxBatchTime not working

2009-04-28 Thread gaohoward
It is a duplicate to https://jira.jboss.org/jira/browse/JBMESSAGING-1543. Please see that JIRA for more details. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226974#4226974 Reply to the post :

[jboss-user] [JBoss Portal] - Re: LDAP integration with jbossportal

2009-04-28 Thread prabhat....@jboss.com
Are you trying to use SSO as well? Debugging and fixing SSO problems are not trivial in the sense that to reproduce one needs to do all the setup. May be it's worth buying support contract. http://www.jboss.com/services/subscriptions/ View the original post :

[jboss-user] [JBoss Portal] - Re: can ingres ve configured with jboss portal

2009-04-28 Thread PeterJ
JBoss Portal uses Hibernate for its database access, and Hibernate supports Ingres, though it is not one of the regularly tested databases. Also, Portal probably has not been tested on Ingres. You are welcome to try but your results may vary. You can always ask about problems you run into but

[jboss-user] [JBoss Messaging] - Re: JMS Bridge - MaxBatchTime not working

2009-04-28 Thread rnicholson10
So I guess my next question is what are the chances of 1.4.4 being in the next AS5 release. The performance improvements of being able to send batches of messages are to much to ignore in our production environment. Should I be asking this question here or is there somewhere better to ask

[jboss-user] [JBoss Messaging] - Re: JMS Bridge - MaxBatchTime not working

2009-04-28 Thread rnicholson10
Only as far as 1.4.3.GA for messaging in the 5.1.0 Beta of AS5 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226980#4226980 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226980

[jboss-user] [Performance Tuning] - Re: Physical vs Virtual Memory

2009-04-28 Thread PeterJ
I think this has to do with how Windows allocates memory. When the JVM first comes up it will as for the 1GB or memory for the heap but it will not immediately make use of that memory. Usually what happens is the OS marks that 1GB of memory as committed but physically allocates only a fraction

[jboss-user] [Management, JMX/JBoss] - Re: JBoss 5: MBean depends on EJB3 Staleless Bean according

2009-04-28 Thread ike
jaikiran wrote : | Is that all you see? Is there any more error message or exception stacktrace (earlier maybe) with more details? If there is any, please post the same. | Check in the jmx-console whether a service with this name does exist. Just enabled debug log and attached some

[jboss-user] [Installation, Configuration DEPLOYMENT] - NoSuchMethodError when accessing library class.

2009-04-28 Thread leomrlima
My JBoss Version is 4.2.3, and I'm using Sun's JDK 1.6.0_11 in a RHEL 2.6.9-55.ELsmp. I'm also using current Apache POI 3.5-beta5 (poi-3.5-beta5.jar). When my application tries to access a method (that compiles OK in Eclipse using the same .jar file), it throws a:

[jboss-user] [Performance Tuning] - Re: Physical vs Virtual Memory

2009-04-28 Thread ntnlljboss
First of all, thanks for you answer. You are right, I also think that's a problem of memory allocation in Windows Server. I just tried to set the page file size to 0, but JV refuse to start. Is very strange: when the OOME errors occurs and the overloaded JavaService process hangs, the paging

[jboss-user] [Beginners Corner] - Getting Management conosle to display applet

2009-04-28 Thread DanG1968
Hello All, I have installed JBOSS 5..0.0 GA on Linux Redhat Fedora and when I bring up the console page (localhost:8080) The applet to the left will not initialize. I have java runtime (and sdk) installed on my computer but still cannot get the control applet to show up. Any advice is

[jboss-user] [JBoss Messaging] - Re: JMS Bridge - MaxBatchTime not working

2009-04-28 Thread gaohoward
Hi, I think there should be a new release next month, that's for EAP 4 and maybe plus a corresponding community release. AS5 will be finally targeted at JBM2.0. But currently I think JBM1.4 should be updated for the nearest release. That's only a rough view. Please have a look at the project

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread dahm
Hi, here's the completx remoting-bisocket.xml: | mbean code=org.jboss.remoting.transport.Connector name=jboss.messaging:service=Connector,transport=bisocket | display-name=Bisocket Transport Connector | attribute name=Configuration |

[jboss-user] [JBoss Messaging] - Re: JMS Bridge - MaxBatchTime not working

2009-04-28 Thread rnicholson10
Thanks Howard. I'll keep my eye on the roadmap and cross my fingers! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227008#4227008 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227008

[jboss-user] [JBoss jBPM] - Re: Drools-fusion: Choice in Application?

2009-04-28 Thread heiko.br...@jboss.com
That's the wrong forum. You should ask drools related questions here: http://www.jboss.org/drools/irc.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227010#4227010 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227010

[jboss-user] [JBoss jBPM] - Re: Process deployment in jBPM4

2009-04-28 Thread heiko.br...@jboss.com
There is a deployer in Beta1 that consumes *.jpdl (zip) files that you put into server//deploy/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227013#4227013 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227013

[jboss-user] [JBoss Messaging] - Bridge - Cannot get once and only once working

2009-04-28 Thread rnicholson10
I am using the latest beta release 5.1.0.Beta of AS5. On the previous stable release there was a bug with bridges where a bridge would not correctly deploy on startup of JBoss. This issue no longer exists on the beta. I have a bridge setup between two different physical machines. Everything

[jboss-user] [JBoss jBPM] - Re: Beginner question: Using jBPM from EJB application

2009-04-28 Thread heiko.br...@jboss.com
In jbpm4 you can lookup java:/ProcessEngine from an EJB View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227014#4227014 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227014 ___

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread gaohoward
Hi, I think your configure are fine. The client log shows that the connection is closed by server. But I didn't see the JBM server detected any client connection failure. Usually if a client lost its connection to the server, the server will detected it after a while (10 sec, as per

[jboss-user] [JBoss Portal] - Re: UserModule: hibernate problem

2009-04-28 Thread zicolino
Hi, I know the entry is very old. But did you solve the problem? I need support for exactly the same problem. Greetings View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227016#4227016 Reply to the post :

[jboss-user] [JBoss Messaging] - Best way to pause delivery of messages on a queue

2009-04-28 Thread rnicholson10
I have a situation whereby it would be helpful to be able to stop delivery of messages on a queue but still allows client to add messages to the queue in question. I see that there is a stopDelivery method in the JMSContainerInvokerMBean. Will calling this stop delivery and still allow clients

[jboss-user] [JBoss Portal] - Re: Unable to login to Jboss portal 2.7.2

2009-04-28 Thread viked
I figured out what was wrong? I was using an older mysql connector which pukes when you try to put 'true' in a field which is of type bit(1) which hibernate does when creating default users. I updated the connector and it started working. Thanks for the help!! View the original post :

[jboss-user] [JBoss Messaging] - Re: Best way to pause delivery of messages on a queue

2009-04-28 Thread gaohoward
Can you name the version of JBoss Messaging? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227023#4227023 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227023 ___ jboss-user

[jboss-user] [Remoting] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread dahm
Which is also suspicious is the message 2009-04-26 08:00:15,229 WARN [org.jboss.jms.server.connectionmanager.SimpleConnectionManager] A problem has been detected with the connection to remote c lient a2l153c-xvcn8h-ftwnj949-1-ftyrxubq-1j, jmsClientID=f-d5jjnwtf-1-949jnwtf-h8ncvx-c351l2a. It

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread dahm
Yes, this happens, too: | 2009-04-26 08:00:15,124 DEBUG [org.jboss.remoting.InvokerRegistry] removed SocketClientInvoker[67006700, bisocket://10.93.41.120:2077474083] from registry | 2009-04-26 08:00:15,125 TRACE [org.jboss.remoting.ConnectionNotifier] Client disconnected (session id =

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JPQL:

2009-04-28 Thread negora
For ethnarch: First of all, excuse my late answer. Also thanks for spending your time trying to help me. I think that I should have chosen a more generic example, since that one of numbers ending in five was only to get an approximation to my problem in real terms. As you stated it could be

[jboss-user] [JBoss jBPM] - Re: How to start SubProcess dynamically ?

2009-04-28 Thread ckadam
Yes it was. I am in a process of upgrading from 3.1.4 to 3.2.6. So checking out goodies in latest version. Thanks for your response ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227043#4227043 Reply to the post :

[jboss-user] [JBoss jBPM] - Strategies on concurrent execution of FORK-JOIN execution pa

2009-04-28 Thread ckadam
Hi All, I am using jbpm version 3.2.6.sp1. (recently upgraded from 3.1.4). One of the business scenarios I am trying to support is, to be able to run multiple branches in FORK-JOIN execution paths concurrently. I have searched this user forum as well as wiki for possible ways of

[jboss-user] [Performance Tuning] - Re: Physical vs Virtual Memory

2009-04-28 Thread PeterJ
It will use more than that. I have just been running some perf tests with a 1GB heap and my JVMs memory usage was over 1GB. But that was not on a VM. Hmm, I have a Server 2008 VM, perhaps I'll fire it up and run my code there - I'll let you know my results. I see the term JavaService. Are you

[jboss-user] [JBoss Portal] - Re: Unable to login to Jboss portal 2.7.2

2009-04-28 Thread PeterJ
I think you ran into this issue: http://www.jboss.org/community/docs/DOC-9120 That is such an old issue I completely forgot about it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227048#4227048 Reply to the post :

[jboss-user] [Clustering/JBoss] - Shared objects in cluster

2009-04-28 Thread bentins
I have a running JBoss 4.2.3.GA cluster running. My application, not originally designed for a cluster, has some Singleton objects that hold in memory code tables. This tables rarely change, but when they do, I need to update the whole cluster. Since moving to the cluster I face the problem

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate...help..!!!!

2009-04-28 Thread andynuss
Help me too! (1) I need a forum that I can ask newbie questions on getting Hibernate to work with MySQL in standalone mode. (2) how to get access on the jboss site to the javadoc apis for org.hibernate classes. Thanks, Andy View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Using a SessionFactory with multiple connection contexts

2009-04-28 Thread offby1
I would like to describe a use case for Hibernate, and get some feedback as to whether it's possible as described, or whether I need to consider a different approach. Our application operates in multiple instances of the same database schema for purposes of isolation, as well as a second schema

[jboss-user] [JCA/JBoss] - datasource from log4j appender

2009-04-28 Thread fuzzy333
I've got an issue getting connections from a data source from a log4j appender. The appender is configured to use the same data source as the application, and when code from a @PreDestroy EJB method writes to log4j, this error occurs in the appender. | org.jboss.util.NestedSQLException:

[jboss-user] [EJB 3.0] - Jboss 4.0.5/EJB 3.0

2009-04-28 Thread babbj
Do Not Use EJB3 RC9 Patch 1 on the jboss wiki pages. (http://www.jboss.org/community/docs/DOC-9587) Is there a standalone ejb3 patch that should be used or is upgrading to a newer version of the app server with embedded ejb3 the only solution? Thanks Juliet View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Authentification problems in Jboss 5

2009-04-28 Thread karltraunmueller
I have created a simple test scenario (that should demonstrate the issue) and attached it to the Jira. Can anyone comment on this? regards, Karl View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227064#4227064 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Any one for Apache Jetspeed2 and JBoss 5?

2009-04-28 Thread ebross
Sorry, I didn't realize that jetspeed2/JBoss-5.0.x.GA question should only be asked at their forum -- whatever that means. But what if at their forum, someone, also, only sees the JBoss in my question and consequently suggest that I take my question to the JBoss forum? Sorry (again), I didn't

[jboss-user] [JBoss jBPM] - nothing persisting?

2009-04-28 Thread ibivibiv
I've used JBPM back in version 2 and I have set up the 3.2.2 version recently. I've noticed quite a few changes in the use of the context and the lack of use of the JBPMSession. I can start and move processes along all day and all night, but there is nothing in my JBPM_XXXInstance tables. No

[jboss-user] [JBoss jBPM] - jBPM - Group approval and single rejection

2009-04-28 Thread nilimesh
Hi, I have this requirement where a task is assigned to a group of users. It is necessary that everyone in the group has to approve the task before it can move to the next step. However, if any one of the user rejects the task at any time, the flow has to immediately go back to the

[jboss-user] [Beginners Corner] - Class loader isolation for wars within ear

2009-04-28 Thread scandorph
Hi all, I'm investigating class loader isolation in JBoss AS 4.2.3. I've been able to isolate my ear's class loader from the application server's class loader by creating a loader-repositiory in my jboss-app.xml. However, I also need to isolate class loading for each of the individual wars

[jboss-user] [Installation, Configuration DEPLOYMENT] - Migration of a Tomcat app to JBoss 4.x

2009-04-28 Thread praenti
Hi, can anyone tell me a good strategy to migrate an existing struts 1 application from a tomcat 5.5 to a jboss 4.x release? the problem i have, is a specialty i have in my application. the war-file is currently deployed somewhere in the filesystem, but i use a applicationName.xml file in

[jboss-user] [JBoss jBPM] - Re: Accessing ActionHandlers at runtime

2009-04-28 Thread kukeltje
why not configure 'mock actionhandlers'? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227073#4227073 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227073 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - jBPM 4 Multi Choice

2009-04-28 Thread uncas_
Hi, I'm currently evaluating jBPM and in the past it was not fitting the needs because of the lack of Multi Choice support. (It was quite cumbersome to implement it, like described here: http://www.jboss.org/community/docs/DOC-11442) The question would be if this will be easier in the version

[jboss-user] [JBossWS] - Tool to generate wsdl from a java file...

2009-04-28 Thread Priyajeet
I am trying to find a tool to generate wsdl artifacts from a given java file. This file is a .java file and not it's compiled .class. I wanted to use wsprovide, but that doesn't take in a java file but rather wants the class. I want to run the tool programatically from a code generator that

[jboss-user] [Beginners Corner] - Re: Getting Management conosle to display applet

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

[jboss-user] [JBoss jBPM] - Re: Strategies on concurrent execution of FORK-JOIN executio

2009-04-28 Thread ckadam
Any ideas ? - Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227085#4227085 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227085 ___ jboss-user mailing list

[jboss-user] [Performance Tuning] - Re: Physical vs Virtual Memory

2009-04-28 Thread PeterJ
I ran my test on my VM with Windows Server 2008. According to Task Manager, the working set was only 500MB, though the committed memory was 1.7GB. Looks like Windows has a hard time reporting correct memory usage while running as a VM (though this is not a surprise - OSes running within a VM

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread gaohoward
Based on the log, I think the problem is that the server side closed a connection when ever it hasn't received a lease ping for more than 10 seconds. Maybe your network condition is not so good, or very busy. I suggest you enlarge the clientLeasePeriod parameter. also please set the

[jboss-user] [Security JAAS/JBoss] - Re: Regarding the SubjectFactory and SecurityDomainJndiName

2009-04-28 Thread kesi.wei
Hi Jeff, I try this following code in my datasource files. attribute name=SubjectFactoryinject bean=JBossSecuritySubjectFactory//attribute It can work well. Thanks a lot for you teacher's help. I feel the format is especial. Is it JBoss5.x new format ? View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Regarding the SubjectFactory and SecurityDomainJndiName

2009-04-28 Thread jeff.zhang
Well, it is about JBoss MC(microcontainer). You could get some information from http://www.jboss.org/jbossmc/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227093#4227093 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Regarding the SubjectFactory and SecurityDomainJndiName

2009-04-28 Thread kesi.wei
Ok , I will see and study the MC. Thanks a million!!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227094#4227094 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227094 ___

[jboss-user] [JBoss jBPM] - Re: Drools-fusion: Choice in Application?

2009-04-28 Thread cyphr
Sorry about that - this was the closest forum i could find! i am behind a firewall, that doesn't let me get to any IRC, hence my posting here. Any luck? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227097#4227097 Reply to the post :

[jboss-user] Threads in runnable state

2009-04-28 Thread Anand Raman
hi all Our production environment consists of Apache in front of the jboss installation and communicating over AJP protocol on port 8009. We are seeing many threads in the following state TP-Processor1537 daemon prio=1 tid=0x2faeada0 nid=0x5623 runnable [0x1f56f000..0x1f56fe20] at

[jboss-user] [JBossWS] - No jboss.xml equivalent for @EndpointConfig in JBoss 4.2.3

2009-04-28 Thread hoogenbj
Hi Everyone, In addition to expanding the JBoss installed base of our product, we want to expand into the SAP NetWeaver 7.1 sphere of influence. Part of the porting exercise involves finding equivalent jboss.xml entries for proprietary JBoss annotations. The only annotation I have been unable

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2009-04-28 Thread mladen.t...@jboss.com
Ah, OK. I'll made a new release then compiled against 5.2.9 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227102#4227102 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227102

[jboss-user] [JBoss Messaging] - Re: Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory re

2009-04-28 Thread lwalter
Sorry, that subject should read Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory returns wrong class View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227104#4227104 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227104

[jboss-user] [JBoss Messaging] - Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory return

2009-04-28 Thread lwalter
G'day, This is probably a newbie question, but I couldn't find the answer in a few days of Googling. I'm trying to port a JMS-using app from Weblogic 8.1 to JBoss 5.0. I've configured a transactional JMS factory like this in jms-ds.xml: tx-connection-factory |

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-28 Thread japase
Hi, I have now attached connectadministration-ejb.jar to the JIRA. Yes, we have jboss.xml: | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 4.0//EN http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd; | jboss |

[jboss-user] [JBoss jBPM] - Re: jBPM - Group approval and single rejection

2009-04-28 Thread bestage
I suppose there is no ready solution in jBPM for your use case. Such logic has to be implemented by yourself. jBPM is rather a tool case not the solution for all possible use cases involving workflow. But in the API you have plenty of methods to solve this with ease. View the original post :

[jboss-user] [JBoss Portal] - deploying a java portlet in eclipse

2009-04-28 Thread pooja.ambre
Hi friends, I have developed a simple java hello world portlet in eclipse ganymede (3.4.2) follwing http://docs.jboss.org/tools/3.0.0.GA/en/jboss_portal_tools_ref_guide/pdf/JBoss_Portal_Tools_Reference_Guide.pdf this link but when i deploy it on the jboss 5.0 server I get HTTP status 404

[jboss-user] [JBoss Portal] - Re: can ingres ve configured with jboss portal

2009-04-28 Thread pooja.ambre
Hi... thanks for the reply View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227109#4227109 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227109 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Drools-fusion: Choice in Application?

2009-04-28 Thread kukeltje
what about: http://www.jboss.org/drools/lists.html (do a little more searching please... I cannot imagine this is the closest you could get) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227110#4227110 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: 4 Eye Principal - Implementation

2009-04-28 Thread bestage
swatis wrote : This is how I implemented. | If Task A is completed by UserA then using action handler setting instance variable :group with value of userA | Then When for Task B, used class which implements AssignmentHandler Interface this class will query to see who are the members of group

[jboss-user] [JBoss Messaging] - Re: Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory re

2009-04-28 Thread gaohoward
Hi , jms-ds.xml is for JCA use. If you use JCA, then use the JCA API. You can't cast it to JBM connection factory. To get a JBM connection factory, you need to configure the connection-factories-service.xml. It's under deploy/messaging, take a look and you will know it. View the original

[jboss-user] [JBoss Portal] - Re: Any one for Apache Jetspeed2 and JBoss 5?

2009-04-28 Thread thomas.he...@jboss.com
JBoss Portal is a portal framework, a competitor of Jetspeed. If you have an issue to install an accessory on your car, who will you call ? Here you are calling another accessory maker who won't be able to help Now would you call the accessory maker or the car maker ? The accessory maker will

[jboss-user] [JBoss Messaging] - Re: Best way to pause delivery of messages on a queue

2009-04-28 Thread rnicholson10
1.4.3.GA, comes with the 5.1.0 Beta of AS 5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227116#4227116 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227116 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread dahm
We deliberately changed the pingFrequency since a value of 214748364 = 60 hours effectively disables the ping. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227118#4227118 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Accessing ActionHandlers at runtime

2009-04-28 Thread jamesrender
how would I add these mockhandlers at runtime? I've managed to navigate to the actionhandler classname via the processdefinition-node-event-action-delegation, so I could change the name of the class that is triggered to a mock one. However, I've been using jmock to avoid having to write mock

[jboss-user] [JBossWS] - Re: EJB injection doesn ’t work in Web Service s in

2009-04-28 Thread richard.opa...@jboss.com
The fix will be available since JBossAS 5.1.0.GA release, see JBWS-2074 for more info. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227124#4227124 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227124

[jboss-user] [JBoss jBPM] - Use of jBPM variables in action handler fields

2009-04-28 Thread swatis
Hi, See the code below:- | node name=Error Notification1 |action class=org.jbpm.mail.CustomMail | subjectError E5 encountered in jBPM Process in step #{taskName}/subject | textHi Administrator, | The system has encountered error E5 in step #{taskName}. | Regards |

[jboss-user] [JBoss Messaging] - Re: Best way to pause delivery of messages on a queue

2009-04-28 Thread gaohoward
Not sure about JMSContainerInvokerMBean as I can't find it in JBM code base. Did you try use Connection.stop()? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227128#4227128 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Any one for Apache Jetspeed2 and JBoss 5?

2009-04-28 Thread ebross
Perhaps, you didn't read my initial entry as well as it was intended to be read: I have already done a bit of reading -- including the JBossHowTo -- during my initial research. And I thought on a JBoss Portal forum (Indeed the most likely place), I might find someone who might have also used or

[jboss-user] [JBossWS] - Re: EJB injection doesn ’t work in Web Service s in

2009-04-28 Thread richard.opa...@jboss.com
japase wrote : EJB injection should work not only in servlets, but also in web services, but it doesn't in JBoss 5.1.x. Which J2EE JCP specification defines this requirement? I can't find it :( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227132#4227132

  1   2   >