[jboss-user] [Management, JMX/JBoss] - Re: Server is not Responding ( Jboss 4.2.3.GA with JDK1.5) a

2009-03-31 Thread jaikiran
Thanks for posting this - it will atleast give someone an idea to where/what to look for while debugging similar issues. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222504#4222504 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[jboss-user] [EJB/JBoss] - Re: Help: how to look up ejb3 deployed in ear using jndi

2009-03-31 Thread jaikiran
When deployed in an ear, the default jndi name will be of the form: EARName/BeanName/local or EARName/BeanName/remote So in this case, you should use taas/ServiceProviderDaoImpl/local View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222503#4222503 Reply to

[jboss-user] [Security & JAAS/JBoss] - Re: JBossXacml

2009-03-31 Thread karink
Hi Anil, thanks for this quick fix, I'll test it Regards Karin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222501#4222501 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222501

[jboss-user] [JBoss Cache: Core Edition] - Re: True Structure of Cache Node?

2009-03-31 Thread atifoxon
Can anyone comment on [A] and other strategies. Is [A] a recommended approach and is not wastage of node maps? Anyone from JBoss Cache developer can comment on it? As it is primary concern when building cache View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBossWS] - Re: WS-Addressing in native stack

2009-03-31 Thread mobaxkrs
I downloaded src distribution of jbossws 3.1.0 and is working on sample from native-tests. org.jboss.test.ws.jaxws.samples.ws=addressing package. It is written as test case, which files are at server side and which files are to be at client end. the Clienthandler.java is reference to statefu

[jboss-user] [Beginners Corner] - Slimming JBoss...

2009-03-31 Thread crispwind
Hi All, I was trying to remove unnecessary services from jboss by refering to the following article. http://www.jboss.org/community/docs/DOC-10177 Every step in this article have a linked document on how to do it. But from Step 13, it is mentioned that what you should remove but it is not link

[jboss-user] [JBoss Cache: Core Edition] - how to run the program in multiple instance way

2009-03-31 Thread chandankumar50
I hav developed a simple program which is updating the node value to whatever user gives the input. I want to run the multiple instance of the same program so that if one instance modifies the value the other instance of the same program should get the updated value. What needs to be done extra

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-03-31 Thread zeravlai
Thanks Brian, I'm testing with these two properties in the persistence.xml file. Even if use_query_cache is set to true, you need to set @QueryHint to see query results in the cache, though, yes, entities are cached. Anyway, the key point I was missing is the PK. Entities are cached and will al

[jboss-user] [EJB/JBoss] - Help: how to look up ejb3 deployed in ear using jndi

2009-03-31 Thread zzuli
Hi,everyone: I'm trying to use jndi to look up ejb3 depoyed in ear-file. The structure of ear file is like: taas.ear\app.jar , the "app.jar" is where the ejbs are deployed. If i write code: jndiContext.lookup("ServiceProviderDaoImpl/local"); There will be exception: javax.naming.Name

[jboss-user] [JBoss Messaging] - Re: JMS Topic Creation in JBoss 5 AS

2009-03-31 Thread gaohoward
Can you please also post the question to the AS forum? I think this is more like a AS question. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222486#4222486 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222486 _

[jboss-user] [Clustering/JBoss] - Re: Node's joining the wrong partition

2009-03-31 Thread bstansbe...@jboss.com
Please post the contents of your server/all/deploy/messaging/xxx-persistence-service.xml file (where xxx depends on the database you are using). Also, when you start the two nodes you should pass different multicast addresses to each via the -u switch. View the original post : http://www.jbos

[jboss-user] [Security & JAAS/JBoss] - Re: JBossXacml

2009-03-31 Thread anil.saldh...@jboss.com
http://anil-identity.blogspot.com/2009/03/jbossxacml-203cr5-released.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222481#4222481 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222481 _

[jboss-user] [Clustering/JBoss] - Re: Node's joining the wrong partition

2009-03-31 Thread meetoblivion
and now that i'm thinking about it a bit more, it seems like it's more of a jgroups problem - even though the servers are on different partitions (just realized the cluster was showing 1 on each), the jms is showing 2 nodes. View the original post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [Clustering/JBoss] - Node's joining the wrong partition

2009-03-31 Thread meetoblivion
So I'm trying to get a hand on this cool new technology called "clustering." ON my local machine I have 2 installs of jboss as 5.0.1 running. I can get them to work together on the same partition, but when I put them in different partitions they're still working together. I have the load bala

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS EAP Install

2009-03-31 Thread leeb821
I'm not at work right now, but it's very close to the zip you list (except that it is a SRC distribution). Here's the problem - After I build in the BUILD and TESTSUITE directories, the directory structure is as you say with the run.sh where you say. The contents of the run.sh contains referenc

[jboss-user] [JBoss jBPM] - Re: Error handling in CommandServiceBean.execute

2009-03-31 Thread boercher
If this was not clear: The bug in my program caused a exception on command.execute(jbpmContext) which I only could see by debugging the CommandServiceBean since the exception from jbpmContext.close() hid the original one. Corrrecting my proposal I'ld like to suggest that the exception from the

[jboss-user] [Security & JAAS/JBoss] - Re: JBossXACML Latest Release

2009-03-31 Thread anil.saldh...@jboss.com
http://anil-identity.blogspot.com/2009/03/jbossxacml-203cr5-released.html Version: 2.0.3.CR5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222474#4222474 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222474 _

[jboss-user] [JCA/JBoss] - Reauthenticated Connection

2009-03-31 Thread eartromick
Is there a way to configure a oracle data source to be a reauthenticated connection. What I need to be able to do is have various hibernate session factories each mapping to a separate username/password and schema use a common data source which has a fixed number of pooled connections from whic

[jboss-user] [JCA/JBoss] - Reauthenticated Connection

2009-03-31 Thread eartromick
Is there a way to configure a oracle data source to be a reauthenticated connection. What I need to be able to do is have various hibernate session factories each mapping to a separate username/password and schema use a common data source which has a fixed number of pooled connections from whic

[jboss-user] [Security & JAAS/JBoss] - Re: Security context null when logging out from Jboss

2009-03-31 Thread kj_newbie
I think we kind of fixed it. Got the clue from the security FAQ # 3 (http://www.jboss.org/community/docs/DOC-12198) Our code creates its own login-config.xml and that one was missing the following from the ClientLoginModule true After adding this to the file, the exception is not thrown

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: IllegalStateException(s) on logout

2009-03-31 Thread kj_newbie
Wolfgang, Thanks for your responses. I think we kind of fixed it. Got the clue from the security FAQ # 3 (http://www.jboss.org/community/docs/DOC-12198) Our code creates its own login-config.xml and that one was missing the following from the ClientLoginModule true After adding this to

[jboss-user] [JBoss Tools (users)] - JBoss Tools 3 / Eclipse 3.4.2 installation error

2009-03-31 Thread zurchman
Hi You might want to clean up the 3.0.0 GA installation pages. There seems to be some ambiguity concerning the location of the stable and development builds on this page: http://www.jboss.org/community/docs/DOC-10044 I was not able to download 3.0.0.GA in Eclipse 3.2.4 using the Update Manager

[jboss-user] [Beginners Corner] - Re: Ports JBoss Portal uses

2009-03-31 Thread thegman
Just to add, I did a grep of all xml files for '4851' under the JBOSS_HOME and it found nada. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222465#4222465 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222465

[jboss-user] [Beginners Corner] - Re: Ports JBoss Portal uses

2009-03-31 Thread thegman
Hello, Thank you for your reply. I did read that article but I wasn't sure it applied to me because I cannot see any reference to port 4851 in there. I'm having difficulty noticing any "ranges" in there either. If I was able to identify what this port is even used for then perhaps I can ident

[jboss-user] [JBoss jBPM] - Error handling in CommandServiceBean.execute

2009-03-31 Thread boercher
Hi, a little bug in my test program in which I tried remote command execution took me quite a while to analyse. The problem was that instead of an error message indicating the real error I got this one: anonymous wrote : ERROR [org.jboss.ejb.plugins.LogInterceptor] (WorkerThread#0[127.0.0.1:

[jboss-user] [JBoss Cache: Core Edition] - Re: True Structure of Cache Node?

2009-03-31 Thread genman
Although it may seem strange to store a single value in a Node, fortunately, JBoss Cache is designed to be somewhat efficient at storing a single name-value pair in a Node instance. So try and stick with [1]. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=422

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS EAP Install

2009-03-31 Thread PeterJ
What is the exact name of the EAP file you downloaded? It should have been something like this: jboss-eap-4.3.0.GA-1.ep1.8.zip (wow, mine's a year old, I'll should download another) This is a binary download, no need to compile anything. If you downloaded and built the source, then JBOSS_HOME i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS EAP Install

2009-03-31 Thread leeb821
I downloaded what I thought was the correct JBOSS 4.x EAP Platform for a Redhat linux machine. After unzipping the distribution and reading the README File, I did two builds against a Java 1.5 SDK (In the build directory and in the testsuite directory). Everything built successful. I could on

[jboss-user] [Beginners Corner] - Re: Ports JBoss Portal uses

2009-03-31 Thread PeterJ
Does this help: http://www.jboss.org/community/docs/DOC-9376 The sample-bindings.xml file mentioned lists all of the ports. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222457#4222457 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [Beginners Corner] - Ports JBoss Portal uses

2009-03-31 Thread thegman
Hi all, I'm trying to find JBoss Portal v2.7.1 GA (with updated WS v3.0.4 GA WS stack) which connects to an Oracle database. I also have Oracle Application Server 10g R3 running on this too. There seems to be a conflict between these for port 127.0.0.1:4851. Whenever JBoss Portal is running, O

[jboss-user] [JBoss Cache: Core Edition] - Re: Want to do performance test on POJO Cache

2009-03-31 Thread srij2ee
Hi Can you help letting me know how you configured POJO cache with glassfish.Thanks in advance srinivas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222451#4222451 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222

[jboss-user] [JBoss jBPM] - Re: How to reassign from group to actor using CommandService

2009-03-31 Thread gfargone
Oh, I am using jBPM 3.2.4.GA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222449#4222449 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222449 ___ jboss-user mailing list jb

[jboss-user] [JBoss jBPM] - Dynamic Group / PooledActors

2009-03-31 Thread ClayM
Is it possible to assign a task to a group that's determined at query / runtime? Let's take this example: I create a new task, and assign it to actors A and B Before A or B step up to claim it, I add a new Actor (C) to the system, who needs to have retroactive ability to claim that task. Can a

[jboss-user] [JBoss jBPM] - Re: Problem with Roles JBPM

2009-03-31 Thread konstt2000
How a user with role "X" could see: - tasks for his role. - tasks that have been begun by users by the same role. ??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222443#4222443 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Messaging] - JMS Topic Creation in JBoss 5 AS

2009-03-31 Thread markphilpot
In Jboss 4, when I deployed an ear with an MDB for a topic that had not been specified in the deployment descriptors, the server would automatically create the topic (after posting a warning saying that topic didn't exist). In Jboss 5, it doesn't seem to automatically create the topics anymore (

[jboss-user] [JBoss Tools (users)] - Re: ServiceLocatorException

2009-03-31 Thread nickboldt
The next step would then be to do something like ... for j in $(find /where/you/have/stuff/installed -name "*.jar"); do echo $j; unzip -l $j | grep ServiceLocatorException; done ... to find the jar w/ that class in it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[jboss-user] [JBoss Tools (users)] - Re: ServiceLocatorException

2009-03-31 Thread nickboldt
According to http://lists.jboss.org/pipermail/jboss-cvs-commits/2007-September/042676.html, it's in projects/ejb3/trunk/locator/src/main/org/jboss/ejb3/locator/client/ServiceLocatorException.java Does that help? (BTW, I found that via google with "site:jboss.org ServiceLocatorException": htt

[jboss-user] [JBoss Tools (users)] - Re: JBDS opens selected .java file over current .java file

2009-03-31 Thread nickboldt
Yes, it's got CVS/SVN integration, Bugzilla/JIRA/Trac integration, and JDT/PDE workspace integration. Highly recommended. http://download.eclipse.org/tools/mylyn/update/e3.4 (core update site) http://download.eclipse.org/tools/mylyn/update/extras (update site for Trac and JIRA) View the origina

[jboss-user] [JBoss Tools (users)] - Re: HOW TO SOLVE JBOSS TOOLS ECLIPSE ERROR

2009-03-31 Thread nickboldt
Couple problems spring to mind immediately: a) There's a 2.1.2 available, you should use that instead if you're using Eclipse 3.3.2 (Europa). b) If you're on 3.4.2 (Ganymede), then you should be using JBoss Tools 3.0.0; 2.1.2 won't run on 3.4.2. http://www.jboss.org/tools/download/ Note also

[jboss-user] [JBoss jBPM] - Re: How to reassign from group to actor using CommandService

2009-03-31 Thread gfargone
Here is some code I was trying: // Get context. InitialContext ic = new InitialContext(); // Find the command service bean. rcs = (RemoteCommandServiceHome) ic.lookup("

[jboss-user] [JBoss jBPM] - Re: How to reassign from group to actor using CommandService

2009-03-31 Thread gfargone
I forgot to mention that trying to set the actor Id on a TaskInstance fails with the LazyInitializationException. Is the session closing immediately after the GetTaskListCommand normal? 11:10:25,977 ERROR [LazyInitializationException] failed to lazily initialize a collection of role: org.jbpm

[jboss-user] [JBoss jBPM] - How to reassign from group to actor using CommandService?

2009-03-31 Thread gfargone
Hello, I am a new user of jBPM. Currently, I am creating ZK pages and accessing the jBPM engine through the CommandService interface in JNDI. So far I have been able to create process instances, start tasks and generally navigate workflows with success. However, I cannot find a way to reassign

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Hot deployment of jar which isn't an EJB

2009-03-31 Thread mikemil
I am encountering a problem trying to get a new copy of jar deployed. Background: we have an administrative server that updates some encryption information, puts the data in a jar and delivers the jar thru JMS to our other servers.The recipient server receives the JMS msg and writes the fi

[jboss-user] [JBoss Portal] - Re: Problem creating users with no roles.

2009-03-31 Thread johnboy
1st) Sorry for pasting the whole stack trace! Tried this with default 2.72 GA using all of the defaults and came up with the same exact error. I suspect it is trying to enable a user with no role and cant. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-03-31 Thread bstansbe...@jboss.com
Geez, after 1 million posts I forget the "code" button: enables query result set caching. enables entity and collection caching. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222415#4222415 Reply to the post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2009-03-31 Thread boxwala
My problem was caused by incorrectly using the JBPM EJBs. I was making calls to the embedded classes rather than the EJB classes. Once my application invoked the EJBs, the timer issue went away. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222412#4222412 R

[jboss-user] [JNDI/Naming/Network] - Starting/Stopping JNDI server does not exit cleanly the JVM

2009-03-31 Thread jmesnil
Hi, when starting JBoss Messaging in standalone mode, I found out that the JVM is not exited cleanly when we shutdown the server. After some investigation, I narrow the problem down to the JNDI server: | public static void main(String[] args) throws Exception |{ | | Syste

[jboss-user] [JBoss Portal] - Re: instance not found error on JBoss portal server - URGENT

2009-03-31 Thread PeterJ
Let's continue this discussion in your other post at http://www.jboss.org/index.html?module=bb&op=viewtopic&t=153289 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222405#4222405 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Portal] - Re: instance not found error on JBoss portal server - URGENT

2009-03-31 Thread PeterJ
Which version of JBoss Portal are you using? Try logging is as admin and go to the admain protal/page and look up first your portlet, then your portlet instance, and then finally the portlet object/window. That might give you a better clue as to where the issue is. View the original post : ht

[jboss-user] [JBoss Portal] - Re: URGENT - Problem when deploying on jboss portal

2009-03-31 Thread aj_jboss
Hi, The files are already deployed in the WEB-INF (uppercase) folder of the war file. I think i am missing something, may be very small issue but not able to figure out. :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222398#4222398 Reply to the post :

[jboss-user] [JBoss Portal] - Re: instance not found error on JBoss portal server - URGENT

2009-03-31 Thread aj_jboss
Hi 'PortletDefinitiion' is the class file in my 'com' folder. So i dont think that is the problem. I think i am missing something, may be very small issue but not able to figure out. :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222396#4222396 Reply to t

[jboss-user] [Beginners Corner] - Re: JBoss Web Console 4.2.1 on Gentoo Linux OS

2009-03-31 Thread PeterJ
Now I am wondering how this worked for me. There are no such properties files - they would have to be in the server/all/conf directory, not in server/all/conf/props directory. (Maybe admin/admin is acceptable id when no file is found...) Try copying the server/all/conf/props/jmx-console-*.prope

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss System Reources Usage

2009-03-31 Thread girishdoss
Thanks for the quick response Peter. Regards, Girish Doss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222394#4222394 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222394

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss System Reources Usage

2009-03-31 Thread PeterJ
Nothing special due to Vista. For firewalls, that depends on the firewall you are using and how it is configured. If, when you start the app server, you get a popup from your firewall saying that java.exe wants to act as a server, let it. Approx system usage? Depends on your apps. Typically, ar

[jboss-user] [JBoss Cache: Core Edition] - which XA Cxn Pool?

2009-03-31 Thread dukehoops
I apologize for the side question but I am looking to find out which JTA TM impl and accompanying XA-capable connection pool folks are using. The reason I am asking this question here is that we had to add JTA TM because it is a prereq for using JBC3 as Hibernate 2nd level cache. (That, in itsel

[jboss-user] [Management, JMX/JBoss] - Re: Problem with jmx-console

2009-03-31 Thread PeterJ
It suspect that you have two web apps that both use the /jmx-console context. Change the context for one of them. You should be able to tell from the console log which apps are using this context. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222386#4222386

[jboss-user] [JBoss Tools (users)] - Re: JBDS opens selected .java file over current .java file

2009-03-31 Thread asookazian
"nickboldt" wrote : Window > Preferences > General > Editors | | Uncheck the box for Close editors automatically. | | You might also want to try installing Mylyn to manage related files in a task context (eg., to have all the files relevant to a bug or work item grouped such that when y

[jboss-user] [Beginners Corner] - Re: Remote Web Client - which client jars?

2009-03-31 Thread PeterJ
Another possibility if to use Tattletale (http://www.jboss.org/tattletale). Give it a directory containing your app's jar and the jboss_home/client directory. One of the reports it provides is a transitive list of dependencies - this report should tell you all of the JARs you need for your app.

[jboss-user] [JBoss Portal] - Re: Hyper Links in CMS Window

2009-03-31 Thread PeterJ
Yes, that is the way it works. If you want to display an HTML page from CMS, then the page is shown in the CMS portlet window, which is on the home page. As far as I know, the only way to get an HTML page to display in another portlet window is to make a copy of the CMS portlet window class and

[jboss-user] [JBoss Portal] - Re: Role-based authorization for portlet modes

2009-03-31 Thread sohil.s...@jboss.com
Guys- just fyi. As part of our roadmap we are designing a completely new Security engine with much more robust authorization component. This will be used to support much more complex yet practical rule based access control for Portal resources. To follow developments on this component here is

[jboss-user] [JBoss/Spring Integration] - Re: Spring in Jboss

2009-03-31 Thread marius.bogoevici
A few hints: 1) If you're running a web application using Spring in JBoss, you won't need the Spring Deployer. So, just go ahead and deploy your application as a regular web-app. 2) The fact that the taglibs are not recognized won't be solved by using the Spring deployer. The jars in /server/d

[jboss-user] [JBoss Cache: Core Edition] - True Structure of Cache Node?

2009-03-31 Thread atifoxon
I need some explanation of the structure of the Node interface. Below are some excerpt from documentation >From Interface Node Documentation A Node is a named logical grouping of data in the JBoss Cache. A node should be used to contain data for a single data record, for example information abou

[jboss-user] [Management, JMX/JBoss] - Re: How to get web service performance statistic information

2009-03-31 Thread PeterJ
PeterJ wrote : If this doesn't help, use the jmx console to locate mbeans that contain the name of your app or web service, one of them should have the info you are looking for. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222372#4222372 Reply to the post

[jboss-user] [EJB 3.0] - Re: Configuring external jms datasource with MQSeries

2009-03-31 Thread castorilo
anyone? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222371#4222371 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222371 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss AOP] - Re: Library Conflict jboss-aop.jar <> jbossall-client.jar (A

2009-03-31 Thread DerMas
Are there any updates on this topic? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222370#4222370 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222370 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: no communication with inter portlet communication

2009-03-31 Thread prabhat....@jboss.com
Since you are using Portal 2.7.2, you should use coordination features that were introduced in JRS-286 and implemented in JBoss Portal since 2.7.0. See reference guide for more details. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222368#4222368 Reply to t

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

2009-03-31 Thread infodavid
I just change the oracle schema to describe an invalid one to check reconnection. I have found a solution to restart the MDB when the persistence provider is restarted, just add a 'depends' in jboss.xml but unfortunately, a jboss issue (JBAS-5332) does not allow restarting. View the original p

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

2009-03-31 Thread gaohoward
Hi, I'm sorry I thought you changed the data source config file. But what you changed is jms-ds.xml, can you give the contents you have changed here? Anyway, i don't think JBM 1.4 can support this kind of changes without restarting. View the original post : http://www.jboss.org/index.html?mod

[jboss-user] [JBoss Messaging] - Re: Messaging blocked by long time-out again

2009-03-31 Thread gaohoward
I'll investigate, thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222365#4222365 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222365 ___ jboss-user mailing list jbos

[jboss-user] Problem with remote JMX in Jboss5

2009-03-31 Thread linux.il
I recently upgraded my Jboss from 4.2.1 to 5.0.1. In Jboss 4 I used the following options for enabling remote JMX JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.port=12345" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.authenticate=false" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.manage

[jboss-user] [JBoss jBPM] - Problem with Roles JBPM

2009-03-31 Thread konstt2000
Hi, I've two users: - Admin1 with role "ADMIN" and actorid "Admin1" and Admin2 with role "ADMIN" and actorid "Admin2" I've the next definition process: | | | | | | |

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-31 Thread gaohoward
Hi mclu, I'll take a look on the sslbisoeket configure. Thanks for the info. Howard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222361#4222361 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222361

[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2009-03-31 Thread gchanteb
I have the same problem. Have you find it guys ? Thx. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222360#4222360 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222360 ___ j

[jboss-user] [Management, JMX/JBoss] - Re: Server is not Responding ( Jboss 4.2.3.GA with JDK1.5) a

2009-03-31 Thread alberto.silveirajunior
Just to give you all a feedback. Finally I found why JBOSS stops to respond HTTP requests. I found an error in my application where the application code was leaving DB connections starving. When the maximum number of busy connections is equals to the max number of connections, JBOSS/tomc

[jboss-user] [Beginners Corner] - Re: JBoss Web Console 4.2.1 on Gentoo Linux OS

2009-03-31 Thread kaushalshriyan
Hi Peter | | | | web-console-users.properties | web-console-roles.properties | | | | Thanks and Regards Kaushal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222353#42

[jboss-user] [EJB 3.0] - Service bean and concurrency access

2009-03-31 Thread xmedeko
Hi, how is concurrent access to the JBoss @Service bean? I have found that OpenEJB has similar @Singleton bean, which can specify the concurrency access, see http://openejb.apache.org/3.0/singleton-beans.html The container managed concurrency access: all invocations of the business methods are

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss System Reources Usage

2009-03-31 Thread girishdoss
Hello, I am trying to get JBoss installed on my Vista OS. Any precautions to be taken? Firewall, etc Also, what is the approx usage of System resources when JBoss is running? Thanks. Girish View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222349#4222349 Reply

[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-31 Thread burdeasa
Thanks for the responses everyone. I think I have found a solution. I added debug code to testcase RequestReplyQueue and noticed that the test was receiving the following message text on the queue: High Priority Persistent message. This message text is placed on the queue by the previous testc

[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2009-03-31 Thread jaikiran
"chtimi2" wrote : I mean using the standard start/stop methods on the MDB works, but the DeliveryActive attribute doesn't. I answered this in your other post http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222339#4222339, a few minutes back. View the original post : http://www.jbos

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-03-31 Thread jaikiran
"chtimi2" wrote : | I tried using DeliveryActive but it says the property doesn't exist? Sorry, i forgot you were using 4.2.x AS. Its available in the recent versions of JBossAS-5.x. https://jira.jboss.org/jira/browse/EJBTHREE-1740 View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [EJB 3.0] - Re: Using JBoss Embedded EJB 3 container with Oracle

2009-03-31 Thread jaikiran
This is a 2 year old post :) What problem are you running into? What are you system configurations? Please provide more details about your application and setup. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222336#4222336 Reply to the post : http://www.j

[jboss-user] [JBoss Portal] - Re: instance not found error on JBoss portal server - URGENT

2009-03-31 Thread piergiorgiolucidi
Maybe you have wrote an error for the class of your portlet. Check com.PortletDefinitiion in portlet.xml: | | dummy-HeaderPortlet | com.PortletDefinitiion | | text/html | VIEW | | | Header Portlet | | | It

[jboss-user] [JBoss Portal] - no communication with inter portlet communication

2009-03-31 Thread Fuchs
hello, iam using the jboss portal 2.7.2 bundle on window vista. i used to write a interportlet communication like the sample in the jboss reference guide. i got the two portlets deployed, but the communication between them doesnt work. i get an error at the start of the server: | WARN [Serv

[jboss-user] [JBoss Portal] - Re: URGENT - Problem when deploying on jboss portal

2009-03-31 Thread jssteux
Hello, these files must be deployed in the WEB-INF (uppercase) folder of the war file which contains the portlet View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222327#4222327 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: customized error page question

2009-03-31 Thread ndrw_cheung
"PeterJ" wrote : | Instead of having the portlet fault (throw an exception), you can have the portlet code catch the exception and redirect the portlet's output to a JSP that will show an error message within the portlet's window. Note that in this case the portal assumes that the protlet com

[jboss-user] [EJB 3.0] - Re: Using JBoss Embedded EJB 3 container with Oracle

2009-03-31 Thread mvpc
Hello! I have have the same problem. So please if you find the solution, post it here :) . Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222320#4222320 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222320 _

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

2009-03-31 Thread infodavid
There is no error about MDB. Messages are just not consumed. Here are the logs from the server, when changing ds.xml: 2009-03-31 14:24:43,140 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 34s:94ms 2009-03-31

[jboss-user] [Security & JAAS/JBoss] - Re: Basic app client to app server authentication in J2EE

2009-03-31 Thread Wolfgang Knauf
Hi, there are two steps required to configure security: a) on the server (through "login-config.xml" and security domains). b) on the client (as the client security layer has to know how to perform login against the server). The client basically sends user and password to the server, and the s

[jboss-user] [JBoss Tools (users)] - Re: HOW TO SOLVE JBOSS TOOLS ECLIPSE ERROR

2009-03-31 Thread t_shaguy
"nickboldt" wrote : More details please: | | OS X version (10.5.?) | Java version (5.0.? 6.0.?) | Eclipse version (3.3.2/Europa? 3.4.2/Ganymede? 3.5.0/Galileo?) | JBoss Tools version (2.x? 3.x?) | | Also, how did you install? unpacking zips into eclipse dir? unpacking zips into dro

[jboss-user] [Beginners Corner] - Re: Remote Web Client - which client jars?

2009-03-31 Thread jaikiran
anonymous wrote : So can somebody point me on a piece of docu where I can find out which jars from the client directory I really need? This might help http://www.jboss.org/index.html?module=bb&op=viewtopic&t=152474 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-31 Thread mclu
Just found the related Bug for that ping time: https://jira.jboss.org/jira/browse/JBMESSAGING-1487 But as I said only the non ssl file were updated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222308#4222308 Reply to the post : http://www.jboss.org/in

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-31 Thread mclu
PROBLEMS SOLVED: 1. Message stuck issue I solved it with my workaround with this force remote setting! But I think it is related to this error: https://jira.jboss.org/jira/browse/JBMESSAGING-1456 which is fixed now. 2. Connection error! I am using the SSLBisocketInvoker and used the example confi

[jboss-user] [EJB/JBoss] - @EndointConfig missing

2009-03-31 Thread syvan
hello everone, I have a small problem with following: I would like to define an EndpointConfig in my EJB-Webservice like this : @Stateless @WebService @WebContext @EndpointConfig public class SearchService implements SearchServiceInterface { } but i have to import the org.jboss.ws.annotation.E

[jboss-user] [Management, JMX/JBoss] - Problem with jmx-console

2009-03-31 Thread imonike
Good day every one, I have this jboss-3.2.1 appserver. Each time I try to start it up the deployment fails with this message. org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (java.lang.IllegalArgumentException: addChild: Child name '/jmx-console' )

[jboss-user] [JBoss Portal] - instance not found error on JBoss portal server - URGENT

2009-03-31 Thread aj_jboss
Hi, I am using boss 4.0.5 server. i have created 3 xml files. dummy-object.xml | | | | | overwrite | main | |dummy-Home | | |dummy-HeaderPortletWindow | dummy-HeaderPortletInstance | heade

[jboss-user] [Security & JAAS/JBoss] - jaas configuration in jboss-web.xml?

2009-03-31 Thread BjPenn
Hey everybody, i am migrating an application from glassfish V2 to jboss5.0.1, eveything is working fine, but i have a little doubt: in sun-web.xml i had this piece of xml code: | mensajes | admine | grabadorm | grabadort | | | categorias | admine

[jboss-user] [Security & JAAS/JBoss] - Re: Basic app client to app server authentication in J2EE

2009-03-31 Thread bugoff
hold on, why do I need "auth.conf" and LoginContext on a client? You said: anonymous wrote : So the client does not need to know how the server performs login Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=496#496 Reply to the post : http

[jboss-user] [Beginners Corner] - Remote Web Client - which client jars?

2009-03-31 Thread -christian-
Hi there, after moving my webclient from JBoss (5.0.1.GA) to separate servlet container (tomcat), I got java.lang.ClassCastException | com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:229) when accessing my EJBs via the web-client (in PortableRemoteObject.

[jboss-user] [Security & JAAS/JBoss] - Re: Basic app client to app server authentication in J2EE

2009-03-31 Thread Wolfgang Knauf
Hi, might be a misunderstanding: you still need the LoginContext on the client side. User/password are provided through the CallbackHandler interface: AppCallbackHandler callbackHandler = new AppCallbackHandler(user, password.toCharArray() ); | LoginContext loginContext = new LoginContext

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error in WARDeployer while starting JBoss AS 4.2.3

2009-03-31 Thread Wolfgang Knauf
Hi, I think best would be not to include Xerces.jar at all and rely on the one which is included in JBoss. Hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=486#486 Reply to the post : http://www.jboss.org/index.html?module=bb

  1   2   >