[jboss-user] [jBPM Users] - JNDI-Lookups for the ProcessEngine in Tomcat

2009-09-09 Thread sebastian.s
Hello, I've been trying to figure out if I can use JNDI to get a reference to the ProcessEngine on Tomcat. But it seems there is no name configured. Is there support to use JNDI and jBPM on Tomcat, or not? Or is there is no support but it is possible in general? Thanks for your replies. Tried

[jboss-user] [jBPM Users] - Re: drools in jbpm-console

2009-09-09 Thread kukeltje
it has nothing to do with the jBPM console. The jBPM console is just a front-end to jBPM. Your bean classes should be somewhere on the classpath where Drools can 'see' them. If you read a little about jBPM, you could know that jBPM 3 deploys processdefinitions to the database (process reposito

[jboss-user] [jBPM Users] - Re: drools in jbpm-console

2009-09-09 Thread prachi.mukhija
Hi Ronald, Thanks for the reply. What do you mean by processrepository? And how do I make my bean classes visible to Drools?.Where should I deploy them? Please let me know how to integrate it with jbpm-console. Many thanks in advance. View the original post : http://www.jboss.org/index.html?

[jboss-user] [jBPM Users] - Re: Manager role in Tomcat demo setup

2009-09-09 Thread sebastian.s
Good morning, Ronald and hello everyone else. Thank you for your answer. Till now I have been using jBPM on top of JBoss AS. But I switched to Tomcat since the Tomcat support is one of the most interesting features for me in the new 4.1 release. For user authentication the demo setup is set to

[jboss-user] [JBoss Web Services Users] - Re: Resteasy Mapped annotation on class rather than service

2009-09-09 Thread young_matthewd
not a bug.maybe just wishful thinking basically i have a carrier class mapped via Hibernate and holds a property mapped to an XML column (feature with DB2 9 and Oracle 10/11). that property in the xsd schema (which gets parsed by XJC into pojos) is marked as an "xs:any" element. when

[jboss-user] [Security] - JBoss AS 4.2.1 affected by

2009-09-09 Thread choonmengtan.sg
Hi, My company is currently using JBoss Application Server 4.2.1 GA. May I know whether it will be affected by the security vulnerability "Jboss Enterprise Application Platform (EAP) Status Servlet Request Remote Information Disclosure"? (http://osvdb.org/show/osvdb/47551) I understand that EA

[jboss-user] [JBoss Web Services Users] - JbossWs SSL endpoint: enabled how to test?

2009-09-09 Thread spinder
I have enabled my webservice endpoints over both HTTP and SSL. I can access the wsdls over both HTTP and HTTPS, but both wsdls point to the HTTP server and port in the wsdl served up. I know the unsecured access point works but I'd like to verify that the SSL connection works as well if both H

[jboss-user] [JBoss Portal Users] - Putting back Googlemap protlet

2009-09-09 Thread pjputhenvila
Hi I have removed googleMapPortlet from my hotelbooking example , I deleted from protelet.xml, instance.xml and -object.xml , I put it back now, but my page do not showing goglemap , I can see this portlet added to my page through admin sign in. Any idea what I am missing Philip View the origin

[jboss-user] [JBoss Web Services Users] - Re: having trouble specifying namespace

2009-09-09 Thread rsobchak
Update: If I use the ant task wsprovide to build the wsdl from the code the wsdl is created with the correct namespace. What is different between having JBoss create the wsdl at run-time vs using the wsprovide task to create the wsdl at compile-time? View the original post : http://www.jbos

[jboss-user] [JBoss Web Services Users] - Re: http proxy error profile

2009-09-09 Thread gturner
Hello, I'm having the same problem, opened a bug - https://jira.jboss.org/jira/browse/JBREM-1153 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254286#4254286 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254286 _

[jboss-user] [JBoss Remoting Users] - Re: is JBoss remoting good choice for me ?

2009-09-09 Thread ron.si...@jboss.com
I think you're on the right track. maestr() wrote : | Assuming that I have a JB Remoting endpoint configured on a specific port, can many clients get connection to the endpoint in a same time? | That's a matter of configuration, and how you do the configuration depends on the transport

[jboss-user] [JBoss Web Services Users] - Premature end of file

2009-09-09 Thread fsamz
Hi all I am having an issue trying to consume java web services from a .net client. It works fine most of the time but every so often jboss throws a fatal error - 'premature end of file' (soap request exception). I have tried looking into the issue but have not found anything that would cause th

[jboss-user] [EJB 3.0 Users] - Session EJB and MDB Configuration

2009-09-09 Thread kyle.bober
JBoss 5.1.0.GA I am attempting to configure my Stateless MDB via the instrcutions provided at the following link : http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/reference/1.0.7/html/SessionBean_and_MDB_configuration.html Here is my mydoamin-aop.xml : | | |

[jboss-user] [jBPM Users] - Re: jBPM4 Sample Application

2009-09-09 Thread kukeltje
new = knew (sorry ;-)) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254278#4254278 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254278 ___ jboss-user mailing list jboss-us

[jboss-user] [jBPM Users] - Re: jBPM4 Sample Application

2009-09-09 Thread kukeltje
Yep I already new that, but did not know when it would be there. The first part was released today View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254277#4254277 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254277 ___

[jboss-user] [Installation, Configuration & Deployment] - Starting javax.ejb.timer causes java.lang.IllegalStateExcept

2009-09-09 Thread lvonk2000
Hi, We are migrating from jboss 4.2.3 ot jboss 5.1.0 jdk6. In 4.2.3 we had a @Service bean that started a timer in the start() method. In jboss 5.1.0 we get this exception when the start() method is called: | 22:06:07,850 ERROR [ServiceContainer] Encountered an error in start of ResourceMon

[jboss-user] [Installation, Configuration & Deployment] - Re: NameAlreadyBoundException classpathentries in JBoss 5.1.

2009-09-09 Thread lvonk2000
My apologies for replying so late, we solved the issue by placing the jibx classes in the lib directory. Thanks for your suggestions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254272#4254272 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [Beginner's Corner] - Shutdown -e 10 not working in JBoss 5.1

2009-09-09 Thread r...@cochrane.dk
Shutdown -e 10 (to restart the server) does not seem to be working in JBoss 5.1. This used to work in JBoss 4.2. How can you restart JBoss 5 programmatically? Thanks, Rasmus | C:\jboss-5.1.0\bin>shutdown -e 10 | Exception in thread "main" java.lang.reflect.UndeclaredThrowableException |

[jboss-user] [JBoss Portal Users] - Global logoff

2009-09-09 Thread dawebster
This should be a common problem in the portal world. I have four portlets in a portal page that are actually apps hosted in four different containers, EWS, EAP, etc, each with it's own session to that container managed via a JSESSIONID cookie, all named, of course, jsessionid, but with cust

[jboss-user] [JBoss Remoting Users] - Re: port problem on windows embedded pos

2009-09-09 Thread ron.si...@jboss.com
Hi Razvan, I don't have a lot to add. You could also try increasing the log level, particularly of JBossMessaging, to TRACE. Look for jboss-log4j.xm in $JBOSS_HOME/server/$CONFIG/conf. In fact, I think this issue has more to do with JBossMessaging than JBossRemoting. You might try posing t

[jboss-user] [JBoss Remoting Users] - JNDI Lookup in multi-classloader environment

2009-09-09 Thread praveenbalaji
Software Version: JBoss Client from JBoss 4.2.2 drop. I'm trying to do a JNDI lookup of a JMS Connection Factory in my component. This is a plain Java component. Several of my componnets can run in the same JVM under different classloaders. I'm loading jboss client jars in each of these compone

[jboss-user] [jBPM Users] - Re: jBPM4 Sample Application

2009-09-09 Thread petitgitan
Thanks for the pointers. It seems that Joram will also document the latest demo on his blog: http://www.jorambarrez.be/blog/ George View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254259#4254259 Reply to the post : http://www.jboss.org/index.html?module=

[jboss-user] [JBoss Microcontainer Users] - Re: How to inject the result of a JNDI lookup?

2009-09-09 Thread swruch
Sorry, forgot to quote the XML snippet. "swruch" wrote : | Hopefully I haven't missed something obvious, I've been searching for a few hours for the answer to this, to no avail... | | In Spring, I would do this: | | | | | | | |

[jboss-user] [JBoss Microcontainer Users] - How to inject the result of a JNDI lookup?

2009-09-09 Thread swruch
Hopefully I haven't missed something obvious, I've been searching for a few hours for the answer to this, to no avail... In Spring, I would do this: java:comp/env/jms/ConnectionFactory How can I do this in the MC?

[jboss-user] [JBoss Tools Users] - Re: Installation Jboss Tool by Manual

2009-09-09 Thread nickboldt
Did you unpack into eclipse/dropins/? Can you explain what you did? What JDK are you using? If you can't detail the steps you did, I can't psychically debug the problem... :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254252#4254252 Reply to the post :

[jboss-user] [Installation, Configuration & Deployment] - Re: Log4j SMTP appender not working for multiple war files.

2009-09-09 Thread navinmca
Hi looks like only half of my post is get published. Your help is highly appreciated!! Thanks Navin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254239#4254239 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254239 _

[jboss-user] [EJB 3.0 Users] - Re: @EJB injection in JBoss 5 application clients?

2009-09-09 Thread rafaelri
Hi Wolfgang I tried your example but I could only make it work when the queue was deployed inside the application. Everytime I tried to have the queue in a -service.xml file directly on deploy folder I got a RuntimeException complaining as the target object was not bound. Is it the correct b

[jboss-user] [jBPM Users] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-09-09 Thread romain_l-m
Hi philsegal, kukeltje and others, I think I misunderstand this topic. Could you, please, read my process definition and test case ? Sorry for not using assert() correctly, I currently can't remove the println() from my code. The questions I ask are in the test case comments. Thanks in advance

[jboss-user] [JBoss Remoting Users] - Re: invoker locator config vs. request metadata params

2009-09-09 Thread ron.si...@jboss.com
Hi John, I haven't played with the proxy stuff, but Remoting has nothing to do with the system properties - if they're set, they should be picked up when the HttpURLConnection is created. In other words, as far as I can tell, there's nothing in Remoting to break with respect to proxy specifica

[jboss-user] [Clustering] - Re: Load Balancing in Jboss 5.1 , not able to test it !

2009-09-09 Thread vids
I got it working by creating the conn every time , but is there any way to load balance the queues without having to create a new conn every time ??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254225#4254225 Reply to the post : http://www.jboss.org/index

[jboss-user] [Installation, Configuration & Deployment] - How to bind to all interfaces on JBoss 5.1

2009-09-09 Thread ngtdave
I have a JBoss 5.1.0.GA installation which starts and runs fine. But if I change the run.bat to use either -b0.0.0.0 or -Djboss.bind.address=0.0.0.0 I get an exception while trying to start up the AS: | 09:16:13,590 FATAL [arjLoggerI18N] [com.arjuna.ats.internal.arjuna.recovery.fail] Recover

[jboss-user] [Datasource Configuration] - Oracle Datasource: Unable to fill pool. OutOfMemoryException

2009-09-09 Thread chris9999222
Hello NG, we develope our first project on JBoss, and so we are not very experienced. But for several months we were very happy with JBoss where we also have a Oracle Datasource which we use. So everythings fine, BUT for 2-3 days now, we've got the following error. The ConnectionPool tell us th

[jboss-user] [JBoss Web Services Users] - Resteasy Mapped annotation on class rather than service

2009-09-09 Thread young_matthewd
using resteasy 1.1 together with latest jaxb 2.2 using Jackson transformation of JAXB classes and added the Mapped annotation to the called service. works fine. but i wanted to add the namespace mapping (to a json name) against the actual JAXB class being marshalled. so i created a XJC plugi

[jboss-user] [Installation, Configuration & Deployment] - Log4j SMTP appender not working for multiple war files.

2009-09-09 Thread navinmca
Hi Guys, I am facing one interesting issue and I am kinda stuck. I am using jboss 4.2.3 GA, I have two war files both have there own log4j.xml and i have seperated jboss level log file using jboss-log4j.xml We have SMTP configured for ERROR level in jboss-log4j.xml. Issue is when error occur

[jboss-user] [jBPM Users] - script engine: lang:import function

2009-09-09 Thread jivedude
I've seen in the JuelScriptEngine should normally support the function call lang:import. But it doenst work. On the momemt that this function is registered, the try to store it in the context (EnvironmentBindings) but the put is not iimplmented. So when you try to execute it, its not found in t

[jboss-user] [jBPM Users] - Re: cannot start jbpm-console

2009-09-09 Thread mmusaji
Make sure in your build.xml (for jbpm) you have got your jboss path set up properly (probably jboss.5.0.0.GA). When you start up Jboss make sure you're starting up this one. The logs will be under jboss.dir/server/default/log. View the original post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [jBPM Users] - Re: cannot start jbpm-console

2009-09-09 Thread hoodi
First of all, thanks for your reply :) .. i must admit i am quite a "noob" here.. where can i find the log files? I got my jbpm direcotry, which got 2 jboss sub-directories called 1) "jboss" 2) "jboss-5.0.0.GA" Thank you View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[jboss-user] [jBPM Users] - Re: drools in jbpm-console

2009-09-09 Thread kukeltje
drools cannot load classes from the processrepository, so if you deployed them there, you might have a problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254209#4254209 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [jBPM Users] - Re: cannot start jbpm-console

2009-09-09 Thread kukeltje
Are there any errors in the log of the appserver? Or any signs the application is deployed at all View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254206#4254206 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254206

[jboss-user] [jBPM Users] - Re: Manager role in Tomcat demo setup

2009-09-09 Thread kukeltje
no, not afaik (though I did not try it myself). Sorry View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254205#4254205 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254205 ___ j

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

2009-09-09 Thread jbarrez
Oleg could you provide me the complete process? Since 2 tasks after a fork should simply create 23 separate tasks, with each a form attached to it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254203#4254203 Reply to the post : http://www.jboss.org/index.

[jboss-user] [Clustering] - Re: Load Balancing in Jboss 5.1 , not able to test it !

2009-09-09 Thread vids
Hey...any luck with this? Were u able to get the load balanced queues running? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254197#4254197 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254197

[jboss-user] [EJB 3.0 Users] - Re: Execute TimerService().createTimer() exactly once in a c

2009-09-09 Thread jaikiran
"pgib" wrote : | I previously had a ServletContextListener subclass where contextInitialized() would kill all timers and start them. The problem is, now if I have more nodes join the cluster, the timers are killed and recreated. Is there a better way to accomplish this? | I haven't trie

[jboss-user] [JBoss Remoting Users] - invoker locator config vs. request metadata params

2009-09-09 Thread mazz
In reading 5.4.11. HTTP(S) Client Invoker - proxy and basic authentication of the docs here: http://www.jboss.org/file-access/default/members/jbossremoting/freezone/docs/guide/2.2/JBoss_Remoting_Guide.pdf it gives an example of how you can setup http proxy by using the metadata map passed to th

[jboss-user] [jBPM Users] - cannot start jbpm-console

2009-09-09 Thread hoodi
Hello, i have just installed the jbpm-4 via the ant script: ant demo.setup it has installed jboss 5.0.0 and eclipse, and started eclipse. When i access my localhost address, i can see the jboss menu. But if i go to the bpm-console, like it is said by the jbpm install instructions, i get the er

[jboss-user] [jBPM Users] - Manager role in Tomcat demo setup

2009-09-09 Thread sebastian.s
Hello ! In the supplied Tomcat demo setup a JDBCRealm is used to authenticate users. Is there an example user supplied within the identities who owns the role manager thus can be used to login to the Tomcat Manager application? Thanks! Sebastian View the original post : http://www.jboss.org/

[jboss-user] [jBPM Users] - Re: drools in jbpm-console

2009-09-09 Thread prachi.mukhija
Hi, I need to integrate jBPM with drools. And facing exactly the same error. Please help. Its very urgent. Despite all my efforts, it doesn't read the bean classes. I changed the compiler to JANINO as well, but no luck. Please help. View the original post : http://www.jboss.org/index.html?modu

[jboss-user] [jBPM Users] - Re: Mail Node

2009-09-09 Thread BenitoJuarez
is it possible that jbpm version 3.2.2. doesnt support smtp authentification? I cant find any authentification code in the responsible class http://www.java2s.com/Open-Source/Java-Document/Workflow-Engines/jbpm-jpdl-3.2.2/org/jbpm/mail/Mail.java.htm. Maybe thats the source of the mentioned probl

[jboss-user] [jBPM Users] - Re: Deploy jbpm-console in Weblogic Server

2009-09-09 Thread kukeltje
errors? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254153#4254153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254153 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [jBPM Users] - Re: Mail Node

2009-09-09 Thread BenitoJuarez
i got the same problem. is there a solution for it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254150#4254150 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254150 ___ jbo

[jboss-user] [JBoss Web Services Users] - multiple wsdl request from client

2009-09-09 Thread _guido
Hello, i sniffed the network traffic between my webservice deployed on jboss 5.1 and my standalone webservice client. Everything works fine but the client requests 4 times the wsdl-file from the server before it "really" uses the webservice. The debug output at the client didnt tell me why an

[jboss-user] [Persistence] - Re: XA-Datasource failover notification

2009-09-09 Thread FrankTheTank
Edit: I mean a HA-XA-Datasource naturally. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254144#4254144 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254144 ___ jboss-user m

[jboss-user] [Clustering] - Re: disable clustering

2009-09-09 Thread FrankTheTank
default : non-clustered all : clustered (basically) and no, you cannot turn off what is not on. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254142#4254142 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254142 __

[jboss-user] [JBoss Messaging Users] - Re: Messaging setup in a network with multiple clusters

2009-09-09 Thread FrankTheTank
Thanks for the info ... and I had feared that. I did find a doc stating something similar (http://www.jboss.org/community/wiki/TwoClustersontheSameNetwork) and to be honest, am kinda sad that it will cause problems without these changes. Not that I cannot work around them, it would have been per

[jboss-user] [jBPM Users] - Re: Execution Not found in JBoss

2009-09-09 Thread mmusaji
Just for information purposes. I got this working. I packaged my jpdl.xml along with my class files used by the workflow and also my webservice class files in a single jar. This solved the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254138#4254138

[jboss-user] [JBoss AOP Users] - Re: JBOSS AOP - Jboss 4.2 Server startup failing

2009-09-09 Thread pvenkatesh
Hi Flavia I have missed out to mention the JIRA info, please find below https://jira.jboss.org/jira/browse/JBAOP-693 Thanks Venkatesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254130#4254130 Reply to the post : http://www.jboss.org/index.html?module=

[jboss-user] [Beginner's Corner] - Re: No JEE5 Support in Client Container?

2009-09-09 Thread jaikiran
See http://www.jboss.org/community/wiki/HowtouseanapplicationclientinJBoss-5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254128#4254128 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254128 __

[jboss-user] [JBoss AOP Users] - Re: JBOSS AOP - Jboss 4.2 Server startup failing

2009-09-09 Thread pvenkatesh
Hi Flavia I have followed the instruction given in the ReadMe-AS4.txt available at jboss-40-install/jboss-aop-jdk50.deployer directory but still I am getting the following exception, Also I came across following JIRA and it looks my class files at 'AOP' deployer is cortradicting with 'jboss-be

[jboss-user] [Installation, Configuration & Deployment] - Overriding server classes with web application classes

2009-09-09 Thread stata
Hi all, My application uses a wsdl4j.jar but JBoss also has a wsdl4j.jar in default\deployers\jbossws.deployer. I want it to pick up classes from my application's wsdl4j.jar. I used the following configuration in jboss-web.xml: com.ibm:archive=wsdl4j.jar java2ParentDelegation=false Also I

[jboss-user] [jBPM Users] - How to assign task to user programmaticaly

2009-09-09 Thread clandestino
I have task that is assigned to pooled actors. So how can I programmatically with Java assign this task to some user. So after that this task disappear from pooledTaskInstanceList? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254119#4254119 Reply

[jboss-user] [jBPM Users] - Deploy jbpm-console in Weblogic Server

2009-09-09 Thread pradeep.gulla
Hi, I'm trying to Deploy jbpm-console in weblogic 10.2 server with no success. Any help would be great ?? -Regards, Pradeep View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254116#4254116 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[jboss-user] [Beginner's Corner] - No JEE5 Support in Client Container?

2009-09-09 Thread EUROKEY
Hello, i developed a small testapplication with an ejb and a war container. Now I tried to add a Client Container and there is the problem. Netbeans tells me there is no JEE5 Support in jboss for Client Containers. Is this a Netbeans Bug or is Jboss still not a full JEE5 Sever. Oh i should s

[jboss-user] [JBoss Portal Users] - Pb starting jboss in windows service

2009-09-09 Thread sanouk
Hello, I try to start jboss in service windows on windows server 2003 r2. I ran on bin folder service.bat install. The new service appaired in the services list of windows. I started the service but I can't connect on my web site. If I stop the service and run jboss by run.bat, it's ok. In the run.

[jboss-user] [Beginner's Corner] - No logs wrote to server.log

2009-09-09 Thread thomas2008ch
I met a stranger problem. Since yesterday there is no log message wrote into the "server.log". I look into the /server/default/conf and couldn't find any file is changed since the first configuration. Someone has idea or tips? View the original post : http://www.jboss.org/index.html?module=bb