[jboss-user] [JBoss jBPM] - HistoryVariable create bug ?

2009-07-14 Thread clt.phoenix
In the source code of VariableCreate.java anonymous wrote : | | | HistoryTaskImpl historyTask = null; | | TaskImpl task = variable.getTask(); | | if (task!=null) { | | long taskDbid = task.getDbid(); | | historyTask = (HistoryTaskImpl) | |

[jboss-user] [Clustering/JBoss] - Re: Caching, hybernate and using enums => no go

2009-07-14 Thread ZeroTolerance
I have a solution for my problem. I replaced the switch statement in the Request class with an if() else statement. I am now able to deploy the application. Let this be a lesson for all: Do not use enum with javassist and switch statements together! Although if() else isn't beautiful programmi

[jboss-user] [JBoss jBPM] - Re: Variable missing in assignment handler

2009-07-14 Thread lpiccoli
i think i may have found the issue with why my sub process has now variable instances. it seems that the variables need to be 'explicit' copied into the new process definition. The following snippet now correctly sets the variable in the new sub process. | | | | " | |

[jboss-user] [JBoss jBPM] - jbpm4.0 history var (bug?)

2009-07-14 Thread clt.phoenix
I have wrote a demo command to set variables history enabled, but it seems that the variables was saved to jbpm4_hist_var, but the variable's value was doesn't saved. In the source code, I saw that the HistoryVariableImpl was created before setValue , and the HistoryVarialbeUpdate event was fi

[jboss-user] [JBoss jBPM] - How to get history variables and processInstanceId from Hist

2009-07-14 Thread rujimethut
I am very new in jBPM, Can anybody teach me how to get history variables and processInstanceId from the HistoryTask? In the implementation classes such as HistoryTaskImpl it contains fields of variableName and its value and the processInstanceId field, but it seems not provide any public api to

[jboss-user] [JBossWS] - Re: Abstract class as input Parameter in WebService

2009-07-14 Thread sandeep.athira
HI, I also have a similar problem with my webservice.. how did u solve the issue.. Thanks and Regards Sandeep View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243634#4243634 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

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

2009-07-14 Thread digitalsam007
Can anyone guide me with integrating jBPM 4 in Websphere App Server 6.1. Also, do you think jBPM 4 depends on the EJB 3.0 features to function correctly? I am a newbie in this field and would appreciate your kind support. Thanks & Regards Samraat View the original post : http://www.jboss.org/

[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-14 Thread somboss
Thanks for the reply. My application is deployed in tomcat6. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243631#4243631 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243631 __

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

2009-07-14 Thread samwan809
Hi, I have the following problem when I tried to establish a JNDI connectoin from a remote machine to the EJB3 JBOSS server thought JNDI. # ant test Buildfile: build.xml compile-test: [javac] Compiling 4 source files test: [junit] Testsuite: Client [junit] Tests run: 1, Failures: 0

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - mod_proxy: RichFaces/A4J CSS & JavaScript not loaded

2009-07-14 Thread jruffguru
I have a Facelets/Richfaces/Spring/Hibernate app that runs fine on Tomcat but when I mod_proxy Apache to TC, the webapp name is pre-pended to all the RichFaces and A4J CSS and Javascript. Hence, the RichFaces items are not loaded. I can see the prepended webapp name by viewing the HTML in FF/F

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-07-14 Thread dickson1888
Thanks Peter. We may get the wrong direction for LDAP authentication. First, I think our LDAP server is a flat ldap structure and thus I only use "LdapLoginModule" to test. In your config, you use "LdapExtLoginModule". I still try to use different parameter for "role checking" config in "LdapL

[jboss-user] [EJB 3.0] - Re: Calling stopDelivery causes a

2009-07-14 Thread philipdodds
Its been a while :) but I finally got a little time to dig into this one a little more, in the end the bit that seems to bite me is the MessageInflowLocalProxy, when requesting the stopDelivery - messages are continuing to pass through the MDB. The flow of the requests to stop finally make it

[jboss-user] [JBoss Messaging] - Re: Messaging 1.4.0 SP3 with JBoss AS 4.2.3

2009-07-14 Thread gaohoward
Please give exact version of JBM. also the full stack trace may help better understanding your issue. Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243624#4243624 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Portal] - Re: windowState not set on ActionRequest

2009-07-14 Thread apemberton
I think JSR168/286 define that the WindowState change won't be propagated until the subsequent RenderRequest (after your ActionRequest). >From JSR286: anonymous wrote : The setWindowState method allows a portlet to change its current window state. The new window state will be effective in the f

[jboss-user] [JBoss jBPM] - Re: Variable missing in assignment handler

2009-07-14 Thread lpiccoli
Further testing reveals that there are NO variables at all available in the Assignment handler. I am using Jbpm3.2.6 | | public void assign(Assignable assignable, ExecutionContext executionContext) { | | Map tokenVariableMaps = executionContext.getConte

[jboss-user] [JBoss jBPM] - Re: STDERR in JBoss startup with jBPM 4.0

2009-07-14 Thread showmanlkz
anonymous wrote : The errors are no errors but info Yes, I noticed that as well, the prefix ERROR [STDERR] plus I followed the incorrect console URL so couldn't get into gwt made me feel there are something wrong... I wonder why ERROR [STDERR] is in there if it's meant to be normal INFO. anony

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

2009-07-14 Thread clebert.suco...@jboss.com
"timfox" wrote : "clebert.suco...@jboss.com" wrote : Take a look at jms-ds.xml | | | | | | The JNDI is java:/XAConnectionFactory. | | | | (You need to use the local JNDI for that... just do new InitialContext(). As you may known java:/ means local VM). | | | | |

[jboss-user] [JBoss Messaging] - Re: Messaging 1.4.0 SP3 with JBoss AS 4.2.3

2009-07-14 Thread sahanal
facing exactly the same problem. we are using JBoss 4.2.3 GA with JBM 1.4. Do any one have solution for this? Assuming this could be because of network issue, we changed the JBoss server bind address to loop back address, but still got the same error, showing, 2009-07-14 17:57:51,925 DEBUG [or

[jboss-user] [JBoss Tools (users)] - Hot deployment woks incorrectly with JBossAS Tools / JBIDE-4

2009-07-14 Thread sanches
Rob, Sorry that I am posting that in forum, but I could not edit the issue by some reason. It always tells me either that issue is closed or issue is null. -- I've got your idea about deployment descriptor and will use fake one to ensure redeployment. I haven't checked out JBoss 5.1 yet, so co

[jboss-user] [JBoss jBPM] - Re: node_enter event trouble

2009-07-14 Thread kukeltje
Yep I know why this is You could have to fairly easily if you would have typed the for words "jbpm node enter event" in e.g. google: http://www.google.nl/search?q=jbpm+node+enter+event It should be a 'dash' instead of an underscore View the original post : http://www.jboss.org/index.html?m

[jboss-user] [JBoss jBPM] - node_enter event trouble

2009-07-14 Thread jbpm_user369
Hi all, I have the following in my process definition: | | | | | However, when the node_enter event is triggered MyActionHandler is never invoked. Does anyone know why this is? Thanks in advance View the original post : http://www.jboss.org/i

[jboss-user] [JBoss jBPM] - Re: STDERR in JBoss startup with jBPM 4.0

2009-07-14 Thread kukeltje
"jeff.yuchang" wrote : The console url is: http://localhost:8080/jbpm-console, thats why you got 404. | | seems we forgot to update the user guide on this one, could you file a jira for this? | | Thanks | Jeff LOL I used the "gwt-console" for a several weeks, so did not notice th

[jboss-user] [JBossWS] - Re: @XmlSeeAlso usage

2009-07-14 Thread cracru
I just tested, and it works with: JBoss 4.2.3.GA + JBossWS 3.1.1.GA Metro. So I guess the question really is: Is it supposed to work in 3.1.1.GA Native? Thanks, Craig. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243594#4243594 Reply to the post : http://

[jboss-user] [JBossWS] - @XmlSeeAlso usage

2009-07-14 Thread cracru
Should I expect @XmlSeeAlso to work on an SLSB/WS SEImpl? | @Stateless | @WebService() | @XmlSeeAlso({Wakeboard.class, WakeboardBinding.class, Tower.class}) | public class WakeRider | { |... | } | I am having no luck in getting the additional classes added to the gene

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1: ${} deployment notation - Newbie information re

2009-07-14 Thread PeterJ
The general syntax is: ${[:]} As far as I know, it applies to all configuration files. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243589#4243589 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243589 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBAS5.1: ${} deployment notation - Newbie information re

2009-07-14 Thread PeterJ
The jboss.jgroups.udp_async.mcast_port is a system property, you can set it on the command line: run -Djboss.jgroups.udp_async.mcast_port=12345 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243588#4243588 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [JBoss Messaging] - Re: Circular cache TimeToLive for Duplicated Message detecti

2009-07-14 Thread adridi
Andy, In my use case, I would like to detect duplicated user messages within user session time _window, meaning: 1. Client AB sends an asynchrone message about user AB to my application that willpersisted it to queue 2. If my application fails to ACK back in 15 seconds then the same me

[jboss-user] [Clustering/JBoss] - Re: Caching, hybernate and using enums => no go

2009-07-14 Thread ZeroTolerance
Well, This is exactly the problem. The object needs to be a entity hence the @entity annotation AND it needs to be in JBoss Cache. Don't ask why. It needs to be. In the meantime I figured out that the problem has to do with javassist. Something is going wrong there. View the original post : ht

[jboss-user] [JBoss jBPM] - Re: STDERR in JBoss startup with jBPM 4.0

2009-07-14 Thread jeff.yuchang
The console url is: http://localhost:8080/jbpm-console, thats why you got 404. seems we forgot to update the user guide on this one, could you file a jira for this? Thanks Jeff View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243580#4243580 Reply to the post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBAS5.1: ${} deployment notation - Newbie information reques

2009-07-14 Thread simon_temple
Can anyone point me at information on the ${} notation used throught the JBAS5.1 deployment configuration files? Example: jgroups-channelfactory-stacks.xml mcast_port="${jboss.jgroups.udp_async.mcast_port:45689}" So where do I specify a value for jboss.jgroups.udp_async.mcast_port

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-07-14 Thread niuxuetao_fiserv
We use about 10-20 nodes (i.e. 10-20 different FQNs) and each node keeps up to 1000,000 keys in the map, so each node/FQN also keeps up to 1000,000 instances of A. For A1, I am calling attach() and detach() only once respectively. View the original post : http://www.jboss.org/index.html?modul

[jboss-user] [Clustering/JBoss] - Re: Caching, hybernate and using enums => no go

2009-07-14 Thread galder.zamarr...@jboss.com
If you want an Entity to be cached, I'd suggest you avoid @Replicable and instead configure it with @Cache annotation (see Hibernate/JPA annotations) so that the entity is added to the 2nd level cache. The 2nd level cache use case has been more road tested than what you're trying to do. See ht

[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-14 Thread galder.zamarr...@jboss.com
Even if running standalone, you can get hold of that interface programmatically following steps in http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.1.0.GA/userguide_en/html_single/index.html#jmx.registration Remember that from JDK5 onwards, you can get hold of an MBean

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

2009-07-14 Thread kukeltje
try 'open with'... can be that names are not fully related to the editor View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243571#4243571 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243571 __

[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-14 Thread galder.zamarr...@jboss.com
You can such information via CacheJmxWrapperMBean. See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=156458&postdays=0&postorder=asc&start=10 for more information on how you can get hold of that interface. Are you running within an application server or standalone? View the original

[jboss-user] [JBoss Cache: Core Edition] - Re: Announcing JBoss Cachee 3.1.0 - final release now availa

2009-07-14 Thread galder.zamarr...@jboss.com
Yeah, PojoCache 3.0.0.GA works with JBoss Cache 3.1.0.GA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243567#4243567 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243567 _

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-07-14 Thread galder.zamarr...@jboss.com
How many A objects do you expect to have in the system? Are all A objects stored under the same FQN? Also, of those A objects, take for example instance A1. Are you calling multiple attach/detach for the same A1 instance? Or for each A instance, i.e. A1, there's only one attach and one detach?

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-14 Thread galder.zamarr...@jboss.com
"niuxuetao_fiserv" wrote : Btw, can I use the GenericTransactionManagerLookup in Websphere6.1? It should do. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243564#4243564 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss exiting with java.lang.OutOfMemoryError

2009-07-14 Thread PeterJ
Have you monitored the memory usage? And the free memory available on the system? Also, is this running in a VM or a physical machine? The growableArray.cpp is often used to increase the ehap or permgen size. You might try setting -Xmx and -Xms to the same value, ditto for -XX:PermSize and -XX

[jboss-user] [JBoss Messaging] - Re: Application Client can't find version.properties

2009-07-14 Thread guntherv
Tim While creating and executing the test client from the command line everything worked fine. After pointing the Eclipse Run configuration to the same JDK used in CLI mode it also worked in eclipse. In Eclipse I was using IBM JDK 1.5. thank you all for your efforts. View the original post :

[jboss-user] [EJB 3.0] - Client socket time out: InvokerLocator properties ignored?

2009-07-14 Thread rubinelli
Hi, I have a standalone client connecting to an EJB3 session bean in a JBoss 4.0.4 GA AS. Since one of the operations takes a long time ( >40 min) to finish, I see a socket timeout exception on the client side. Trying to increase this timeout, first I edited the InvokerLocator's URI in ejb3.dep

[jboss-user] [JBoss Messaging] - Re: Application Client can't find version.properties

2009-07-14 Thread timfox
Gunther- Can you create a self contained program which replicates this issue, file a JIRA and attach it? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243546#4243546 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBossWS] - Re: Streamlined tutorial on JBossWS w/ policies (WS-RM)?

2009-07-14 Thread Oberiko
Finally got it. I wrote up a fairly detailed explanation how on Google Knol if it's of use to anyone. http://knol.google.com/k/neil-mcfarlane/creating-your-first-web-services-in-java/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243545#4243545 Reply to th

[jboss-user] [JBoss jBPM] - Re: STDERR in JBoss startup with jBPM 4.0

2009-07-14 Thread kukeltje
The errors are no errors but info (look carefully and search the web) Well, just a 404 is very little info for us to help you with. Kind of saying: "my car does not drive when I press the pedal, what is wrong?" Answers like: did you start it? are valid then, Just like "is handbreak off" or whate

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

2009-07-14 Thread lm017013
If i look in Eclipse what is already installed i get: - All jBPM 4 Tools Features - Common tools for jBPM 3 and jBPM 4 - Common tools for jBPM 3 and jBPM 4 Sources - Flow Language Common Tools Sources - Flow Languates Common Tools - jBPM 4 Graphical Editor and Tools - jBPM 4 Graphical Editor

[jboss-user] [JBoss Messaging] - Re: Application Client can't find version.properties

2009-07-14 Thread guntherv
Andy, That was the first thing I tried after I read the Jira entry. jbm-core.jar is at top of Eclipse project classpath. Unfortunately the issue remains. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243542#4243542 Reply to the post : http://www.jboss.or

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss exiting with java.lang.OutOfMemoryError

2009-07-14 Thread kc7bfi
I am running JBoss as a Windows service using jbossvc.exe. However, it runs for a while and terminates with the following JVM dump. Any thoughts? # # An unexpected error has been detected by Java Runtime Environment: # # java.lang.OutOfMemoryError: requested 2621440 bytes for GrET in C:\BUILD_AR

[jboss-user] [JBoss jBPM] - Re: jBPM Task Forms Example Not Working

2009-07-14 Thread efabbri
Thank you very much. Emanuele Fabbri View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243534#4243534 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243534 ___ jboss-user mailing

[jboss-user] [Clustering/JBoss] - Re: Farm deployment errors with large WAR files

2009-07-14 Thread akarl16
Done. I included 20 minutes of logging from both the master and child nodes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243536#4243536 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243536 _

[jboss-user] [JBoss jBPM] - Re: jBPM Task Forms Example Not Working

2009-07-14 Thread vdurbha
Filed a jira issue today. Here's the link to it. https://jira.jboss.org/jira/browse/JBPM-2423 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243533#4243533 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243533

[jboss-user] [JBoss jBPM] - STDERR in JBoss startup with jBPM 4.0

2009-07-14 Thread showmanlkz
Hi all, I am new to jBPM, just tried to installed jBPM 4.0, after the installation, I started JBoss 5, it output lots of ERROR: | 22:35:13,234 ERROR [STDERR] 63 [main] WARN org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap - The use of javax.ws.rs.core.Applica | tion is deprecat

[jboss-user] [JBoss Messaging] - Re: Application Client can't find version.properties

2009-07-14 Thread ataylor
can you make sure that the jbm-core.jar is the first thing in your classpath View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243525#4243525 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243525 __

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Writing Comet Programming in Jboss 5

2009-07-14 Thread vijayravi_srn
Hi, Can any one have a sample program for Comet in Jboss 5 ? I tried implementing org.jboss.servlet.http.HttpEventServlet . It is working . but after some time i am getting OutOfMemoryError. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243524#4

[jboss-user] [JBoss Portal] - windowState not set on ActionRequest

2009-07-14 Thread hilmer
Hi I am creating a PortletUrl using this piece of code in my doView method | PortletURL portlet_url = resp.createActionURL(); | portlet_url.setWindowState(WindowState.MINIMIZED); | portlet_url.setPortletMode(PortletMode.VIEW); | The resulting url is then used as

[jboss-user] [JBoss Messaging] - Re: Application Client can't find version.properties

2009-07-14 Thread guntherv
Apparently this is already logged at JIRA: https://jira.jboss.org/jira/browse/JBMESSAGING-1616 Is there a workaround for this issue? Thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243509#4243509 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [JBoss Messaging] - Application Client can't find version.properties

2009-07-14 Thread guntherv
When I run a Java Application I get a java.lang.RuntimeException when I request a connection instance on the factory. Exception in thread "main" java.lang.RuntimeException: version.properties is not available | at org.jboss.messaging.utils.VersionLoader.getVersion(VersionLoader.java:65)

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

2009-07-14 Thread Andy00
I fixed my problem, I upgraded eclipse to 3.5 and JBoss Tools 3.1 and now it's all ok. It remains the issue of how to "hot run" the app without export every time a war. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243507#4243507 Reply to the post : http:

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

2009-07-14 Thread kukeltje
Then something did not go right. I did this the day before the release and it worked for me. Can you see check in eclipse if the plugin is really active? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243500#4243500 Reply to the post : http://www.jboss.org/i

[jboss-user] [JBoss jBPM] - Re: Variable missing in assignment handler

2009-07-14 Thread kukeltje
I'll have a look later today, but one compliment in advance. It looks like a unittest that can be run with just a copy/paste (ok, a quickfix for the imports). Everything IN it... great... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243499#4243499 Reply to

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

2009-07-14 Thread lm017013
Hi, i installed jBPM 4 by doing the steps from demo.setup from the jBPM User Guide. Installing jBoss, Eclipse and setting the Database Entries (users, groups etc.) was ok. After the installation I shoud go to the jBPM Console ---> Doesn't work. (Ressource not found, http://localhost:8080/jbpm-c

[jboss-user] [Clustering/JBoss] - Re: ORA-12519 on jboss-4.2.3.GA cluster

2009-07-14 Thread sjunejo
Hi, Could it possible to have document which you have followed to even create a cluster using jBoss 4.2.3GA. I didn't find any guid where to even start. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243483#4243483 Reply to the post : http://www.j

[jboss-user] [EJB 3.0] - Re: TimerService.createTimer() in @Service POJO, 4.2.3 vs 5

2009-07-14 Thread jaikiran
https://jira.jboss.org/jira/browse/EJBTHREE-1701 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243480#4243480 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243480 ___ jboss-

[jboss-user] [EJB/JBoss] - Jboss Cache in cluster

2009-07-14 Thread mayankmit2002
Hello All, I'am using Jboss Cache 1.4.1 SP9 with Jboss 4.2.3 and JDK 6.0 U 11, to replicate some of my date over different nodes in the cluster. now the problem is that,if any node comes back in the cluster, all other of my nodes looses their data. I just go through the Wiki and clustering gu

[jboss-user] [JBoss jBPM] - Variable missing in assignment handler

2009-07-14 Thread lpiccoli
hi all, my swimlane assignment handler is unable to retrieve variables that have been previous set in both root token and local token. the test involves a forkhandler, sub process and swimlane assignment handler. When inside the SwimlaneAssignmentHandler getVariable() returns null which is not

[jboss-user] [JBoss Portal] - Re: Login information cached? Interceptor?

2009-07-14 Thread AntonKronseder
Thanks a lot for your help. That was exactly what I was looking for. Best regards, Anton View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243474#4243474 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243474 ___

[jboss-user] [JBoss Messaging] - Re: JBoss 5.1.0GA with JBM2.0.0. b3

2009-07-14 Thread ataylor
"guntherv" wrote : Tx, Andy | | Do you customize the default-with-jbm2/deploy/messaging.sar/jbm-jms.xml file or can you just a well drop-in your own jbm-jms.xml file in the deploy folder or a subfolder? Is the filename fixed or can you choose your own name? what ever is easiest for you, the

[jboss-user] [JBoss Messaging] - Re: JBoss 5.1.0GA with JBM2.0.0. b3

2009-07-14 Thread guntherv
Tx, Andy Do you customize the default-with-jbm2/deploy/messaging.sar/jbm-jms.xml file or can you just a well drop-in your own jbm-jms.xml file in the deploy folder or a subfolder? Is the filename fixed or can you choose your own name? View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [JBoss Messaging] - Re: Any recommendation how to use JBM2 Producers Pool?

2009-07-14 Thread timfox
If you're servlets are running in the same AS instance as the broker and it's JBoss AS then you can just use the JMS JCA adapter to pool connections. If it's not JBoss then you can share a ConnectionFactory (or ClientSessionFactory) instance between servlets - this will provide its own pooling

[jboss-user] [JBoss Messaging] - Re: JBoss 5.1.0GA with JBM2.0.0. b3

2009-07-14 Thread ataylor
have a look at http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta3/html_single/index.html#predefined.queues View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243455#4243455 Reply to the post : http://www.jboss.o

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

2009-07-14 Thread Wolfgang Knauf
Hi, please post the relevant snippet of "web.xml". And maybe you should follow the error message and add the "mapped-name" element in "resource-ref" ;-). Hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243453#4243453 Reply to the p

[jboss-user] [JBoss Messaging] - Re: JBoss 5.1.0GA with JBM2.0.0. b3

2009-07-14 Thread guntherv
First, thank you for your quick replies. I ran the JBM JEE samples which integrate with JBoss and they all run fine. So that is good news. Next I tried to find the testQueue of the MDB sample using the JMX console as pointed out by ataylor, but I fail to find the MBean. Also I still don't un

[jboss-user] [JBoss Messaging] - Re: Circular cache TimeToLive for Duplicated Message detecti

2009-07-14 Thread ataylor
I'm not sure why you would want to do thi, could you explain your use case. also see http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta3/html_single/index.html#duplicate-detection View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [JBoss Messaging] - Re: Any recommendation how to use JBM2 Producers Pool?

2009-07-14 Thread ataylor
you are correct that (1) should be avoided. regarding (2), When you are using 1 connection per producer are you creating a new session per producer. JBM2 will share connections between sessions created by the same connection factory, see http://labs.jboss.com/file-access/default/members/jbossme

[jboss-user] portal and apache? style.css not found?

2009-07-14 Thread Nedim Ozan Tekin
Hı all, I configured my httpd.conf as follows: The apache balances the load.. The portal home page comes, however, some images and colours cannot be seen.. When I examined the access_log , I see such errors... 10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET /portal-core/themes/renewal/portal_sty

[jboss-user] [EJB 3.0] - Re: EJBTimer Calling EJB issue ClassNotFoundException No Cla

2009-07-14 Thread jaikiran
How are you packaging the application(s)? Are the EJBs and the com.thesearchagency.service.kat.util.ServiceLocator part of the same application(jar)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243432#4243432 Reply to the post : http://www.jboss.org/inde

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

2009-07-14 Thread GFEMajor
Hi, i have a Problem with security on standalone Tomcat and JBoss. But first, what I try to do: I have a Google Web Toolkit (GWT) Application. The servercomponent of this GWT app is a servlet. This GWT app is running on an standalone tomcat. >From this servlet, I try to access a stateless sessio