[jboss-user] [JBoss OSGi Users] - Re: OSGi and MicroContainer

2009-10-06 Thread thomas.dies...@jboss.com
anonymous wrote : | I placed the bundles into the deploy directory of my JBoss instance and they are not hot deployed | This would be a bug. Bundles are supposed to get picked up like any other hot deployment to the deploy directory View the original post : http://www.jboss.org/index.htm

[jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE

2009-10-06 Thread sebastian.s
Additional to watching you should also always vote if a specific issue is important to you. This helps finding priorities. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259025#4259025 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[jboss-user] [jBPM Users] - Re: Unit test succeeds but process does not properly run whe

2009-10-06 Thread sebastian.s
>From the Tomcat log files: | 07.10.2009 07:55:32 org.hibernate.LazyInitializationException | SCHWERWIEGEND: could not initialize proxy - no Session | org.hibernate.LazyInitializationException: could not initialize proxy - no Session | at org.hibernate.proxy.AbstractLazyInitializer

[jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files in jboss from eclipse

2009-10-06 Thread akhilachuthan
Thank you for the info. That was really helpful... I downloaded the JBoss Archive Tools.. But how does this thing work.. i saw the option-Project Archives'- for creating the package for my project as exploded... how do i deploy the same in my server Any useful link for understanding the J

[jboss-user] [JBoss AOP Users] - Unhandled Exception on Jboss AOP

2009-10-06 Thread RaghavPrabhu
Hi all, I am using Jboss-4.2.2.GA with AOP 1.5.5.GA. I have enabled the AOP into the App Server successfully. Its throwing the error like as in below. 16:20:59,490 WARN RequestProcessor Unhandled Exception thrown: class java.lang.RuntimeException 16:20:59,490 ERROR [action] Servlet.service()

[jboss-user] [JBoss Web Services Users] - Install JBossWS on AS 4.0.3SP1

2009-10-06 Thread waterg2008
Hi there, Is there any patches I can install on 4.0.3SP1 so that I can install JBossWS on it? We have other constrains on the server that we can't upgrade the server for now. Thank you very much for your help! Waterg View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[jboss-user] [JBoss Messaging Users] - getDeliveringCount() analogous to getInProcessMessageCount()

2009-10-06 Thread rbenko
Hi: Sorry, newbie question. Trying to upgrade an app from JBossMQ to JBoss Messaging. I can't seem to find an answer to this. In JBossMQ, QueueMBean had a method to get the 'in-process' message count - trying to figure out what the equivalent is in JBoss Messaging. Javadoc does not have any

[jboss-user] [JNDI and Naming] - Looking for standard jndi/jdbc java connection syntax

2009-10-06 Thread bwalker55
Deploying java servlet code on jBoss for the first time and am having trouble with jndi/jdbc database connection. Code from long running Tomcat/Resin deployments look like: Context init = new InitialContext(); | Context ctx = (Context)init.lookup("java:comp/env"); | DataSou

[jboss-user] [JBoss Web Services Users] - Possible bug when namespace name ends with

2009-10-06 Thread VanceChristiaanse
Hello JBoss WS fans, In the schemas in the WSDL for my web service I need to refer to the namespace URI http://www.w3.org/1999/02/22-rdf-syntax-ns# which ends with "#". Unfortunately, when I do I get an error when I start the server: Caused by: java.lang.NullPointerException | at org.j

[jboss-user] [jBPM Users] - Re: JBPM 4.1 : Task Count

2009-10-06 Thread kukeltje
You know, on second thought, it was a question for the dev forum... well, kind of... So sorry for that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258994#4258994 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=425899

[jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with SVN

2009-10-06 Thread nickboldt
In addition to setting svn:ignore on bin and *.class, you probably don't want to share your .settings folder/files either. The only useful .dotfiles are .classpath and .project, IIRC. The rest are metadata specific to your workspace that don't need to be in SVN, unless you NEED to share that b

[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?

2009-10-06 Thread PeterJ
If there is a way, the global web.xml is not it. Think of it this way - the configuration for a web app is the combination of the contents of the global web.xml and the web.xml specific to that app. Thus to get the 404 page for app1, you would have to place a copy of 404.html into app1.war (thou

[jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with SVN

2009-10-06 Thread max.ander...@jboss.com
The folder with classes...otherwise all are fine... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258979#4258979 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258979 ___ jbo

[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?

2009-10-06 Thread kmasood
So there is no way to configure the error pages in one central place have them take effect for all other applications? Just confirming ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258978#4258978 Reply to the post : http://www.jboss.org/index.html?modu

[jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE

2009-10-06 Thread kukeltje
Yep... Maybe the spring integration can be used as an example. Several concepts are the same. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258977#4258977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258977

[jboss-user] [JBoss Tools Users] - Sharing Seam projects with SVN

2009-10-06 Thread swenu
I'm not sure, if it's the right place - if not, please move to the right one! I created a Seam web project with the jboss tools wizard. Now i want to share it with some other developers. Which files i have to ignore before i commit? Thanks in advance,swenu View the original post : http://www

[jboss-user] [EJB 3.0 Users] - EJB3 entity cache in default configuration

2009-10-06 Thread usubhash
Hi, I am using JBoss 4.2.3 and "Default" configuration. Now I have a need to do entity caching. I can see lot of documentation for caching the entities with "All" configuration or clustered environment. Is there a way to achieve entity caching for non-clustered environment? Or Def

[jboss-user] [JBoss Web Services Users] - Use JAX-RPC in 4.2.3.GA

2009-10-06 Thread newmanw10
Does anyone know which system properties I need to set to use JAX-RPC in jboss 4.2.3. I don't want to use the jboss.ws stuff that comes with JBoss I want to use teh sun libs. I have the libs in the correct path but I am not sure of all the System properties I need to set to get this to work co

[jboss-user] [Installation, Configuration & Deployment] - Re: Install JBoss

2009-10-06 Thread benzeman
Thank Peterj. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258960#4258960 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258960 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [EJB 3.0 Users] - EJB with WAR Classloader

2009-10-06 Thread s3filho
Hello Everyone, I've done some tests and realized that EJBs and Web applications always run on different Classloaders A static property of a class that an EJB access doesn't necessary have the same value of the same static property of the same class that a Web applications access. I was expecti

[jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE

2009-10-06 Thread pieter.martin
Ha, indeed, I had a look at the code but will have to spend a lot more time with iy to get to any kind of understanding of whats required. I imagine the way to go about this is to somehow link JBPM4 Context into WebBeans/Weld's context. Cheers Pieter View the original post : http://www.jboss

[jboss-user] [jBPM Users] - Re: JBPM 4.1 : Task Count

2009-10-06 Thread Krohm
Thank for the advice. https://jira.jboss.org/jira/browse/JBPM-2567 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258951#4258951 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258951 ___

[jboss-user] [JBoss Messaging Users] - bisocket and listening on all interfaces

2009-10-06 Thread infodavid
Hi all, We want to have jboss listening on all interfaces using 0.0.0.0 but the bisocket configuration does not allow that. Is there a solution to listen on all interfaces or we must use a physical address (not localhost) ? Thanks for your ideas. View the original post : http://www.jboss.org

[jboss-user] [JBoss Portal Users] - Re: Error in submit portlet page using javascript

2009-10-06 Thread apemberton
Does your javascript function send an HTTP get (ie: window.location) or an HTTP post (ie: dynamically set the action="" in your form)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258947#4258947 Reply to the post : http://www.jboss.org/index.html?module=b

[jboss-user] [Performance Tuning] - Re: Diff response times at different times

2009-10-06 Thread PeterJ
anonymous wrote : If I can't increase the heapsize beyond 1700MB(including permgen), Does that mean 2GB/4GB/8GB RAM will not make much difference? That is correct. As long as you are using a 32-bit JVM you are limited to a 32-bit (4GB) address space for each process. Windows uses 2GB of that spac

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.2 ANT start/stop tasks

2009-10-06 Thread PeterJ
When posting XML text, please use the [ code ] tags. To do this, select the XML and click the Code button above the text editor box. [quoteFailed to connect to server localhost:1099 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258945#4258945 Reply to the p

[jboss-user] [JMX] - Re: JNDI lookup for all the mbeans in JBoss

2009-10-06 Thread PeterJ
anonymous wrote : I am not sure about this lookup, will it fetch all the mbeans. Did you even look at the javadoc for MBeanServerConnection? Like the queryMBeans() method? Perhaps looking at a JMX tutorial would help also. 1) What kind of connection string? Database connection? 2) JBoss AS cre

[jboss-user] [jBPM Users] - Re: Unit test succeeds but process does not properly run whe

2009-10-06 Thread sebastian.s
I will try to verify on a second installation and I will post the stacktrace tomorrow. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258940#4258940 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258940 ___

[jboss-user] [jBPM Users] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-10-06 Thread makam
Hy , sorry by my english, Meaby can you help me... I have integrated jbpm4 with spring and hibernate, and everything work perfect, but i have problems with the delete, i can`t delete anything from de jbpm database, it throw me and "java.lang.NullPointerException" , i`don´t know what hapend bec

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread kukeltje
Feedback from the dev team: The timeperiod for the 4.2 release (due november 1st) is to short to address these. JBPM-2568 was created as a reminder to assess the open issues for the 4.3 release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258931#4258931

[jboss-user] [JBoss Messaging Users] - Re: Nullpointer while creating a remote JMS Session

2009-10-06 Thread belcar
Indeed, but it only mentions non-JBoss clients. It reads: "In order to access JBoss Messaging from a client outside the JBoss app server, you will need to ensure the following jar files are on the client classpath" Since I was deploying on JBoss I expected everything was already on the classpat

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3

2009-10-06 Thread jaikiran
"octafiantos" wrote : | | i downloaded the source from http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA-jdk6.zip/download. | | since there is java1.5 already, i set the JAVA_HOME to /opt/java1.5 and try to You downloaded the JDK 1.6 compiled AS and are

[jboss-user] [Performance Tuning] - Re: Diff response times at different times

2009-10-06 Thread njrfrens
There was a typo in my earlier post regarding CPU Utilization. It was around 60-90% during peak load View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258922#4258922 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258922 _

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3

2009-10-06 Thread octafiantos
thank you for the reply, jaikiran. here is my boot.log (again, since it is too long), i uploaded to http://www.sistema.co.id/boot.log i downloaded the source from http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA-jdk6.zip/download. i extract the file to /app/jboss

[jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files in jboss from eclipse

2009-10-06 Thread max.ander...@jboss.com
Then please install JBoss Tools and use that ;) Plain Galileo does not support exploded deployment for JBoss - JBoss Tools server adapter does. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258913#4258913 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3

2009-10-06 Thread jaikiran
Looking at the log file you uploaded, it contains a whole lot of exceptions including Port in use errors. You need to fix that, before looking into other issues. See this for pointers http://www.jboss.org/community/wiki/DebugBindException View the original post : http://www.jboss.org/index.htm

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3

2009-10-06 Thread jaikiran
anonymous wrote : when i compare the server.log file from ux and my fedora testbed i find that there is nothing similar to the line "2009-09-28 16:16:32,973 INFO [org.apache.coyote.http11.Http11Protocol] (main) Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080" which i assume that this is the

[jboss-user] [jBPM Users] - Re: JBPM 4.1 : Task Count

2009-10-06 Thread kukeltje
anonymous wrote : there is a method to get all the Tasks, but none to just count them. Please file a jira issue for this. adding a .count() next to the .list() would make sense, and maybe even add it (in combination with paging) directly to the TaskService View the original post : http://www

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread kukeltje
hahaha... that is not what I said... I said historical information (not your remaining days) e.g. how long it took to request a holiday etc is unimportant... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258899#4258899 Reply to the post : http://www.jboss

[jboss-user] [Installation, Configuration & Deployment] - jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3

2009-10-06 Thread octafiantos
hi all, i try to deploy jboss-5.1.0.GA in hp-ux 11iv3 (hp bl8760c, itanium based with 8gb memory). the application server will be used for java/oracle software. there's already java 1.4 and java 1.5 installed in ux (/opt/java1.4 and /opt/java1.5). i put jboss in /app/jboss-5.1.0.GA and execute

[jboss-user] [jBPM Users] - JBPM 4.1 : Task Count

2009-10-06 Thread Krohm
Hello, I am developing an application embedding JBPM 4.1. In the front end, I need to get the list of pending tasks for a given user (and page it), as well as the total number of pending tasks ( in order, for example, to determine the number of pages). I am currently using the TaskQuery interf

[jboss-user] [JBoss Portal Users] - Re: Help required for implementing SSO for Jboss Portal with

2009-10-06 Thread vijay2p
Any feedback from experts? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258889#4258889 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258889 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss 4.2.2 redirects with IIS7

2009-10-06 Thread mprkumar1248
Hi, Try the following links. Instructions with screenshots http://www.jboss.org/community/wiki/IIS7withJBOSS430 Instructions http://www.jboss.org/community/wiki/UsingModjk12WithJBossAndIIS7 Thanks RamkumarMP View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [Installation, Configuration & Deployment] - Problem with IIS7(on windows 2008) with JBOSS 430 on 64bit e

2009-10-06 Thread mprkumar1248
Hi, Anybody configured/using IIS7(64bit) installed on Windows 2008(64bit) with JBOSS 4.3.x or JBOSS 4.x? IIS7(64bit), Windows 2008(64bit), JBOSS(64bit) - Notworking IIS7(32bit), Windows 2008(32bit), JBOSS(32bit) - Working fine. I have googled alot but I could find this topic. Can some one

[jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files in jboss from eclipse

2009-10-06 Thread akhilachuthan
Im just using the jboss support provided by eclipse galileo.. nothing else View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258858#4258858 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258858 __

[jboss-user] [JBoss Tools Users] - Re: problem with publish in Eclipse....

2009-10-06 Thread akhilachuthan
Anybody getting a better hand on this.. Me too facing a similar issue Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258856#4258856 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258856 _

[jboss-user] [JBoss Messaging Users] - Re: Nullpointer while creating a remote JMS Session

2009-10-06 Thread timfox
IIRC, the user manual chapter 4 explains exactly what jars you need on the classpath, and in what order. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258855#4258855 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42588

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread npirard
hey, do not let managers read that holiday requests may be unimportant !! ;-))) > I'll ask one of the core devs to respond. thanks! I promise I will really give at least a serious look into the code this week View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=425

[jboss-user] [JBoss Messaging Users] - Re: After migrating from JBossMQ to JBM:

2009-10-06 Thread the_olo
BTW, some instances of this exception are accompanied by message delivery failures: 2009-10-06 12:42:20,704 WARN [org.jboss.jms.client.container.ClientConsumer] Timed out waiting for last delivery 1 got 0 | 2009-10-06 12:42:20,709 ERROR [org.jboss.jms.client.container.ClosedInterceptor] Clo

[jboss-user] [Installation, Configuration & Deployment] - Re: Defining classloading rules explicitly (through jboss-cl

2009-10-06 Thread cdivita
"jaikiran" wrote : | The jboss-classloading.xml file should be placed in WEB-INF folder and not in WEB-INF/lib. It was a typing error, the file jboss-classloading.xml is in WEB-INF folder. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258844#4258844 Reply

[jboss-user] [Security] - Re: JAAS Security conversion from WebSphereAS to JBossAS

2009-10-06 Thread abirami.82
Hi, Did you got any solution for this? If yes, then can you please mail the solution to bharani...@gmail.com. Please. Thanks, Bharani View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258842#4258842 Reply to the post : http://www.jboss.org/index.html?module=b

[jboss-user] [Installation, Configuration & Deployment] - how to start/stop jboss sever using ant scripts

2009-10-06 Thread praveen1401
can any one tell me how to start and stop jboss server using ant build scripts am using ant1.7.0 jboss : 4.0.5GA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258841#4258841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[jboss-user] [jBPM Users] - Re: Please help me to install jbpm with mysql

2009-10-06 Thread kukeltje
- It's no 'trace' it's just the logging with level info. - There are no errors - It is just the part until starting your JBoss server, nothing seems to have happened after that - ... Very, very difficult, impossible even, to help out here. I hope you understand that. View the original post : h

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread kukeltje
anonymous wrote : suppose it should not be considered that important by BPM experts, | Hmmm... Personally I think it is very important for comlpex usage like 'round tripping'. For simple usage it is not. (like holiday requests etc ;-)) Why it is in the state it is, I'm not sure. I'll ask o

[jboss-user] [jBPM Users] - Re: Unit test succeeds but process does not properly run whe

2009-10-06 Thread kukeltje
If the unit tests run, it means the processdefinition is ok, your usage of the api is ok, your expectation of what the engine does is ok, the way the testbaseclasses use the engine etc are ok, but it does not mean and I do not want to do any fingerpointing whatsoever, that the console uses the a

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread npirard
of course I intend to have a look at the code, if I get time (hahaha ;-) (and even more time to set up a jbpm dev environment, write tests and everything). It is too frustrating otherwise, and probably not very complicated, as you say but there is something else I do not really get : if jbpm 4 h

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.5 ANT start/stop tasks

2009-10-06 Thread praveen1401
Can any one tell me how to start/stop jboss server using exec command here is the scripts: ant getting this in log file but the server is not stopping top.jboss: [echo] +-+ [echo] | | [echo

[jboss-user] [Clustering] - Re: proper place for AUTH in jgroups-channelfactory-stacks.x

2009-10-06 Thread mcconnma
Thanks Brian!, confirmed, by adding the AUTH to those 2 additional stacks, the observed behavior is as expected. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258832#4258832 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread kukeltje
Guys (Girls?)... The history functionality, including the api are not fully matured yet. That is what the jira issues are about. Keep a close eye on check-ins related to those, try them out as early ass possible and comment then. Helping out is also appreciated (if you take a look at the source,

[jboss-user] [Clustering] - Lifecycle methods with HASingletonDeployer

2009-10-06 Thread gosgurka
I'm sorry if this is a common noob question, but I can't find a solution reading FAQs and the wiki. What I'm trying to do is writing a bean that should do some work when a new master gets elected. I've read that the recomended way is to use a MDB with dependency on 'jboss.ha:service=HASingleton

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - execution not waiting for Task Form inputs

2009-10-06 Thread kukeltje
Correct, since your unittest ends (how can the test know it has to wait for something. If you e.g. build in a Thread.sleep(1000) loop endlessly and check in the loop if the task has ended (do a break then) it could work. That is *not* the way unittests are *normally* used though. The user is

[jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE

2009-10-06 Thread kukeltje
Or help out developing ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258819#4258819 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258819 ___ jboss-user mailing list jbos

[jboss-user] [EJB 3.0 Users] - Re:

2009-10-06 Thread mwx.dennis
Hi Georg, Thank you very much for this tip. This seems to be exactly what I'm looking for! Is this supported in JBoss AS 5.1.0? If not, when will it be available? Best regards, Dennis View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258813#4258813 Reply to t

[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?

2009-10-06 Thread erasmomarciano
This two url are different 1)http://host:8080/blablah - returns correct 404 page 2)http://host:8080/app1/blablah - returns a blank page .. You must put also in app1/WEB-INF/web.xml this code | | 404 | /404.html | http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258809#42588

[jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files in jboss from eclipse

2009-10-06 Thread max.ander...@jboss.com
What are you using for the packaging ? WTP ? Our server adapter or theirs ? Project archives ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258807#4258807 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258807 ___

[jboss-user] [Clustering] - Re: TCPPING configuration

2009-10-06 Thread roman.mandel...@gmail.com
Hi Brian , I found your post here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157684 it solved almost all my problems. Thanks a lot Roman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258806#4258806 Reply to the post

[jboss-user] [jBPM Users] - Unit test succeeds but process does not properly run when de

2009-10-06 Thread sebastian.s
Good morning folks! Sorry but it's me pestering the forum with my questions again. ;) I tried to implement a kind of 4-eyes-approval where the decisions of the 2 people can be made concurrently. I had trouble with this process because when I tried to start a new instance in the jbpm-console I d

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread newcomer1
Is it possible to get the name of the task that was finished from the history? To be able to get the name of the finished task one have to first find the task in the HIST_TASK table, and then look it up in HIST_ACTINST (activity_name) table too? E.g. is there any plans to simplify the programmi

[jboss-user] [Security] - Re: Active Directory and LdapExtLoginModule?

2009-10-06 Thread abirami.82
How should be the login page for LDAPLoginmodule?. Can anybody help. Thanks, Abirami View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258795#4258795 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258795 _

[jboss-user] [Security] - Re: Active Directory and LdapExtLoginModule?

2009-10-06 Thread abirami.82
sdfsdf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258794#4258794 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258794 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [jBPM Users] - Re: Please help me to install jbpm with mysql

2009-10-06 Thread prachi.mukhija
Hi, I am facing the same error. Here's my trace: | 12:52:52,757 INFO [Server] Starting JBoss (MX MicroKernel)... | 12:52:52,757 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417) | 12:52:52,758 INFO [Server] Home Dir: /home/prachi/Downlo

[jboss-user] [Performance Tuning] - Re: Diff response times at different times

2009-10-06 Thread njrfrens
Thanks Peter For your excellent support. During the load test run, I saw that the CPU utilization is around 60-70% I'm setting the PermGen Size to 512m with the params -XX:PermSize=64m -XX:MaxPermSize=512m If I donot set this, I'm quickly getting Out of Memory Permgen Space Error. If I can't in

[jboss-user] [JBoss Tools Users] - Deploying exploded war files in jboss from eclipse

2009-10-06 Thread akhilachuthan
My set up is an ear with jars and wars inside. I have an eclipse project setup and the enterprise project output is put up in exploded form(the ear is a folder and not an archive). But whatever i do my web project inside the ear is put to deploy as an archive. I want it to be deployed as a folde