[jboss-user] [JBoss Portal Users] - Facing issue whn tring to upgrade to Porlet-Bridge 2.0 jar

2009-10-13 Thread kulasekara
Hi, I've tried to sort the datatable column using sortBy attribute.But in the integrated multiple portlet environment it's causing some Ajax Script issue. Some where in the forum discussion it's mentioned that this Ajax request will go into the application as HTTPServeltRequest instead of Portle

[jboss-user] [JBoss Web Services Users] - Re: [METRO] com.sun.xml.ws.api.pipe.TubelineAssemblerFactory

2009-10-13 Thread jkoops
Hello Richard, thanks for your reply. We have a custom transport implementation just on the client side, when JBoss calls a backend system. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260001#4260001 Reply to the post : http://www.jboss.org/index.html?m

[jboss-user] [Installation, Configuration & Deployment] - which linux distribution to choose for running JBoss in prod

2009-10-13 Thread ergho
Hi, I know this is partly a religious question but nevertheless I want to learn more about others experiences in this field. We're looking for a linux distribution to run our JBoss based solution on. How is the support for - installation, - integration in the distribution, - support, - tools

[jboss-user] [JBoss Web Services Users] - Re: [METRO] com.sun.xml.ws.api.pipe.TubelineAssemblerFactory

2009-10-13 Thread richard.opa...@jboss.com
Then you should face no problems IMHO. You just need to put your classes on the classpath and enable your implementation how is it specified in JAX-WS RI documentation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260002#4260002 Reply to the post : http://

[jboss-user] [jBPM Users] - Re: Process archive classes:ClassNotFoundException

2009-10-13 Thread jbosspnet
But the EJB is already deployed into JBoss (in an ear) and so the EJB is already visible by clients (like NodeHandler class) with MANAGER_HOME_JNDI jndi name (I find it in the jmx-console). Why the process class loader finds NodeHandler class but not the ManagerHome class? Regards. View t

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-13 Thread praenti
Hi, What I have to if I want to use the WebAuthentication further? Do I have to change the complete login to Web based authentication? I've seen I need then j_security_check, but I always get then that this resource is not available from tomcat. For now I tried to use the WebAuthetication but

[jboss-user] [Security] - Re: @RunAs in JBoss 5 - Caller unauthorized in second call

2009-10-13 Thread praenti
Seeing same behaviour in an implementation. Looks like a bug in JBoss5, bacause I cannot see the idea behind this behaviour. Can anyone do a bug report? Regards, Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260013#4260013 Reply to the post : http:

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-13 Thread praenti
Ok, back to the LoginFacade. I did some more testing and tried to use the code in a JDK5 and JBoss 4.2.3 environment. There I get also an access exception on the EJB3 bean. After putting some log.info statements into my JAAS login module I git following output: | 11:34:59,091 INFO [SpiiderLo

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-13 Thread Wolfgang Knauf
Hi Michael, I hope that I am not too annoying by insisting on the use of "WebAuthentication", but I still think that your use case should basically work with it. I am not sure whether the problems result from usage of it in the Struts2 action or whether they are a matter of some other error. F

[jboss-user] [JBoss Messaging Users] - Re: JBM 1.4.4 on JBoss 4.2.2 - remoting problem

2009-10-13 Thread vikramsaxena
Hello I am facing the same problem even after using the jboss-remoting.jar version 4.2.3. Also, if I am using the older version of jboss-messaging.jar i.e. 1.4.0 in my client side and the 1.4.4 version in my server side, I am not getting the JMS exception but still the messages are not proces

[jboss-user] [JBoss Messaging Users] - Re: Performance problem - UIL2 vs. JBoss Remoting?

2009-10-13 Thread luuzz
Thanks for your answer, When we switch to messaging mode, the connection to the web application is very slow as if apache has too much connections opened. For instance, it can take many attempts to display the connection mage. It has the same behaviour as when apache is under load. It seems to b

[jboss-user] [JBoss Portal Users] - Re: Portlet Instance creation problem, when new portlet is d

2009-10-13 Thread LeoLo
"vijay2p" wrote : | Please let me know if anyone has faced the same problem and got any solution for the same Hi Vijay, there's already a JIRA-ticket regarding this issue https://jira.jboss.org/jira/browse/JBPORTAL-1894. A workaround could be to delete the instance first via portal admin ui

[jboss-user] [Security] - JSR-196: how to use it in JBoss 5.1.0.GA?

2009-10-13 Thread guofeng
JBoss 5.1.0.GA has the support for JSR-196 (Java Authentication SPI for Containers). Where can I find the tutorial or samples that introduce how to use it in JBoss 5.1.0.GA? This is because I need a custom authenticator plugged in Tomcat. I do not know how to configure my authenticator in 5.1.

[jboss-user] [jBPM Users] - Constructor argument in bean

2009-10-13 Thread faisalgeek
Hi, how to give the path from classpath in "" for jbpm.cfg.xml Thanks in advance. I am using Joram Barrez jbpm4 integration with spring. at http://www.jorambarrez.be/blog/2009/04/17/integrating-jbpm3-with-spring-part1/ View the original post : http://www.jboss.org/index.html?module

[jboss-user] [jBPM Users] - JBPM 4 Persistent Variable

2009-10-13 Thread czujnik
I've tried to implement in my jBPM project implement process variable which will be stored in separated Table mapped by Hibernate entity. Entity works find when I'm trying to store it outside the jBPM (only by savbing it usinf Hibernate). When I create entity and I'm trying to set it as Variabl

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-13 Thread praenti
Hmm. Change that. But which policy does the WebAuthentication use? I've changed that but my JAAS SpiiderLoginModule is not executed anymore :-/. I think that is a configuration problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260063#4260063 Reply to

[jboss-user] [jBPM Users] - Re: xpdl to jpdl

2009-10-13 Thread noicangi
Sebastian, thats not the plugin, the one i'm asking for is for importing from xpdl from a model por example made on bizagi or intalio to xpdl or jbpm3. thats the idea. One Other thing is how can i connect jbpm with seam pageflow...i create a task on jbpm with a form, and add a seam pageflow to

[jboss-user] [jBPM Users] - Re: xpdl to jpdl

2009-10-13 Thread sebastian.s
I got the idea. I might have mixed things up. I took a look again and there was nothing about jPDL. It was already several weeks ago. Regarding your second problem I'd consider starting a new thread with some more information on your problem. It's better style and maybe there are even people no

[jboss-user] [JBoss Messaging Users] - IllegalStateException: Cannot find counter with name

2009-10-13 Thread roelof
hi all, we are running JBoss Messaging 1.4.4 with JBoss 4.2.3. all topics/queues are clustered. when connecting durable subscribers in the cluster, user1 to node 1 and user2 to node 2, we receive the 'IllegalStateException: Cannot find counter with name' exception when trying to view the messa

[jboss-user] [Performance Tuning] - Memory monitoring in JBoss

2009-10-13 Thread libbysharf
Hello, How can I programitacally monitor the memory my application is using? Does JBoss provide a tool to do that? I want to log a warning if the memory is in critical state. Thanks, Libby View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260090#4260090 Reply t

[jboss-user] [jBPM Users] - org.hibernate.MappingException: Named query not known: findP

2009-10-13 Thread homes
=== Environment == - jBPM Version : 4.1 - JBOSS Version: 5.0.0.GA - Database : Oracle 11g - JDK : java version "1.6.0_12" - Configuration : original jbpm.cfg.xml - Libraries : no additional libs === API === public static void main

[jboss-user] [JBoss Messaging Users] - Re: IllegalStateException: Cannot find counter with name

2009-10-13 Thread gaohoward
Hi, Do you have the stack trace of the exception? If you have can you post here? Thanks. Howard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260093#4260093 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260093 ___

[jboss-user] [JBoss Messaging Users] - Re: NoClassDefFound Exception connecting to JBM 1.4.0

2009-10-13 Thread wkzk
Hi. I got the same exception, and I understand what is going on. Let me make sure that I have no choice with older log4j version even now. No work around? Thanks in advance. Shige View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260094#4260094 Reply to the

[jboss-user] [JBoss Messaging Users] - Message expiration on JBM 1.4.{4, 5}

2009-10-13 Thread roelof
hi everyone, the following test were performed on a clustered setup of JBoss/JBM: 1. the ExpiryQueue is clustered 2. All messages are submitted to a clustered topic 3. Messages expire after 10s. 4. Two durable subscribers subscribe for the messages. 5. Subscriber1 is connected to node1 6. Subscri

[jboss-user] [JBoss Messaging Users] - Re: IllegalStateException: Cannot find counter with name

2009-10-13 Thread roelof
hi howard, thanx for the quick response. here follows the stacktrace: 2009-10-13 15:02:15,155 ERROR [org.jboss.messaging.util.ExceptionUtil] [http-127.0.0.1-8080-3] Topic[/topic/SMS] listMessagesNonDurableSub | java.lang.IllegalStateException: Cannot find counter with name Subscription.superu

[jboss-user] [EJB 3.0 Users] - [EJB 3.0 & JSF 1.2] Injection failed on managed bean.

2009-10-13 Thread longbeach
Hi, I am using jboss-5.0.0.CR1 EJB 3.0 JSF 1.2 I am trying to inject a stateful session bean inside a managed bean (JSF). Basically, I am doing the classic code similar to the one used in this JIRA issue : https://jira.jboss.org/jira/browse/JBPAPP-192 Does injection work with this version of

[jboss-user] [JBoss Cache Users] - Re: Serialization problem using JDBC cache loader and MySQL

2009-10-13 Thread bstansbe...@jboss.com
Are you saying you made serialVersionUID a mutable field and are setting it to one on some instances of the class? That won't work; the java io classes (not JBoss) compare the value read from the stream to the value of the Class object. View the original post : http://www.jboss.org/index.html?

[jboss-user] [JNDI and Naming] - Running multiple appservers with RMI same server

2009-10-13 Thread caultonpos
Hi, I am configuring the server to run multiple appservers Jboss 4.2.1 on the same O/S. I changed all the ports (or at least the obvious ones I could fine) on the second server and started it up. Seemed to work. However there were subtle issues that seemed to suggest (though unconfirmed) tha

[jboss-user] [jBPM Users] - event listener expression

2009-10-13 Thread theSourpuss
Hi, === Environment == - jBPM Version : 4.1 - JDK : 1.6 - Configuration : SeamConfiguration/SpringConfiguration === Process == | | | | === Stacktrace java.lang.NullPointerExce

[jboss-user] [EJB 3.0 Users] - Re: [EJB 3.0 & JSF 1.2] Injection failed on managed bean.

2009-10-13 Thread longbeach
Never mind, I got it working. @EJB needs to be used with the "name" attribute. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260110#4260110 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260110 ___

[jboss-user] [JBoss Portal Users] - Freeware Jboss Monitor

2009-10-13 Thread jamba
could some one suggest freeware monitors for jboss application server with documentation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260113#4260113 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260113

[jboss-user] [Installation, Configuration & Deployment] - Re: Multiple JBoss instance as a service

2009-10-13 Thread ironosity
Thank you! Problem solved! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260121#4260121 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260121 ___ jboss-user mailing list jbos

[jboss-user] [jBPM Users] - nested Forks

2009-10-13 Thread makam
I am having problems with the Forks, I'm not sure if it's a conceptual problem or a Bug. When released two nested Forks, suppose that the second fork has 2 tasks (T1 and T2), at runtime repeats one of the tasks, ie tasks Launches (T1, T2 and T1 again) when it really should throw only T1 and T2.

[jboss-user] [Installation, Configuration & Deployment] - Re: Start JBoss from a remote machine?

2009-10-13 Thread ironosity
Figured it out. Thanks! From another post ( http://www.jboss.org/index.html?module=bb&op=viewtopic&t=162375 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260123#4260123 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Installation, Configuration & Deployment] - Re: Start JBoss from a remote machine?

2009-10-13 Thread ironosity
Figured it out. Thanks! From another post on multiple services. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=162375 I ran each JBoss instance as a service and then using PsService: http://technet.microsoft.com/en-us/sysinternals/bb897542.aspx I was able to start/stop the service re

[jboss-user] [Beginner's Corner] - Jboss Security Realm

2009-10-13 Thread KeithHenn
Hello, I'm just starting to migrate our application from Weblogic to Jboss 5.1. In weblogic we authenticate our users against the user console built into weblogic. If you are familiar with weblogic you know that you can add/modify/delete users/groups via the admin console, and the same can

[jboss-user] [JBoss Web Services Users] - Re: JAX-WS Web Service Authentication (NTLM) against a MS CR

2009-10-13 Thread clashboy
Hi, i want to access the M$ CRM, too. I get the same 401 Unauthorized Execption. Using: JBossWS 3.2.0 (nativ) | Exception in thread "main" com.sun.xml.ws.client.ClientTransportException: request requires HTTP authentication: Unauthorized | at com.sun.xml.ws.transport.http.client.Http

[jboss-user] [jBPM Users] - Re: event listener expression

2009-10-13 Thread kukeltje
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258980#4258980 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260130#4260130 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260130 __

[jboss-user] [jBPM Users] - Re: org.hibernate.MappingException: Named query not known: f

2009-10-13 Thread kukeltje
Sounds like a bug... I do not have that query either. Please file a jira issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260132#4260132 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260132 ___

[jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process execution

2009-10-13 Thread c4s4l
Thanks for your response Ronald. I understand what you are saying, but in my opinion the "to many (java) threads" should be at the user consideration, if I want to use them, the jBPM should give that option. There are some actions that must be sequenced by nature, just think in on the JBoss ESB

[jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with SVN

2009-10-13 Thread dgolovin
The problem might be related to your data source 'emtmDatasource'. Does your mate have an access to that data source on his desktop? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260134#4260134 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [Installation, Configuration & Deployment] - Inflight Traffic During Deployment

2009-10-13 Thread emmitt1219
I am looking for a way for JBoss to complete all inflight transactions while not accepting anymore incoming traffic. In other words, my goal is not to lose any inflight transactions and somehow direct incoming traffic to all the other nodes. Is there a way to accomplish this? View the original

[jboss-user] [Installation, Configuration & Deployment] - jbossweb-tomcat.sar upgrade to Tomcat 5.5.28

2009-10-13 Thread jriesenberg
The Apache Tomcat project posts periodic security updates to Tomcat (the latest version of 5.5 is 5.5.28). Is there a way to upgrade the jbossweb-tomcat.sar to incorporate the latest build? Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=426

[jboss-user] [JBoss Tools Users] - Re: HelloWorld Tutorial Does Not Work

2009-10-13 Thread dgolovin
What is the version for JBoss Tools? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260137#4260137 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260137 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process execution

2009-10-13 Thread kukeltje
anonymous wrote : I understand what you are saying, but in my opinion the "to many (java) threads" should be at the user consideration, if I want to use them, the jBPM should give that option. It's not something that could/should not be in jBPM, it's just that the combination of having a blocki

[jboss-user] [jBPM Users] - Re: nested Forks

2009-10-13 Thread kukeltje
Contrary to what you think and wrote in the jira issue, the unit test is *very* important in this case. You seem to be using jBPM in a non standard way by repeating tasks. I'm not saying this is not something that is impossible, but the way you do it might be very important. View the original

[jboss-user] [Installation, Configuration & Deployment] - WAR deployment issue for Jackrabbit (JCR1.7) enabled code

2009-10-13 Thread anitdp
I get the following JAXB exception while trying to deploy my war file to jboss: 2009-10-12 14:45:38,217 SEVERE [javax.enterprise.resource.webservices.jaxws.server.http] (ResourceContainer.invoker.nonDaemon-1) WSSERVLET11: failed to parse runtime descriptor: javax.xml.ws.WebServiceException: Unabl

[jboss-user] [jBPM Users] - Re: Question and remark about mail-templates

2009-10-13 Thread sebastian.s
I am stuck finding the configuration file for the tomcat demo setup. Any hint is highly appreciated. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260143#4260143 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Cache Users] - Re: Serialization problem using JDBC cache loader and MySQL

2009-10-13 Thread drcallaway
No, it is not mutable. The serialized classes contain this code generated by the JAXB compiler: private final static long serialVersionUID = 1L; The classes seem to be getting stored with this UID but not extracted that way. View the original post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [JBoss Cache Users] - Re: Serialization problem using JDBC cache loader and MySQL

2009-10-13 Thread bstansbe...@jboss.com
I suspect you have different versions of the class on the classpath. Caused by: java.io.InvalidClassException: com.company.generated.MyNode; local class incompatible: | stream classdesc serialVersionUID = 1, local class serialVersionUID = -7258818124315218931 JBoss is not generating that loca

[jboss-user] [Installation, Configuration & Deployment] - Web Configuration with all admin tools

2009-10-13 Thread bwalker55
I'd like to use a configuration based on the 'web' configuration, but add the other two admin tools: Admin console, and web-console (jmx-console already comes bundled). I've added admin-console.war and management/* from the 'default' config to the 'web' config. Admin console works, but web-con

[jboss-user] [Installation, Configuration & Deployment] - Password Masking in JBoss 5 xml configuration files

2009-10-13 Thread Kobie
Does anyone know how i can mask/hide the username and password in my datasource xml configuration file in Jboss 5.0.1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260152#4260152 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [Installation, Configuration & Deployment] - Re: Web Configuration with all admin tools

2009-10-13 Thread bwalker55
Well, it appears as if this question is moot. When adding the Admin Console to the 'web' configuration, there is nothing to manage, so perhaps I'm going down the wrong path by starting with 'web' and building up. I've also started with 'default' and attempted to take away services, but haven't b

[jboss-user] [Beginner's Corner] - apache2 + jboss5 + ubuntu

2009-10-13 Thread nsanz
Hello, I configure apache to serve to jboss trough ajp, the configuration was: [jk.conf] | # Where to find workers.properties | JkWorkersFile /etc/libapache2-mod-jk/workers.properties | | # Where to put jk logs | JkLogFile /var/log/apache2/mod_jk.log | | # Set the jk log level [d

[jboss-user] [JBoss Tools Users] - Re: HelloWorld Tutorial Does Not Work

2009-10-13 Thread gavinlam
I'm using the latest developer build View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260171#4260171 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260171 ___ jboss-user mailing

[jboss-user] [Beginner's Corner] - Re: apache2 + jboss5 + ubuntu

2009-10-13 Thread nsanz
finally works, first in workers properties the address is bad, must change from 128.0.0.1 to 127.0.0.1 (or localhost) Second: the JkMount must be in a virtual host. I put JkMount commands into my virtual host and comment from jk.conf and all work fine View the original post : http://www.jboss.

[jboss-user] [JBoss Cache Users] - Re: Serialization problem using JDBC cache loader and MySQL

2009-10-13 Thread drcallaway
Yep. You nailed it. I discovered that I had an old version of the WAR file still in JBoss's deploy directory. Somehow JBoss was inserting the newer file into JBC but using the older class when pulling it out. I removed the old WAR file and everything seems to be working fine. Thanks! View the o

[jboss-user] [jBPM Users] - Re: Question and remark about mail-templates

2009-10-13 Thread kukeltje
use e.g. | in your jbpm.cfg.xml instead of embedding the templates View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260180#4260180 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260180

[jboss-user] [MQ] - Re: JMS error with SQLServer

2009-10-13 Thread john.hagew...@gmail.com
I am having this same problem, intermittently, in JBOSS 4.2.3.GA, running on Windows 2003 Server, MS SQL Server 2005: org.jboss.mq.SpyJMSException: Could not store message: 3682 msg=3669 hard NOT_STORED PERSISTENT queue=QUEUE.VPSEmailQueue priority=4 lateClone=false hashCode=23743259; - nested

[jboss-user] [Performance Tuning] - Re: Memory monitoring in JBoss

2009-10-13 Thread PeterJ
Runtime.getRuntime().freeMemory() View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260190#4260190 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260190 ___ jboss-user mailing li

[jboss-user] [JBoss Portal Users] - Re: Freeware Jboss Monitor

2009-10-13 Thread PeterJ
Perhaps this will do: http://www.jboss.org/jopr View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260192#4260192 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260192 ___ jboss-u

[jboss-user] [Installation, Configuration & Deployment] - Re: Password Masking in JBoss 5 xml configuration files

2009-10-13 Thread PeterJ
Please do not ask the same question in multiple forums. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260193 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260194#4260194 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Web Services Users] - webserviceref annotation does not instantiate service object

2009-10-13 Thread mmello
Hello, I am using: JBossAS5.1.0 on Windows Server 2003 JBossWS Metro 3.2.0 I have created a web service client that can be created and used with this code: Ap009MService service = new Ap009MService(); However, it cannot be created with this code: @WebServiceRef(wsdlLocation = "http://ho

[jboss-user] [JBoss Cache Users] - Asynchronous database access performance

2009-10-13 Thread drcallaway
I have configured JBoss Cache to asynchronously write to a MySQL database. I'm using this "write-behind" configuration in order to improve performance by not blocking the client while writing to the database. However, it seems that there is still a performance hit. For example, I tested writing

[jboss-user] [JCA] - Oracle Failover connection url

2009-10-13 Thread born_free_77
Hi, I am trying to connect to Oracle 11g RAC using -ds file with | | I am having problem with connection url | (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=x)(PORT=1521))(CONNE | CT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=)))| | (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=x)(P

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-13 Thread born_free_77
I do have | URL | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260198#4260198 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260198 ___ jboss-user mailing list j

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-13 Thread born_free_77
Just want to add that I do have url-delimiter correctly defined in ds file View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260199#4260199 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260199 ___

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-13 Thread born_free_77
I was able to start the jboss up and running and I was able to navigate the app also. Now if I bring down the node 1 of oracle rac the failover to next node (as mentioned in connection url) does not happens and jboss throws lots of exception. Now I bring the node 1 backup again and app seems t

[jboss-user] [JBoss Messaging Users] - User: null is NOT authenticated

2009-10-13 Thread gbansal80
We are currently using JBoss v4.2.3.ga and have upgraded JBoss messaging to v 1.4.4 and JBoss remoting to v2.2.3. JMS messages are sent & received without any exceptions for initial 3-4 days. After that we are observing exception messages javax.jms.JMSSecurityException: User null is NOT authent

[jboss-user] [Installation, Configuration & Deployment] - Re: Web Configuration with all admin tools

2009-10-13 Thread jaikiran
I would go with your latter approach of trimming down the "default" configuration. Here's a guide for AS-4.x http://www.jboss.org/community/wiki/JBoss4xSlimming but probably would similarly apply to AS-5 (with changes the file names/locations). Even though there is a wiki around this specifical

[jboss-user] [Security] - User identity and login questions

2009-10-13 Thread ttarhan
I have a three-part question: 1) Is there a way to propogate an identity other than the username that was specified during login? For example, using the DatabaseServerLoginModule, I want to authenticate the user with a username/password but return the user's id, and not username, when ejbContex

[jboss-user] [jBPM Users] - Re: org.hibernate.MappingException: Named query not known: f

2009-10-13 Thread homes
I have another question: What are the difference between ReprositorySession and DBSession? When I implement a new FindProcessInstanceById command and use the ReprositorySession class instead of DBSession, the whole command works fine. View the original post : http://www.jboss.org/index.html?mod

[jboss-user] [JBoss Web Services Users] - Re: Web service call or javax.xml.bind.JAXBException

2009-10-13 Thread shekharpyne
I have kind of problem..Will you plz help... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260219#4260219 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260219 ___ jboss-user

[jboss-user] [JBoss Web Services Users] - Re: [METRO] com.sun.xml.ws.api.pipe.TubelineAssemblerFactory

2009-10-13 Thread jkoops
Thank you, Richard, this pointed me in the right direction: My TubelineAssemblerFactory was not used because my jar was after jbossws-metro-wsit-rt.jar in the classpath order. This jar also defines a custom TubelineAssemblerFactory and Metro silently uses the first one. I did not patch the Runti