[JBoss-user] [Security JAAS/JBoss] - Re: Issue with JBOSS JAAS login

2005-12-14 Thread NikhilKumar
Il Dima, In the web.xml there is a tag for security-roles. This needs to be the same as the user's role returned in the authentication query, as the user needs to be authorised to access the resource, as well as authenticated In web.xml: security-role role-nameuser/role-name

[JBoss-user] [JBoss jBPM] - sub process return

2005-12-14 Thread sforema
When does a sub process return to the main process? Example: a sub process goes into a wait state. Its token is triggered later. Does it bring the parent token back to life and the parent continues where it left off? I don't see anything in the end state that would indicate this would occur.

[JBoss-user] [JBoss Portal] - Re: *-object.xml dtd or schema

2005-12-14 Thread arvind_pv
Hi Roy, Thank you for giving response to my query. Here are my details 1. I'm trying to create a new portal instance. 2. Below is the XML file that currently I'm deploying. helloworldsample-object.xml | ?xml version=1.0 encoding=UTF-8? | deployments | deployment |

[JBoss-user] [EJB/JBoss] - Re: Getting a connection from a datasource...

2005-12-14 Thread [EMAIL PROTECTED]
Thank you for your reply! I got it working, I was missing java: in front of my request for the context. Ignorant me. Now, another question. Will the datasource act as a connection pool? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912797#3912797 Reply to

[JBoss-user] [Remoting] - Re: Download dynamic classes

2005-12-14 Thread [EMAIL PROTECTED]
EJB2.x or EJB3? If 2.x, which invoker are you using (jrmp is the default)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912798#3912798 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912798

[JBoss-user] [Remoting] - Re: How to convert jrmp to pooled

2005-12-14 Thread [EMAIL PROTECTED]
This stack trace has nothing to do with making an ejb invocation (which is where the jrmp or pooled invoker would be used). It looks like is a stace trace when shutting down and struts is barfing: | at org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:190) | at

[JBoss-user] [JBoss Portal] - Re: Accessing Portal using Context Name in Portal 2.2

2005-12-14 Thread ksreddy
Thanks Roy for responding to my question and your example did work for me. I have one question, in Portal 2.0 I used to access the application using the below given URL http://localhost:8080/portal/mysample/ But in Portal 2.2 I have to access it using the below given URL

[JBoss-user] [EJB 3.0] - Entity Manager Question.

2005-12-14 Thread danjourno
I have a database relationship of two objects. The tables/objects are Company and Contact. Company has a foreign key relationship with Contact. Therefore Contact has a company property. This field is required, or not nullable. What I am trying to do is create a contact from scratch, populate

[JBoss-user] [Remoting] - Re: How to convert jrmp to pooled

2005-12-14 Thread sarathkumar
Hi Tom, I get this trace when the system tries to start and shuts down automatically when I changed the configuration from jrmp to pooled. The modified standardjboss.xml is like this: ?xml version=1.0 encoding=UTF-8? !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 4.0//EN

[JBoss-user] [Management, JMX/JBoss] - Re: monitoring tool

2005-12-14 Thread gibumathew
You can try out ManageEngine Applications Manager. It has a Free Edition that allows you to monitor upto 5 servers. More details here http://appmanager.com/monitoring-jboss.html Live Demo http://demo.appmanager.com You can also download it from http://appmanager.com/download.html Thanks Gibu

[JBoss-user] [EJB 3.0] - EJB3.0 CMP deplying problem

2005-12-14 Thread adver11
Hi All, I'm using JBOSS 4.0.3 SP1. I tried to implement it as follow : Fund.java package com.fids.test; | | import java.io.Serializable; | | import javax.persistence.Entity; | import javax.persistence.GeneratorType; | import javax.persistence.Id; | import

[JBoss-user] [JBoss jBPM] - cvs details

2005-12-14 Thread dbrosius
sorry, this info has to be somewhere on this site, but i couldn't find it, well, i found one with sourceforge details, which i assume is dead. I tried :pserver:[EMAIL PROTECTED]:/cvsroot/jboss and module: jpbm2 but to no avail. have pity on this battered fool. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Cannot load class from another deployed ear

2005-12-14 Thread vanjo_83
I solved the problem, changing this property like that attribute name=UseJBossWebLoadertrue/attribute in ...deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml and it works at least when the two modiles are in one ear. I haven't tried it when in two ears yet. About the

[JBoss-user] [Clustering/JBoss] - Re: Failover of MDB connection takes a long time

2005-12-14 Thread jukvaa
The MDB problem we eventually solved by deploying MDB as ha-singleton. In JBoss 4.0.3 it seemed to work ok, but upgrading was not an option for us. With remote EJB clients, we were able to reduce the failover time by editing TCP settings. In Linux we reduced /proc/sys/net/ipv4/tcp_retries2

[JBoss-user] [JBoss Portal] - Re: Existing web applications integrating JBoss Portal

2005-12-14 Thread swathish
Thanks for the reply. I have used struts-brigde and make my application as portlet. Now I have different applications which are developed using struts. How can I integrate these different application into single portal? Please help me. View the original post :

[JBoss-user] [EJB/JBoss] - To Use Application Server or not? CORBA OR SOAP for C++ int

2005-12-14 Thread amitguz
I'm going to develop a network management application. (Similar to H.P open view but with specific business logic). The application will need to have a web interface (required only for intranet users) for managing network elements and also a client application to more sophisticated

[JBoss-user] [Installation, Configuration Deployment] - Problem of using DOM in JBoss

2005-12-14 Thread yuri.plakosh
I used org.w3c.dom.Node.getTextContent() method in my code. It worked well when I was testing it in Eclipse. But when I deployed those code to JBoss and started the Web-application, that uses that code I got an exception java.lang.NoSuchMethodError:

<    1   2   3