[jboss-user] [Remoting] - Re: How to classify instances of InvokerCallbackHandler ?

2008-11-14 Thread [EMAIL PROTECTED]
Hi DanielTraven, "DanielTravin" wrote : | Why there is no out of the box solution for this ? | I guess no one ever asked for it. The fact is that Remoting 2 is no longer under active development, or I would consider adding something like that. However, I believe that jaikiran has given

[jboss-user] [Remoting] - Re: Remoting 2.5 SP1 - ServerInvoker.TIMEOUT does not work?

2008-11-14 Thread [EMAIL PROTECTED]
In fact, you've discovered the fact that a timeout value is never set for the ServerSocket in SocketServerInvoker. In fact, there really doesn't seem to be any point to setting the timeout value, since all we would do in the event of a timeout is go back and call ServerSocket.accept() again. I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JConsole / jmxremote connection problems

2008-11-14 Thread [EMAIL PROTECTED]
Peter, Thank you very much for taking the effort to document your experiences, I'm very pleased to say that your suggestion fixed my problem too - although I did have a typo in my hostname without realising, so combined with that and a restart to the windows machine it was fixed. I'm not sur

[jboss-user] [JBoss jBPM] - jBPM-3.3.0.GA Released

2008-11-14 Thread [EMAIL PROTECTED]
Folks, I'm happy to announce that jBPM-3.3.0.GA has just been released. * Maven based build system * Hudson based QA as integral part of the project * IzPack based Installer * Defined target containers * Defined target databases * GPD distribution as Eclipse update site F

[jboss-user] [Remoting] - Re: Worker thread initialization failure

2008-11-14 Thread [EMAIL PROTECTED]
It looks like a client has connected to the Remoting server, which attempts to create an ObjectInputStream to read the forthcoming invocation. But the client shut down before writing the header bytes to the corresponding ObjectOutputStream. Look and see what is happening on the client side whe

[jboss-user] [Microcontainer] - Re: how to re-configure class loader policy?

2008-11-14 Thread alesj
"emmartins" wrote : | What would be content of the class loading descriptor for the same class loader as it is done by default (with no such descriptor) but with blacklisting off. | Try this: | | | "emmartins" wrote : | PS: By the way, what's the idea of the black listing at a

[jboss-user] [JBoss jBPM] - Using JBoss jBPM 3.1 and JRules(Drools 4) With Weblogic 9.2

2008-11-14 Thread rajuak
Hi, I am using jBPM for the first time.I need to configure it with weblogic 9.2. Can anyone please provide me details for configuring the same or any link which provides the same? Regards Raju View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189314#4189314

[jboss-user] [Beginners Corner] - Re: JBoss web service output

2008-11-14 Thread worrow
Finally found out what the problem is-->SOAP. The old setting is based on jbossws4ee but now JBoss 4.2.3 used jbossws. Without touching the war file, I tried to downgrade back to jbossws4ee but when I started JBoss, I got a message say "Could not create deployment:Caused by: java.lang.Clas

[jboss-user] [JBoss Messaging] - Configure JBM over HTTPS behind Firewall + Nat

2008-11-14 Thread garwind111
Hello, I have a JBM application which is configured over HTTPS (HTTPS transport + SSL socket factory) Now i must deploy it into behind a firewall. I opened the following ports : Host F (proxy/firewall) Host A (my server) 1098 ---

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB not deployed in EAR file with libraries

2008-11-14 Thread antonio.genghi
"jaikiran" wrote : | | http://java.s | | un.com/dtd/application_1_3.dtd'> | | | | myApp | | Application description | | | | myEjb.jar | | | | lib | | | Point#1 - The library-directory is not meant to be in the application.xml. Instead

[jboss-user] [JNDI/Naming/Network] - Re: Multiple databases solution

2008-11-14 Thread khedive
Guys, thank you very much! Unfortunately, it's really not actual already and we are doing the project using Spring-Hibernate framework, which is more flexible for this issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189318#4189318 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Need Urgent Help; MDB

2008-11-14 Thread AmiraTalbi
Hi Jikiran; thkx for your help; I tried this solution earlier but it doesn't seam to resolve my problem. Many entityManager updates are lost :( Is there an other issue ??? Thkx in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189321#4189321 Rep

[jboss-user] [Advanced Documentation] - How to configure Virtual hosts in JBoss-4.2.2.GA

2008-11-14 Thread ssaguturu
Hi All- i am new to JBoss-4.2.2.GA, i want to configure Virtual Hosts in this new server setup. My requirement is to re-direct the contexts based on URL (domain name)... let's say 1. if my URL is myoss.com then i want to redirect to /oss/ (here /oss/ is one of my contexts avail

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Need information for delaying war deployment due to dependen

2008-11-14 Thread rohitdev
My war has dependency on a JMS topic,JNDI name creation and an EJB. Where do i define the delay? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189322#4189322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189322 _

[jboss-user] [EJB 3.0] - Re: Need Urgent Help; MDB

2008-11-14 Thread jaikiran
"AmiraTalbi" wrote : Hi Jikiran; | | I tried this solution earlier but it doesn't seam to resolve my problem. Many entityManager updates are lost :( | | I thought you were trying to setup a singleton MDB. Can you please provide more details about what you are trying to do? I did not

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Need information for delaying war deployment due to dependen

2008-11-14 Thread rohitdev
My war has dependency on a JMS topic,JNDI name creation and an EJB. Where do i define the delay? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189324#4189324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189324 _

[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-14 Thread salaboy21
if you wanna really see the values variables and tokens you must debug... And remember that asserts are basic concept in JUnit testing... so... try to leave println... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189327#4189327 Reply to the post : http://

[jboss-user] [Advanced Documentation] - Re: How to configure Virtual hosts in JBoss-4.2.2.GA

2008-11-14 Thread jaikiran
See this http://www.jboss.org/community/docs/DOC-12549 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189328#4189328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189328 ___

[jboss-user] ActiveThreadCount return a wrong value?

2008-11-14 Thread Alban Soupper
Hi all, I the jmx-console the jboss.system:type=ServerInfo/ActiveThreadCount give me 788 threads. But when I invoke the jboss.system:type=ServerInfo/listThreadDump gives me only 524 threads... Can someone explain me what's wrong? Alban. Note : the JBoss version is 3.2.6 and I know

[jboss-user] [Remoting] - Re: Worker thread initialization failure

2008-11-14 Thread boniek
I think I tracked the problem. My load-balancer was probing port 3873 (one of many) to see if it is up or not to determine if machine is up and working. Probing was done by acquiring connection on this port and if succesful - closing it. Removing probe solved the problem. Thanks for translating

[jboss-user] [EJB 3.0] - Re: Need Urgent Help; MDB

2008-11-14 Thread AmiraTalbi
I have a JBPM process that sends MEssages (communication control blocks) to a given MDB queue. these message are being translated when they are received by the bean. My problematic is to consume messages one by one, in other words, when transaction 1 have finished, MDB must consume the next m

[jboss-user] [EJB 3.0] - Re: Need Urgent Help; MDB

2008-11-14 Thread jaikiran
Okay i now get some idea about what you are trying to do :-) Going back to my earlier reply, did you configure the MDB to be a singleton as explained in the wiki? I would recommend that you try this first on a non-clustered setup and get the singleton MDB and your entity updates working. If it

[jboss-user] [JBoss Portal] - Re: Downloading a File from within a Portlet.

2008-11-14 Thread [EMAIL PROTECTED]
Use the new resource serving mechanism in JSR-286... See the spec for more details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189340#4189340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189340 __

[jboss-user] [JBoss Messaging] - Reliable messaging with bridge

2008-11-14 Thread Wayland
If I want to guarantee a topic message is delivered to a remote server, is it possible to use jboss message bridge to implement it? When the remote server is down, the messages are kept persistent in the client server, the messages are redelivered when the remote server comes back alive again. I

[jboss-user] [JBoss jBPM] - Re: JBPM Oracle connection Issue

2008-11-14 Thread Kodee
After changing oracledialect, it works fine.. Thanks for the help cheers, Kodee View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189344#4189344 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189344 __

[jboss-user] [JBoss Portal] - Re: i want to disable page

2008-11-14 Thread Nagendra1020
i did 2 suggestion but page tab still displaying. how can i check that portal have recursive access permission or not. "PeterJ" wrote : Two things to check: | | 1: make sure that the portal does not have a recursive access permission set. | | 2: Try dropping all the tables from the d

[jboss-user] [JBoss jBPM] - JDBCConnectionException: Cannot open connection

2008-11-14 Thread asique
Hi all when i run ant build "create.jbpm.configuration" i get this exception message in console i m using jbpm-starter-kit-3.1.3 and using default properties of hibernate and hsql i did not change any property file the whole console track isanonymous wrote : | Buildfile: | D:\app\jbpm-st

[jboss-user] [JBossWS] - Re: How to generate the WSDL at build time for EJB3 based we

2008-11-14 Thread eminil
Hmm, i have the same question. But is it really necessary to use the wsprovide tool. From the wiki it says: anonymous wrote : | A JSE or EJB3 deployment can be built using this class, and it is the only Java code needed to deploy on JBossWS. The WSDL, and all other Java artifacts called "wrap

[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
can you post us the content of the hibernate.cfg.xml file? did you configure the Database connection? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189350#4189350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189350

[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread asique
Thanks for ur quick reply here is the contents of hibernate.cfg.xml i did nothing just run ant build | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | | | | org.hibernate.dialect.HSQLDialect | org.hsqldb.jdbcDriver | jdbc:hs

[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
are you using jbpm-starter-kit-3.1.3 (i think is jbpm-starter-kit-3.2.3) for any particular reason? With what DB did you like to use jBPM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189353#4189353 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Microcontainer] - [VFS] Better way to scan for modifications

2008-11-14 Thread dazz_x
Hi all, I didn't see any forum for VFS, so I post here since I use it with the MicroContainer. My question is about the possibility to know if a VirtualFile or one of its children has been recently modified. Context : I work on a grid that executes jobs. Each job instance arriving at a node is

[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread asique
Yes i m using starter kit 3.1.3 and i m trying to use default db that is hsql according to my knowledge this db is already configured but i m facing the problem that i have mentioned in first post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189355#4189355

[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
where did you configure the Database and with what database? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189356#4189356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189356 __

[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread asique
i did not use any database i m trying to use hypersonicSQL which is i think default one and no need to configure hypersonicSQL as u can see in hibernate.cfg.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189357#4189357 Reply to the post : http://www.jbo

[jboss-user] [Microcontainer] - Re: [VFS] Better way to scan for modifications

2008-11-14 Thread alesj
Have a look at my demos, its bootstrap to be exact: - http://anonsvn.jboss.org/repos/jbossas/projects/demos/microcontainer/trunk/ See HDScanner class, its usage of files Map. A bit more complicated impl is here: - http://anonsvn.jboss.org/repos/jbossas/trunk/system/src/main/org/jboss/system/ser

[jboss-user] [JBoss Messaging] - JMS Browser for application administrator

2008-11-14 Thread romanenco
Hello Our system uses JBOSS Messaging for jms communication. A set of components talk with each other via set of jms queues. Some times our users report about messaing lost and so on and our applications administrators want to have some kind of admin tool for JBoss Messaging. Admins want to be

[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
Ok, i see that.. can you see this configuration file?? create.db.hibernate.properties?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189366#4189366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189366 _

[jboss-user] [Security & JAAS/JBoss] - Re: SSL Certificates Dynamic Loading

2008-11-14 Thread rgurzhiy
Hy. I faced the same problem. Have you solve it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189368#4189368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189368 ___ jboss

[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread kukeltje
what I'm curious about is why so many people seem to start fresh with jBPM and use a 3.1.x release? Why not use 3.2 Or even 3.3 that was just kind of released... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189371#4189371 Reply to the post : http://w

[jboss-user] [JBoss Messaging] - Re: Message distribution in cluster

2008-11-14 Thread rana24
I could achive this by using JBM 1.4.0 SP3. Thank you very much for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189372#4189372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189372 ___

[jboss-user] [JBoss jBPM] - Re: JBPM Oracle connection Issue

2008-11-14 Thread kukeltje
"salaboy21" wrote : yeah! this is because if he is a new user, he probably spend a lot of time reading about hibernate (not a bad thing) and have less time to read about jBPM... Uhmmm... if he spend a lot of time on hibernate, and read the basic jBPM docs, he would have known hibernate

[jboss-user] [JBoss jBPM] - Re: JDBCConnectionException: Cannot open connection

2008-11-14 Thread salaboy21
Yes.. i was asking me the same... is very odd... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189375#4189375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189375 ___ jboss

[jboss-user] [JBoss jBPM] - Re: Using JBoss jBPM 3.1 and JRules(Drools 4) With Weblogic

2008-11-14 Thread kukeltje
Have you read the basic docs? Basic packaging things are in there. Besides that there is infon in the wiki and search the forums (this has been discussed before) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189376#4189376 Reply to the post : http://www.jb

[jboss-user] [JBoss Messaging] - db2-persistence.xml file for JBM1.4 SP3

2008-11-14 Thread rana24
Hi, I was looking with the set of persistance configuration files with JBM 1.4 SP3. I could not get db2-persistance-service.xml for the same, I got same file posted by some user but its not working in my case. it is basically not creating any tables except JBM_USER n JBM_ROLE. I did some change

[jboss-user] [JBoss jBPM] - Re: Getting error in Jbpm webconsole

2008-11-14 Thread kukeltje
first of al, what version are you using? /jbpm is old (3.1) , it currently is /jbpm-console. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189379#4189379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189379

[jboss-user] [EJB/JBoss] - jboss 4.2.2 and 4.0.1 stateless session beans and container

2008-11-14 Thread Anne
I have been trying to find out what is the default transaction policy for ejb2 stateless session beans in jboss (versions 4.2.2 and 4.0.1) using container managed transactions. In other words if no transaction policy is defined to bean or its methods in ejb-jar.xml which policy jboss uses. For

[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-14 Thread kukeltje
anonymous wrote : if you wanna really see the values variables and tokens you must debug... +1 anonymous wrote : so... try to leave println... leave as in abandon/ditch/get rid of... I guess... anonymous wrote : I do not understand the problem. In order to assert something I first need to che

[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-14 Thread kukeltje
sorry for not using preview and messing up the previous post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189386#4189386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189386 __

[jboss-user] [JBoss jBPM] - Re: JBPM Oracle connection Issue

2008-11-14 Thread salaboy21
Yes.. i think you are right.. but.. when I started jBPM i see it like it involves a lot of things and i was not able to do the basic things.. When you can make it work.. you start to understand things and then knows in what you need to focus.. So if I can help here to make the things work.. th

[jboss-user] [JBoss Cache: Core Edition] - Cannot Marshal velocity template object

2008-11-14 Thread LORDs_diakonos
OK SO I have JBoss cache plugged into Velocity. I am getting the following though | [13/11/08 04:45:21:021 EST] ERROR app.VelocityEngine: Velocimacro : Velocimacro : Error using VM library : dotCMS_library.vm | org.jboss.cache.CacheException: java.lang.Exception: Don't know how to marshal

[jboss-user] [JBoss jBPM] - Re: question about JobExecutor and Threads

2008-11-14 Thread kukeltje
The scheduler servlet van be configured to use multiple threads afaik... one 'polling' thread and multiple for executing the actions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189381#4189381 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Microcontainer] - Web Bean Discovery

2008-11-14 Thread [EMAIL PROTECTED]
In building the Web Beans RI we have decided from the outset to not provide any built in discovery of classes and xml files to deploy, but instead delegate to the container via an SPI. We need initially to build one that is suitable for JBoss 5. I have decided that the simplest approach is for

[jboss-user] [JBoss Cache: Core Edition] - Re: Cannot Marshal velocity template object

2008-11-14 Thread [EMAIL PROTECTED]
Sounds like the Template isn't serializable. Perhaps you could extend the template and make your extension externalizable, and read/write the relevant bits? Or create a wrapper around Template which knows how to serialize/deserialize the Template. View the original post : http://www.jboss.co

[jboss-user] [Microcontainer] - Re: Web Bean Discovery

2008-11-14 Thread alesj
"[EMAIL PROTECTED]" wrote : | The returned Set> should comprise all classes which present in this archive (and any sub-deployments it has e.g. in the war for an ear): | | * any web-beans.xml file in any root directory of the application classpath, | * any ejb-jar.xml file in any root d

[jboss-user] [JBoss Cache: Core Edition] - Re: Cannot Marshal velocity template object

2008-11-14 Thread LORDs_diakonos
OK I was thinking that. One other question. If I want to sync all regions except the velocity templates which would be invalidation is that possible? I couldn't tell how to do this in the xml config. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189395

[jboss-user] [Microcontainer] - Re: Web Bean Discovery

2008-11-14 Thread [EMAIL PROTECTED]
I don't understand the second restriction great either. Gavin? The third one I think is saying "give me all the classes from any shared (lib/) jar that has web-beans.xml in it's metadata path". Gavin, is that right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Cache: Core Edition] - Re: Cannot Marshal velocity template object

2008-11-14 Thread [EMAIL PROTECTED]
No, you can't do that. You'd want to create a separate cache instance for that then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189398#4189398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189398

[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-14 Thread tbeernot
Ok. Now, I fully appriciate the help you guys are giving me. Again many thanks for that. And I even appriciate the promotion of unittests, although you are talking to an already converted believer. But I do think it is a bit overdone to try to tell me how I should work my way to a unittest, as

[jboss-user] [JBossWS] - getting errors while starting JBoss Portal 2.7.0 server

2008-11-14 Thread raheemch
i have downloaded JBoss Portal 2.7.0 GA and started the server by clicking run.bat file in bin directory. I am getting following errors: 17:54:19,593 INFO [TomcatDeployer] deploy, ctxPath=/portal-wsrp, warUrl=.../dep loy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.war/ 17:54:46,078 ERROR [MainD

[jboss-user] [JBoss jBPM] - Re: Using JBoss jBPM 3.1 and JRules(Drools 4) With Weblogic

2008-11-14 Thread rajuak
Hi Ronald, I have used Oracle BPM/Designer to some extent. Getting confused with jboss packages to use. I want a BPEL Process Manger and BPEL designer. Latest jBPM is 3.x but there is jbpm-bpel 1.1 also and jPDL designer(this is not BPEL its output is a jpd file). What should i go with or do

[jboss-user] [JBoss jBPM] - Re: question about JobExecutor and Threads

2008-11-14 Thread lblaauw
Ronald, Yeah I have implemented the executor without the servlet for now. Bit worried that it makes its own threads in a JEE app but it works for now. Maybe later on I will have some time in this project to make the jobexecutor use the JBoss managed workmanager threadpool as it really should in

[jboss-user] [JBoss jBPM] - Re: fork and join childeren

2008-11-14 Thread salaboy21
right! It's ok!! I that you can probe the same with asserts.. but.. obviously here all understand the to methods... Thanks and good look with jBPM!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189404#4189404 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: question about JobExecutor and Threads

2008-11-14 Thread salaboy21
Interesting thread.. can someone create some wiki about this? I will try to make a post in my blog about it.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189405#4189405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [EJB 3.0] - Re: Need Urgent Help; MDB

2008-11-14 Thread AmiraTalbi
Hi jaikiran; I tried the maxSessions annotation and when debugging, It seems that MD is not paying attention for that. All messages are proceeded in arriving time thkx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189407#4189407 Reply to the post : http:/

[jboss-user] [EJB 3.0] - Re: Need Urgent Help; MDB

2008-11-14 Thread AmiraTalbi
I'm running actually in a non clustered environnement View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189409#4189409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189409 ___ j

[jboss-user] [JBoss Portal] - Re: insert meta data in jboss portal

2008-11-14 Thread [EMAIL PROTECTED]
If you use CMS admin portlet to upload contents, then it will create meta data for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189410#4189410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189410 _

[jboss-user] [JBoss Portal] - Re: insert meta data in jboss portal

2008-11-14 Thread [EMAIL PROTECTED]
If still does not work, then please let me know what you are seeing and not seeing. I see there is and open issue https://jira.jboss.org/jira/browse/JBPORTAL-1774 but this may have been resolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189411#4189411

[jboss-user] [Microcontainer] - Re: Web Bean Discovery

2008-11-14 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : I don't understand the second restriction great either. Gavin? | | The third one I think is saying "give me all the classes from any shared (lib/) jar that has web-beans.xml in it's metadata path". Gavin, is that right? He's talking about the spec defined behavio

[jboss-user] [Microcontainer] - Re: Web Bean Discovery

2008-11-14 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | public interface WebBeanDiscovery { | | | |public Set> discoverWebBeanClasses(); | | | | } | Isn't it more scalabe to use Iterable> which could be a Set but also could be something more performant if there are a very large number of

[jboss-user] [JBoss jBPM] - Re: Problem deleting a process containing a subProcess

2008-11-14 Thread dleerob
I am on Jbpm 3.2.3, using MySQL 5 db. I am also having this problem (can't delete a process if it has a sub-process attached). I have also tried the solution at: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=94196 and I also get a constraint violation on JBPM_LOG. I have also looked

[jboss-user] [JBoss jBPM] - jbpm-console error

2008-11-14 Thread srLucas
Hi All, I finally solved the login issue and now I can see the processes list, but when trying to examine any process I get this error: XML Parsing Error: not well-formed Location: http://localhost:8080/jbpm-console/sa/procdef.jsf?id=3 Line Number 92, Column 60: this is from proc

[jboss-user] [JBoss Portal] - Re: Deploying PHP application in JBoss Portal

2008-11-14 Thread PeterJ
Yes, you will get that warning even when you have everything you need to run PHP. There is one DLL missing (gpsvc.dll - it is never used) and a few entry points are missing from two other DLLs). But the C runtime DLL (msvcr80.dll) is critical! View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Portal] - Re: i want to disable page

2008-11-14 Thread PeterJ
Use the Admin portal to look at the security settings. The docs should tell you how. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189431#4189431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189431 _

[jboss-user] [Management, JMX/JBoss] - jmx-console not accecible

2008-11-14 Thread [EMAIL PROTECTED]
I´ve been using jboss-4.0.5.GA with jmx-console to manage MBeans and everthing was ok. Now I´ve just installed jboss-4.2.3.GA and when I want to access jmx-console with "http://localhost:8080/jmx-console"; I´ve got that the page is not available. Do I have to set something in this new version

[jboss-user] [JBoss jBPM] - [3.1.4] access to variables somewhat slow

2008-11-14 Thread Johan.Parent
Hi all, We use 3.1.4 in production for more than a year now. Overall we are satisfied. The bottlenecks appears to be access to variables instance, something we do plenty of when populating our jBPM driven SWING GUI. Add to that the fact that our app puts put a fair amount of values in the jBPM

[jboss-user] [EJB 3.0] - EJB in same class loader as Servlets

2008-11-14 Thread freejohn22
Dear all, I have found in the performance tuning section the advice in the subject. I wonder, how can I achieve that ? is it the default behaviour when I create an EAR with EJB and Servlets ? tahnks a lot john View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189

[jboss-user] [JBoss jBPM] - Re: [3.1.4] access to variables somewhat slow

2008-11-14 Thread salaboy21
Very good question... You can not cache the Task Variables because generally this kind of variables change a lot.. I don't know how your process is but I suppose that you can do that Let us know what kind of variables you persist in the taks... View the original post : http://www.jboss.com

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Need information for delaying war deployment due to depe

2008-11-14 Thread Wolfgang Knauf
Hi, is the EJB also developed by you? If yes, the easiest way is to place EJB-JAR and WAR file in an EAR. If not: take a look at this: http://docs.jboss.org/ejb3/app-server/tutorial/dependency/dependency.html Hope this helps Wolfgang View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Tools (users)] - Re: JBoss Studio: Hibernate Tools Issue

2008-11-14 Thread hkyogaguy
oops sorry.. i guessed i missed the viewlet link..my bad :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189448#4189448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189448 ___

[jboss-user] [JBoss jBPM] - Re: [3.1.4] access to variables somewhat slow

2008-11-14 Thread Johan.Parent
Hi salaboy21, The process is virtually a hello world process with a single task. The variables we store in the engine are mostly String values. So they are cache-able. The problem is that I don't see how to do that efficiently. It is the very nature of BPM to be long lived. So the values woul

[jboss-user] [JBoss Portal] - Re: Downloading a File from within a Portlet.

2008-11-14 Thread analyzediz
Thanks Chris, for responding to the post. I have looked at the spec and also tried to use the serveResource() method. The issue that I'm having is that changing the content type of the ResourceResponse object to the desired type (in this case a vCard with mime type of text/x-vcard), and streami

[jboss-user] [JCA/JBoss] - Re: Setting up XA datasource with oranxo driver and RAC

2008-11-14 Thread jplater
I did try setting properties. It didn't work, it resulted in host1 being set to 'host1name,port1=port1val,host2=host2name,port2=port2'. I looked at the jboss source code and determined that there wasn't a way to set host2 and port2 without creating a wrapper class. View the original post : h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to Upgrade Tomcat?

2008-11-14 Thread guessthis
Hi, I was wondering if anyone have figure this out?I'm trying to upgrade from tomcat 6.0.10 to tomcat 6.0.18 on Jboss. If someone could point me in the right direction, I would really appreciate it. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Microcontainer] - Re: Web Bean Discovery

2008-11-14 Thread [EMAIL PROTECTED]
Pete, you slightly mangled the quote from the spec by removing it from context :-) What its really saying is that the web bean manager needs to get given: * a list of all web-beans.xml files in the app classpath * a list of all classes in classpath archives with web-beans.xml files * a list of a

[jboss-user] [JCA/JBoss] - Using an Oracle DataSource

2008-11-14 Thread axacan
I am currently trying to set up an Oracle datasource to be used. I have configured the following in the file jboss-4.2.2.GA\server\default\conf\jboss-service.xml | | true | | I have also added the Oracle drivers to jboss-4.2.2.GA\server\default\lib When I try to use the followin

[jboss-user] [JBoss Portal] - where does prototype.js get added?

2008-11-14 Thread Shazzaam
Hi, I'm trying to find out where this gets loaded into the portal: I grepped all the files in the jboss portal with AS package, but it didn't find it. I would like to add a javascript file after this javscript file is loaded, doesn't appear I can do this anywhere in the layout customization o

[jboss-user] [JBoss Portal] - Re: where does prototype.js get added?

2008-11-14 Thread Shazzaam
sorry, forgot to add the code tags: Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189484#4189484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189484 ___ jboss-u

[jboss-user] [Microcontainer] - Re: how to re-configure class loader policy?

2008-11-14 Thread emmartins
Worked, thanks, this, and the one in the other thread, are good info that could be on MC wiki. Regarding the blacklisting feature, it's kind of confusing why it's not off by default, what is an example of an use case, where the lookup of a class that doesn't exist will benefict from this, won't

[jboss-user] [Microcontainer] - Re: how to re-configure class loader policy?

2008-11-14 Thread emmartins
"emmartins" wrote : | Another thing, lets say I have a domain and 2 class loaders (lets say CL1 and CL2), all with a policy defined as export-all="NON_EMPTY" import-all="true" blackList="false", a loadClass(String) of a class from CL1 in CL2 is failing, is this the expected behavior? Should i

[jboss-user] [EJB 3.0] - Re: jpa persistence deployment error

2008-11-14 Thread mpurdy1973
"jaikiran" wrote : anonymous wrote : @PersistenceContext(name="prj") | | This should be | | @PersistenceContext(unitName="prj") | thanx for the help; now i am getting another error deploying: (is there a hello world entity EJB3 example that i could look at? ) i am using jboss 5.0.0

[jboss-user] [JBoss Portal] - partial drag-n-drop on the page

2008-11-14 Thread jmaan
I wanted to partially implement drag-n-drop feature on a selected page in the dashboard as dashboard provides drag-n-drop feature for swapping windows on the page for all logged-in users. Eventually, i wanted to have a mandatory portlet in a particluar Window on the page whose position can not

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: RMI behind a firewall

2008-11-14 Thread vschrade
I found the details in my notes, it should be "obvious" it is a conflict with WINS services and WINS replication and it is both ports 1098 and 1099. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189517#4189517 Reply to the post : http://www.jboss.com/index.

[jboss-user] [Microcontainer] - Re: how to re-configure class loader policy?

2008-11-14 Thread alesj
"emmartins" wrote : Should instead the domain be always used for loading the class? I don't think you should be using domain, as that is impl specific. You should be asking yourself why is classloading failing. We have some info exposed, and there was a request from Scott, saying the impl should

[jboss-user] [JBoss jBPM] - Can't find class 'org.jbpm.identity.assignment.ExpressionAss

2008-11-14 Thread johnhurtchan
Why do I get this error when it transitions to task node, creates task instance, and tries to assign task? I already included the jbpm-jpdl.jar and jbpm-identity.jar in my webapp classpath. Why can't it find the class ExpressionAssignmentHandler? DEBUG GraphElement : event 'task-create' on 'Tas

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-11-14 Thread aalissa
thanks alot for this post i was searching the net for a way to use username token with jax-ws and it did not work for me. i did the same as you did but their was no usename token in the wsdl and what i did was : 1- creating the webservice: /** * */ package test; import javax.ejb.Stateless; i

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-11-14 Thread aalissa
sorry i was trying to reply for other post . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189525#4189525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189525 ___ jboss-user

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-11-14 Thread aalissa
"aalissa" wrote : sorry i was trying to reply for other post . i didn't notice that thier i another page so i was thinking that i am in differet post execuse me for this things :) since i could not find a way to delete it . can you please help. thanks again pramod_bs for this post. View the

[jboss-user] [JBoss Messaging] - how to get my message selector to work

2008-11-14 Thread ilangocal
Hi I have used a message selector in my MDB as follows: @ActivationConfigProperty(propertyName = "messageSelector", propertyValue = "sessionID='1234567') (all on one line) on the servlet client that sends the messages I have the following: ObjectMessage message = session.createObjectMessage();

[jboss-user] [JBoss jBPM] - Re: Can't find class 'org.jbpm.identity.assignment.Expressio

2008-11-14 Thread johnhurtchan
Additional info. I put the JBPM schema in an Oracle datasource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189530#4189530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189530 ___

  1   2   >