[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Specifying the schema for EJBTimerService's TIMERS datab

2008-06-16 Thread [EMAIL PROTECTED]
The brackets are there to denote the schema is optional :-) My guess is this is not supported in mysql. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158343#4158343 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158343

[jboss-user] [Management, JMX/JBoss] - Re: How to programmaticly schedule many tasks ?

2008-06-16 Thread dmary
some help will be appreciated ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158329#4158329 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158329 ___ jboss-user mailing list

[jboss-user] [Management, JMX/JBoss] - DefaultDomain of MBeanServer Appears to be Null

2008-06-16 Thread padmarathiprithvi
While starting JBOSS with -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl -Djboss.platform.mbeanserver DefaultDomain of MbeanServer appears to be Null.Can some one help me out how to resolve this issue. This should be JBoss i suppose. thanks Padmarathi

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

2008-06-16 Thread mclu
Hi szhigunov! I made some tests with the restart of the queues but I can not see it working. Can you quickly tell me what you have done? I did: - At MDB Level I catch exception while handling Message A. - Then I call context.setRollbackOnly() - Then I get the MBeanserver and stop and start my

[jboss-user] [JBoss Cache: Core Edition] - Re: Exclusive lock is acquired on all nodes not one only

2008-06-16 Thread dmary
You're the boss ! thks a lot, I can achieve it with R_R and your trick. I will leave dummy key as I understand it is much better than other solution , for the cost of time. thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158317#4158317 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Specifying the schema for EJBTimerService's TIMERS datab

2008-06-16 Thread jaikiran
Btw, i just read the xml contents that you posted. I has this: anonymous wrote : When overriding the timers table, an optional schema can be specified | using the syntax [schema.]table So try changing the TimersTable attribute to: attribute name=TimersTable[jboss.]TIMERS/attribute View

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Is ti possible to define a datasource inside a war/ear file

2008-06-16 Thread francis1970
Hi all, I'd like to know if it's possible to embed the .ds file (containing the Datasource definition) at application level, that is inside a war/ear file instead of putting it in the deploy folder thanks a lot Francesco View the original post :

[jboss-user] [JBoss Portal] - Error in Italian translation of core-identity

2008-06-16 Thread lucastle
Hi, in this file, the translations of the properties IDENTITY_GIVENNAME and IDENTITY_FAMILYNAME should be swapped. The correct values are: IDENTITY_GIVENNAME=Nome IDENTITY_FAMILYNAME=Cognome Do I need to report this issue in jira? Thanks, Luca View the original post :

[jboss-user] [JBoss Messaging] - Re: DLQ override depends on the queues definition order.

2008-06-16 Thread timfox
http://jira.jboss.org/jira/browse/JBMESSAGING-1374 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158269#4158269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158269 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: Exclusive lock is acquired on all nodes not one only

2008-06-16 Thread [EMAIL PROTECTED]
SERIALIZABLE will obtain a SERIALIZABLE lock on the entire cache. You really won't have much concurrency at all using SERIALIZABLE. I'd recommend R_R. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158274#4158274 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Loading servlets from jar files

2008-06-16 Thread jaikiran
Post the entire exception stacktrace. Which version of Java do you use? And which version of Axis? anonymous wrote : I found this issue is a bug notified to JIRA. Can you point us to that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158241#4158241 Reply

[jboss-user] [JBoss jBPM] - What the different between Action and TaskNode

2008-06-16 Thread youhaodeyi
I think they are same or have the same behavior. both of them are used as a user defined task. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158341#4158341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158341

[jboss-user] [EJB 3.0] - TO Delete the entire records in a table

2008-06-16 Thread mallikarjun_nbsg
Hi, My scenario is delete to entire records from a table, which is the best way to code in CMP bean, I am using EJB2.0 version. I declared my own method removeAllRecords() in the home interface and given a query in the ejb-jar.xml, but on executing the same I am getting deployment error as

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-16 Thread estaub
Sorry, I haven't worked with the JBoss app-server... hopefully someone else can help. Sorry! -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158345#4158345 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158345

[jboss-user] [JBoss jBPM] - Make business processes dynamic

2008-06-16 Thread coolex
Hello! I'm trying to find out how I can implement kind of dynamic process with the help of the jbpm engine. That means that the process actually has to be changed during lifetime. As far as I know practically it is not possible to do it with the jbpm, because once the process is instanciated

[jboss-user] [Beginners Corner] - TO Delete the entire records in a table

2008-06-16 Thread mallikarjun_nbsg
Hi, My scenario is delete to entire records from a table, which is the best way to code in CMP bean, I am using EJB2.0 version. I declared my own method removeAllRecords() in the home interface and given a query in the ejb-jar.xml, but on executing the same I am getting deployment error as

[jboss-user] [JBoss Cache: Core Edition] - Re: Exclusive lock is acquired on all nodes not one only

2008-06-16 Thread dmary
no , what I want exactly is : 1) node 1 read /root/subroot/A 2) other nodes cannot read /root/subroot/A as node 1 is reading it (locked) 3) node 5 read /root/subroot/B 4) other nodes cannot read /root/subroot/B as node 5 is reading it (locked) 5) node 1 finishing reading (and writing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: deploy to which folder is suitable? All or default?

2008-06-16 Thread gan.gary
great, thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158273#4158273 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158273 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: Exclusive lock is acquired on all nodes not one only

2008-06-16 Thread [EMAIL PROTECTED]
If you were using 2.X there is a setForceWriteLock() option which would have worked for you. As a workaround, you could do this: 1. Configure your cache with R_R. 2. Start your transaction. 3. Whenever you need to READ a node, first WRITE a dummy value to it. E.g.,

[jboss-user] [JBoss jBPM] - How to set up a new web application

2008-06-16 Thread sanjayce107
Hello everybody, I am new to JBPM.what i need to do to configure database connection.I m using oracle10g. I have run scripts jbpm.jpdl.oracle.sql under db folder.i have created application tables in same database. How i can get this connection in my application. Thanks View the original post

[jboss-user] [JBoss Cache: Core Edition] - Re: Exclusive lock is acquired on all nodes not one only

2008-06-16 Thread dmary
Well, I don't want any concurrency. The fact is if one node of the farm is reading one node of the tree cache, other node won't we allowed to read . but with REPEATABLE_READ, all nodes can read cache. if the first node read, override with same data, re - read, and I choose R_R, will it lock

[jboss-user] [JBoss Cache: Core Edition] - Re: Exclusive lock is acquired on all nodes not one only

2008-06-16 Thread [EMAIL PROTECTED]
If you don't want any concurrency then that is exactly what you have - when /root/subroot/A is read, no one can read any other node. :-) Perhaps what you want is different caches for each subroot then? View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Known active clients of Jboss cache?

2008-06-16 Thread [EMAIL PROTECTED]
There are *many* more than just 2 - 3, just search the forums, etc. for details. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158338#4158338 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158338

[jboss-user] [JBoss jBPM] - Re: Workflow with nested fork gets stuck when tasks are comp

2008-06-16 Thread glen.johnson
Hi I did write a detailed reply last week, but it seems to have gotten lost in the ether. But the long and short of it was basically to thank you for you swift response, and for the tips and advice. I actually fixed the problem by upgrading to jBPM 3.2.2. The fix (included in 3.2.2) that did

[jboss-user] [JBoss Messaging] - JBoss Messaging and Spring Message Listener Container

2008-06-16 Thread sonicfab
Hi. I am considering using Spring's Message Listeners with JBoss Messaging (as an alternative to MDBs). Can anyone tell me if it actually works ? On the JBM wiki there is a warning about using JmsTemplates but there is no mention of the Message Listeners. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Tomcat 6 comet support in 4.2.2

2008-06-16 Thread [EMAIL PROTECTED]
JBossWEB has now it own implementation of Comet the TC6 one can't be used. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158253#4158253 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158253

[jboss-user] [JBoss jBPM] - Port already in used error

2008-06-16 Thread sanjayce107
Hello everybody, i m geeting this exception java.rmi.server.ExportException: Port already in use: 1099; nested exception is: Can any one help me in which file i need to make changes??? Thxs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158250#4158250 Reply

[jboss-user] [JBoss Cache: Core Edition] - Re: Exclusive lock is acquired on all nodes not one only

2008-06-16 Thread dmary
well I understand ur point of view. I'm exactly use TreeCache (1.4.1 SP3 with Jboss 4.0.5GA) in this way : put all my objects at /root/subroot , so I have : | /root | /subroot | Integer1 : Object1 | Integer2 : Object2 | Integer3 : Object3 | instead, I must have as

[jboss-user] [JBoss Cache: Core Edition] - Re: Exclusive lock is acquired on all nodes not one only

2008-06-16 Thread [EMAIL PROTECTED]
Yes, having each one in a separate node will allow you to lock each key/value pair separately - if that is what you want to achieve. Re: dummy objects, you may as well leave them there since a put() when the key/value already exists is faster than if it didn't exist, plus you don't have to

[jboss-user] [JBoss Messaging] - Re: ClusteredConnectionFactory vs JmsXA

2008-06-16 Thread timfox
You shouldn't use a clustered connection factory with MDBs - if you look - the default configuration uses a non clustered connection factory. Using a clustered connection factory means subsequent create connection attempts will round robin - this is typically not what you want with MDBs. MDBs

[jboss-user] [JBoss Messaging] - Re: How do I empty a JBoss queue?

2008-06-16 Thread abendt
i tried to use the method removeAllMessages() in the jmx-console. unfortunately that gives me following exception: is there any other way, besides directly accessing the db tables, to empty the queue? | javax.management.RuntimeMBeanException |

[jboss-user] [JBoss jBPM] - Impossible to run anymore a jBPM query after a socket error

2008-06-16 Thread vsevel
Hello, I developped a web application with jBPM which works fine most of the time. My web application is deployed into Tomcat 6. Sometimes after a week-end, my web application cannot query anymore jBPM. The problem persists when I use a new session. The only way to solve the problem is to

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-16 Thread timfox
Please feel free to mail me directly and we can arrange something :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158257#4158257 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158257

[jboss-user] [JBoss Messaging] - Re: ClusteredConnectionFactory vs JmsXA

2008-06-16 Thread timfox
I believe there have been several other threads on this topic in this forum in the past. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158272#4158272 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158272

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Specifying the schema for EJBTimerService's TIMERS datab

2008-06-16 Thread jaikiran
I think the other way of doing this (at one common place) is to specify the schema name in the datasource itself. So in your case, the -ds.xml which is used to configure your datasouce: jboss.jca:service=DataSourceBinding,name=MySqlDs can be configured as follows:

[jboss-user] [JBoss jBPM] - jBPM BPEL on Other App Servers

2008-06-16 Thread mherscov
Hi All, We are developing some processes in BPEL, and have found jBPM BPEL to work well for executing these processes. However, we have two additional requirements that are not supported by default in jBPM BPEL, and I was hoping that someone could provide some guidance on the best approach for

[jboss-user] [EJB/JBoss] - TO Delete the entire records in a table

2008-06-16 Thread mallikarjun_nbsg
Hi, My scenario is delete to entire records from a table, which is the best way to code in CMP bean, I am using EJB2.0 version. I declared my own method removeAllRecords() in the home interface and given a query in the ejb-jar.xml, but on executing the same I am getting deployment error as

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: deploy to which folder is suitable? All or default?

2008-06-16 Thread jaikiran
A default installation of JBoss comes with 3 different server configurations. They are named minimal, default and all. You can find these folders under %JBOSS_HOME%/server/ folder. Each one of these folders represents a server configuration and has different components. Usually, you go for the

[jboss-user] [JBoss jBPM] - Super-states in different files

2008-06-16 Thread gosub33
Is it possible, to have super-states in different documents? I have seen nothing in the documentation or online to suggest it is possible, but thought I would ask anyway. My motivation is that our process flow is getting very large and we seem to have to wait some time after we load, update or

[jboss-user] [JBoss jBPM] - Printing process flows

2008-06-16 Thread gosub33
Great product, but I have a question about printing process flows. We tend to have a lot of notes, etc, on our process flow which we put in the General Description field. Is there a way to have this print out with the diagram? View the original post :

[jboss-user] [JBoss jBPM] - Re: TaskInstance.setActorId(String) causes set TaskInstance

2008-06-16 Thread kukeltje
anonymous wrote : | Does anyone have any idea as to why these boolean properties may be getting set this way? A bug? As mentioned before, make a small unit test with embedded processflow that demonstrates the problem View the original post :

[jboss-user] [JBoss Portal] - WSRP w/ SAP (or other non-conforming wsrp implementations)

2008-06-16 Thread Lightguard
Thank you very much Chris for the work on allowing the relaxed validations. WSRP with SAP (and probably others) is working great, thanks again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158432#4158432 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: What the different between Action and TaskNode

2008-06-16 Thread kukeltje
no... they are not the same. I'd suggest you read a little more about jBPM and look at some examples. Then everything will become clear View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158435#4158435 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Impossible to run anymore a jBPM query after a socket er

2008-06-16 Thread kukeltje
yes, I have an idea. This is not jBPM related at all, but caused by your connectionpool/drivers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158436#4158436 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158436

[jboss-user] [JBoss Cache: Core Edition] - Known active clients of Jboss cache?

2008-06-16 Thread beep_beep
Hi, could you please, specify 2-3(or more) known active clients , that use Jboss cache in production? Thanks!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158334#4158334 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: How do I empty a JBoss queue?

2008-06-16 Thread ataylor
it looks like you are trying to remove messages while you are delivering them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158340#4158340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158340

[jboss-user] [JBoss Portal] - Re: Bleed from 2.7 into 2.6.6 in the producer.xhtml admin pa

2008-06-16 Thread [EMAIL PROTECTED]
Indeed. My mistake. Thanks for the report. Working on two branches at the same time can be confusing at times... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158391#4158391 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: DefaultDomain of MBeanServer Appears to be Null

2008-06-16 Thread [EMAIL PROTECTED]
AFAIR, -Djboss.platform.mbeanserver tells jboss to use the platform mbeanserver rather than creating it's own. Whatever is the domain name of this platform mbeanserver, jboss has no control over it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158336#4158336

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Is ti possible to define a datasource inside a war/ear f

2008-06-16 Thread jaikiran
Yes. In your EAR file, create a jboss-app.xml file containing the following: | jboss-app | | module |servicemyapp-ds.xml/service | /module | | /jboss-app Place this jboss-app.xml in the META-INF folder of your EAR. And place the -ds.xml at the root of the EAR. View

[jboss-user] [JBoss jBPM] - Re: Workflow with nested fork gets stuck when tasks are comp

2008-06-16 Thread kukeltje
cool, thanks. This feedback is enough (for me at least) ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158437#4158437 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158437 ___

[jboss-user] [EJB/JBoss] - File in wich folder?

2008-06-16 Thread Ceene
Hi everybody I have a litle question. I try to read a file in my WebApplication but I have no idea in wich JBoss-Folder I have to put the files. My code | public String getFehlerMeldung(String code, int kezi) { | String text = ; | String datei = ;

[jboss-user] [JBoss AOP] - Re: JBoss AOP 2.0 with JBoss AS 4.2.2 - jboss-aop javaagent

2008-06-16 Thread [EMAIL PROTECTED]
Hi! You are not supposed to use the javaagent that comes with jboss-aop-jdk50.jar... this one is tailored for standalone apps. For integration with AS, you must use pluggable-instrumentor.jar intead, because this is the jar that is going to communicate with the JBoss AOP AS deployer. Don't

[jboss-user] Delivery Notification [EMAIL PROTECTED]

2008-06-16 Thread Postmaster
This is a delivery status notification, automatically generated by MTA mail02.yrbrands.com on Mon, 16 Jun 2008 01:25:36 -0400 Regarding recipient(s) : [EMAIL PROTECTED] Delivery status : Failed. Message could not be delivered to domain directimpact.com .Failed while initiating the protocol.

[jboss-user] [Security JAAS/JBoss] - Re: Simple JAAS authentication not working....

2008-06-16 Thread j0llyr0g3r
Hey folks, one step closer to a solution. I had to add the jar-file jboss-ejb3x.jar to my clients classpath. Unfortunately it is still not working! No i get the following exception (on the client side, nothing in the logs on the Jboss side): Exception in thread main

[jboss-user] [Messaging, JMS JBossMQ] - Reconnect failure JBoss to MQ

2008-06-16 Thread gerhardo
Hello ! I'm unable to make a reconnect work from our MBean on JBoss 4.0.5GA to a WebSphere MQ 6.0.2 Queue. Evrything is working fine until a network failure or a channel reboot on the MQ side. If this happens I have to restart the Jboss to setup a working connection again. We are using the

[jboss-user] [JBoss jBPM] - Re: why swimlane in start-task not assigned ?

2008-06-16 Thread kukeltje
note: I did not read the full post answer: it was designed that way. There is a jira issue to change this (you could have found that yourself ;-) ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158438#4158438 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Port already in used error

2008-06-16 Thread kukeltje
better yet... try google... there might already be some answers to this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158441#4158441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158441

[jboss-user] [JBoss jBPM] - Re: How to set up a new web application

2008-06-16 Thread kukeltje
uhh by configuring a datasource? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158442#4158442 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158442 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Get Task Name in a ActionHandler

2008-06-16 Thread Fornachari
Thanks a lot for the help Octomac. I'll try it. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158445#4158445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158445 ___

[jboss-user] [JBoss jBPM] - Re: where forms.xml other task forms(.xhtml) are stored in

2008-06-16 Thread kukeltje
I think I already answered this... they are in the database View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158446#4158446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158446 ___

[jboss-user] [Beginners Corner] - Re: Loading servlets from jar files

2008-06-16 Thread moorix
I'm sending the required information: java version: Java(TM) SE Runtime Environment (build 1.6.0_06-b02) axis: 1.4 the reference to related JIRA issue: http://jira.jboss.org/jira/browse/JBAS-3000;jsessionid=C732282C552A62868280485A80AF03DC full exception stacktrace:

[jboss-user] [Clustering/JBoss] - Clustering EJB3 Timers

2008-06-16 Thread hpalma
Hi, i would like to use EJB Timer services in a clustered JBoss 4.2.1 environment. We are using active / passive cluster configuration so only one cluster node will be active at a given time. My questions are: - Are the timer services state persisted across the cluster ? - Does this state in

[jboss-user] [JBossWS] - Re: @PostConstruct never invoked

2008-06-16 Thread ben.lidgey
I am also seeing this behaviour with JAX-WS 2.0 web services deployed to JBoss 4.2.2. @PostConstruct and @PreDestroy are called when the web service is run manually by defining an Endpoint in a main method, but not when deployed. Does anyone know why this is? View the original post :

[jboss-user] [JBossWS] - Re: Bug? SOAP response causes ArrayIndexOutOfBoundsEx

2008-06-16 Thread tomstrummer
I hate to bump this but I was really hoping for some help since JBossWS seemed to be the only toolkit that was getting me anywhere with this old RPC/encoded service. Most of the other Java WS frameworks wouldn't even generate the client stub classes from the WSDL. I'd be happy to give more

[jboss-user] [JBoss jBPM] - Re: How to start a JBPM Work Flow remotely???

2008-06-16 Thread cr3
Thanks Octomac for your reply!!! But I got a bad new (for me). I got this error: 09:29:22,625 [main] WARN JDBCExceptionReporter : SQL Error: -22, SQLState: S0002 09:29:22,625 [main] ERROR JDBCExceptionReporter : Table not found in statement [select top ? processdef0_.ID_ as ID1_4_,

[jboss-user] [JBoss jBPM] - Re: How to start a JBPM Work Flow remotely???

2008-06-16 Thread Octomac
It looks like your program is trying to find an existing process definition by the name of 'Gestion de Problemas', but there isn't a process by that name in your database. Have you deployed that process yet? That's about the only thing that comes to mind off the top of my head. View the

[jboss-user] [JBossWS] - Creating web service endpoints on-the-fly

2008-06-16 Thread DrPizza
Hello, We would like to generate web service endpoints dynamically (rather than statically configured using the annotations). Is there any reasonably simple way of doing this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158381#4158381 Reply to the post

[jboss-user] [Messaging, JMS JBossMQ] - Re: Deployment error for MDB bound to remote queue

2008-06-16 Thread AJSTL
Hi rbb2007, Can you please post what all you did to connect to a JBoss Messaging remote Queue from an EJB3 MDB ? I am having some problem in configuring the MDB to connect to a Queue on a different server. The MDB works for local queue. Thanks, AJSTL. View the original post :

[jboss-user] [JBoss Portal] - Re: Bleed from 2.7 into 2.6.6 in the producer.xhtml admin pa

2008-06-16 Thread Lightguard
Sorry for the duplicate, browser was acting weird. You can delete this one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158395#4158395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158395

[jboss-user] [JBoss Portal] - Bleed from 2.7 into 2.6.6 in the producer.xhtml admin page

2008-06-16 Thread Lightguard
I don't think these two lines should be here, or they need to be mapped up in the backing bean :) 15 h:selectBooleanCheckbox value=#{producer.strictMode}/ 16 h:outputText value=#{i18n.producer_config_strict}/ View the original post :

[jboss-user] [JBoss Portal] - Re: Portal-Cluster: REPL_ASYNC vs. REPL_SYNC

2008-06-16 Thread [EMAIL PROTECTED]
Your problem seems to be tied to your use case and it will be very hard (resource issues) for me to dig into it. I suggest that you use our support services and they will be able to replicate and fix your issues more quickly. View the original post :

[jboss-user] [JNDI/Naming/Network] - Configuring InitialContext in JBoss AS

2008-06-16 Thread gjwilk01
I am attempting to configure Data Source and some additional environment properties in JBoss AS 4.2.2 using JNDI. My DS configuration worked just fine by placing my-ds.xml in the deploy directory of my site. No problem there. My next step is to add more xml files with initial context

[jboss-user] [JBoss jBPM] - Re: TaskInstance.setActorId(String) causes set TaskInstance

2008-06-16 Thread Octomac
Changing to a request bean instead of a session bean fixed the refresh problem, since I'm now forcing JBPM to hit the database on every call to the controller. This is a little slow, but it's working well, which is fine by me. I'm still seeing, though, that when I assign a task from a

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-16 Thread kadlecp
Hello Ed, I don't know why but I thought that StaleObjectStateExceptions are errors. But in docs (chapter 6.5) and in JIRA http://jira.jboss.com/jira/browse/JBPM-995 is clearly written that StaleObjectStateExceptions are expected behaviour and it doesn't matter if these exceptions occur.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Connection Pooling

2008-06-16 Thread wenzelpi
To All, This may seem like a basic question, however I'm still getting a feel for all that JBoss Operations Network can do. If I'd like to monitor my connection pool between my application server and my database, how will I go about configuring JON to do this? Can this be done via the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: double-naming of ejb's in jboss-4.2 +

2008-06-16 Thread airdrik
No, I mean the path name used in the web service url. When I open up the Tomcat Status page for Jboss, after deploying the ears, they show up in the application list as: localhost/name-name-ejb rather than: localhost/name-ejb View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB3 Entity persistence OK with JBoss 4.2.2GA, but fails wil

2008-06-16 Thread mlavannis
I wrote a very basic EJB3 entity and deployed it on JBoss 4.2.2GA - it worked fine. But when I tried to deploy the exact same EAR on JBoss 5.0.0 Beta4, the deployment failed with the following error: 10:42:51,673 INFO [SchemaUpdate] Running hbm2ddl schema update 10:42:51,673 INFO

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can Exists Jboss and Adicional Tomcat Server in the same

2008-06-16 Thread Subemontes
Thanks. Gonna check the conf and make a shot :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158361#4158361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158361 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query Paging Results

2008-06-16 Thread jaikiran
I have a simple native query: select distinct usr.userid from user usr where usr.name like '%jai%' which returns me the expected output when used with setFirstResult and setMaxResult. Not sure whether its a problem with your query or something else. You can try enabling TRACE level logs of

[jboss-user] [JBoss jBPM] - Get Task Name in a ActionHandler

2008-06-16 Thread Fornachari
Hi everybody, I have a simple process. In this process, I have one transition that have an action. This action invokes a Handler. So, I implemented a handler and in this handler I need to know what are the name of the last task. For example, my process: START | TASK1 | - in

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Specifying the schema for EJBTimerService's TIMERS datab

2008-06-16 Thread jaikiran
[EMAIL PROTECTED] wrote : The brackets are there to denote the schema is optional :-) | | Oops, my bad! :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158366#4158366 Reply to the post :

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

2008-06-16 Thread szhigunov
1) Queue is deployed on the remote server. 2) My consumer is not an MDB. It is a normal JMS consumer deployed as MBean. It gets connection to the queue through JCA adapter. 3) I control the transaction using TransactionManager interface. 4) On RuntimeException, I close all JMS objects (consumer,

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

2008-06-16 Thread ebenezerlovelin
Yes, I will go through the JBM 1.4.0 SP3 documentation. Thanks a lot Tim and Clebert. I really appreciate the help you guys have done. I know I bothered you people :) thanks once again Cheers, Ebe View the original post :

[jboss-user] [JBoss Portal] - Re: WSRP w/ SAP (or other non-conforming wsrp implementation

2008-06-16 Thread [EMAIL PROTECTED]
Good to know! :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158453#4158453 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158453 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Get Task Name in a ActionHandler

2008-06-16 Thread Octomac
The task name (and I'm guessing a bit at this point) might be null there because you've already passed out of the task node at the point where your handler is getting called. One workaround solution that comes to mind is to have an action on the nodeEnter event of your task node that stores

[jboss-user] [JBoss Portal] - Bleed from 2.7 into 2.6.6 in the producer.xhtml admin page

2008-06-16 Thread Lightguard
I don't think these two lines should be here, or they need to be mapped up in the backing bean :) 15 h:selectBooleanCheckbox value=#{producer.strictMode}/ 16 h:outputText value=#{i18n.producer_config_strict}/ View the original post :

[jboss-user] [JBoss Cache: Core Edition] - jboss cache 1.4.1.GA + Eviction Policy problems

2008-06-16 Thread andre.rigon
Hi everyone, I'm using jboss cache 1.4.1.GA with jboss 4.0.5.GA. I'm trying to use an eviction policy. Here is part of my tree-service.xml file: | attribute name=EvictionPolicyClass | org.jboss.cache.eviction.LFUPolicy | /attribute |

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-16 Thread blublinsky
Which email should I use? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158468#4158468 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158468 ___ jboss-user mailing list

[jboss-user] Delivery Failure

2008-06-16 Thread Postmaster
- The message you sent to etaj.ru/monika was rejected because it would exceed the quota for the mailbox. The subject of the message follows: Subject: =?windows-1251?B?xOv/IOHz9ePg6/Ll8OjoIO7w4+Dt6Ofg9ujo?=

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-16 Thread timfox
[EMAIL PROTECTED]|redhat].com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158472#4158472 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158472 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - must specify the fully-qualified name of the Java class erro

2008-06-16 Thread jquintanam
hi everybody, I'm trying to deploy my project using the project archives utility of JBoss IDE, and an error is shown for all my EJB's. WARN [verifier] EJB spec violation: Bean : Facade Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that

[jboss-user] Considered UNSOLICITED BULK EMAIL from you

2008-06-16 Thread Content-filter at localhost
Your message to: - [EMAIL PROTECTED] was considered unsolicited bulk e-mail (UBE). Subject: =3D?windows-1251?B?yO307vDs4Pbo/yDuIMHl6+7pIOfg8O/r4PLlIPPv8ODi6//++eXs8w=3D=3D?=3D =3D?windows-1251?B?IPTg4fDo6ug=3D?=3D Return-Path: jboss-user@lists.jboss.org First upstream SMTP client IP address:

[jboss-user] [Remoting] - Re: Remoting and seam app

2008-06-16 Thread grolland
Yes, I have special requirement. I have to write a program in embedded C on a ARM processor (UMTS Wavecom modem for M2M apps) to communicate with my JBoss Server (and my App). The API I have supports only TCP Sockets, that's why I want to use Remoting to acess my EJB. So my question is about

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-16 Thread timfox
Or visit us on our irc channel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158477#4158477 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158477 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: JBoss AOP 2.0 with JBoss AS 4.2.2 - jboss-aop javaagent

2008-06-16 Thread kringdahl
Thanks for the clarification. It was unclear from the JBC docs whether that was for standalone only. That seemed to do the trick though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158478#4158478 Reply to the post :

[jboss-user] [JBoss jBPM] - Node as a milestone

2008-06-16 Thread pjacobsen
We have a need for process designers to place nodes in their processes to pattern a milestone that fulfills some reporting needs. For instance, they may want to report on what date each instance of a process started and then on what date each of their their milestones were reached. Is doing

[jboss-user] [JBoss jBPM] - Re: Node as a milestone

2008-06-16 Thread kukeltje
Milestones as a node in BPM are for 'synchronizing' 2 parallel branches. Generic nodes just for the sake of reporting is overkill imo. Although it is 'common' practice when using e.g. SeeWhy and not specifically bad. not use specific queries to retrieve start and end date of normal

[jboss-user] [Security JAAS/JBoss] - Re: Encrypted Passwords in LDAP

2008-06-16 Thread kc5mzr
So nobody else has this issue? It's just me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158484#4158484 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158484 ___ jboss-user

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Tomcat 6 comet support in 4.2.2

2008-06-16 Thread jonasb
Thanks for answering. You're referring to org.jboss.web.comet.CometProcessor, right? But that interface is not available in 4.2.2, I can only find org.apache.catalina.CometProcessor in the jbossweb jar. Also, the rename was made in january this year according to some svn commit log I found, so

[jboss-user] [JBoss Cache: Core Edition] - Re: jboss cache 1.4.1.GA + Eviction Policy problems

2008-06-16 Thread [EMAIL PROTECTED]
According to the docs, your expectation is correct in that setting time to live to 0 means that there is no time to live. And hence the JIRA to enhance this such that we are able to specify a ttl of 0 such that elements are evicted pretty much immediately. I suspect that the reason you see

  1   2   >