[jboss-user] [Tomcat Integration] - Re: Tomcat encoding

2009-09-01 Thread jidehem
Trying the same as you: +++ curl -v http://localhost:8080/toto ... < HTTP/1.1 404 Introuvable < Server: Apache-Coyote/1.1 < Content-Type: text/html;charset=utf-8 < Content-Length: 979 < Date: Tue, 01 Sep 2009 07:16:27 GMT < +++ Thus it is the same result as for you. Only the body of the response

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-01 Thread m...@t4p.com
I removed the offending JARs, but then the project does not build. But this time I found JAR files that satisfy the build which are actually a part of the JBoss 5.1 installation, so I hope they are correct ones to use. However, I still get deploy errors. The new code, including the WAR file is

[jboss-user] [jBPM Users] - Re: decision node based on data not in task variables

2009-09-01 Thread kukeltje
Great, it is kind of a 'hack' but it works and it is a demonstration of the flexibility of jBPM. Don't think (just a little) outside the box, think in an unlimited universe :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252750#4252750 Reply to the post :

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss server hangs in state

2009-09-01 Thread Oliver Roell
I have installed JBoss 4.0.2 and it works. I can start JBoss 4.0.2 from Eclipse, and Eclipse recognizes that JBoss 4.0.2 has started. The starting-problem occurs only with JBoss 4.2.3. This is the output from netstat -ab after JBoss 4.0.2 has started: | TCProell:1098 roell.

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-01 Thread ajayindra
Did you checked that you get JBOSS localhost page View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252766#4252766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252766 ___ jboss

[jboss-user] [EJB 3.0 Users] - Re: EJB 2 Deployment issue on JBoss 5

2009-09-01 Thread Wolfgang Knauf
Hi, seems that in some config file, a "class name" is missing. So you will have to dig through your ejb.jar.xml and jboss specific deployment descriptors and other stuff. This is the relevant snippet of your exception: anonymous wrote : Caused by: java.lang.ClassNotFoundException: Empty class n

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-01 Thread m...@t4p.com
Yes, it is there View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252771#4252771 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252771 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss and NetBeans] - Jboss server issues

2009-09-01 Thread SnehalPatil
Hello friends .. I am ubuntu user. I have installed netbeans6.5 on my system. I wanted to add this server in this netbeans.BUt before that I am trying to start the server through terminal using run.sh file even though i am able to start but i am getting so many error realted to port

[jboss-user] [jBPM Users] - [jBPM 4.1] Signavio process editor

2009-09-01 Thread sebastian.s
Hello! I wanted to try out 4.1 and I was especially curious for the Signavio process editor integration. Unfortunately I have a problem. I installed the demo setup (JBoss) on a Windows Server but I am accessing the web interface with my local client's browser. When I access the editor with ht

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-01 Thread Wolfgang Knauf
Hi, this seems to be the reason for the error: Cause: Class 'entity.util.JsfCrudELResolver' is not an instance of 'class javax.el.ELResolver' So, maybe there are more java standard libraries included in your project which confuse JBoss. I assume that you use NetBeans in a wrong way, because

[jboss-user] [Beginner's Corner] - Re: Deployment exception

2009-09-01 Thread Wolfgang Knauf
Does your machine have some CLASSPATH environment variable set? A binary download should work without problems. Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252785#4252785 Reply to the post : http://www.jboss.org/index.html?module=b

[jboss-user] [EJB 3.0 Users] - How to catch JTA/JPA exception?

2009-09-01 Thread gackonac
Hello! Is there a way to catch exception when transaction fail? Simple scenario: - MDB receives the message - onMessage() try DB access (JPA provider is Hibernate) - DB operation fails onMessage() method returns without exception. Just after it's finished, exception is thrown: javax.transaction

[jboss-user] [jBPM Users] - jbpm evaluation criteria

2009-09-01 Thread cssatheesh
Hi all, Does JBPM provide support for below features? 1)Meta-Rules 2)Rule DSL 3) Process Compensation 4)Exposing Processes as Services 5)DR/Manual Re-execution of process instances 6)Runtime compiling capability like when any rule is changed application restart is necessary or not? 7)Conditional

[jboss-user] [JBoss Messaging Users] - Re: Remote JMS Provider | Connecting EJB3 to a remote Topic

2009-09-01 Thread ataylor
I tested this just last week and it seemed to work fine, what error are you getting? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252807#4252807 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252807 _

[jboss-user] [jBPM Users] - Re: JBoss doesn't recognise jpdl file

2009-09-01 Thread mmusaji
The problem was in the jbpm.jar. The job.jobexecutor.cfg.xml file was missing the "=". I'm not 100% sure if this was due to me messing around with the build file or not. JBoss still does nothing when I put the .bar file in deploy folder. It only contains my one workflow but the .jar contains al

[jboss-user] [Security] - how to enable shared httpsession between https page to http

2009-09-01 Thread yramarao
Hi I have successfully configured SSL with JBOSS 4.2.0 GA, I can execute entire secure applications successfully, I have configured the application with acegi security framework. I am getting problem while switching https page to http page during application navigation. I have enabled the the

[jboss-user] [jBPM Users] - Re: jbpm 4.0 creating and running processes without persiste

2009-09-01 Thread thirumalvishnu
For the above scenario I tried following private JpdlProcessDefinition loadProcessDefinition() throws IOException { JpdlParser jpdlParser = new JpdlParser(); Parse parse = jpdlParser.createParse(); String fileLocation ="*.jpdl.xml"; FileInputStream inputStream

[jboss-user] [Security] - Re: Problem with Negotiation-toolkit with LDAP

2009-09-01 Thread TD403
It seems my virtual machines have crashed. I will have to rebuild the environment and will probably takes some time. I'll post when it's done. Thanks for all your help nulltransfer. TD403 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252820#4252820 Reply to

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-09-01 Thread jbarrez
Imo, this should be accessible through the API. Added https://jira.jboss.org/jira/browse/JBPM-2515 . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252823#4252823 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252823 _

[jboss-user] [jBPM Users] - Re: Jbpm integration transaction problem

2009-09-01 Thread jbarrez
I don't see how this is a jBPM error: "org.hibernate.exception.GenericJDBCException: Cannot open connection" Did you check all the connection settings? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252825#4252825 Reply to the post : http://www.jboss.org/in

[jboss-user] [jBPM Users] - Re: Process definition xml

2009-09-01 Thread jbarrez
@Gert: this is an interesting suggestion, the mapping could be provided by the framework itself. Can you file an issue in Jira exactly describing what would be the easiest solution for you, so we can discuss/plan it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss server hangs in state

2009-09-01 Thread Oliver Roell
I have tested it on another PC with JBoss 4.2.3 and it works. Eclipse recognizes on the other PC that JBoss has started. Only my PC and my Eclipse is too stupid for this. This is my output from netstat -ab after JBoss 4.0.2 has started: | TCProell:1099 localhost:1137

[jboss-user] [jBPM Users] - Re: jBPM4 - Remote Service interface

2009-09-01 Thread jbarrez
You can use the RemoteCommandExecutor for sure, but the downside of this solution is that you can't use the standard API's (executionService, taskService, etc). The REST service offered by the console can be used, but it is by far not as powerful as the service API. Imo, the easiest approach

[jboss-user] [JBoss Web Services Users] - Heavy load during web method call

2009-09-01 Thread pio1k
Hello everyone! I have a web service with couple web methods. Those methods are calling quite often (average is about one call of each method per 10 seconds) by .NET client application. After few days of working I checked in JBoss Web Console statistics of calling of those methods. One of them

[jboss-user] [jBPM Users] - Re: jbpm-destinations-service

2009-09-01 Thread jbarrez
Currently none, but it will be used once we have JMS-based job executor in place. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252831#4252831 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252831

[jboss-user] [jBPM Users] - Re: process definition image

2009-09-01 Thread jbarrez
Yes it does. Just add the process image to your deployment: deployment.addResourceFromClasspath(path/to/your/process/image.png The console will now display the image + the current activity the process is in. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42528

[jboss-user] [jBPM Users] - Re: Error from Fork element with transitions to FreeMarker f

2009-09-01 Thread jbarrez
This is an interesting question. I don't from the top of my head how the console will react in this situation. I've added https://jira.jboss.org/jira/browse/JBPM-2516 to investigate the problem and work out a solution if one is needed. View the original post : http://www.jboss.org/index.html?m

[jboss-user] [jBPM Users] - Re: Transitions not being followed correctly

2009-09-01 Thread ms_shitole
Hi, About transitions, In websale example, "Evaluate web order" task node have two transitions, one is "OK" and another one is "More info needed" but whenever we selecting "More info needed" it still follows with "OK". Why? I m using 3.2.2, I changed the order of transition in source code of p

[jboss-user] [jBPM Users] - Re: [jBPM 4.1] Signavio process editor

2009-09-01 Thread jbarrez
@Sebastian: nice to see that people started downloading the jbpm 4.1 zip even if we haven't got an anouncement out yet ;-) The current Signavio integration is very basic, but it will certainly evolve the next months. Take a look at the jbpmeditor.war/WEB-INF/web.xml file. There is a |

[jboss-user] [jBPM Users] - Re: jBPM4 - Remote Service interface

2009-09-01 Thread JimDwyer
That is an interesting suggestion. Do you see any downside to having 2 ProcessEngines running? (1 on Tomcat and 1 on JBoss) The only thing I can think of that would be an issue is communicating with external systems. By having multiple ProcessEngines it starts to complicate the architecture.

[jboss-user] [EJB 3.0 Users] - Custom StrictMaxPool settings in ...-aop.xml ignored

2009-09-01 Thread rbattenfeld
Hi I have to limit the number of MDB running in parallel. Therefore, I created an own aop file called obe-aop.xml: | | | | | | @org.jboss.ejb3.annotation.Pool (value="StrictMaxPool", maxSize=1, timeout=1) | | | |

[jboss-user] [JBoss Messaging Users] - JBoss messaging performance.

2009-09-01 Thread damian.sinczak
I have problem with JBoss Messaging performance. I have queue that is persistent and supports transactions. Whole operation looks like this: 1. In servlet I receive e.g. 1,5 GB of data 2. I parse this data (there are numbers there) 3. For every number in data I creating message and sending it on

[jboss-user] [jBPM Users] - Re: process definition image

2009-09-01 Thread JimDwyer
So I would then deploy the jpdl separate from the png? Is there a way to keep track of which image goes with which jpdl? How do the .bar files work? I was under the impression that I could include the jpdl and png in a bar and deploy that. Thanks Jim View the original post : http://www.jb

[jboss-user] [jBPM Users] - Re: jbpm-destinations-service

2009-09-01 Thread JimDwyer
Ahh! OK. That is a good way to kick off jobs. Thanks Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252854#4252854 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252854

[jboss-user] [JBoss Tools Users] - hibernate tools won't export schema

2009-09-01 Thread Elhanan
hi... i'm trying to export ddl schema using either export schema command of hibernate console or a hibernate configuration, but none of them seem to work, i even tried outputing it the console, but i get no output. it's eclipse 3.5 with tools 3.1. m2 View the original post : http://www.jboss.

[jboss-user] [JBoss Messaging Users] - Re: JBoss messaging performance.

2009-09-01 Thread gaohoward
I think 1 million messages in one transaction is too big. Maybe you can make your messages more compact to save memory. For example you can pack every 1000 numbers into one message, so you reduce the message number to about 1000 messages per transaction. View the original post : http://www.

[jboss-user] [JBoss Messaging Users] - Re: JBoss messaging performance.

2009-09-01 Thread damian.sinczak
The problem is that whole system is designed in the way that MDB that consumes messages from queue can operate only operate on one number from message. Because logic in MDB have a lot to do and also is transactional i can't put many numbers in one message. I have a walkaround solution but I'am s

[jboss-user] [MQ] - JMX console, no stopDelivery option

2009-09-01 Thread whafrog
I'd like to invoke stopDelivery on a message bean, but the JMX console doesn't list it. I can see my MDB under jboss.j2ee, but only as this line: ear=myear.ear,jar=myjar.jar,name=MyMDB,service=EJB3 >From what I've been reading I should see a "binding...". Is there something I >need to configu

[jboss-user] [Clustering] - Re: IP binding, Multicast, and Mod_jk loadbalancing

2009-09-01 Thread wrexcil
I am also having the same problem. The only difference being I am also changing the port via workers.properties: #define 1 worker using ajp13 for q01-rpt-report01 worker.list=ajp13_q01-rpt-report01 #set properties for worker ajp13 worker.ajp13_d01-rpt-report01.port=7102 worker.ajp13_d01-rpt-rep

[jboss-user] [JBoss Portal Users] - Need to pass parameters to Portlet URL when

2009-09-01 Thread rammyramkumar
Here is the situation iam facing. Iam using JBoss Portal & Richfaces. I have a which when clicked will open a page in new window. Now when i click this button i need to add a query string to the portlet URL. Then i need to read this query string in the index.jsp Is there any way we can do

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss server hangs in state

2009-09-01 Thread PeterJ
Your are using XP, is the other PC also using XP? I ask because the netstat output appears to be coming out in a different order (the bound ports are in the third column instead of the second column, like on your PC). It appears you ran netstat on your PC with 4.2.3 twice and got two different

[jboss-user] [Clustering] - Re: IP binding, Multicast, and Mod_jk loadbalancing

2009-09-01 Thread pferraro
8009 is the default port for the AJP connector in server.xml of the jbossweb service. You need to make sure this value matches what you defined in workers.properties. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252879#4252879 Reply to the post : http://

[jboss-user] [JBoss Web Services Users] - Re: Heavy load during web method call

2009-09-01 Thread PeterJ
The CMS collector, which you have turned on, needs lots of memory. If the CMS collector ever gets behind in cleaning the tenured generation of the heap, a very expensive "stop the world" collection takes place. I once forced the CMS collector to get behind on a particular app and the garbage col

[jboss-user] [Clustering] - Re: IP binding, Multicast, and Mod_jk loadbalancing

2009-09-01 Thread wrexcil
Yes, I have done that, I have my tomcat-service.xml file in the deploy directory with the entry: I've commented out all AJP connector information in server.xml (/usr/local/jboss/tomcat-4.1.x/conf/) as the config is in the jboss deploy directory. Like I said when I fire up jboss/tomcat the

[jboss-user] [Clustering] - Re: IP binding, Multicast, and Mod_jk loadbalancing

2009-09-01 Thread wrexcil
tomcat-service.xml didn't post: Connector className = "org.apache.ajp.tomcat4.Ajp13Connector" port = "7102" minProcessors = "50" maxProcessors = "200" protocol="AJP/1.3" acceptCount = "50" debug = "0" enableLookups = "false" View the original post : http://www.jbo

[jboss-user] [Security] - Basic Authentication and unicode credentials

2009-09-01 Thread aleksandarradulovic
Couple of weeks ago, while working on my current project, I configured my application, deployed on JBOSSAS 4.2.3, to use DatabaseServerLoginModule for the purpose of authenticating WebService clients using BasicAuthentication and it went fine. However, problem occurred when I was requested to e

[jboss-user] [jBPM Users] - Re: process definition image

2009-09-01 Thread JimDwyer
Is the "g" attribute in the jpdl file the graphical information? If so why would I need to deploy the png file in my deployment? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252917#4252917 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [Clustering] - disable clustering

2009-09-01 Thread AJanz
i use jboss 4.2.3 GA with default config. is there clustering enabled? how to disable it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252918#4252918 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252918 ___

[jboss-user] [EJB 3.0 Users] - configure thread passivation

2009-09-01 Thread AJanz
i use a seam app with jboss 4.2.3 GA default. i got some trouble with my SFSB and thread passivation. how can i configure time of passivation? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252919#4252919 Reply to the post : http://www.jboss.org/index.html?

[jboss-user] [JBoss Portal Users] - Configure Dashboard page's theme does not change

2009-09-01 Thread hamptont
How can I get the theme for the Configure Dashboard page to also change when I change the Dashboard's theme ? Or is there some other place to change the theme for the Configure Dashboard page ? If so I can't find it. I would like to be able to dynamically change the dashboard theme but I need

[jboss-user] [MQ] - Re: JMX console, no stopDelivery option

2009-09-01 Thread whafrog
This is running under 4.2.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252933#4252933 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252933 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Messaging Users] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-09-01 Thread josey
It appears that I, too, am facing the same issue as described by venkadesan. the messages are sent to two queues in round robin (say out of 10 messages, 5 goes to node1 and 5 goes to node 2). When we try to consume, consumer pointing to node1 can consume only 5 from node 1 and nothing from node2

[jboss-user] [JBoss Messaging Users] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-09-01 Thread josey
Forgot to mention, I am also running AS 5.1.0 GA with the JbossMessaging that came with it (I believe it is 1.4.3). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252949#4252949 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[jboss-user] [Security] - Re: SecurityAssociation: javax.security.auth.Subject dissape

2009-09-01 Thread pcarrollnf
I am having the exact same problem that thammoud described. I had the messaging system use my security realm but once I return from the JMS call, the getPrincipal().getName() returns the user specified by the unauthenticatedIdentity. Has anyone else ran into this issue and if so, were you able

[jboss-user] [Beginner's Corner] - Re: Please! PLEASE! PLEASE! Just ONE Getting-started exa

2009-09-01 Thread m...@t4p.com
The only libraries included are... A) the JBoss runtime libraries which are automatically included by selecting "JBoss" when the project is first created, and B) the bare minimum extra jar files needed to make build errors go away, all chosen from the jar files in the JBoss installation itself

[jboss-user] [jBPM Users] - Re: [jBPM 4.1] Signavio process editor

2009-09-01 Thread sebastian.s
Hello Joram, I did not find the time to reply yesterday but I wanted to leave a note telling that this worked fine for me. Thank you. Thank you also and everyone else of course for your efforts during the last days to get jBPM 4.1 released on time. :) Cheers! Sebastian View the original post

[jboss-user] [JBoss Messaging Users] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-09-01 Thread ataylor
Again, I would suggest running the clustering examples! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252963#4252963 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252963 ___

[jboss-user] [JBoss Portal Users] - Showing portlet

2009-09-01 Thread pjputhenvila
I got a requirement, when new user visit my site, I need to show the user register portlet on left, once they logged in I need to show the Google map portlet on left. Is there any techinque for that. Philip View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=425296

[jboss-user] [JBoss Web Services Users] - Re: Heavy load during web method call

2009-09-01 Thread pio1k
I have CPU with two cores - is it enough? I have to turn on logging of GC data. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252970#4252970 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252970 __