[jboss-user] [JBoss jBPM] - Re: Help with massive architectural problem: old jbpm proces

2009-07-20 Thread donorschoose
Well before I read your post I managed to find this: http://calebpowell.blogspot.com/2009/06/jbpm-migrations-our-approach.html So it appears Caleb Powell's team has come up with a tool they're using internally. That's precisely the sort of tool we would need. Without this, our workflows are stu

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

2009-07-20 Thread samwan809
"PeterJ" wrote : anonymous wrote : I heard that I need to compile the ejb3 server and client codes in one machine first, then copy the ejb3 client code to the client machine to make this work, is that true? | Yes. | | Always follow the 'caused by' trail - the last one will tell you the ro

[jboss-user] [JBoss Cache: Core Edition] - Re: using the cache on any app server?

2009-07-20 Thread rax_m
BTW I am using jbosscache-core-3.1.0 GA and hoping to use it as a standalone jar. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244806#4244806 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244806

[jboss-user] [Beginners Corner] - Re: Beginners problem with ((StubExt)port).setSecurityConfig

2009-07-20 Thread yoshi96
Hi Thank you for you reply. I am using the following code: WSTestService service = new WSTestService (_wsdlURL, new QName(_ServiceUrl, "WSTestService")); TestService port = service.getWSTestServicePort (); BindingProvider bp = (BindingProvider)port; bp.getReq

[jboss-user] [JBoss Cache: Core Edition] - using the cache on any app server?

2009-07-20 Thread rax_m
Hi all, I am new to the forums as well as to the JBoss Cache. I would really appreciate some guidance on how to implement the cache generically so I can use it within any app server. Currently, I am trying to include the cache into my struts application. I would like to use it to cache the

[jboss-user] [JBoss jBPM] - Compatible jBPM Version to use with jBoss 4.0.5 Server ?

2009-07-20 Thread vignesh57
We are now in a situation to orchestrate a jBPM workflow. As we have too many apps deployed in jBoss 4.0.5 server, i want to know What is the compatible jBPM Version i should use jBoss ? By any chance, Is it possible to use jBPM4 with jBoss 4.0.5 ? View the original post : http://www.jboss.org/i

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS Form Authentication always failing

2009-07-20 Thread GFEMajor
I'm sorry, but I don't think I can help you. I'm new @JBoss, and the problem you have is not the same that I have. I do my login on a standalone tomcat an (try to) redirect it to an EJB, that is logging in in an security context. Sorry, but I hope you find a solution. Greets Major View the orig

[jboss-user] [EJB/JBoss] - Re: problem with local interface lookup

2009-07-20 Thread mlikesit
Hey, What application server are you using? I've read that some application servers load their EJB module with a different class loader than the one used to load the WEB module, which might account for why this is failing. I personally use JBoss which I know for a fact will let you use local

[jboss-user] [JBossWS] - javax.xml.ws.WebServiceException: WSDL metadata is missing i

2009-07-20 Thread sumanta306
I'm using JBoss-4.2.2GA with jbossws-native-3.1.2.GA. i deployed stateful webservice without any error. But calling this Webservice I get this exception in client: Exception in thread "main" javax.xml.ws.WebServiceException: WSDL metadata is missing in EPR | at com.sun.xml.ws.spi.Provide

[jboss-user] [JBoss jBPM] - Re: Help with massive architectural problem: old jbpm proces

2009-07-20 Thread shekharv
Check if this will help for now: http://www.google.com/search?client=safari&rls=en-us&q=jbpm+process+migration&ie=UTF-8&oe=UTF-8 You can start from here and then see how it goes, but again this is not for the faint hearted. Having said that, it is not impossible, and totally depends on what kin

[jboss-user] [JBoss Messaging] - Re: Problem with remote JBM access from applet running on co

2009-07-20 Thread ron.si...@jboss.com
"timfox" wrote : There are tests in the JBM test suite which should be checking it runs ok in a restricted security environment. It's not really a security issue. org.jboss.remoting.transport.MicroSocketClientInvoker (ancestor of BisocketClientInvoker) uses org.jboss.util.propertyeditor.Proper

[jboss-user] [JBoss Messaging] - Re: Clustered messages not being received by external client

2009-07-20 Thread gaohoward
Did you deploy the 'response queue' as distributed queue? Can you put it's configuration here? thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244790#4244790 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=424479

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Install succesful but no localhost:8080 or 127.0.0.1:808

2009-07-20 Thread mijaelovic
I downloaded jboss-5.0.0.GA and It worked nicely.. it maybe some issue with 5.1, Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244788#4244788 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244788 ___

[jboss-user] [Remoting] - Re: Writing a custom invoker howto?

2009-07-20 Thread ron.si...@jboss.com
Well, I've written probably the simplest possible transport, called "test". It's dumb, but it works. The client invoker is | package org.jboss.remoting.transport.test; | | /* imports */ | | public class TestClientInvoker extends RemoteClientInvoker { | |public TestClien

[jboss-user] [JBoss jBPM] - Re: Help with massive architectural problem: old jbpm proces

2009-07-20 Thread donorschoose
It seems to me that not having tools to migrate running processes is a serious flaw. As for having to change our process --- that's really not a relevant remark. We have a very complex business process and it has been three years since DonorsChoose first chose jBPM. Throughout that period of cou

[jboss-user] [JBoss Messaging] - Re: Clustered messages not being received by external client

2009-07-20 Thread ejb3workshop
Surely this can't be the case. It would be a big problem for me if I were not able to deliver outbound messages to external clients. It is not viable for the client to know which cluster node will respond. Not even sure if this is possible since the messages are distributed at random / round rob

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

2009-07-20 Thread samwan809
"PeterJ" wrote : anonymous wrote : I heard that I need to compile the ejb3 server and client codes in one machine first, then copy the ejb3 client code to the client machine to make this work, is that true? | Yes. | | Always follow the 'caused by' trail - the last one will tell you the ro

[jboss-user] [JBoss jBPM] - Re: How to extends jBPM4 with its new configuration files

2009-07-20 Thread shekharv
Is there anything in particular you are looking for? There is a way to override the Configuration object setup, but I am not sure whether that is what you are looking for. So a little context info would help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244

[jboss-user] [Clustering/JBoss] - Publishing JMS msg from clustered AS

2009-07-20 Thread RobertGary1
I'm running JBoss AS 5.1 My external clients make EJB calls but also get asynch notifications from my AS via JMS. Looking at the JBoss Clustering guide, I do not see how to make my clustered AS's coordinate JMS publishing to external clients. In short, my clients first connect to the AS using J

[jboss-user] [JBoss Portal] - Re: why we are using JBoss Portlet Interface in IPC

2009-07-20 Thread saarkotti
can you please send me the same for IPC using JSR 286 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244780#4244780 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244780 ___

[jboss-user] [Security & JAAS/JBoss] - Re: From Servlet Standalone Tomcat to EJB on JBoss

2009-07-20 Thread mgibson77
Hey GFEMajor, I think you might have an answer to what I'm looking for. I can't get JAAS form based authentication to work properly and I've seen you have it working..any pointers? My post is here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158664 View the original post : http:/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Install succesful but no localhost:8080 or 127.0.0.1:808

2009-07-20 Thread mijaelovic
No, I posted all my console log. For installing the JBoss As, I did nothing but to download the jboss-5.1.0.GA and uncompress the file and put it into a directory (previously, download the JDK and nothing else). When I say nothing appears I mean a 404 error. Thanks View the original post : htt

[jboss-user] [JBoss Messaging] - Re: Clustered messages not being received by external client

2009-07-20 Thread clebert.suco...@jboss.com
This is probably due to the way JBoss Messaging works regarding the local queues. Message are aways sent to the local server, until you need move messages. Take a look on the manual and WIKIs about how clustering works on JBoss messaging 1.4. View the original post : http://www.jboss.org/ind

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Install succesful but no localhost:8080 or 127.0.0.1:808

2009-07-20 Thread PeterJ
You did not post the full console log. Do you see an entry like this: 15:30:17,239 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 For installing JBoss AS, did you do anything other than unzip the zip file? When you say that nothing appears, if the browser window actually

[jboss-user] [JBoss jBPM] - Re: Help with massive architectural problem: old jbpm proces

2009-07-20 Thread kukeltje
Donorchoose, Fist of all, using a workflow engine makes it easier to quickly develop process oriented applications. It does not necessarily make it easier to migrate. If you search the forums in a little detail, you will see that it is not impossible to migrate running instances, but that it i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Running JBoss as windows service with procrun

2009-07-20 Thread tw
And here is the error for JBoss5: | Failed to boot JBoss: | java.lang.ClassCastException: org.jboss.bootstrap.microcontainer.ServerImpl cannot be cast to org.jboss.bootstrap.spi.Server | at org.jboss.system.server.ServerLoader.createServer(ServerLoader.java:358) | at org

[jboss-user] [JBoss jBPM] - Re: exception in the last node of the process

2009-07-20 Thread kukeltje
Yes, signal the state (or more specifically, end it, or signal the token in that state). And no, the additional logging does not help. I have no clue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244770#4244770 Reply to the post : http://www.jboss.org/in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Running JBoss as windows service with procrun

2009-07-20 Thread tw
Yes, copying java.exe would be the method of last resort, if nothing else helps. So far I know that the JBoss startup via org.jboss.Main shows a different class loading behavior, depending on whether it is runs through java.exe or procrun. Using my own main class and jconsole I have verified tha

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Install succesful but no localhost:8080 or 127.0.0.1:8080

2009-07-20 Thread mijaelovic
Maybe it is a silly mistake or I am missing something, but I do not find any reason for this. I have installed JDK 5 update 19, I have downloaded jboss-5.1.0.GA.zip and settled the environment variables. Then I go to jboss-5.1.0.GA\bin, launch run.bat (I am in Windows). It runs without any mista

[jboss-user] [JBoss jBPM] - Re: Adding persistance objects to jbpm4 database

2009-07-20 Thread shekharv
Is this what you are looking for? This has details about what you need to do get things going, http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158508 Let us know if you need more, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244762#4244762 Reply

[jboss-user] [JBoss jBPM] - Re: About integrating JBPM in an existing EAR

2009-07-20 Thread shekharv
Sorry, that should read: Once you do the above, you should have the code going such that jBPM uses your sessionFactory to interact with the database. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244761#4244761 Reply to the post : http://www.jboss.org/ind

[jboss-user] [JBoss jBPM] - Re: About integrating JBPM in an existing EAR

2009-07-20 Thread shekharv
Actually, I will get the code sample going today or so, but just so that you are not held up, here's how you would do it. You initialize the Jbpmconfiguration object, | //Setup the SessionFactory, this would be in your control. | //I am using the HibernateUtil approach, that is pr

[jboss-user] [JBoss jBPM] - Help with massive architectural problem: old jbpm processes

2009-07-20 Thread donorschoose
So as I understand it, running jBPM 3.1 processes cannot be migrated to new process definitions. This has, ironically, created a situation in which jBPM has become the single component in our architecture which prevents the evolution of the workflow process definitions. Allow me to elaborate. N

[jboss-user] [JBoss jBPM] - Re: Drools in JBPM4

2009-07-20 Thread jbarrez
Basic Drools integration is targetted for the next release. So if all goes well, native drools integration will be possible in september: https://jira.jboss.org/jira/browse/JBPM-2006 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244754#4244754 Reply to the

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

2009-07-20 Thread david.ll...@jboss.com
Yeah, I don't buy this "implicit dependencies" business. The beauty of the MC deployer architecture is that when you deploy stuff, you can make dependencies which are implicit (as far as the user sees) translate to explicit dependencies before the container even sees the deployment. As for "de

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

2009-07-20 Thread jason.gre...@jboss.com
Hmm, would it not be more efficient to build a dependency tree/graph in a first pass, and then process explicit deps in order. Then the remaining "implicit" deps can be processed brute-force. This of course assumes that the majority of deps are explicit, which is something we want in the AS. In

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hide the http://localhost:8080 From the world

2009-07-20 Thread miracles
But now i have nothing showing on the screen and he is asking for nothing. The link is change or maybe encoding problem ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244483#4244483 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [JBoss Portal] - JBoss 5 Integration

2009-07-20 Thread factor3
Folks: I am currently interested in using JBoss Portal for various sites that I want to create. Unfortunately, what has prevented me from using JBoss Portal is the fact that I have several pre- existing applications that are using JEE 5. It is my understanding that only JBoss 5 supports

[jboss-user] [Remoting] - Re: Worker thread initialization failure ( ejb remote test )

2009-07-20 Thread pandu_204
Hi, I had the same problem twice in my production environment. If we change the serverBindPort in jboss-4.2.3.GA-jdk6\server\messaging\deploy\jboss-messaging.sar\remoting-bisocket-service.xml file from 4457 to 11107, the JBoss will start properly. View the original post : http://www.jboss.org/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Eclipse - jboss integration - jboss shuts down after startup

2009-07-20 Thread maheshsoftbrain
Hi, I configured JBoss 4.0.5 GA in my system. It works perfectly fine from command prompt. However, when I configure it in Eclipse Ganymede/Eclipse JBoss IDE, the server starts, im seeing the "server started in .. " message. I can even access my application. But, the progress bar gives "starti

[jboss-user] [Clustering/JBoss] - Re: Cluster connecting to localhost loopback

2009-07-20 Thread bstansbe...@jboss.com
What AS version? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243944#4243944 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243944 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Messaging] - Re:

2009-07-20 Thread clebert.suco...@jboss.com
H I could replicate it with JDK 1.6 on Linux. So... it's not about being Windows.. but about being JDk 1.5 or 1.6. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243949#4243949 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[jboss-user] [JBoss Messaging] - Re:

2009-07-20 Thread clebert.suco...@jboss.com
I was actually starting the Windows VM while it happened on Linux. so.. maybe it was because my CPU was pegged for some time? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243950#4243950 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[jboss-user] [Clustering/JBoss] - Re: Cluster connecting to localhost loopback

2009-07-20 Thread mohitanchlia
AS 4.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243948#4243948 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243948 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Messaging] - Re:

2009-07-20 Thread clebert.suco...@jboss.com
Naresh, The windows you're running is also a Windows VM, or a real machine? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243952#4243952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243952 __

[jboss-user] [JBoss Messaging] - Re:

2009-07-20 Thread clebert.suco...@jboss.com
An easy way to replicate this on my Linux Desktop: Send 100K messages using Naresh's testcase. The MDBs will be receiving messages over XA. I got the eventual exception: javax.jms.JMSException: MessagingException[errorCode=3 message=Did not receive ping from server] One thing I realized, wa

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

2009-07-20 Thread alfred.rsa
Hi Alessio Thanks for the reply. No I create the SOAP message by getting an instance of the SOAP MessageFactory and then adding elements to the body. When i use the SoapMessage writeTo method to a file, it contains no CRLF pairs, but when I intercept the message using WireShark, I see the CRLF'

[jboss-user] [Installation, Configuration & DEPLOYMENT] - windows handle count

2009-07-20 Thread lubomir.svec
We are using JBoss 4.2.3.GA with Java 1.5 and we recognized that number of handles consumed in windows is rapidly increasing ending with server crash. We found that problem is mainly in jgroups.jar and after upgrade of that library problem seems to be almost eliminated but still there. In other

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Starting JBoss profile as window service

2009-07-20 Thread katoch
I have created a new JBoss profile with similar configuration to that of default. When I start this profile from console (by running run.bat)everything is working fine. Now My requirement is , I need to run this profile as Service. Can any one suggest what steps need to be done for this, so th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to add User Shared Library path to JBoss

2009-07-20 Thread katoch
Thanks. It 's working View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243963#4243963 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243963 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss jBPM] - Re: Jbpm process simulation

2009-07-20 Thread camunda
Hey Johan. But if you are interested it you can give some helping hands ;-) If there is a real need for it it could be ported to jbpm 4, but I cannot do it in my free time, even if it is a quite interesting topic... What is your use case by the way? Cheers Bernd View the original post : http

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

2009-07-20 Thread Zajs
i use jBPM 4.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243977#4243977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243977 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Unauthenticated caller null N sqlException

2009-07-20 Thread ravirachannavar
Yhank You Peter The sqlException has gone(its dead)as you said path was missing. But rest 3 errors are "Unauthenticated caller: null" are still live. so can u look into it...suggest me what might be the problem. Its urgent please... View the original post : http://www.jboss.org/index.html?

[jboss-user] [JBoss jBPM] - Re: jBPM 4 Demo Setup

2009-07-20 Thread lm017013
I tried "open with" but there is no entry for den jpdl designer! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243968#4243968 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243968 _

[jboss-user] [EJB/JBoss] - Clientside timeouts for EJB-Calls (2.1 + 3.0)

2009-07-20 Thread bernd.koecke
Hello, we have EJB 2.1 and 3.0 Beans on JBossAS 4.2.3 and EJB 2.1 on JBossAS 4.0.2. Now our clients would like to set timeouts for their RMI-EJB-Calls. I can set a timeout on the server side for all EJBs, but we have applications which are used by frontend and backend systems. The Backends can w

[jboss-user] [JBoss jBPM] - TaskInstance id in mail node

2009-07-20 Thread Sujatha
Hi I want to get the task id in the mail body. This is the mail body for one of my mail node.. A Services Request #{processInstance.getId} has been raised . please review it. I am able to get the processinstance id but I also need the task id to be shown. I tried #{taskInstance.id} , #{

[jboss-user] [JBoss jBPM] - Re: jBPM 4 Demo Setup

2009-07-20 Thread kukeltje
Sorry, but if daß does not work either, I suggest trying ein clean install (reinstall) and see if it works then. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243997#4243997 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Messaging] - Re:

2009-07-20 Thread timfox
Nothing should be able to hold back pings since they are never written on the same thread as other requests. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244007#4244007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Cache: Core Edition] - Re: Eviction queue fills up causing threads to block

2009-07-20 Thread Jeremy Stone
It's 3.0.3.GA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243992#4243992 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243992 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JNDI/Naming/Network] - ResourceEnvRef JNDI

2009-07-20 Thread jbosspdio
Goodmoring, i trying to deploy an application (war) on JBoss but i get this error on JBoss start org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.NamingException: resource-env-ref: X/YYY has no valid JNDI binding. Check the jboss-web/resou

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS redirection/forwarding

2009-07-20 Thread p.e.t.e.r.K
Hello, I'm new to JBOSS and I need to configure JBOSS (4.0.3) to forward HTTP requests to Tomcat running on an another computer (I found a lot of step-by-step how to set it up other way around IIS->JBOSS, Apache->JBOSS but none JBOSS->) I have: - first computer: JBOSS 4.0.3 running on HTTP port

[jboss-user] [JBoss jBPM] - Re: jBPM 4 : Can we get Task by using ProcessInstance?

2009-07-20 Thread rujimethut
Or we have to keep taskId in our business model as well? if so how to get this taskId and assign it to our model? We want to do something like 1. create new model 2. start process 3. assign processInstance and active taskIds to model. 4.when user view/edit the business model we display process

[jboss-user] [JBoss jBPM] - jBPM 4 : Can we get Task by using ProcessInstance?

2009-07-20 Thread rujimethut
I am very new in jBPM. and starting up one new project using jBPM 4. We have problems understand its api uasge. help please. Is there anyway to get task instance by not using findPersonalTasks() or findGroupTasks()? We keep processInstanceId in our business model object. Can we use it to ret

[jboss-user] [JBoss Tools (users)] - Re: Hot deployment woks incorrectly with JBossAS Tools / JBI

2009-07-20 Thread sanches
JBoss hot redeploys EJB/EAR exploded as folder only in the case when EJB/EAR has deployment descriptor. Touching deployment descriptor actually causes JBoss AS to redeploy the module. Changing just .class files does not cause. Therefore, solution is to have stub deployment descriptors within t

[jboss-user] [Security & JAAS/JBoss] - Re: From Servlet Standalone Tomcat to EJB on JBoss

2009-07-20 Thread Wolfgang Knauf
Hi, this is some kind of FAQ ;-): JndiLoginInitialContextFactory does not work in JBoss 5 (actually, it is some kind of dirty workaround), you will have to perform a JAAS login. See this forum thread for more details: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4198157 Best regard

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

2009-07-20 Thread neelesh.parulkar
DB Connection jdbc/LOYALTY javax.sql.DataSource Container Here is the correct web-xml entry I have. Previsous one is missing the tag View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244021#4244021 Reply to the pos

[jboss-user] [JNDI/Naming/Network] - Re: ResourceEnvRef JNDI

2009-07-20 Thread jbosspdio
This is the server.xml of the working Tomcat AS ResourceEnvRef name="X/XXX" type="de.gebit.trend.bo.persistence.SessionConfiguration"/> ResourceEnvRef View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244015#4244015 Reply to the pos

[jboss-user] [Security & JAAS/JBoss] - Re: FAQ - READ THIS BEFORE POSTING

2009-07-20 Thread Wolfgang Knauf
Updated URL: http://www.jboss.org/community/wiki/SecurityFAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244035#4244035 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244035 __

[jboss-user] [JBoss jBPM] - Re: jBPM 4 : Can we get Task by using ProcessInstance?

2009-07-20 Thread shekharv
There was some discussion that the addition of this feature where you could pull the tasks related to a processInstance from within the TaskService API itself, I do not think this is in the release as yet, So in the meanwhile you could always do this, fairly simple and quick to implement: You c

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

2009-07-20 Thread neelesh.parulkar
Hi, I am trying to deploy a webwar on Jboss 5.0.1 GA. I am using Struts2 and mysql as the DB. I get following exception while deploying the war: I have my resource ref entires defined in web.xml and data source entry in the ds file: ***

[jboss-user] [EJB/JBoss] - problem with local interface lookup

2009-07-20 Thread nidhidhamija
Hi All I am calling a stateful session bean from my action servlet. when i tried to lookup the bean with remote interface .It is working fine .But when i try to lookup with local interface .It is giving me exception Ejb not bound. I | try { | |

[jboss-user] [Security & JAAS/JBoss] - Re: From Servlet Standalone Tomcat to EJB on JBoss

2009-07-20 Thread Wolfgang Knauf
I updated the FAQ, question 10 (hopefully, what I wrote is correct ;-) ) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244043#4244043 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244043 __

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

2009-07-20 Thread alesj
"jaikiran" wrote : | Isn't that the job of the deployers (ex: BeanMetadataDeployer) to install (which internally will move it to various states) the specific context(s)? | Deployers are just one way of installing a component into MC. You can do it in many different ways - take any direct API

[jboss-user] [Clustering/JBoss] - Deprecated DistributedState in Cluster API for JBossAS 5

2009-07-20 Thread jalxm
I have code with DistributedState to update some data (my own metrics) for all members in cluster. Now I see that DistributedState (seems DistributedState.DSListenerEx too) deprecated but I don't know how to replace my code. Take a look.. HAPartition part = ...; DistributedState distState = p

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

2009-07-20 Thread digitalsam007
My client wants to be able to use the new GWT-Console for jBPM and deploy the examples (packaged in JBPM4.zip) in websphere without any problem. As I went through the source code of JBPM and gwt-console, gwt-console-server, jbpm-console-integration, etc, it looks like there is a realtime depende

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

2009-07-20 Thread Wolfgang Knauf
Hi, the "res-ref-name" is the name of the entry in your Environment Naming Context (needed only for programmatic JNDI lookups), it is NOT the name of the datasource in JNDI. You need something like this (might still contain minor errors): | | NameForLookup | javax.sql.DataSource |

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

2009-07-20 Thread xmedeko
Set "Publishing interval" to 0 sec. Otherwise you may "Touch descriptor" before your changes are copied into the deploy dir. One more gotcha is, that the "Touch descriptor" is for the selected project in the "Navigator or Packages or Project Explorer". So, you may have selected other project th

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

2009-07-20 Thread Wolfgang Knauf
Duplicate of http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158388 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244053#4244053 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244053 __

[jboss-user] [JBoss Messaging] - Re:

2009-07-20 Thread nbhatia
Clebert, to answer your question, I am running on a real Windows XP machine - not a VM. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244056#4244056 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244056 __

[jboss-user] [JBoss Tools (users)] - SEAM 2.1.2 on JBOSS5.1 nullpointer exception all the ti

2009-07-20 Thread kaboel
Horribly strugling with SEAM 2.1.2 on JBOSS5.1 Richfaces no Glass just hibernate EJB Whatever I do examples,Seam-GEN, my own build I get NULLPOINTEr EXCEPTION have two applications"Simple" and "seam212GA"both crash Can someone please give me a Hint [' :18:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting JBoss profile as window service

2009-07-20 Thread jaikiran
See option#1 mentioned here http://www.jboss.org/community/wiki/RunJBossAsAServiceOnWindows. In AS-5, the service.bat is already available in the JBOSS_HOME/bin which you can you to configure the service. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=424407

[jboss-user] [JBoss jBPM] - Re: jBPM 4 : Can we get Task by using ProcessInstance?

2009-07-20 Thread rujimethut
Sorry those are 2 more question :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244067#4244067 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244067 ___ jboss-user mailing l

[jboss-user] [JBoss jBPM] - Re: jBPM 4 : Can we get Task by using ProcessInstance?

2009-07-20 Thread rujimethut
Thank you for your quick response, shekharv. Now I think I see the way to do it as your suggestion. One more question. 1.When the process start, Does it create/persist all task defined int the process definition or it create/persist only the current active tasks? 2.How does the jBPM keep orig

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

2009-07-20 Thread samwan809
Hi, I don't know how to change the build.xml file so that it reflect my *class files for Junit. Any suggestion is highly appreciated. Thanks Sam View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244069#4244069 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [JBoss Messaging] - Re:

2009-07-20 Thread ataylor
Naresh, Ive checked in a couple of tweaks to trunk. any chance you could check it out (http://anonsvn.jboss.org/repos/messaging/trunk/), build it (ant distro) and try with this. Andy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244074#4244074 Reply to t

[jboss-user] [JBoss jBPM] - Re: jBPM 4 Demo Setup

2009-07-20 Thread lm017013
ok thank you, i will try. Do you know something about the error, that i cannot open the JPBM Console ? (Ressource not found, http://localhost:8080/jbpm-console) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244070#4244070 Reply to the post : http://www.jbos

[jboss-user] [JBoss jBPM] - Re: Caused by: javax.resource.ResourceException: Transaction

2009-07-20 Thread Randysv
I do not get any exceptions if I modify my 'ApproveACLTimeOutActionHandler' by adding a call to taskInstance.end() | public class ApproveACLTimeOutActionHandler implements ActionHandler { | | @Override | public void execute(ExecutionContext executionContext) throws Exception {

[jboss-user] [JBoss jBPM] - Re: JBPM 4 task form examples

2009-07-20 Thread kukeltje
Have you seen the sticky post at the top? It mentions several other things to search besides google. E.g. the jira https://jira.jboss.org/jira/browse/JBPM-2423 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244488#4244488 Reply to the post : http://

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread mannam.tessco
Hi Jaikiran, I deployed my application on to 5.1.0.GA server. It worked really well. I appreciate your help. Thank you, Ram View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244492#4244492 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [EJB/JBoss] - JDBCCreateEntityCommand fails with mysql syntax error

2009-07-20 Thread wavemaker
I'm trying to insert a row into simple table using ejb/jboss but keep getting this error and stuck for 2 days. Executing SQL: SELECT COUNT(*) FROM testing WHERE 2009-07-18 19:06:49,718 ERROR [org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.TestEJB] Error checking if entity exists java.

[jboss-user] [JBossMQ] - DLQ not recieving messages upon Exception

2009-07-20 Thread sjunejo
Hi All, I posted the following issue on Jboss Messaging earlier. Am I in right place this time??? :) 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 messag

[jboss-user] [Security & JAAS/JBoss] - Re: From Servlet Standalone Tomcat to EJB on JBoss

2009-07-20 Thread GFEMajor
OK, i feel sorry that i did not mention my configuration. I use (standalone) Tomcat 6.0.20 and JBoss 4.3. I read the FAQ: "FAQ" wrote : | Q10: Why isn't my authentication info picked up from the JNDI InitialContext | | A10: Because there is no reason for it. You have to use an InitialCo

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

2009-07-20 Thread smar...@redhat.com
anonymous wrote : | Re-read the JNDI example. ;-) | Or how else are you gonna make sure you don't miss a potential dependency resolving bean, | if you don't check them all? | One idea would be to process the dependencies statically via an installation/configuration step that generates

[jboss-user] [Clustering/JBoss] - hsqldb is presumably locked

2009-07-20 Thread weberj
When you start cluster servers with the same configuration (all) the second and later server get an hsqldb Exception that their database is locked. Any way to point the local DB to another place? I'd rather avoid making copies of the whole all tree.. Thanks, Juergen java.sql.SQLException: The

[jboss-user] [JBoss jBPM] - JSF question

2009-07-20 Thread TejJBPM
How to get the task id in a JSF expression..i wanted to display the processinstance start time and task id.. and i was able to get the first one using #{processInstance.getStart} but could not get the task id.. Is there any useful documentation on the web where I can have a look at the way to a

[jboss-user] [JBoss jBPM] - Re: Jbpm process simulation

2009-07-20 Thread johan.kumps
I'll come back on this. One question though. Imagine I invest in porting the code to JBpm 4.0 and upwards and relase this as an open source module. What about licenses/intelectual rights to you guys? Kind regards, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

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

2009-07-20 Thread sjunejo
Thanks I have posted it there as well. Any suggestions and comments will be appreciated anywhere :) Admin: Please close this topic if its not relevant here. Thanks :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244090#4244090 Reply to the post : http://

[jboss-user] [EJB/JBoss] - Re: Not able to access ejb 2.0 from servlet init during the

2009-07-20 Thread jaikiran
Which version of JBoss AS? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244077#4244077 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244077 ___ jboss-user mailing list jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problemas on Vista [RESOLVED]

2009-07-20 Thread nuk
Thank you! The problem was a wrong jar in the lib folder of the AS installation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244080#4244080 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244080 ___

[jboss-user] [Clustering/JBoss] - Random clustering error on jboss 5.1 (seam apps in war deplo

2009-07-20 Thread meetoblivion
I have a couple of seam apps that we're trying to migrate from tomcat deployments to jboss deployments. WAR makes the most sense in my opinion still, since the main thing we're using is hibernate's caching. In general, everything works ok, but I see this in the logs. 2009-07-16 10:22:27,853 WA

  1   2   3   4   5   >