[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Error in a web application on JBoss: javax.servlet.ServletEx

2009-07-15 Thread fabriciorsf
The following page the error occurs during execution of a web application in JBoss: | HTTP Status 500 - | | type Exception report | | message | | description The server encountered an internal error () that prevented it from fulfilling this request. | | exception | |

[jboss-user] [JBossWS] - Re: JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.Unsup

2009-07-15 Thread alessio.sold...@jboss.com
Thanks Peter for spreading the right directions on this topic. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243855#4243855 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243855

[jboss-user] [JBossWS] - Re: missing ant.properties.examples

2009-07-15 Thread alessio.sold...@jboss.com
Btw there's been a timeframe in the past where the ant.properties.example was missing (you had a custom ant.properties instead). This has already been fixed anyway. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243852#4243852 Reply to the post : http://www

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot uniquely indentify oper

2009-07-15 Thread alessio.sold...@jboss.com
Sure, lots of people use JBossWS as client of Microsoft ws endpoints. This said, there might be something weird with the wsdl. Can you try posting it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243851#4243851 Reply to the post : http://www.jboss.org/index

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-07-15 Thread PeterJ
anonymous wrote : can we write a custom login module? Yes, you can. You can use any of the existing login modules as a guideline. Most likely you will want to subclass the UsernamePasswordLoginModule class. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=424385

[jboss-user] [JBossWS] - Re: WebService Client with MTOM

2009-07-15 Thread alessio.sold...@jboss.com
Despite having a basic implementation of WS-Policy, JBossWS-Native does not support policies for setting MTOM. This means you need to manually set mtom on client side (please refer to the documentation) or switch to JBossWS-CXF / JBossWS-Metro. View the original post : http://www.jboss.org/ind

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Failed shutdown attempt

2009-07-15 Thread zyadamec
I know this is kind of an older topic, but I am having a similar issue. OS: Win 2k3 JDK: 1.5.0_16 When attempting a shutdown using 'shutdown -s' or using jopr's shutdown command. The think i have noticed is that the actual 'java.exe' process does not seem to fully exit holding on to the ports

[jboss-user] [JBossWS] - Re: DOM API on SOAPElementImpl causes NotImplementedExceptio

2009-07-15 Thread alessio.sold...@jboss.com
get/setTextContent has recently been implemented in NodeImpl. Something else is simply not implemented yet. Feel free to create a jira issue for this and link that here (btw this is an easy chance for contributing adding a small patch ;-) ). View the original post : http://www.jboss.org/index.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to enable Directory Browsing on jboss 5 like in IIS

2009-07-15 Thread miracles
Hey, Thanks it's work. But I have one more Q, Can I configured that to point to a path, to one folder only and if i can haven secure that it will be great ? And how if you can. Thank You :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243846#4243846 Re

[jboss-user] [JBoss jBPM] - Re: JBPM Migration 3.2.* -> 4.*

2009-07-15 Thread johncarl81
Thank you for the quick reply. "jbarrez" wrote : anonymous wrote : I am very excited about the beta release of JBPM4. | | jBPM4 isnt beta anymore ... GA was released last Friday. But we're very happy that you are excited :-) | Even better... where am I getting my dated information? "j

[jboss-user] [EJB 3.0] - Re: Junit failed.

2009-07-15 Thread PeterJ
Looking at this code and the error message, I believe that the error message has nothing to do with the code, but rather that the junit task within ant is incorrect. As a guess, I suspect that the Client.class file is in the wrong location relative to the classpath - the error seems to say that

[jboss-user] [JBossWS] - Re: JBossAS 5.1.0.GA & 3.1.2.GA & META-INF

2009-07-15 Thread alessio.sold...@jboss.com
As a reference, I'd suggest you to take a look at the jbossws wsse sample artifacts that are built for AS5 in jbossws testsuite. Basically AS 5 is strict to standards regarding where to load resources from. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=424384

[jboss-user] [JBoss jBPM] - Re: node_enter event trouble

2009-07-15 Thread shekharv
funny you say that Ronald, coz it actually does prompt a correction for me, :P View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243842#4243842 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243842

[jboss-user] [JBossWS] - Re: sending Soap message with timeout

2009-07-15 Thread sbutt
Thanks for your reply but i solved that problem using Jboss ESB's internal HTTP router class: org.jboss.soa.esb.actions.routing.http.HttpRouter One can send soap messages with it as well, and set connection/socket Timeouts (http properties) etc as well. Thanks. View the original post : http:/

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem with JBoss and DataSource

2009-07-15 Thread PeterJ
The issue is that once you place a resource-ref into web.xml, then the app expects to find the resource in the local naming context (java:/comp/env/portalDS). But you need to tell JBoss AS to map the name back to the java: namespace. To do that, place an entry for the datasource in WEB-INF/jbos

[jboss-user] [JBoss jBPM] - Re: java.lang.NullPointerException in CreateDeploymentQueryC

2009-07-15 Thread shekharv
Could you post your jbpm configuration? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243837#4243837 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243837 ___ jboss-user mail

[jboss-user] [JBossWS] - Re: JBoss WS Pojos endpoint authentication

2009-07-15 Thread alessio.sold...@jboss.com
https://jira.jboss.org/jira/browse/JBWS-2697 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243835#4243835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243835 ___ jboss-user

[jboss-user] [JBossWS] - Re: sending Soap message with timeout

2009-07-15 Thread alessio.sold...@jboss.com
The point here is SAAJ does not define an API for setting the timeout directly using the SOAPConnection. So you need to use some kind of proprietary stuff. Forget about Axis, you can't use it with JBossWS. Take a look at the JBossWS-Native (I assume that's what you're using) org.jboss.ws.core.cl

[jboss-user] [JBoss Messaging] - Re: Any recommendation how to use JBM2 Producers Pool?

2009-07-15 Thread adridi
Thanks Tim and Andy! The JCA adapter pool works great for me. Abdel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243829#4243829 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243829 __

[jboss-user] [JBoss jBPM] - Re: JPDL Eclipse plugin source for JBPM 4.0-CR release

2009-07-15 Thread kukeltje
JBoss Tools project View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243827#4243827 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243827 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss jBPM] - Re: node_enter event trouble

2009-07-15 Thread kukeltje
:-) Google often is of assistence with replacing chars or even different spelling. Why it does not help with a _ vs - is strange View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243826#4243826 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[jboss-user] [Microcontainer] - Re: Installing a context leads to resolve of other unrelated

2009-07-15 Thread jaikiran
"alesj" wrote : | Or how else are you gonna know what and when something can be moved? | Isn't that the job of the deployers (ex: BeanMetadataDeployer) to install (which internally will move it to various states) the specific context(s)? "alesj" wrote : | e.g. you might have some implici

[jboss-user] [JBossWS] - Re: Using SUN's SAAJ implementation

2009-07-15 Thread alessio.sold...@jboss.com
See my reply on the other thread you opened on this. Besides that, you can't use Sun's SAAJ implementation directly on JBoss AS with JBossWS-Native. If you really want to get rid of jbossws-native-saaj anyway, you can try JBossWS-CXF and/or JBossWS-Metro. View the original post : http://www.jbo

[jboss-user] [JBoss jBPM] - Re: HistoryVariable create bug ?

2009-07-15 Thread kukeltje
anonymous wrote : but In my case the taskImpl id may be not the same with HistoryTaskImpl id Why? Because you implemented something yourself, or by something jBPM does. If the latter is the case, Please make a unittest that demonstrates the problem. View the original post : http://www.jboss.

[jboss-user] [JBossWS] - Re: Newlines/spaces in SOAPMessage

2009-07-15 Thread alessio.sold...@jboss.com
This reminds me of something related to CR/LF when dealing with signatures. Where do you get the soap elements content from? are you reading them from file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243822#4243822 Reply to the post : http://www.jboss.or

[jboss-user] [JBoss jBPM] - Re: Variable missing in assignment handler

2009-07-15 Thread kukeltje
Implicit is possible by extending and overriding the subprocess node implementation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243821#4243821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243821 _

[jboss-user] [JBoss jBPM] - Re: JBPM Migration 3.2.* -> 4.*

2009-07-15 Thread jbarrez
anonymous wrote : I am very excited about the beta release of JBPM4. jBPM4 isnt beta anymore ... GA was released last Friday. But we're very happy that you are excited :-) anonymous wrote : From what I have read it has native Spring integration, which is something I require on my current proje

[jboss-user] [Beginners Corner] - Re: About JBoss user's configuration

2009-07-15 Thread xmedeko
"the_sinner" wrote : my application falls down when 4 users or more login and use it. It looks more like a bug in your application? Or does your app is so resource consuming? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243818#4243818 Reply to the post :

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

2009-07-15 Thread rujimethut
Thank you jbrrez, I will be looking forward for this feature. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243817#4243817 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243817 _

[jboss-user] [JBoss jBPM] - JBPM Migration 3.2.* -> 4.*

2009-07-15 Thread johncarl81
I am very excited about the beta release of JBPM4. From what I have read it has native Spring integration, which is something I require on my current project. We have had a lot of success with JBPM 3.2.2 processes in our production user management system (custom, I wrote), but have hit a coupl

[jboss-user] [Beginners Corner] - Re: Error deploying simple servlet

2009-07-15 Thread xmedeko
Hi, is you are using WPT plugin (and I guess you are) then a "hot run" should be working for you. Don't export your project. Just deploy it. If you do not see it in the list of the deployable stuff, then you have probably made just plain Java project. You have to make Java Web project. Whey yo

[jboss-user] [JBoss Messaging] - Re: DLQ not recieving messages upon Exception

2009-07-15 Thread ataylor
looks like you are using JBossMQ, this is the JBoss Messaging forum, try the MQ forum they should be able to help you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243813#4243813 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[jboss-user] [EJB 3.0] - Re: ServiceBean and depends clause - Help Please

2009-07-15 Thread rnicholson10
Ok, the jboss.xml is definitely being picked up, so it must be the way I'm referencing the service bean is incorrect... | 2009-07-15 15:35:24,600 DEBUG [org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper] (HDScanner) Parsing file: zipentryhand...@12863780[path=phase-test.ear/META-INF

[jboss-user] [JBoss Messaging] - Re: session.createTextMessage() returns null?

2009-07-15 Thread AdrianWoodhead
Yeah, you are right, that code can't return null. I will have another look at our code, my guess is that due to the number of deploys we have done recently with different versions there is a mismatch in line numbers which is confusing the issue here. Sorry about that. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: determining which version of JBoss Tools I have in JBDS

2009-07-15 Thread nickboldt
Within Eclipse / JBDS, do: Help > About > Features Then compare those versions with what's on the various update sites. https://www.jboss.org/tools/download/ Or, use these rules: JBDS 2.0.0 ~= JBT 3.0.0 JBDS 2.1.0 ~= JBT 3.0.x + extra runtime support JBDS 3.0.0 ~= JBT 3.1.0 View the original

[jboss-user] [JBoss Messaging] - DLQ not recieving messages upon Exception

2009-07-15 Thread sjunejo
Hi All, For now I am running single jBoss 4.2.3GA (which is going to be part of a jBoss cluster). I want to test the JMS FailOver. I am using two Queues called 'Queue' where my browser will put message and MDB will post it to my remote app server let say port '20005' using Resource Adaptor and

[jboss-user] [JBoss jBPM] - Re: jBPM Task Forms Example Not Working

2009-07-15 Thread jbarrez
You are correct, see my comment on the issue https://jira.jboss.org/jira/browse/JBPM-2423 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243804#4243804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243804

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1: ${} deployment notation - Newbie information re

2009-07-15 Thread simon_temple
Thanks again Peter. ...feeling a little embarrassed now I found further details of this in the book JBOSS in Action. A book I'm finding really useful BTW, although it looks like I need to study it some more ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBossWS] - Re: WS differents ports

2009-07-15 Thread PeterJ
You can open multiple HTTP ports be defining additional Connector entries in the server.xml file. You did not mention the JBoss AS version so I will leave it to you to locate the file (there is only one) since its location seems to change with every release. I haven't tried this specifically w

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: invoking WS

2009-07-15 Thread PeterJ
It is probably working in 4.0.5 because whatever older version of the servlet classes you are picking up probably matched what is in 4.0.5. You have to find where the old servlet classes are coming from. Try this. Add '-verbose:class' to the JAVA_OPTS in the run script and run the app server ag

[jboss-user] [JBoss Messaging] - Re: session.createTextMessage() returns null?

2009-07-15 Thread timfox
Are you sure it's really returning null? The code from JBossSession::createTextMessage is just this: | public TextMessage createTextMessage() throws JMSException |{ | checkClosed(); | | return new JBossTextMessage(session); |} | So I don't see how any well be

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1: ${} deployment notation - Newbie information re

2009-07-15 Thread PeterJ
Oh, and one other thought - the correct way to specify different port number is to use the binding service. See server/default/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml. This file defines groups of port bindings that you can select from the command line like this: run -Djboss

[jboss-user] [JBoss Messaging] - session.createTextMessage() returns null?

2009-07-15 Thread AdrianWoodhead
I've noticed some strange behaviour in JBM 2.0.0.BETA3. We have a client application which queues up messages and sends them periodically to a topic. Sometimes the client gets into a strange state where: message = session.createTextMessage(); returns null. I've never seen this happen before. Th

[jboss-user] [Microcontainer] - Re: Installing a context leads to resolve of other unrelated

2009-07-15 Thread alesj
Whenever something gets installed we try to move whatever can be moved. Or how else are you gonna know what and when something can be moved? e.g. you might have some implicit dependencies * some bean sets some static flag, the other one inspects that as its dependency * we put something into JNDI,

[jboss-user] [EJB 3.0] - Re: ServiceBean and depends clause - Help Please

2009-07-15 Thread rnicholson10
I added the following dependency using the jboss.xml file (which is in the META-INF directory in the EAR file): | | | | | InputServiceBean | jboss.j2ee:ear=phase-test.ear,jar=phase-input.jar,name=SourceBridgeCheckTimerBean,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1: ${} deployment notation - Newbie information re

2009-07-15 Thread PeterJ
Then use the properties service - it lets you identify a file containing system properties - and you can even specify the filename as a property. Look at server/default/deploy/properties-service.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243786#42437

[jboss-user] [Microcontainer] - Installing a context leads to resolve of other unrelated con

2009-07-15 Thread jaikiran
I was looking at the deployment framework/MC kernel flow and noticed this code in the AbstractController: | public void install(ControllerContext context) throws Throwable |{ | // removed irrelevant code from forum post | ... | install(context, trace); |} | |

[jboss-user] [JBoss Portal] - Navigator levels

2009-07-15 Thread pablo123
Hi, In default installation in portal navigator I can navigate only in two levels of pages. In the administrator section I can add more than two levels of pages. Is there a way to increase numbers of levels that navigator can display? View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [JBoss jBPM] - java.lang.NullPointerException in CreateDeploymentQueryCmd.j

2009-07-15 Thread Zajs
Hello, i'm trying launch jBPM on tomcat 6.0 + spring + hibernate + blazeDS. I debugged programm and found that instanse of org.jbpm.pvm.internal.session.DbSession is missed. can any one tell why its happened? java.lang.NullPointerException at org.jbpm.pvm.internal.cmd.CreateDeploymentQu

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-15 Thread snjeza
I have fixed https://jira.jboss.org/jira/browse/JBIDE-4604 , but there isn't any successful build yet that includes this fix. The new build will require m2eclipse >= 0.9.9.200907071528 that can be updated from the http://m2eclipse.sonatype.org/update-dev update site. View the original post : h

[jboss-user] [JBoss jBPM] - Re: dependencies classes used in process

2009-07-15 Thread jbarrez
Johan, The main issue here is that classes need to be found by the classloader on deploy-time, since they are instantiated for caching purposes. If you use the JBoss integration, you could put these dependencies in the userlibs folder. The other 'workaround' is to have the deployment of proc

[jboss-user] [JBossWS] - WS differents ports

2009-07-15 Thread jpredpos
Hi, Is possible to open two differents ports for WS REST? for example: http:://localhost:8080/admin/reloadSomething and http://localhost:8082/users/doSomething thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243767#4243767 Reply to the post : http

[jboss-user] [JBoss Portal] - Re: Clustering issue

2009-07-15 Thread rinku05
Hello prabhat, Thanks for you reply. For clustering I am using TCP protocol instead of UDP. Is this causing the delay?Can this be a network issue or firewal setting causing the problem? Regards, Rinku View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243766#42

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: invoking WS

2009-07-15 Thread jpredpos
I 'm not using servlet jar. But my app. contains: Jersey 1.0 and Metro 1.4. It's strange that the same .war works fine at jboss 4.0.5 ... thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243765#4243765 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss Portal] - Re: Clustering issue

2009-07-15 Thread prabhat....@jboss.com
The best would be for you to upgrade the jboss portal and/or Jboss ASversion you are using as later versions of portal had few clustering fixes. Clustering is kind of setup where I would recommend you get support contract as they have hardware and environment to reproduce your problem. Now, fo

[jboss-user] [JBoss Portal] - Clustering issue

2009-07-15 Thread rinku05
I am using jboss application server 4.2.1.GA, jboss portal 2.6.2, apache 2.2 for my load balancing and clustering setup. Clustering is happening fine. But I am facing an issue: I created a tab say TAB1 after logging to SERVER1.I am able to see TAB1. Now, when I logged to SERVER2, I am not able

[jboss-user] [JBossWS] - Certification issue when moved web service from war to ejb3

2009-07-15 Thread jaro777
Hello @, I have following scenario: We have war and ejb3 project deployed within ear. Web layer access .Net web service over ssl. Keystore/trustore is defined in Ear/War/WB-INF/jboss-wsse-client.xml. It works nice. I want to move the logic which calls web service into ejb (and call the ejb

[jboss-user] [JBoss jBPM] - JPDL Eclipse plugin source for JBPM 4.0-CR release

2009-07-15 Thread @tul
Hi, Can any one tell me where can i find the Source code for JPDL Eclipse plugin. If any one know the path of JBOSS SVn path for the same then it would be really helpful thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243754#4243754 Reply to the post

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CachedConnectionManager Closing a connection for you

2009-07-15 Thread weberj
Hi, looks like JBoss is closing a hibernate connection for me, which is not good. The solution seems to be on http://www.jboss.org/community/wiki/ConfigCachedConnectionManager but it does not apply for JBoss 5.1. How do you get around the problem for JBoss 5.1 ? Thanks, Juergen 7:27:02,076 I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: War deployment

2009-07-15 Thread sicard_51
Thx you very much ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243750#4243750 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243750 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 - Missing Class JpdlExecution

2009-07-15 Thread jbarrez
The jbpm.jpdl.hbm.xml file should be deleted, the JpdlExecution class has been removed from 4.0. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243744#4243744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243744 _

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

2009-07-15 Thread jbarrez
Variable history isnt completely worked out yet, should be in one of the next releases. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243743#4243743 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243743 __

[jboss-user] [JBoss jBPM] - Re: jbpm4.0 history var (bug?)

2009-07-15 Thread jbarrez
Variable history isnt completely worked out yet, should be in one of the next releases. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243742#4243742 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243742 __

[jboss-user] [JBoss jBPM] - Re: Websphere 6.1 and jBPM 4

2009-07-15 Thread jbarrez
jBPM4 hasnt been tested yet on Websphere. But when you use jBPM as a standalone library, I don't expect any problems. There is no dependency on EJB3 to function correctlym jBPM is Java SE library. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243741#4243741

[jboss-user] [JBoss jBPM] - Re: STDERR in JBoss startup with jBPM 4.0

2009-07-15 Thread jbarrez
Filed an issue for it: https://jira.jboss.org/jira/browse/JBPM-2429 Although, I believe the userguide is already updated, I'll do a re-check on the complete guide. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243739#4243739 Reply to the post : http://www.

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-15 Thread sanches
snjeza, Is developer supposed to be able to turn on Maven Integration for new projects like "EJB Project" or "Enterprise Application Project"? I upgraded to Version: 1.0.0.M3-N200907101443-H38, but do not see "Maven Integration" Facet in: File->New->EJB Project->Configuration->Modify Thanks, Al

[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-15 Thread somboss
It appears that CacheJmxWrapper and CacheJmxWrapperMBean are deprecated in jbosscache-core-3.1.0.GA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243728#4243728 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243728 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1: ${} deployment notation - Newbie information re

2009-07-15 Thread simon_temple
Thanks Peter. But that's potentially a huge number of system properties to be set via a command line if you heavily customise JBAS configuration. I could exceed the command line length on some operating systems... Shame you can't specify something like a properties bundle to the deployers.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem with JBoss and DataSource

2009-07-15 Thread Gabry86
Hi!! I've a problem. i'm developing an application with Google Web Toolkit run on server JBoss 4.2.2. I'm using a DataSource, and it´s good. The problem is that i modify the file web.xml to add the datasource: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-in

[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 - Missing Class JpdlExecution

2009-07-15 Thread OOMicha
Hi folks, unfortunately I have the same problem. So, did you remove the file jbpm.jdpl.hbm.xml containing this bad entity link or any other file? Another work around seems to be the following: copy the missing class org.jbpm.pvm.internal.model.ExecutionImpl from the old 4.0RC1-jar to the newer

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-07-15 Thread dickson1888
Hi all, Good news! Finally, with trial and error to set different parameter, I can use LdapLoginModule to work fine now. Now I try to figure out the alternate setting for Ldap login. share with our ok config: -

[jboss-user] [JBoss jBPM] - Re: node_enter event trouble

2009-07-15 Thread jbpm_user369
I must be getting blind or something to confuse a dash with an underscore... BTW what I have entered in Google was jbpm node_enter event which was useless. Thanks for your time View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243685#4243685 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Messaging 1.4.0 SP3 with JBoss AS 4.2.3

2009-07-15 Thread gaohoward
OK you already have the version right. You are using the 1.4.0.sp3. Current release is 1.4.0.sp3-cp08 for EAP and 1.4.4.GA for JBoss 4.2.3.GA. Can you try the latest version? They have a lot bug fixes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243674#42

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: War deployment

2009-07-15 Thread jaikiran
Temping is an internal thing of the AS. What you need is exploded deployment http://www.jboss.org/community/wiki/ExplodedDeployment View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243673#4243673 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [JBoss Messaging] - Re: Messaging 1.4.0 SP3 with JBoss AS 4.2.3

2009-07-15 Thread sahanal
Not sure how to get the CP version. in the Manifest file, i have this info Manifest-Version: 1.0 Ant-Version: Apache Ant 1.7.0 Created-By: 1.5.0_13-b05 (Sun Microsystems Inc.) Specification-Title: JBoss Messaging Specification-Version: 1.4.0.SP3 Specification-Vendor: JBoss Inc. (http://www.jboss.o

[jboss-user] [JBoss jBPM] - Re: dependencies classes used in process

2009-07-15 Thread johan.kumps
Hi Kukeltje, Thanks for replying! I'm using 4.0 final. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243668#4243668 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243668 _

[jboss-user] [JBoss Messaging] - Re: JBoss 5.1.0GA with JBM2.0.0. b3

2009-07-15 Thread jmesnil
"guntherv" wrote : Next I tried to find the testQueue of the MDB sample using the JMX console as pointed out by ataylor, but I fail to find the MBean. | There is a bug in JBM 2.0.0.Beta3 which prevents its MBeans to show up in AS 5 JMX console. The bug is fixed in the trunk and there is a wo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: War deployment

2009-07-15 Thread sicard_51
Hi, Thx for your answers guys. If i correctly understand, i have to move to 5.1.0 to have my deployment temped (i checked but it is not the case now). I'll try then. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243665#4243665 Reply to the post : http:/

[jboss-user] [JBoss Portal] - Re: windowState not set on ActionRequest

2009-07-15 Thread hilmer
Okay I simply do a return from my processAction and then, (according to the spec), in the subsequent doView call renderRequest.getWindowState() should return WindowState.MINIMIZED, but it also returns WindowState.NORMAL, so then the bug lies here? What does work is if you call actionResponse.

[jboss-user] [EJB 3.0] - Re: Bug: inject WebServiceContext at AroundInvoke

2009-07-15 Thread MrTed
Hi, I had the same problem using JBoss 4.2.3 and JBossWS 3.1.1 I have resolved it via such work around placed in my Interceptor: | /** | * Returns true if current context has a webservice context available. This | * method is a workaround for not working injection of the

[jboss-user] [JBoss Messaging] - Re: Messaging 1.4.0 SP3 with JBoss AS 4.2.3

2009-07-15 Thread gaohoward
Hi, Please give the cp version of JBM, like 1.4.0.sp3-cp07. The problem seems your client has crached before you close any subscribers/session/connections. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243661#4243661 Reply to the post : http://www.jboss

[jboss-user] [EJB/JBoss] - Re: [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-15 Thread leethor5
context.lookup(homeJndi) returns : $Proxy855 : fr/monappli/ejb/menu/MenuSLHome Any ideas ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243658#4243658 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243658 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: mapped-name is required for jdbc

2009-07-15 Thread neelesh.parulkar
I have already tried putting mapped-name in resource ref but no luck.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243655#4243655 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243655

[jboss-user] [EJB/JBoss] - Re: [EJB 2 in JBoss 5] Error on ClassCastException

2009-07-15 Thread leethor5
The entire exception is : | javax.naming.NameNotFoundException: fr.monappli.modele.traitement.service._menu.delegate.MenuService not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:771) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:779) | at org.jnp.s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: mapped-name is required for jdbc

2009-07-15 Thread neelesh.parulkar
Here is snippet from web.xml and -ds.xml respectively: web.xml: DB Connection jdbc/LOYALTY javax.sql.DataSource Container hsqldb-ds.xml: jdbc/LOYALTY

[jboss-user] [JBoss Messaging] - Re: Messaging 1.4.0 SP3 with JBoss AS 4.2.3

2009-07-15 Thread sahanal
Thank you for the response. JBM version: jboss-messaging-1.4.0.SP3 We have a pure app server which connects to JBM. we use durable subscribers. Only JBoss restart is solving the problem. client(my appserver) restart is not helping, which means creating new Connection and Session. Also when cli

[jboss-user] [JBoss Portal] - Re: Lost portlet(remote) request parameter - portal-bridges-

2009-07-15 Thread jbossqwest
Hi, Was this issue resolved, can you please share the solution here. Kind of urgent, would appreciate the solution . Thanks, Maurya View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243650#4243650 Reply to the post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [Management, JMX/JBoss] - Re: Jmx port automatic binding

2009-07-15 Thread remnet
release : 5.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243649#4243649 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243649 ___ jboss-user mailing list jboss-user@lists