[jboss-user] [JBoss Cache: Core Edition] - Re: How to desing cache in Client/Server mode?

2009-08-20 Thread steeven
manik, thanks very much. Inval-async mode worked now. I think it is not possible to make only one server response read request, right? if one server failed to response, the other server could response at once. but at most case, both the server loader will response read request. another question

[jboss-user] [Javassist user questions] - Pop from empty stack after MethodCall.replace

2009-08-20 Thread dschulten
Hi, I need to replace the following call in legacy bytecode: dataInputStream.read(buf, 0, len); by dataInputStream.readFully(buf, 0, len); The original read() has the obvious flaw that it does not check for the return value of dataInputStream.read, which leads to problems if the implementatio

[jboss-user] [EJB 3.0] - Re: Could not obtain connection to any of these urls: Remote

2009-08-20 Thread jaikiran
anonymous wrote : Server remote has: | Host file: | 127.0.0.1 localhost | We are more interested in the host file of the client :) What does the client host file have? It should have a mapping between the hostname obelix and the z.z.z.z public IP. View the original post : http://www.j

[jboss-user] [EJB 3.0] - Re: Could not obtain connection to any of these urls: Remote

2009-08-20 Thread a0001428
Hi, Thank for you replay. Let me explain better. In my computer(Local) I have a client test: public static void main(String[] args) { try { Properties properties = new Properties(); properties.load(new FileInputStream("jndi.propert

[jboss-user] [JBoss Messaging] - Lost message in queue

2009-08-20 Thread kpupkov
I am lost message in queue. According to Admin tool (JMS Destination/Metrics/Message Count 1 The number of messages in the queue) I can see record in DB as well. However Admin tool (JMS Destination/Control/ListAllMessages) return empty list. Same issue in my java code (all browser wit

[jboss-user] [JCA/JBoss] - Re: jboss 4.2.3 and WrappedConnection.checkTransactionStatus

2009-08-20 Thread jay73
Sorry, the subject should have been: jboss 4.2.3 and WrappedConnection.checkTransactionStatus problem and not jboss 4.2.3 and WrappedConnection.checkTransactionStatus pro View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250786#4250786 Reply to the post : http

[jboss-user] [JCA/JBoss] - jboss 4.2.3 and WrappedConnection.checkTransactionStatus pro

2009-08-20 Thread jay73
Hi, When using jboss 4.2.3 with our app, we got an error of this sort (from memory): Cannot Execute query.Transaction status marked rollback | Caused by: jboss.util.NestedSQLException | at ...WrappedConnection.checkTransactionStatus | Scenario when the above error happens: a) User subm

[jboss-user] [JNDI/Naming/Network] - Re: Securing JNDI access with role-based security in 5.1

2009-08-20 Thread augustsimonelli
Ok more research has lead me to: http://books.google.com.au/books?id=O5Elh6wCn_wC&pg=PA133&lpg=PA133&dq=jboss+shutdown+script+authentication+jmx&source=bl&ots=XN65FEfb1p&sig=9eBS-ZJr0XSc1lvbdOWJnB2pdaU&hl=en&ei=SQCOSrX7DYqZkQWQq8C7Cg&sa=X&oi=book_result&ct=result&resnum=5#v=onepage&q=jboss%20shutd

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: System properties not replaced in ds.xml when properties

2009-08-20 Thread jaikiran
2009-08-20 11:03:34,198 INFO [com.archinsurance.commons.mbean.JNDIMapper] JNDIMapper.start() invoked | 2009-08-20 11:03:34,198 DEBUG [com.archinsurance.commons.mbean.JNDIMapper] Starting MBean... | 2009-08-20 11:03:34,370 INFO [org.springframework.context.support.ClassPathXmlApplicationConte

[jboss-user] [EJB 3.0] - Re: Could not obtain connection to any of these urls: Remote

2009-08-20 Thread jaikiran
anonymous wrote : javax.naming.CommunicationException [Root exception is java.rmi.UnknownHostException: Unknown host: Remote-Server-Name ; nested exception is: | java.net.UnknownHostException: Remote-Server-Name ] On your client system where the demoEJB.Testing.main is running, do you have a

[jboss-user] [EJB 3.0] - Re: EJB3 PoolSize annotation overide

2009-08-20 Thread jaikiran
anonymous wrote : Only if the drop the annotation in the class file the MaxPoolSize defined in cutom-aop.xml file takes effect, but it doesn't override if the annotation is already defined in EJB class file. Not sure i understood the question right. But if you are looking for ways to override

[jboss-user] [EJB 3.0] - Re: Could not obtain connection to any of these urls: Remote

2009-08-20 Thread a0001428
"a0001428" wrote : "a0001428" wrote : "jaikiran" wrote : How did you start the remote server? Use -b option as explained here http://www.jboss.org/community/wiki/JBoss42FAQ | | | | Hi jaikiran, thanks for you replay. | | | | I have a installservice.bat( it create a windows servi

[jboss-user] [Beginners Corner] - Re: how does jboss find jboss-log4j.xml

2009-08-20 Thread ramon_lmj
thanks, jaikiran. That is what I want to know. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250777#4250777 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250777 ___ jboss-us

[jboss-user] [EJB 3.0] - EJB3 PoolSize annotation overide

2009-08-20 Thread wichka3
I am using EJB3 on Jboss 5 AS. The MDB have annotions defined for the MaxPoolSIze. I want to overide it so I used aop-domain-name to define the new MaxPoolSize in new custom-aop.xml file. The aop-domain-name was defined in jboss.xml and EJB does find the aop-domain-name correctly but the MaxPoo

[jboss-user] [JBoss jBPM] - Re: HistoryTask worthless... or is it me?

2009-08-20 Thread unsavory
Thank you for pointing this out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250774#4250774 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250774 ___ jboss-user mailing lis

[jboss-user] [Beginners Corner] - Stopping and starting EARs from the JMX console

2009-08-20 Thread negora
Hello: I've been checking the Wiki documentation and also searching these forums in order to find information about this issue, but every answer seemed to be more general and didn't focused on EARs in concrete. Checking the documentation of the JMX console I've been able to restart web applica

[jboss-user] [JNDI/Naming/Network] - Securing JNDI access with role-based security in 5.1

2009-08-20 Thread augustsimonelli
Hi all, I'm currently setting up a JBoss system for some developers and they need access to JNDI to allow them to browse and manipulate message queues. I've got JBoss bound to the external IP of the box but before opening the firewall for the JNDI access I'd like to at least force some security

[jboss-user] [Beginners Corner] - Re: jar not deploying on JBoss 4.0.5

2009-08-20 Thread s.rahaingoson
After searching I just found out that I need to use the jems installer to install a 4.0.5 version with ejb3 support. Given that I might not have control on what version of the 4.0.5 is installed, might there be another way to pack my jar with the required ejb3 support ? View the original post :

[jboss-user] [JBoss and NetBeans] - Re: Configuring JBoss 5.0.0.GA in NetBeans 6.5

2009-08-20 Thread negora
I'm also facing the same problem on NetBeans v. 6.7.1 when developing an Enterprise Application which contains an EJB Module. This is because for the JBoss 5 series many common libraries were moved to the "common/lib" folder of the server root, instead of keeping them on every instance "lib" fol

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Exception on ear deployment

2009-08-20 Thread gt384u
I am currently running into a situation where on starting my application on JBoss 4, deployment fails as follows: | 2009-08-20 21:30:13,527 DEBUG [org.jnp.interfaces.NamingContext] Failed to connect to 10.0.100.232:1099 | javax.naming.CommunicationException: Failed to connect to server 10.

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss 4.2.3 and Security Annotations

2009-08-20 Thread bacooper81
Ok, I'm able to authenticate users logging into the app now, but as soon as I put @SecurityDomain on a session bean, I get the following error when I make a call to a method on that bean: javax.ejb.EJBAccessException: Authentication failure Please let me know if you have any idea what I'm doing

[jboss-user] [JNDI/Naming/Network] - Exception when looking up remote JNDI resource

2009-08-20 Thread gt384u
I am currently running into a situation where on starting my application on JBoss 4, deployment fails as follows: | 2009-08-20 21:30:13,527 DEBUG [org.jnp.interfaces.NamingContext] Failed to connect to 10.0.100.232:1099 | javax.naming.CommunicationException: Failed to connect to server 10.0

[jboss-user] [JBoss jBPM] - Re: sub process event propagation

2009-08-20 Thread aapthorp
Just thinking through the behaviour I'm looking for I realise that once the event is propagated up it needs to be detected / signal a particular node in the super-process. Is there an obvious way of doing this in jBPM? View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[jboss-user] [Beginners Corner] - jar not deploying on JBoss 4.0.5

2009-08-20 Thread s.rahaingoson
I'm pretty new to JBoss and all the code I have done was essentially on 4.2.3 Now I need to switch to version 4.0.5 because my code needs to be integrated to some other apps thats works only on this version. So basically to test if my jar and war files are compatible without modification, I copi

[jboss-user] [JBoss OSGi] - FileNotFound with JBoss OSGI

2009-08-20 Thread lchaparala
Hi, I have deployed OSGI plugins developed based on equinox into jboss5.1.0GA/all/server/deploy directory. I integrated jboss-osgi-1.0.0.Beta3 into JBoss 5.1.0GA. Also updated jboss-osgi-jboss-beans.xml to autoStart these plugins. One of my plugins has Spring api inside it that loads some con

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: NameAlreadyBoundException without having deployed such a

2009-08-20 Thread k.k.ramachandran
I'm getting a similar error. Did you guys ever figure this out? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250755#4250755 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250755 ___

[jboss-user] [JBoss jBPM] - Re: extending tasks

2009-08-20 Thread rams.rapo
with jbpm4, you can use custom-task or extend TaskActivity class View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250754#4250754 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250754 __

[jboss-user] [JBoss Messaging] - Re: Persistent Problem in JBM 2.0.0 BETA4

2009-08-20 Thread clebert.suco...@jboss.com
I could replicate the issue here. Thanks for bringing it up. https://jira.jboss.org/jira/browse/HORNETQ-105 I always do this kind of test.. but this scenario slipped me through. (when using just a few messages) There is a counter on the journal, and I believe the counter got messed up on rest

[jboss-user] [JBoss jBPM] - Re: HistoryActivity and HistoryTask Join

2009-08-20 Thread rams.rapo
looking forward to history stuff in next release..for now using custom queries to get information.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250751#4250751 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250751 __

[jboss-user] [JBoss jBPM] - Re: JBPM4 Spring-Hibernate Integration

2009-08-20 Thread rams.rapo
i think you have to remove reference to jbpm.jpdl.hbm.xml..there were previous posts on the same. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250750#4250750 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250750

[jboss-user] [JBoss jBPM] - Re: Getting a list of available signals

2009-08-20 Thread rams.rapo
get list of tasks for your given process instance and then pass task db id to taskService.getOutcomes(...) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250749#4250749 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=425

[jboss-user] [JBoss Cache: Core Edition] - Re: Possible deadlock with JBoss Cache? - Timeout exceptions

2009-08-20 Thread rsmysore
Changing concurrency level didnt seem to help. However, If I get rid of the external transaction, it seems to solve the issue, even though there was no cache interaction in the external transaction at all, and it happens with some objects and works fine in some cases. I think when nested trans

[jboss-user] [JBoss Messaging] - JMS Bridge between IBM MQ and JBM

2009-08-20 Thread vmeghraj
Hi, How to create a JMS Bridge between IBM MQ and JBM? Please clarify... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250745#4250745 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250745 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: System properties not replaced in ds.xml when properties

2009-08-20 Thread gjeudy
here's the jboss-service.xml: | | | | ${jboss.server.config.url}/props/rdm.properties | | | | mq-application-context.xml | jboss:service=Naming | | The exception stacktrace: anonymous wrote : |

[jboss-user] [JBoss Messaging] - Re: Switching message store databases: problem with AS 5.1

2009-08-20 Thread JimDwyer
I got the same problems but don't understand the resolution. What is it exactly that I need to do to resolve these issues? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250742#4250742 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss DataSources Down

2009-08-20 Thread PeterJ
Took me a bit of doing to get the status to say down, but it appears that what it means is that an app attempted to get a database connection but the connection failed. So either the connection URL or user/password are incorrect. There should be an exception in the log that tells you what went w

[jboss-user] [EJB 3.0] - Re: SLSBs and pooling

2009-08-20 Thread ljnelson
5.1 and following. I'll take a look. Thanks, Laird View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250738#4250738 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250738 ___ jb

[jboss-user] [EJB 3.0] - Re: SLSBs and pooling

2009-08-20 Thread PeterJ
Which version of AS? There are known issues with long deployment times in 5.x, with 5.1 being better than 5.0.1 which is better than 5.0.0. A quick scan of the JBossAS5 forum will show several posts about this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42

[jboss-user] [EJB 3.0] - Re: SLSBs and pooling

2009-08-20 Thread ljnelson
Thank you very much for your reply. Can you think of anything else that would cause high numbers of stateless session beans to slow down the system at deployment time? The only thing I could think of would be establishing all the refs and links and performing injection. Thanks, Laird View th

[jboss-user] [JBossWS] - Getting NotImplementedException for NodeImpl.getTextContent(

2009-08-20 Thread rk_jboss
Hi, I'm getting org.jboss.util.NotImplementedException, when SAML api internally calls org.jboss.ws.core.soap.NodeImpl.getTextContent() method. I'm using jboss-5.0.0.GA with jbossws-native-3.1.2.GA. Looks like jbossws implementation does not support some of the DOM API's. Jus

[jboss-user] [EJB 3.0] - Re: SLSBs and pooling

2009-08-20 Thread PeterJ
SLSBs are created only as needed - JBoss AS does not start a pool of them during intialization. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250731#4250731 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250731 __

[jboss-user] [JBoss Cache: Core Edition] - Re: Possible deadlock with JBoss Cache? - Timeout exceptions

2009-08-20 Thread manik.surt...@jboss.com
Try increasing your concurrencyLevel. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250730#4250730 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250730 ___ jboss-user mailin

[jboss-user] [JBoss Cache: Core Edition] - Re: Possible deadlock with JBoss Cache? - Timeout exceptions

2009-08-20 Thread rsmysore
I have already tried bumping up the timeouts to very high numbers and that doesnt help.There are no concurrent transactions that are accessing this same fqn. However, as described above, it is a nested (with a requires_new propagation) transaction.The external transaction is suspended when

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

2009-08-20 Thread bdamato
Anyone have an idea? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250727#4250727 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250727 ___ jboss-user mailing list jboss-user

[jboss-user] [EJB/JBoss] - Re: exception-sorter-class-name oracle-ds.xml

2009-08-20 Thread mohitanchlia
I need to write my own Database ping check that does what OracleExceptionsorter class does. Is there something that Jboss/hibernate provides that I can use to ping the database and see if DB is up or the health of the connections. View the original post : http://www.jboss.org/index.html?module=

[jboss-user] [Management, JMX/JBoss] - Re: EJBDeployer notifications

2009-08-20 Thread jaikiran
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158120 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250725#4250725 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250725 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: System properties not replaced in ds.xml when properties

2009-08-20 Thread jaikiran
"jaikiran" wrote : From what i remember, the module-order controls the order of modules in the application.xml and not the order of modules in jboss-app.xml. I'm wrong. Just found the dtd which says this: anonymous wrote : | The strict value indicates that the deployments of the modules will

[jboss-user] [JBoss Messaging] - Re: jbm 1.4.3 / jboss 4.2.0

2009-08-20 Thread sachten1010
I was following the documentation from http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.3.GA/html/installation.html#install.extra-steps and in the manual installation section it has the following note --- -- JBoss Messaging 1.4.3.GA re

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: System properties not replaced in ds.xml when properties

2009-08-20 Thread jaikiran
>From what i remember, the module-order controls the order of modules in the >application.xml and not the order of modules in jboss-app.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250722#4250722 Reply to the post : http://www.jboss.org/index.html?mod

[jboss-user] [EJB/JBoss] - Re: exception-sorter-class-name oracle-ds.xml

2009-08-20 Thread jaikiran
It's explained in this wiki http://www.jboss.org/community/wiki/ConfigDataSources View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250720#4250720 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250720

[jboss-user] [JBoss Messaging] - Re: jbm 1.4.3 / jboss 4.2.0

2009-08-20 Thread PeterJ
My understanding is that Messaging 1.4.3 is for AS 5.x only. You should instead download Messaging 1.4.4 and use the util/release-admin.xml Ant script to integrate it with AS 4.2.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250719#4250719 Reply to the po

[jboss-user] [JBoss jBPM] - Re: BPEL and jBPM4

2009-08-20 Thread steeqs4
I have the same question. I'm trying to migrate some customers using Glassfish/BPEL to JBoss/jBPM. Having BPEL support in JBoss is important for the migration. In the long run we want to move everyone to BPMN so I want to start with jBPM v4 which is the first version to support BPMN. However, wh

[jboss-user] [JBoss Messaging] - Re: JBM2 Beta5 with JBAS5.1 - Memory leak SessionContinuatio

2009-08-20 Thread clebert.suco...@jboss.com
Did you make any changes on the windowSize? You should have up to your WindowSize messages in memory. (We control that thorugh flow control). [url] http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta4/html/flow-control.html#flow-control.core.api[/u

[jboss-user] [EJB/JBoss] - Re: EJB 3.0 load balancing not working in a Jboss AS 5.1 clu

2009-08-20 Thread jaikiran
Please provide more details which i asked for, in my previous reply: "jaikiran" wrote : | Also are those stateful session beans or stateless session beans? And please post relevant configuration files (jboss.xml) and any relevant code. View the original post : http://www.jboss.org/index.html

[jboss-user] [JBoss Messaging] - jbm 1.4.3 / jboss 4.2.0

2009-08-20 Thread sachten1010
I am trying to replace JBossMQ with JBoss Messaging in JBoss 4.2.0 GA and was following the instructions from the messaging documentation. When i start the jboss server the mdbean fails with the following Initialization failed DLQHandler java.lang.IllegalArgumentException: Wrong target. cla

[jboss-user] [JBoss jBPM] - jBPM4 - Process Dehydration

2009-08-20 Thread djcye
Hi, are concepts like dehydration supported ? (to put long running process instances out of mem, inside the db) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250711#4250711 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[jboss-user] [EJB 3.0] - SLSBs and pooling

2009-08-20 Thread ljnelson
Hello. I am trying to respond to an EJB3 objection. The objection states that the startup time that would result from trying to deploy a high number of stateless session beans is both high and untweakable. I'm familiar (now) with Glassfish, which sidesteps the issue entirely by not preallocat

[jboss-user] [JBoss jBPM] - jBPM 4 - Define Exception Handlers

2009-08-20 Thread djcye
Hi, is it possible to define exceptionhandlers in the process ? is there an example available ? only found this to jbpm3: http://www.mastertheboss.com/en/jbpm/106-jbpm-best-practices.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250707#4250707 Reply to

[jboss-user] [EJB/JBoss] - exception-sorter-class-name oracle-ds.xml

2009-08-20 Thread mohitanchlia
Jboss 4.2: I am wondering what's the purpose of exception-sorter-class-name in element? Couldn't find any good explanation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250704#4250704 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[jboss-user] [JBoss Messaging] - JBM2 Beta5 with JBAS5.1 - Memory leak SessionContinuationMes

2009-08-20 Thread simon_temple
I built BETA5 from SVN yesterday... I'm using netty via the JMS API to remotely send large messages. (500K) Looking at the hprof I see that 98% of the heap is taken up by byte[] owned by org.jboss.messaging.core.remoting.impl.wireformat. SessionContinuationMessage. I'm a way off creating a test

[jboss-user] [JBoss jBPM] - jBPM4 Hello World example - null pointer exception

2009-08-20 Thread dw...@memc.com
I am working through the jbpm4 hello world example, I am getting a null pointer exception when executing: repositoryService.createDeployment() .addResourceFromClasspath("helloWorld.jpdl.xml") .deploy(); Any suggestions? Also, is there a book or an article that goes into depth on how to set up

[jboss-user] [JBossWS] - Enabling HTTPS for runtime generated WSDL

2009-08-20 Thread alexb413
Hello, I'm trying to enable HTTPS for WSDLs that are generated using the annotations in the java file, rather than through a static XML file. So, the application is just an ear file that is deployed on JBoss. I can do this via @WebContext(transportGuarantee="CONFIDENTIAL") but this means that

[jboss-user] [Installation, Configuration & DEPLOYMENT] - System properties not replaced in ds.xml when propertiesserv

2009-08-20 Thread gjeudy
Hi, I'm using JBoss 4.2.2, I'm trying to leverage the system properties service. My deployment model is as follows EAR | | jboss-service.xml (declares properties service mbean) | | - *-ds.xml (declares datasource with properties ${connection.

[jboss-user] [Beginners Corner] - Re: Authentication Error

2009-08-20 Thread lesquivel
Hello Wolfgang, Thank you for your response. I will try what you mention. I will post an answer if I figure it out. Thanks again. Luis View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250688#4250688 Reply to the post : http://www.jboss.org/index.html?modu

[jboss-user] [Beginners Corner] - Re: Authentication Error

2009-08-20 Thread Wolfgang Knauf
I would advice you to subclass org.jboss.security.auth.spi.AbstractServerLoginModule or one of its subclasses. This way, JBoss specific code might already be present. You could also compare your code to their implementation. But I don't know whether this helps. Wolfgang View the original post

[jboss-user] [JBossWS] - Re: Receiving Compressed WebService Requests

2009-08-20 Thread hnqoliveira
I nedd help too for the same problem ... I am a five days searching the solution. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250676#4250676 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250676

[jboss-user] [Security & JAAS/JBoss] - Re: RMIAdaptor and JAAS

2009-08-20 Thread kapilnayar
Did you finally got this working - kindly post the solution if you did. -Kapil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250671#4250671 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250671 ___

[jboss-user] [EJB 3.0] - Re: Could not obtain connection to any of these urls: Remote

2009-08-20 Thread a0001428
"a0001428" wrote : "jaikiran" wrote : How did you start the remote server? Use -b option as explained here http://www.jboss.org/community/wiki/JBoss42FAQ | | Hi jaikiran, thanks for you replay. | | I have a installservice.bat( it create a windows service) : | | Rem Start Here | se

[jboss-user] [JBoss jBPM] - Re: jBPM4 - Task Escalation with Timer

2009-08-20 Thread djcye
sry, ignore the "so the only option i see is to put the.." at the moment i see none XD View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250663#4250663 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250663 ___

[jboss-user] [JBoss jBPM] - Re: jBPM4 - Task Escalation with Timer

2009-08-20 Thread djcye
i studied the docs and the only way to assign tasks is through the TaskService or the assignmentHandler. i tried to put the assignmenthandler inside a "timeout event" section but that isnt valide. well i also tried to use the eventhandler approach (to use the TaskService) without success. All T

[jboss-user] [JBoss jBPM] - Re: Getting a list of available signals

2009-08-20 Thread dinosaurus
Just forgot to mention that I use JBPM 4.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250661#4250661 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250661 ___ jboss-user m

[jboss-user] [JBoss jBPM] - Getting a list of available signals

2009-08-20 Thread dinosaurus
Before calling ExecutionService.signalExecutionById(processInstance.getId(), signalName) in my application I'd like to show a combobox to the user with the list of all possible signal names. Could you please advice how can I obtain a list of signals? Thanks View the original post : http://www

[jboss-user] [JBossWS] - Re: Endpoint registration

2009-08-20 Thread monkeyden
Are there any special files or configuration needed to get it to deploy in an ear? I have looked at the testsuite example as well as the "seam bay" example and have found no differences at all. These are the very same SEI and impl files, which deployed just fine in its own independent jar file

[jboss-user] [JBoss jBPM] - What is the status of PVM in JBPM?

2009-08-20 Thread dinosaurus
I'd like to ask about the current status of the PVM project. Currently it seems like there is no separate PVM project and all PVM sources reside under JBPM trunk. Could you please provide more information on how the PVM is positioned now? Is it possible to use PVM separately from JBPM? Actually

[jboss-user] [EJB 3.0] - Re: Could not obtain connection to any of these urls: Remote

2009-08-20 Thread a0001428
"jaikiran" wrote : How did you start the remote server? Use -b option as explained here http://www.jboss.org/community/wiki/JBoss42FAQ Hi jaikiran, thanks for you replay. I have a installservice.bat( it create a windows service) : Rem Start Here set javadll=%JAVA_HOME%\jre\bin\client\jvm.dll se

[jboss-user] [JBoss jBPM] - BPEL and jBPM4

2009-08-20 Thread npirard
Hello, sorry if I overlooked something somewhere, but it seems the latest doc on BPEL and jBPM only mentions jBPM v3 plus it is BPEL version 1.1 when I looked in the forum I did not find any clear references with BPEL and JBPM 4 in JIRA I think next version for BPEL is 1.2 https://jira.jboss.

[jboss-user] [JBoss Messaging] - Re: Messaging 1.4.4 in AS5

2009-08-20 Thread rnicholson10
Ok, you'll be glad to hear the memory leak was external to JMS. So I'm back to the problem where the bridges die after several hours idle time. I know I'm pushing on this, but I'd feel a lot better if I could see an 'Update JMessaging to 1.4.5.GA' task in the AS5 roadmap. Where would be an appro

[jboss-user] [JBossWS] - Re: Where can I find jbwse.xsd

2009-08-20 Thread earniedyke
Specifically which sample? And I have looked at the User Guide and still find I have these questions. Earnie! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250630#4250630 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBossWS] - Re: Where can I find jbwse.xsd

2009-08-20 Thread richard.opa...@jboss.com
See our samples and docs to see how to use WS-Eventing properly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250629#4250629 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250629 _

[jboss-user] [JBoss jBPM] - Re: jBPM4 - Task Escalation with Timer

2009-08-20 Thread kukeltje
oeps. my proposal was for 3... not sure for 4 though I think the api should have something, just not played with this View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250628#4250628 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[jboss-user] [JBoss jBPM] - Re: jBPM4 - Task Escalation with Timer

2009-08-20 Thread kukeltje
in a delegationclass (e.g. actionhandler within a time) you can do something like context.getToken().getNode() and if it is a tasknode do everything with it... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250627#4250627 Reply to the post : http://www.j

[jboss-user] [JBoss jBPM] - Re: Using LDAP: can't assign tasks to users in group ...

2009-08-20 Thread kukeltje
This was jBPM 3 I think, different way of implementing it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250626#4250626 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250626

[jboss-user] [JBoss jBPM] - Re: variable resolver

2009-08-20 Thread kukeltje
It is indeed kind of hidden: This was what I was talking about: https://jira.jboss.org/jira/browse/JBPM-2203 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250625#4250625 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [Beginners Corner] - Re: Using database with a web service

2009-08-20 Thread f_marchioni
I think you have to start with Datasource configuration. See these resources: http://www.jboss.org/community/wiki/ConfigDataSources http://www.mastertheboss.com/en/jboss-application-server/96-jboss-datasource-configuration.html regards View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [Management, JMX/JBoss] - EJBDeployer notifications

2009-08-20 Thread juno60
Hello, Is it possible to receive notifications from jboss.ejb:service=EJBDeployer ? This feature seems to be unavailable in jboss 5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250622#4250622 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [JBossWS] - Re: Where can I find jbwse.xsd

2009-08-20 Thread earniedyke
Thanks Richard. I find an eventing.xsd in jbossws-native-core.jar. What about the associated wsdl? I am using JBoss 5.0.1 is that makes a difference. Also, should I need to include the .xsd and .wsdl in my jar when I deploy? Earnie! View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [JBoss jBPM] - Re: Using LDAP: can't assign tasks to users in group ...

2009-08-20 Thread sebastian.s
I'd also appreciate it if you shared your experience since I might also be interested in this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250620#4250620 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250620 ___

[jboss-user] [JBoss jBPM] - Re: Jbpm authentication/user management with LDAP

2009-08-20 Thread sebastian.s
http://docs.jboss.org/jbpm/v4.0/devguide/html_single/#customizingtheidentitycomponent I think there is no out-of-the-box solution available for this. Since you are using TomCat and not JBossAS you can't use JBoss IDM (AFAIK). But maybe you could write a LDAP client which implements: org.jbpm.pvm.

[jboss-user] [JBoss jBPM] - Re: Using LDAP: can't assign tasks to users in group ...

2009-08-20 Thread mfraz
Could you please elaborate your implementation steps. I also want to authenticate JBPM users from LDAP. Please mention steps of your own implementation of the ExpressionSession interface, as well as the AssignmentHandler. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[jboss-user] [JBossWS] - Re: Where can I find jbwse.xsd

2009-08-20 Thread richard.opa...@jboss.com
You're looking for eventing_200408.xsd, you should find it in jbossws-native-core.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250614#4250614 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250614

[jboss-user] [JBoss jBPM] - Jbpm authentication/user management with LDAP

2009-08-20 Thread mfraz
I have deployed Jbpm on Tomcat. I want to hook up the JBPM user management with an active directory preferably with LDAP. IS there any out of Box support available? If not please mention what are the steps to acheive this. I have searched the forum posts by Ronald and other guys View the orig

[jboss-user] [JBossWS] - Where can I find jbwse.xsd

2009-08-20 Thread earniedyke
Greetings all, I am trying to create a simple WS-Eventing prototype and I cannot locate jbwse.xsd. Anyone know where I can find it? Earnie! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250610#4250610 Reply to the post : http://www.jboss.org/index.html?mo

[jboss-user] [JBoss Messaging] - Persistent Problem in JBM 2.0.0 BETA4

2009-08-20 Thread kazuno
Hello. I'm evaluating JBoss Messaging 2.0.0 BETA4 . And, I tried the following procedure to check JBM's persistence functionality. 1. Start up JBM. 2. Check MessageCount of ExampleQue by jconsole. and 0 message found. 3. Producer sends a hundred messages to ExampleQue by a single transaction.

[jboss-user] [JBoss jBPM] - Re: variable resolver

2009-08-20 Thread sravyts
I can't seem to find the jira issue you are talking about? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250607#4250607 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250607 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.0.1GA how to force war be undeployed before ejb

2009-08-20 Thread f_marchioni
have a look at this: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=146745 hope it helps Francesco View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250606#4250606 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42

[jboss-user] [JBoss jBPM] - Re: Concurrency/Async

2009-08-20 Thread kukeltje
No, with custom nodes you are responsible for making it leave the node in your java classes. See the testcases in the source for examples. Event-listener/wait-state should not be needed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250601#4250601 Reply to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error raised while performing a jndi lookup.

2009-08-20 Thread f_marchioni
have you tried with a dump of the JNDI tree to check out what's wrong ? Open your JMX console and look for the Service "JNDIView" (it's under the object name jboss). Hit the method "list". hope it helps Francesco View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Cache: Core Edition] - Re: How to desing cache in Client/Server mode?

2009-08-20 Thread manik.surt...@jboss.com
1) don't use buddy replication for the server nodes. Since there are only 2, you don't need BR. 2) don't even bother with REPL. Use INVAL since they are backed by the DB. This will reduce chattiness and traffic between the server nodes. 3) You don't need singletonStore for the server nodes

[jboss-user] [EJB/JBoss] - Re: EJB 3.0 load balancing not working in a Jboss AS 5.1 clu

2009-08-20 Thread kedarpjoshi
Yes they do form a cluster. This is not something that i have missed but in general how jboss AS behaves. Please see following link - http://www.jboss.org/index.html?module=bb&op=viewtopic&t=128146 and http://www.jboss.org/index.html?module=bb&op=viewtopic&t=112500 I do not hot this user got

[jboss-user] [JBoss Cache: Core Edition] - NullPointerException with mvcc

2009-08-20 Thread stef_user
I'm getting NullPointerException when i'm trying to remove a parent and a child node in the same transaction. The parent is in the cache but the child isn't. It seems like when the parent is removed it tries to remove the child too but the node doesn't exists. Here is the stack trace: Caused by

  1   2   >