[jboss-user] [JBoss Tools (users)] - Re: Problem with Jboss 5.0.1.GA under elipse 3.4.2

2009-06-10 Thread Torleif
Yes i have seen this after i installed all this. This is the JVM: java version 1.5.0_16 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284) Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing) I downloaded this from the software Updates using the Jboss

[jboss-user] [JBoss Portal] - Re: Migration from JBP 2.6.6 to JBP 2.7.2 ...

2009-06-10 Thread Soon5
Hy out there, Just wanted to reply that I found the Problem. It wasn't a problem with JBP 2.7.2. I had another Server with JBP 2.6.6 running in the same Subnet, so the Caches of the Servers wanted to synchronise each other. And the Exceptions i saw were not from JBP 2.7.2, they were from the

[jboss-user] [Beginners Corner] - Re: Setting Up JBoss POJO Cache

2009-06-10 Thread xmedeko
Hi, I know nothing about this problem, I have just stumbled on this article, maybe it helps: http://www.samaxes.com/2009/03/17/jboss-pojocache-configuration/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236550#4236550 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Using mysql

2009-06-10 Thread elwis
Hello Peter It's the RedHat SOA bundle, the AS is version 4.3.0 according to the version.txt file. I've followed the steps that seem to be correct in the wiki-guide, maybe it will work after all :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236551#4236551

[jboss-user] [Beginners Corner] - Re: Jboss scheduler

2009-06-10 Thread xmedeko
You can start/stop mbean since twiddle and JMX console can do it. Try to observe, how twiddle script (twiddle.bat, twiddle.sh) in the bin/ directory works. The code is in org.jboss.console.twiddle.Twiddle. View the original post :

[jboss-user] [JBoss jBPM] - Re: getting current task owner information

2009-06-10 Thread dhanushgopinath
you can get it through TaskMgmntInstance in ProcessInstances. But does TaskInstance.getActorId give the process owner or the Task owner View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236556#4236556 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR undeploys in JBAS 5.1.0GA

2009-06-10 Thread jaikiran
There was one other user who reported this exact same issue some time back. Is it possible for you to share this application at some place accessible? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236555#4236555 Reply to the post :

[jboss-user] [JBoss jBPM] - How to retrieve completed tasks in jBpm 4.0 CR1?

2009-06-10 Thread ahmy
Hello All, How to retrieve a list of completed tasks for a given active process instance? I am using jBpm 4.0 CR1 Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236558#4236558 Reply to the post :

[jboss-user] [JBoss Portal] - Integrate Jboss Portal 2.7 with existing CAS

2009-06-10 Thread sandello
Hello. How is it to integrate JBoss Portal with existing CAS? I uncommented corresponding valve in jboss-portal.sar/portal-server.war/WEB-INF and wrote real CAS addresses to the elements casLogin,casLogout,casValidate. I think, all documentation about this integration consist a error: the

[jboss-user] [EJB 3.0] - Re: Regression: Unable to deploy self referencing EJB3 sessi

2009-06-10 Thread krokodylowy
On JBoss it doesn't works too. Although this should work in AS 5.0, you should use getBusinessObject to obtain a self-reference It also doesn't work. I got nullPointerExceptions. Any resolution? class public class TestBean implements TestLocal, TestRemote { @Resource SessionContext ctx; //

[jboss-user] [JBoss Tools (users)] - Re: Problem with Jboss 5.0.1.GA under elipse 3.4.2

2009-06-10 Thread Torleif
I have downloaded java 1.6 for mac now as well. I got this from apple.com; Java for Mac OS X 10.5 Update 1. This Java for Mac OS X 10.5 Update 1 adds Java SE 6 version 1.6.0_05 to your Mac. This update does not replace the existing installation of J2SE 5.0 or change the default version of Java.

[jboss-user] [JBoss Messaging] - Unique-Constraint »jbm_msg_pkey« exceptions in a cluster ed

2009-06-10 Thread mzeijen
Yesterday I put a new system in production that uses a JBoss Messaging cluster. This is the first time that I put a JBoss Messaging cluster in production and now I am running into some exceptions that I am worry about. These messages didn't result in message loss until know but I don't know if

[jboss-user] [Clustering/JBoss] - Re: Security Within a Cluster

2009-06-10 Thread vsmadmin
bstansbe...@jboss.com wrote : What is the traffic between the front end and the middleware? EJB invocations? Hiya, thanks for the reply. Yes, they are boss just JBoss instances, in development they are all in /opt/jboss/server/default/deploy but on our production systems they are on different

[jboss-user] [JNDI/Naming/Network] - Problems with JNDIBindingServiceMgr

2009-06-10 Thread diegomansua
Hi. I'm migrating from Tomcat to JBoss and I'm facing a problem with a Tomcat valve we're using. This valve expected a resource declared using GlobalNamingResources, which, AFAIK, is not supported in JBoss and we're told to use JNDIBindingServiceMgr instead

[jboss-user] [JBoss Messaging] - Re: Unique-Cons traint »jbm_msg_pkey« exception s in a c

2009-06-10 Thread gaohoward
Hi, You can see the transaction is rolled back. javax.transaction.RollbackException So the message won't get lost. But the messages seems imply an issue. Do you have a test to reproduce it? Thanks. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: MVCC lock timeout exception after 0? ms.

2009-06-10 Thread zeravlai
I just made the same test with REPL_SYNC and I can see the same exception with the right lockAcquisitionTimeout (15000). Is REPL or INVALIDATION what makes the difference here? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236596#4236596 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Unique-Cons traint »jbm_msg_pkeyÂà ‚Â« exception

2009-06-10 Thread mzeijen
gaohoward wrote : | | But the messages seems imply an issue. Do you have a test to reproduce it? | | No, I don't have a test. I think this is one of those cases which are hard to reproduce. It happens randomly in my clustered environment. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Remove embedded tomcat from JBoss 5.0

2009-06-10 Thread jaikiran
JBossAS-5 ships with JBoss WebServer which is based on Tomcat. anonymous wrote : I want to start up a separate tomcat server or service. | You can have a separate instance of Tomcat or any other server running simultaneously without having to remove the one shipped in JBoss. View the

[jboss-user] [Security JAAS/JBoss] - SSL Certificate

2009-06-10 Thread wiwit
Dear, I have PTS software and used JBOSS application. We plan to use Certificate for active the HTTPS protocol. Could you advise me please and what is your recommend and compatible with JBOSS and what should I prepare for order the certificate for my server? View the original post :

[jboss-user] [Remoting] - ServerInvocationHandler Performance problem

2009-06-10 Thread aolias
Hi I have a master/worker architecture. Workers get data and then pass the data to servers using Callbacks The worker registers a callback and the master invoques them based on a scheduling algorithm we have. We have found that a big number of incomming connections decreases the

[jboss-user] [JBoss jBPM] - Re: query about jbpm-console

2009-06-10 Thread kukeltje
Yes it is there View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236632#4236632 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236632 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: EJB injection fails with

2009-06-10 Thread wolfc
It's actually Weblogic which is faulty here. To determine whether you want to call-by-value (remote) or call-by-reference (local) we must have a reference to the appropriate interface. The construct posted by Jaikiran should work, if not open a Jira. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Strange deployment with rar files instead of jar files.

2009-06-10 Thread SpOOnman
Sorry, saying that this is urgent meant that one day of work passed by. It wasn't abusive to developers. rar files are Java-rar files, not rar archives. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236567#4236567 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Regression: Unable to deploy self referencing EJB3 sessi

2009-06-10 Thread wolfc
Sounds like https://jira.jboss.org/jira/browse/EJBTHREE-1520. The associated unit test is passing fine. Please post your NPE. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236616#4236616 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Can't install Hibernate tools into Eclipse 3.4.1

2009-06-10 Thread samwan808
Hi, With eclipse 3.4.1, I tried to install Hibernate Tools from JBoss Tools 3.1.0M1-N200906090001-H244 (Development Release) to the eclipse IDE, but it failed with the following errors: Cannot complete the request. See the details. Unsatisfied dependency:

[jboss-user] [EJB/JBoss] - EJB tutorial

2009-06-10 Thread samwan808
Hi, I am new to EJB development for JBOSS (5.0) Can anyone point me to a site that contains EJB tutorial for JBOSS 5? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236639#4236639 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB injection fails with

2009-06-10 Thread krokodylowy
anonymous wrote : @EJB(name = TestBeanRef, beanInterface=TestRemote.class) | private Test test; Tested, it doesnt work. Also similar combinations like @EJB(name = TestBeanRef, beanInterface=TestRemote.class, beanName=TestBean) etc. At this moment I got one working resoultions. It work

[jboss-user] [JBoss jBPM] - Serious Conflict between JBoss Portal 2.7.1 AND Jboss BPEL

2009-06-10 Thread sai_ari
Did any body try jBPM BPEL 1.1.1 on JBoss Portal 2.7.1 + Jboss App server 4.2.3? I could deploy successfully and works fine. Using Oracle as back end db.We have weird errors when we restart server. It compels us to redeploy BPEL to make it work, which is absurd. I think there is conflict between

[jboss-user] [JBoss jBPM] - How to retirieve Hibernate Session object in jBpm 4.0 CR1?

2009-06-10 Thread ahmy
Hello All, How to retirieve Hibernate Session object in jBpm 4.0 CR1 from my code Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236650#4236650 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236650

[jboss-user] [Installation, Configuration DEPLOYMENT] - Remove embedded tomcat from JBoss 5.0

2009-06-10 Thread samwan808
Hi, Can anyone tell me how to disable embedded tomcat in JBoss 5.0? I want to start up a separate tomcat server or service. Your help is much appreciated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236638#4236638 Reply to the post :

[jboss-user] [JBoss Portal] - PortletStateHolder

2009-06-10 Thread FelderR
We are using Jboss Portal 2.7.1, Portletbridge 1.0.0.CR2, Seam 2.1.1 and Richfaces 3.3.1. We did some bulk tests to get a feeling how many users can be handled by the portal. During the tests we found a memory leak in the class org.jboss.portletbridge.application.PortletStateHolder! The class

[jboss-user] [JBoss jBPM] - Re: using external task forms ( php, asp.net)

2009-06-10 Thread kukeltje
yes it can use external forms but unfortunately the webservices interface in jbpm3 is not fully finished/polished/etc... The 4.0 release though (upcomming july 1st) will have a rest interface within the console. So you could leverage that. View the original post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging not working as expected

2009-06-10 Thread Fenrizwolf
Hi. I've now tried using JBoss AS 5.0.1GA as suggested but the problem remains the same. Any advice? Alex View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236670#4236670 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging not working as expected

2009-06-10 Thread timfox
If you create a JIRA and attach a self contained test program that we can run to replicate the issue, someone can take a look at it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236674#4236674 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Unique-Cons traint »jbm_msg_pkey« exception s in a c

2009-06-10 Thread timfox
Did you give each node in your cluster a unique server peer id? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236610#4236610 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236610

[jboss-user] [JBoss Messaging] - Re: Unique-Cons traint »jbm_msg_pkey« exception s in a c

2009-06-10 Thread mzeijen
Yeah, both have a different server peer id. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236614#4236614 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236614 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: EJB3 unit tests, how?

2009-06-10 Thread samwan808
wolfc wrote : You can find the latest stuff here: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/embedded/ | | You may want to checkout all of trunk and build it. How to check it out? I tried: svn anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk . but got errors: error:

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: APR and https in jboss 501

2009-06-10 Thread mmuthu
I'm facing the same problem with JBOSS 5.0 GA. Any solution? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236679#4236679 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236679

[jboss-user] [JBoss jBPM] - using external task forms ( php, asp.net)

2009-06-10 Thread zoftdev
Dear All, I 'm under considering workflow system to support my project. Web pages was done by ASP.NET I 'd look around jBPM and believe this project is flexible and have big community enough to ask :P Can jBPM task use external forms? Do you have example ? View the original post :

[jboss-user] [JBoss Portal] - Re: Integrate Jboss Portal 2.7 with existing CAS

2009-06-10 Thread jpviragine
Hi Sandello, IMHO, casServerName should be casClientServerName (I would open a JIRA for this) I think your problem is due to a SSL misleading configuration. Did you generate a SSL certificate with correct hostname? Have you been using a truststore? Please, take a look at:

[jboss-user] [JNDI/Naming/Network] - Re: Problems with JNDIBindingServiceMgr

2009-06-10 Thread diegomansua
I've put the JNDIBindingServiceMgr mbean declaration just after the JNDI section inside jboss-service.xml and not it seems to be working. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236621#4236621 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR undeploys in JBAS 5.1.0GA

2009-06-10 Thread clerum
Sure. Let me PM you to set that up. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236733#4236733 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236733 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR undeploys in JBAS 5.1.0GA

2009-06-10 Thread clerum
Looks like PM is broken or disabled...just links to www.jboss.org Can you send me an email? It should display in my profile. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236734#4236734 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to retirieve Hibernate Session object in jBpm 4.0 CR

2009-06-10 Thread jbarrez
You can use the following construction: Environment.getFromCurrent(Session.class) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236691#4236691 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236691

[jboss-user] [Remoting] - HTTPUnMarshaller and InvocationResponse objects

2009-06-10 Thread tfennelly
Hi there. We encountered something that appears to be a bug when using JBR client to a JBR Server (http). In the above scenario, the JBR server returns an InvocationResponse to the JBR client (if the user-agent starts with JBossRemoting). Everything works fine if we don't set a Content-Type

[jboss-user] [JBoss Messaging] - Performance Numbers for JBoss Messaging 2.0

2009-06-10 Thread codecraig
One of the features for JBoss Messaging 2.0 is it's performance...so what sort of numbers are being seen with topics (with msg's being persisted and not-persisted) and what size are the messages being sent (i.e. how complex are the objects in the messages)? View the original post :

[jboss-user] [EJB 3.0] - Re: EJB3 unit tests, how?

2009-06-10 Thread jaikiran
Here's the details http://www.jboss.org/ejb3/build.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236706#4236706 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236706 ___

[jboss-user] [JBoss Tools (users)] - Re: Strange deployment with rar files instead of jar files.

2009-06-10 Thread SpOOnman
I can confirm that fresh Eclipse 3.4 installation with stable JBoss Tools for 3.4 are generating proper .jar files on the same project sources, on the same JBoss Server (4.2) using the same workspace. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: NPE in FlaggedPolicyModule.toString on redeploy

2009-06-10 Thread lelleh
lelleh wrote : I have an ear with a war, and the latter has a file WEB-INF/fsws-db-login-jboss-beans.xml Redeploys fine when the file is put in the META-INF of the .ear in stead, and on shutdown I don't get the extra ERROR. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: cannot open excel files (with excel in IE) which stored

2009-06-10 Thread zlatan24
By all means in this situation the best way will be-http://www.recoverytoolbox.com/unable_to_read_xls_xlsx.html,because tool has many facilities and is free as far as I know,utility solve problem with corrupted files in Microsoft Excel format and repair Excel-unable to read file,also next

[jboss-user] [JBoss jBPM] - Re: getting current task owner information

2009-06-10 Thread zhengx
Yes, I can get to TaskMgmntInstance. But it still doesn't give me the current active TaskInstance. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236735#4236735 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236735

[jboss-user] [Clustering/JBoss] - Re: Issue with Session Replication in JBOSS clustered Enviro

2009-06-10 Thread Allen_Lei
Did you modify the web.xml by adding the following code segment? distributable/ PS:Is Apache Listen the port? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236743#4236743 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to retrieve completed tasks in jBpm 4.0 CR1?

2009-06-10 Thread jbarrez
Normally through the TaskQuery interface ... but it seems that querying by processInstancze has slipped through the CR1 release, so keep an eye on the commits the next days ;-) see also https://jira.jboss.org/jira/browse/JBPM-2305 View the original post :

[jboss-user] [JBoss Messaging] - Re: Performance Numbers for JBoss Messaging 2.0

2009-06-10 Thread timfox
We haven't produced any scientific results and won't publish any until we can do them properly (hopefully before GA), but we have done some ad-hoc tests, to give you a taste: Performance very much depends on your hardware. Using a single quad core Xeon server with 16 GiB RAM and SAS hard

[jboss-user] [JBoss Tools (users)] - Tool stable 3.0.1 and JBoss 5.1.0 GA

2009-06-10 Thread xmedeko
Hi, I have JBoss 5.1.0 GA and JBoss ASTools 2.0.1.GA-R200905070146-H18. When I am adding a new server, I cannot add type of 5.1 server, just 5.0 server. So I have added my 5.1.0GA server as 5.0 server. Now, almost everything works fine. Just when I click on the JBoss Server View - JBoss

[jboss-user] [Clustering/JBoss] - Re: ServiceBinding Manager

2009-06-10 Thread Allen_Lei
I have a problem that the default sample-bindings.xml contains only four port configurations(ports-default, ports-01, ports-02, ports-03),but I want to define different port configurations for running more than four JBoss instances in parallel on the same machine. Then how could I do?By adding

[jboss-user] [JBoss jBPM] - Enable message size Greater than 4KB

2009-06-10 Thread paul.robin...@arjuna.com
Hello, I'm using jBPM 3.2.5.SP5 within SOA-P 4.3.0CP01 with a BpmProcessor action. I pass the BODY_CONTENT of my esb message to the jBPM process. My ESB message is 5KB. When i try to pass a message to the jBPM process action, I get an error stating that: | ERROR

[jboss-user] [JBoss Portal] - JBoss portal, tomahawk and user roles

2009-06-10 Thread Deady
I have a portlet with t:commandLink ... enabledOnUserRole=User I've created user, gave him 'User' role in Identity Management Portlet, logged in as this user, visited portlets's page, but command link was disabled. What's wrong? Using debug I can see that my user's principal has needed roles

[jboss-user] [Beginners Corner] - Moving JSF 1.1 application to 1.2

2009-06-10 Thread ma...@landslide.com
We are trying to move our application from a JSF 1.1 based AS to a JSF 1.2 AS. In our current implementation we have the pattern where a XMLHttp browser request is made to a servlet which will try to reference the FacesContext in the service() method. This all worked under 1.1 just fine but

[jboss-user] [Clustering/JBoss] - Can't get JBoss to use custom loadbalancer

2009-06-10 Thread heineson
Hello, I need to write a custom loadbalancer or interceptor to route EJB requests to different servers in the cluster. The problem is I can't get JBoss to use my LB. Anyone have an idea? I am thinking maybe jboss can't find my class and therefore doesn't use it. If this is the case, where

[jboss-user] [Clustering/JBoss] - Re: ServiceBinding Manager

2009-06-10 Thread bstansbe...@jboss.com
Yes, add new port configurations manually. Or, add virtual ips to some of your NICs and bind some of your instances to different IPs. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236774#4236774 Reply to the post :

[jboss-user] [JBoss Tools (users)] - [SOLVED?] Re: Strange deployment with rar files instead of j

2009-06-10 Thread nickboldt
So, problem solved by the tried-and-true install a fresh Eclipse + JBoss Tools, start a fresh workspace, import old projects, try again ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236780#4236780 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Problem with Jboss 5.0.1.GA under elipse 3.4.2

2009-06-10 Thread nickboldt
When you fire up Eclipse, which Java runtime is it using? Check /Applications/.../eclipse.ini - is there a -vm section which points to a specific Java version? If not, then start Eclipse and go into Help About configuration to see what JVM is being used to run Eclipse. If you want to force

[jboss-user] [JBoss Tools (users)] - Re: Tool stable 3.0.1 and JBoss 5.1.0 GA

2009-06-10 Thread nickboldt
JBoss AS 5.1 is not supported in that version of Tools. For 5.1 support, you need the latest JBoss Tools 3.1.0.M1, which requires Eclipse 3.5RC3 or later: Update site: http://download.jboss.org/jbosstools/updates/development/ Zips: http://www.jboss.org/tools/download/dev.html View the original

[jboss-user] [Clustering/JBoss] - Re: (JBoss 4.0.2) Load Balancing Problem

2009-06-10 Thread Allen_Lei
See the chapter 5 of the JBoss AS5 Clustering Guide as you can download by the following url:http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/5/pdf/Clustering_Guide.pdf View the original post :

[jboss-user] [Security JAAS/JBoss] - Custom security module configuration 4.0.3 to 5.0.1 migratio

2009-06-10 Thread khohl
I am porting from 4.0.3 to 5.0.1 a large EJB 2.0 application that is integrated with a legacy system and includes a custom security module. Some details about what I had to do to get this working initially are described in this post - http://www.jboss.org/index.html?module=bbop=viewtopict=48997

[jboss-user] [Clustering/JBoss] - Re: (JBoss 4.0.2) Load Balancing Problem

2009-06-10 Thread Allen_Lei
See the chapter 5 of the JBoss AS5 Clustering Guide as you can download by the following url: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/5/pdf/Clustering_Guide.pdf View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Hibernate Second Level Cache Not Persisting to Database

2009-06-10 Thread kevinconaway
I have JBoss Cache 2 setup as my second level cache in a two node cluster. I see that changes from one node are replicated to the other node OK but they are not being persisted into the actual database, they seem to be sitting in the second level cache. I checked the

[jboss-user] [Security JAAS/JBoss] - Re: ExtendedFormAuthenticator problem

2009-06-10 Thread abickford4523
Bump - anyone help me w/ this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236804#4236804 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236804 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBPM: Sub Process

2009-06-10 Thread jbossphan
If you don't specify late binding, the processname will be converted into a process id when the workflow is uploaded. You can see this in the jbpm_node table. For a sub-process, either the subprocname_ or subprocessdefinition_ column will be populated. In my mind, I would think late binding

[jboss-user] [JBoss Messaging] - Connecting to JmsXA outside app server

2009-06-10 Thread newmanw10
I want to insert a jms message into a queue from outside the appserver but I am having problems find JmsXA. | Properties p = new Properties(); | p.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); | p.put(Context.URL_PROVIDER, jnp://myserver:1100); |

[jboss-user] [JBoss jBPM] - jBPM Management Console problem in login, (jBPM 4.0.CR1)

2009-06-10 Thread ajvarela
Hi, Im testing the new release 4.0CR1 with the included server, after the instalation when I tried login in the console with the usernames and password included in the documentation but they dont work. They have changed ?? Where can I configure the custom users/pass?? Thank you!! :) View

[jboss-user] [Clustering/JBoss] - Re: How to add a clustering node?

2009-06-10 Thread bstansbe...@jboss.com
My apologies. I've had that just update workers.properties idea in my head for a long time, don't know where it came from, but it's just wrong. A couple suggestions for you: 1) If you are using JBoss 5, try mod_cluster http://www.jboss.org/mod_cluster/ One of the primary motivations for its

[jboss-user] [JBossWS] - Re: JAXWS handlers

2009-06-10 Thread kj_newbie
Little bit of googling leads to some issues with the SAAJ implementation from JBoss. Can anyone please tell me if there is a workaround? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236814#4236814 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - lots of TimeoutException

2009-06-10 Thread g9yuayon
Hi, I've been getting a lot of TimeoutExceptions when the method Cache#get() is called. My cluster is set up as below: 0. The cluster runs on JBoss Cache 3.1.0 GA. The locking scheme is MVCC. The isolation level is READ_COMMITTED. 1. Two nodes, N1, and N2. Each node is a different machine.

[jboss-user] [Security JAAS/JBoss] - Federated SSO for web services

2009-06-10 Thread rk_jboss
Hi, We are in the process of implementing federated SSO for non-web based applications (web services). We have some web services from different enterprises and once it is authenticated by one web service in one enterprise then it should be able to access web services exist in different

[jboss-user] [JBoss OSGi] - using log4j

2009-06-10 Thread cuthbe
All If I wanted to use log4j I have the following statement in my bundle manifest attribute name=Import-Package value=org.osgi.framework;version=1.3.0, org.apache.log4j, And I have placed the log4j in

[jboss-user] [JBoss Messaging] - Re: Connecting to JmsXA outside app server

2009-06-10 Thread clebert.suco...@jboss.com
java:/ means on the same VM. If you are connecting from outside of the application, you should use the regular application server. JmsXA is the JCA for ApplicationServer plugin. That means.. inside the application server. There is probably a FAQ about this. View the original post :

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-06-10 Thread philipdodds
We are still looking into this - I had a quick question around the way in which a JBMActivation stops, it looks like you stop delivery and then start a teardown. As I'm following it when I choose stopDelivery on the MDB it then requested deactiveEndpoint in the reosource adapter which finally

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Invalid JNDI name

2009-06-10 Thread gbadavidson
I am getting an error I have never seen before. ERROR [SessionFactoryObjectFactory] Invalid JNDI name: javax.naming.InvalidNameException: An empty name cannot be passed to rebind I have assigned a JNDI name for the database connection: 11:33:02,176 INFO [ConnectionFactoryBindingService]

[jboss-user] [Security JAAS/JBoss] - Re: Federated SSO for web services

2009-06-10 Thread anil.saldh...@jboss.com
http://anil-identity.blogspot.com/2009/06/samlv2-web-browser-sso-with-jboss.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236836#4236836 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236836

[jboss-user] [JBoss Messaging] - Re: Connecting to JmsXA outside app server

2009-06-10 Thread clebert.suco...@jboss.com
clebert.suco...@jboss.com wrote : | If you are connecting from outside of the application, you should use the regular application server. | oops... I meant.. regular connection factory (sorry for the typo). javax.jms.ConnectionFactory factory = jndi.lookup(/ConnectionFactory); View the

[jboss-user] [JBoss jBPM] - Re: jBPM Management Console problem in login, (jBPM 4.0.CR1)

2009-06-10 Thread kukeltje
Nope, they work. Although case sensitive View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236852#4236852 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236852 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: WebServiceContext injection. Was it fixed or not?

2009-06-10 Thread gkim
I'm having the same problem. Does anyone have a solution or workaround? I'm using JBoss 4.2.3 and JBossWS 3.1.1.GA. @Resource WebServiceContext wsCtx; always returns null. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236858#4236858 Reply to the post :

[jboss-user] [JBoss Messaging] - MDB Reading On Remote Topic

2009-06-10 Thread Chopper
Hello, my name is Giuseppe, This is the situation: I have 2 JBoss installed on my PC (kubuntu 9.04). JBoss A (v 4.2.3) updated with Messaging and JBoss B (v 5.0.0, native Messaging, JBPM installed). With this commands i obtain 2 virtual ip address on my pc: sudo ip addr add 192.168.0.203 dev

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Tomcat / JBoss mod_jk with Apache Bad Gateway

2009-06-10 Thread jbosshog98
Thanks ahead of time for anything anyone can do to help me! I am running Apache 2.2 in front of JBoss 4.2.3 that uses Tomcat as its web server. I am using Apache to connect my virtual hosts to JBoss through mod_jk. I can access most of my pages fine, I type in foo2.com (my test domain) and I

[jboss-user] [Installation, Configuration DEPLOYMENT] - cannot load classes located in WEB-INF/lib

2009-06-10 Thread jbosshog98
I am not sure if this is a JBoss or Railo thing, I'm leaning toward JBoss, but here's the basic situation. I have an EAR deployment with a WAR inside the EAR, when I start up JBoss with some custom JAR files in the WEB-INF/lib folder of the WAR, it starts up fine. JBoss uses the files as it

[jboss-user] [JBoss jBPM] - Re: How to retirieve Hibernate Session object in jBpm 4.0 CR

2009-06-10 Thread ahmy
Hello, When I run the above code , I got the following exception Exception in thread main org.jbpm.api.JbpmException: no environment to get org.hibernate.Session | at org.jbpm.api.env.Environment.getFromCurrent(Environment.java:196) | at

[jboss-user] [Security JAAS/JBoss] - Authentication in ejb container fails to use security domain

2009-06-10 Thread clin1
We found this problem when moving from JBoss 4 to JBoss 5.0.1. Here is the server.log: 2009-06-10 21:15:16,822 DEBUG [org.jboss.security.integration.JNDIBasedSecurityManagement] (http-0.0.0.0-8080-1) Creating SDC for domain=CLIENT_LOGIN_MODULE 2009-06-10 21:15:16,822 DEBUG

[jboss-user] [JBoss Messaging] - Re: MDB Reading On Remote Topic

2009-06-10 Thread gaohoward
Hi, I think probably your MDB configuration is not correct. I would suggest you take a look at JBM's mdb example or ejb3mdb example and try them. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236881#4236881 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-06-10 Thread gaohoward
[quote ]If the message is currently being consumed shouldn't this be waiting for that transaction? I'm wondering if this is causing the session can not be found when the in-flight transaction completes? View the original post :

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-06-10 Thread gaohoward
anonymous wrote : | If the message is currently being consumed shouldn't this be waiting for that transaction? I'm wondering if this is causing the session can not be found when the in-flight transaction completes? | You are right. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Problem with Jboss 5.0.1.GA under elipse 3.4.2

2009-06-10 Thread Torleif
java.class.version=49.0 java.endorsed.dirs=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed java.ext.dirs=/Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext

[jboss-user] [JBossMQ] - UILClientILService Stopping

2009-06-10 Thread mohan.nara
I use jboss-4.0.5.GA as my JMS server. i am getting below MDB (EJB3) error when onMessage() triggered. Can anyone help me to trace the issue? [org.jboss.mq.il.uil2.UILClientILService] Stopping 2009-06-11 10:51:22,360 DEBUG [org.jboss.mq.il.uil2.SocketManager] Failed to send error reply