[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error while deploying code in production

2009-08-17 Thread dinesh agarwal
Hi The issue got resolved. I tried deleting localDB and restarting the server. It worked. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249844#4249844 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249844

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple domains on Apache, mod_jk, JBoss configuration

2009-08-17 Thread amarvyawhare
Any one to reply? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249854#4249854 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249854 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Maintaining properties between deployments of WAR file

2009-08-17 Thread jaikiran
http://www.jboss.org/index.html?module=bbop=viewtopict=154431#4227437 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249857#4249857 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249857

[jboss-user] [Clustering/JBoss] - Re: Enabling session replication does not work jboss 4.3 EAP

2009-08-17 Thread rks_86
Hi All, Still No Luck. Please help Am getting below exception while session is replicating: 13:06:07,825 ERROR [JBossCacheService] externalizeSession(): exception occurred externalizing session SessionBasedClusteredSession[id: A94CAB3F54302CF05A4BBB8C65B177DD.node2 lastAccessedTime:

[jboss-user] [JBossMQ] - Re: Stopping / starting queues... can't find invoker

2009-08-17 Thread bershath27
I'm confused. Don't get your question clearly. Irrespective of the attached consumers, you can stop any given destination. Are you trying to stop mdbs? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249862#4249862 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread CheBancaBPM
freak182 wrote : Hello, | | I change my expression to: | | | | | |decision name=Collateral expression='#{ collateral 0 }' | | transition to=fork1 name=true/transition | | transition to=NO_COLLATERAL name=false/transition | |

[jboss-user] [JBoss jBPM] - Re: Maintenance and Repair Tools

2009-08-17 Thread bestage
This is a very interesting discussion to follow. @michaelholtzmann: as I see you are using jBPM3.x.x here. I wonder if locking issues also take place with jbpm4. I hope not or to a smaller extent, since the db schema design has been improved considerably. How do you re-use the jBPM component

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread freak182
Hello, I also already try that one but no luck. :) Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249871#4249871 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249871

[jboss-user] [Clustering/JBoss] - Migration of singletons

2009-08-17 Thread xitee
Hi all, imagine such a scenario: - jboss on two nodes (node_one, node_two) - mySingleton's current masterNode is node_one do I understand it correctly that if I would like to manually migrate mySingleton from node_one onto node_two I can do it only via jmx-console by invoking stopSingleton()

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread kukeltje
what version are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249875#4249875 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249875 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Environment and context.xml

2009-08-17 Thread Mark.Eastman
In my tomcat deployed app I use the element in META-INF/context.xml to override the environment value in web.xml. This will be copied to the conf/engine-name/host-name/mywebappname.xml on the first deployment. The administrator can then amend the file to provide the real value he wants. In

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Environment and context.xml

2009-08-17 Thread Mark.Eastman
the context of the context.xml did not appear in the previous message, here it is again: Context | Environment name=TestVariable value=Defined Outside type=java.lang.String override=false/ | /Context View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassCastException due to Xerces conflict during app dep

2009-08-17 Thread jaikiran
I read about this, during the weekend, in the apache xerces project page. Turns out, this is a common issue with all application server and they have a FAQ for this specific issue which explains the details http://xerces.apache.org/xerces2-j/faq-general.html#faq-5. JBoss AS runs into this

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassCastException due to Xerces conflict during app dep

2009-08-17 Thread jaikiran
jaikiran wrote : | So i guess its the responsibility of JBoss XB to switch the classloader. | By the way, switching the classloader is only going to fix the classcastexception. Switching the classloader would mean that the xerces class will end up being used from what is shipped in JBoss

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread freak182
Hello, using v 3.2.x View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249891#4249891 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249891 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread kukeltje
Can you try with the latest 3.2.6SP1? Not that you should use that, I'm just curious if it works as it should with the latest 3.2 version (it does for me) Or try change the names of the transitions to not use 'true' and 'false' but e.g. 'to_fork1' and 'to_no_collateral' View the original

[jboss-user] [Microcontainer] - simple: bean name of ejb local in inject tag

2009-08-17 Thread jjfraney
0Sorry for the simple question. I think its too simple to show up on searches of this forum. I use the jndi name of an ejb for the bean attribute of the inject tag and am not successful. What am I not understanding correctly? Here is the log from AS when the ejb is deployed: | 2009-08-15

[jboss-user] [JBoss jBPM] - Problems with Taskforms: forms cannot be found / NullPointer

2009-08-17 Thread sebastian.s
Hello! I used the following process to play around with jBPM. Everything worked fine. Lately I added forms to the user tasks. At first just for the first task which is named request. I could login, open the task and I saw the form. Submitting also worked fine. Afterwards I loggged in as a

[jboss-user] [JBoss jBPM] - Re: timer in ear: nothing happens

2009-08-17 Thread parszab
kukeltje wrote : It's in the docs: http://docs.jboss.org/jbpm/v3.2/userguide/html_single/#d0e140 Thanks a lot! I missed that unfortunately! In my experiments, though I tried to set up the environment with EntityScheduler: | service name=scheduler

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

2009-08-17 Thread rnicholson10
I've been keeping an eye on the AS5 roadmap and I still have not seen a task for incorporating Messaging 1.4.4 into AS5. Any idea when this might happen? I'm waiting on some fixes addressed in this release of messaging specifically to do with JMS Bridges. We cannot move to production until we

[jboss-user] [JBoss jBPM] - Re: Problems with Taskforms: forms cannot be found / NullPoi

2009-08-17 Thread kukeltje
see the jira issue about the 'outcome' variable. Might be related. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249901#4249901 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249901

[jboss-user] [EJB 3.0] - Re: Many to Many realtionship question

2009-08-17 Thread Wolfgang Knauf
Hi, you basically need two steps to persist data: 1) create a correct in-memory state 2) persist it It seems that your original use case failed in step 1: the relation has to be defined correct in memory, so that both sides know each other. If step 1 has the correct outcome, step 2 should

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

2009-08-17 Thread gaohoward
Hi Ross, The next release for AS5 should be 1.4.5.GA, we will try to get it into AS5 as soon as possible. It relies on other thirdparty libs to be updated in AS5, especially remoting. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249913#4249913

[jboss-user] [JBoss jBPM] - Re: Problems with Taskforms: forms cannot be found / NullPoi

2009-08-17 Thread kukeltje
Hmmm... error seems totally unrelated: https://jira.jboss.org/jira/browse/JBPM-2452 The error is on line 149: | ListTransition transitions = | ((ExecutionImpl) processInstance).getActivity().getOutgoingTransitions(); | for(Transition t : transitions) | { |

[jboss-user] [JBoss jBPM] - Re: timer in ear: nothing happens

2009-08-17 Thread parszab
parszab wrote : | It seems to work: I get an exception (Transaction is not active: tx=TransactionImple ac) -- but the timers are created and run properly. | I beleive it is because the CMT transactions don't get propagated to the TimerEntity bean somehow when the timers are created. One

[jboss-user] [JBoss jBPM] - Re: jbpm4 user guide : small error in doc

2009-08-17 Thread npirard
one more point : in § 6.2.3.1. Decision conditions there should be an image with url http://docs.jboss.com/jbpm/v4.0/userguide/html_single/images/process.decision.png but there is nothing at this URL, so that the image does not show. I suppose the correct URL would be :

[jboss-user] [JNDI/Naming/Network] - socket connection timeouts, HTTP connections made by HttpCli

2009-08-17 Thread dashley
We have an application that does robotic web extraction, its built in a servlet web container, and all the HTTP extraction is done using HTTPClient 3.1 code. When deployed on resin 3.0, all is fine, has been stable for years. Now we are releasing a new version on Jboss 4.2.3, and we find that

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - socket connection timeouts, HTTP connections made by HttpCli

2009-08-17 Thread dashley
We have an application that does robotic web extraction, its built in a servlet web container, and all the HTTP extraction is done using HTTPClient 3.1 code. When deployed on resin 3.0, all is fine, has been stable for years. Now we are releasing a new version on Jboss 4.2.3, and we find that

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Application Scoped datasources

2009-08-17 Thread matanderson
Thanks henk53 - this is the sort of idea I was looking for. I'll see what I can figure out from this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249926#4249926 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249926

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - persistence unit can not bind to jndi

2009-08-17 Thread jbosswayne
Hi, I am working with JBoss 4.2.3, springframework 2.5, and Hibernate for my web app. I am trying to bind the persistence unit configured in the persistence.xml to jndi but to no avail. Could somebody shed some light on me about the right approach? Here is my configuration and stack trace. I

[jboss-user] [JBoss Portal] - Re: Defualt page problem

2009-08-17 Thread brandonv
You can drop your jboss portal database schema and then recreate it. When you restart the server, the tables will be recreated and you will have the default page. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249929#4249929 Reply to the post :

[jboss-user] [JBoss Messaging] - Grouping and ordering messages on queue

2009-08-17 Thread damian.sinczak
Hi, I didn't read whole JMS specification, so please don't shout if this question is stupid. Let’s say I have 9 messages that I want to send on queue. And those messages can belong to three different groups: red group, green group and blue group. RED_GROUP = [message1, message2, message3]

[jboss-user] [EJB 3.0] - MDB session multiplexing.

2009-08-17 Thread siddharth.bondre
Can some one explain how to configure number of JMS connections to the server? Is the server session multiplexing article (refer link below) relevant to MDBs as well? http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta1/html/connection-ttl.html

[jboss-user] [JBoss Messaging] - Re: Grouping and ordering messages on queue

2009-08-17 Thread ataylor
take a look at http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.4.GA/html/ordering-group.html for an explanation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249934#4249934 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Basic HTTP authentication for WSDL (using JAAS LoginModule)

2009-08-17 Thread TimStorms
Hi, I'm trying to use basic HTTP authentication for my WSDL. The user credentials should be validated by a (JAAS) LoginModule for Atlassian Crowd. Somehow the deployment of my EAR file fails. The following stacktrace shows up in my logs: | java.lang.NullPointerException | at

[jboss-user] [EJB 3.0] - persistence-context-ref always yields same object instance i

2009-08-17 Thread henk53
Hi, I'm experimenting a little with the different ways of programmatically obtaining an entity manager inside a servlet. I'm running Jboss 5.10 on Mac OS X 10.5.7 using JDK 6. I tried the approach of using a persistence-context-ref element in web.xml, basically as outlined here:

[jboss-user] [JBoss Messaging] - Re: Grouping and ordering messages on queue

2009-08-17 Thread damian.sinczak
Thanks, that is almost everything I need. But my another question is, can I create ordering groups dynamically? On the beginning I don't know how many (and what kind) groups there will be, in my case it should be runtime. Is it possible? View the original post :

[jboss-user] [JBoss jBPM] - Re: Maintenance and Repair Tools

2009-08-17 Thread michaelholtzman
bestage: anonymous wrote : How do you re-use the jBPM component in multiple applications? Are you distributing a jar and use a central jbpm db for the tables? This is what I am planning to do in one of my projects. But I was also thinking about the possible deadlock issues. Yes, this is the

[jboss-user] [JBoss Messaging] - Re: Grouping and ordering messages on queue

2009-08-17 Thread ataylor
thats correct, grouping is not part of the JMS specification. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249945#4249945 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249945

[jboss-user] [JBoss Messaging] - Re: Grouping and ordering messages on queue

2009-08-17 Thread gaohoward
Strick ordering is something not included in JMS spec 1.1, so that means each vendor are free to implement their own ordering features. you have to use vendor's specific implementation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249947#4249947 Reply to

[jboss-user] [JBoss Messaging] - Re: Grouping and ordering messages on queue

2009-08-17 Thread damian.sinczak
I answered this question by my self. But from what I have noticed this is JBoss specific functionality. I'm using JBoss of course, but I have to use non vendor specific elements in my application. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249940#4249940

[jboss-user] [JBoss Messaging] - Re: Grouping and ordering messages on queue

2009-08-17 Thread ataylor
I'm not sure i understand whatyou mean. an orderinggroup doesn't have to be created you just set it on the producer or via the connection factory. can you explain what you are trying to do? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249941#4249941 Reply

[jboss-user] [EJB/JBoss] - Accessing serialized timer objects

2009-08-17 Thread Renen
Hello, I hope that this is the right forum and apologise if it isn't. I would like to be able to produce a friendly list of timers. In other words, the list should reflect something along the following lines: * 15 Dec 2009, 3:52PM: Launch space rocket 12

[jboss-user] [JBossWS] - webservive form-like authentication

2009-08-17 Thread fejesjoco
I would like to create a JBossWS webservice with a very specific authentication scheme, it's like securing a webservice like a website with form authentication. We want a login(...) webmethod (or several of them). When a client calls it and the authentication succeeds, we store that information

[jboss-user] [JBossWS] - Re: webservive form-like authentication

2009-08-17 Thread fejesjoco
One more thing, the application server is running JBoss 4.2.3 and JBossWS 3.0.5, although if there's no other way, I might be able to convince management to upgrade. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249953#4249953 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problems with Taskforms: forms cannot be found / NullPoi

2009-08-17 Thread sebastian.s
Hello Ronald! I started over with a new process. One thing I observed is that I let my DecisionHandler return task names but instead the transition's name between the task and the next task was needed. So there might be some other mistakes like this. If I encounter the same problem again even

[jboss-user] [JBoss jBPM] - Re: [jBPM4] undeploying processes in jbpm-console

2009-08-17 Thread JimDwyer
What version of the jBPM 4 console are you running? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249958#4249958 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249958 ___

[jboss-user] [JBoss jBPM] - Re: Maintenance and Repair Tools

2009-08-17 Thread michaelholtzman
kukeltje: anonymous wrote : - Would be great if you could elaborate a little on the way creating the indexes impacted performance more than just the delete (thankfully it was not the coroner you had to call ;-)) (1) When we start up the jBPM java app, we load information about all the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: socket connection timeouts, HTTP connections made by Htt

2009-08-17 Thread dhanaraj
u can check with the port u listening on jboss jnpPort=1099 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249961#4249961 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249961 ___

[jboss-user] [JBossWS] - Re: webservive form-like authentication

2009-08-17 Thread fejesjoco
Alternatively, if I can't get JBoss to ask me who the currently logged in user is, can I explicitly tell it, like in a GenericSOAPHandler, xxx.yyy.setPrincipal()? Or where can I find information about a requests processing order? For example it would be good to know if session state is

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: socket connection timeouts, HTTP connections made by Htt

2009-08-17 Thread dashley
I thought JNDI naming was at port 1099, not related to outbound sockets called by the JVM? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249971#4249971 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249971

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassCastException due to Xerces conflict during app dep

2009-08-17 Thread rodos77
jaikiran wrote : So it really needs to be a question asked in the xerces-J forums whether there is any practical way to overriding the xercesImpl jars in a application server environment where multiple classloaders are involved. I really think the only way around this problem is by ensuring the

[jboss-user] [Microcontainer] - Re: simple: bean name of ejb local in inject tag

2009-08-17 Thread jaikiran
inspect bean=GooGooEngine/local/ | inspect? Or is that a typo for inject? EJBs are not deployed as Microcontainer Beans (MC beans). So they are not available for injection *in MC style*. However, Andrew recently has written a plugin where in you can inject EJB beans through annotations in

[jboss-user] [JBoss jBPM] - Passing objects through the workflow

2009-08-17 Thread mmusaji
Hi, I have an object which I need to pass through the workflow. The object implements Serializable and I can succesfully read the object from any class which implements ActivityBehaviour. I am struggling to understand how I go about re-serializing the object so the next call to a class

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: socket connection timeouts, HTTP connections made by Htt

2009-08-17 Thread dhanaraj
public InitialContext getInitialContext() throws NamingException { Hashtable environment = new Hashtable(); environment.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); //environment.put(Context.URL_PKG_PREFIXES,

[jboss-user] [JBoss Messaging] - MDBs running on Webshere listening to queue on JBM

2009-08-17 Thread vmeghraj
Hi, I want my MDB deployed on Webshere to listen to queue on JBM. What is required to achieve this functionality? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249987#4249987 Reply to the post :

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

2009-08-17 Thread rnicholson10
Howard, that great news, I'd be interested to see how the remoting update effects the bridges. I'm having a strange issue where I'm running out of heap space that seems to be related to Bridges (If there not running there's no leak). Our dev environment is undergoing a rebuild at the moment

[jboss-user] [Installation, Configuration DEPLOYMENT] - need to configure wildcard subdomains for a virtual host in

2009-08-17 Thread mkuehle
Hi, is there any chance to configure a virtual host in JBoss 5.1 to redirect any subdomain to one configured virtual host. Examples of the subdomains: sub1.domain.tld sub2.domain.tld sub3.domain.tld subn.domain.tld The goal is to read a subdomain as configuration element in a servlet filter and

[jboss-user] [JBossMQ] - Re: Stopping / starting queues... can't find invoker

2009-08-17 Thread rfidler1978
I'm trying to stop processing of messages... so let's say that I've sent 20 messages to queue A... it has an business error and has to 'stop' processing of the remaining 19 messages until the business issue is resolved. What I'm trying to do is keep the queue from executing the remaining 19

[jboss-user] [JBossMQ] - Re: Stopping / starting queues... can't find invoker

2009-08-17 Thread rfidler1978
Well it doesn't appear to be the fact that the MDBs are in a jar which is bundled inside a sar... deployment was exactly the same. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249996#4249996 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Maintenance and Repair Tools

2009-08-17 Thread kukeltje
Are 1,2 and 3 valid for all DBMS you use? Would be great if you could confirm that. And maybe also what the default locking mechanisms are on specific database. Surprises me that there is no slowdown btw. And I'm also curious what additional indexes you created that are not already on jBPM.

[jboss-user] [JBoss jBPM] - Re: [jBPM4] undeploying processes in jbpm-console

2009-08-17 Thread kukeltje
Jim, He already found it... look 2 posts back ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=425#425 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=425 ___

[jboss-user] [JBoss jBPM] - Re: Passing objects through the workflow

2009-08-17 Thread kukeltje
Process variables should exactly behave like this. So please give that a try or make a unit test that demonstrates what you want to do. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250001#4250001 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Application Scoped datasources

2009-08-17 Thread matanderson
I did what you suggested - and It still added the datasource on the global jndi tree. In this case, i put my test datasource in the META-INF directory. | jboss-app | module | serviceMETA-INF/datasource1-ds.xml/service | /module | /jboss-app | When the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: can multiple nodes use the same exploded war

2009-08-17 Thread sbali
Anyone has experience with this kind of deployment View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250004#4250004 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250004 ___

[jboss-user] [Microcontainer] - Re: simple: bean name of ejb local in inject tag

2009-08-17 Thread jjfraney
Thanks. yes, sorry, I meant to enter 'inject' not 'inspect'. Typo in the morning. I found Doing Two Models but on first read, I wasn't sure it applied to my question. Will re-read. In any case, it looks more complex than simply doing a jndi lookup explicitly from my mc pojo. Thanks

[jboss-user] [Clustering/JBoss] - HTTP Status 408 - The time allowed for the login process has

2009-08-17 Thread rajasundaram
HTTP Status 408 error thrown when we enter the user credential in the login screen which was idle 30 mins (Session timeout set time). We use JAAS security and jboss server 4.2.3 GA jboss portal 2.7.2. Anybody has any thought about the error will be great help. I see the similar posting in the

[jboss-user] [Security JAAS/JBoss] - DatabaseServerLoginModule failing after success?...confused

2009-08-17 Thread devj2ee
I am using jboss-5.0.0.GA. I have tried to use the DatabaseServerLoginModule. Please see the following configuration and audit.log. Everything seems to work until redirect back to original requested resource. I am at my wits end. Please... Any help would be much appreciated. I changed

[jboss-user] [EJB 3.0] - MDB Pool Settings

2009-08-17 Thread droberts18
I am using JBoss 4.3 and having problems controlling the pool settings. How can I control the MDB pool size? Can I use the JMX console verify the changes? Specifically the min and max instances in the pool? I have tried using the pool annotation and changing setting in the standardjboss.xml

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: java.net.BindException: Address already in use: JVM_Bind

2009-08-17 Thread DeveloperAaron
I ran netstat -ab on Windows XP and found that Firefox was using ports 1097, 1098, 1099, and 1100. I currently have firefox 3.0.9 and multiple development plug-ins. I stoped firefox and restarted my JBoss server and it worked! I then restarted firefox and changed to ports 3031, 3032, 3033, and

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

2009-08-17 Thread aapthorp
Hmm, having looked at the code and a few entries in this forum relating to visibility of parent process from the sub-process this appears to be a current limitation in 3.3 Before I raise a feature request, a question; is this also an issue in 4.0? View the original post :

[jboss-user] [Microcontainer] - Re: simple: bean name of ejb local in inject tag

2009-08-17 Thread alesj
There is a JndiKernelRegistryPlugin which can help you with and MC+Jndi simple integration. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250014#4250014 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250014

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

2009-08-17 Thread kukeltje
The parent process does not get set in 4.0 either, but there is a relation to the parent execution (the execution that started the subprocess). So I'm not sure events bubble up to the parent execution or not. Testing is the quickest you can do or wait until I get a response from the devs (have

[jboss-user] [JBoss Portal] - Re: Defualt page problem

2009-08-17 Thread pjputhenvila
Thanks for that, I thought nobody will answer for the questions by newbies. Philip View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250022#4250022 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250022

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

2009-08-17 Thread lesquivel
Hello, I am getting the following exception: ERROR [JBossWebRealm] Error during authenticate java.lang.IllegalStateException: Security Context has not been set at java.security.AccessController.doPrivileged(Native Method) I don't think I should post the entire exception here but if needed

[jboss-user] [Beginners Corner] - Re: prepare failed with exception XAException.XAER_RMFAIL??

2009-08-17 Thread kukeltje
@Richard, Thank you so much. I totally forgot to look in the DBMS (normally the DBA does those things). It helped me get one step further. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250027#4250027 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Generating DDL from annotated POJOs

2009-08-17 Thread max.ander...@jboss.com
I was sure I answered this issue already, but apparently that got lost somehow. You need to add the driver to the classpath of the project or console configuration in releases before JBT 3.1.x. After that (current nightly buiilds) we add the DTP connection classpath to the classpath

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: virtual directories in Jboss 5

2009-08-17 Thread chernandeznet
here's a solution for adding virtual directory: http://www.coderanch.com/t/436452/JBoss/JBoss-virtual-directory-jboss View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250030#4250030 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Migration of singletons

2009-08-17 Thread bstansbe...@jboss.com
Right; there's no mechanism to migrate. You can open a JIRA if you want to request that as a feature. Even better, implement it. :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250032#4250032 Reply to the post :

[jboss-user] [JBoss Tools (users)] - continuos redeployment of seam with birt

2009-08-17 Thread netdrag
Hello guys I currently try to add birt to a seam project. I added a birt facet to an existing seam ear project and redeployed it to the jboss server. it started normally, but a few seconds after complete deployment, the application undeploys and deploys again and so on, until the server runs

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Maintaining properties between deployments of WAR file

2009-08-17 Thread tmcdeploy
is it possible to have this properties file in the deploy directory rather than the conf directory? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250034#4250034 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250034

[jboss-user] [JBoss Messaging] - Receiving Messages from multiple nodes in a Cluster

2009-08-17 Thread mayankmit2002
My application is that, in which I've a session bean which is called by the client and an event is fired from that bean on a topic. My JMS remote client is listening to that topic and performs some operations on the type of event fired. The whole solution works fine if we have a single

[jboss-user] [JBoss Messaging] - Re: Receiving Messages from multiple nodes in a Cluster

2009-08-17 Thread mayankmit2002
For whole setup, Iam using Jboss AS 4.2.3GA with Jboss Messaging 1.4.2-SP1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250042#4250042 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250042

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Maintaining properties between deployments of WAR file

2009-08-17 Thread jaikiran
You can't place it in the deploy folder. If you want it to be in deploy folder, you will have to package it with your application. Why do you want it there? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250041#4250041 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Maintaining properties between deployments of WAR file

2009-08-17 Thread tmcdeploy
My sys admin is insistent that it should go there ... however when I do so I get the following error: 2009-08-18 13:57:52,096 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: --- Packages waiting for a deployer ---

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Maintaining properties between deployments of WAR file

2009-08-17 Thread jaikiran
tmcdeploy wrote : My sys admin is insistent that it should go there ... however when I do so I get the following error: | That's because the deploy directory does not allow any files which it doesn't recognize. What is the reason they give you for not allowing the files in the conf folder

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: can multiple nodes use the same exploded war

2009-08-17 Thread jaikiran
Which exact version of JBossAS? And when you say the number of files is large, do you mean the number of files in the WAR? And so you are worried that all these files will be copied to the tmp folder on individual nodes? And hence going for exploded deployment? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Application Scoped datasources

2009-08-17 Thread jaikiran
As Peter said, even if you package the datasource within your app, the datasource will finally be bound to a JNDI tree which can be accessible by other applications deployed on the same server instance. View the original post :

[jboss-user] [EJB 3.0] - Re: persistence-context-ref always yields same object instan

2009-08-17 Thread jaikiran
anonymous wrote : Whether I do the JNDI lookup multiple times right after each other in the same method, or test what the JNDI lookup returns in multiple simultaneous requests, the result is always an object instance with the same ID (e.g.

[jboss-user] [JBoss Messaging] - Re: Receiving Messages from multiple nodes in a Cluster

2009-08-17 Thread gaohoward
I think it's not a jbm issue, pleas take a look at the doc http://docs.jboss.org/jbossas/guides/clusteringguide/r2/en/html_single/#clustering-jndi-client View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250050#4250050 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss portal performance: (Portal)templatePortal.copy(da

2009-08-17 Thread vivek_saini07
This is a performance issue with JBP. This particular method gets called when dashboard gets created first time for user. If we have 20K users for JBP, 20k select queries gets fired every time a new dashboard gets created. So it appears complete show stopper. Even second level caching does