[JBoss-user] [JBoss Portal] - Passing request paramter between page

2006-05-10 Thread craig1980
Hi all. I have this problem. I have a page where there a list of items; i want to read a detail of one of these items. In order to this thing i have created a new portal page; let's call it itemDetail; i have written the link in my jsp page in this way: | Vedi dettaglio | In my portelt

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-10 Thread craig1980
I'm sorry i have pushed the submit button Hi all. I have this problem. I have a page where there a list of items; i want to read a detail of one of these items. In order to this thing i have created a new portal page; let's call it itemDetail; i have written the link in my jsp page in this w

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-11 Thread craig1980
Hi. First of all i thank you for your reply. By saiyng "see the spec" do you refer to JBossPortalreferenceGuide.pdf in section InterportletCommunication? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942860#3942860 Reply to the post : http://www.jb

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-25 Thread craig1980
Hi all. I really am not able to understand how this is possible. Let's image that i have page where there is a portlet that shows a list of objects. Let's image that this page is in a three columns layout. Well i want to see the detail of one of this item in a two column layout; the first and the

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-25 Thread craig1980
Hi. First of all thanks for your help. By some few words you have opened my mind...you are right i didn't think to the fact that every portlet is an applicationso my approach to the problem was really incorrectthanks; i'll try to use your suggestion. Bye. View the original post : http:

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-26 Thread craig1980
Hi again. I have understood that every portlet is a different application...O.K. So i must write my one portlet so that it can render different view based on my action. But i was thinking to this scenario: i'ld like that all my layout changes...from three columns it must become two columns.mo

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-27 Thread craig1980
Hi. Thanks for your replies. I like this exchange of ideas... you are opening more and more my mind. So if i have understood you are sayng that i should write a page with more instances of my portlet; in this way i'ld be able to display different view by usign one portletOK. This could be a

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-28 Thread craig1980
Hi. Infact this is my requirement i must change portal layout by user choice. But i think this is a very normal requirement. So is it possible that nobody has had it? If anybody has resolved this problem can he/she give me a little sample? Thanks again for your pacience. Regards Angelo. View the

[JBoss-user] [JBoss Portal] - Re: jump through pages

2006-05-29 Thread craig1980
Hi. Can you show me how you have done? I have a similar problem...Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947437#3947437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947437

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-06-05 Thread craig1980
Hi...i'm still stopped to this scenario... is it possible to solve this? In the JSR168 spec it seems to me that this case is not covered... if anybody has solved it can he/she help me? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949229#3949229 Repl

[JBoss-user] [JBoss Portal] - Different portlet for different role

2006-04-18 Thread craig1980
Hi all. Is it possible to let only to some people to see som portlets? Taht is i have a portal and i have several users with different role (student, police, business) i'ld like to do this thing: | if a student is logged on my portal he can see only student-portlet but not police-portlet | i

[JBoss-user] [JBoss Portal] - Form a page to another: un-solvable scenario?

2006-07-01 Thread craig1980
Hi all. I have this scenario: By starting from a page A where there are some portlets i must arrive to page B where there are some other portlets between them there must be my one too that shows some detail by recovering a request parameter. Now the simplest thing to do is to start from the port

[JBoss-user] [JBoss Portal] - Re: Form a page to another: un-solvable scenario?

2006-07-02 Thread craig1980
Hi all. First of all i want to thanks for you replies. Now...i don't want to create a controversy..i'm trying only to understand. anonymous wrote : Also you don't know how many pages portal has, or how many portlets on the page, etc. I'm not agree with this; infact it's real that i creat portle

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-10-26 Thread craig1980
Hi All; do you know if this problem is still present in JBoss 3.2.6? Have you found a solution, a patch in order to avoid this problem? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852710#3852710 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Security & JAAS/JBoss] - Principal=null.... please help me

2004-10-27 Thread craig1980
Hi all; i'm using a great WfMS called wfmOpen; now i have a problem.. i must call a secure EJB; this EJB is in a secure domain called "danet-workflow"; all the "people" who can call it must have a role: "StaffManagementRole_0"; now i have created a my web appplication; i have a login.jsp page, a

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-27 Thread craig1980
Hi again; i have forgotten that in the login-config.xml i have inserted this: anonymous wrote : | | | | de.danet.an.staffmgmt.jbossx.StaffMemberLoginModule | nobody | java:/DefaultDS | daemon | Af

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-27 Thread craig1980
Hi i haven't showed the de.danet.an.staffmgmt.jbossx.StaffMemberLoginModule, here it is: import java.security.acl.Group; | import java.util.Map; | import java.util.List; | import java.util.ArrayList; | import java.sql.Connection; | import java.sql.Statement; | import java.sql.Prepared

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-27 Thread craig1980
Hi again.. well i have changed my servlet code; now it's this one: import java.lang.reflect.InvocationTargetException; | import java.lang.reflect.Method; | import java.security.PrivilegedAction; | import java.security.PrivilegedActionException; | import java.security.PrivilegedExceptionAct

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-28 Thread craig1980
Hi allagain this error i'm becoming crazy... if i use a "client-login" module, i can log, the servlet works and i can call the EJB that shows to me all the processes; now if i want to start a process i click on the link, but again i have the exception principal=null; i post the full stack tr

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-28 Thread craig1980
Hi gbrigand; first of all thanks for your answer. I have this jboss-web.xml in my web-app: anonymous wrote : | http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd";> | | java:/jaas/danetworkflow demo | | ejb/Engine | jnp://localhost:1099/WorkflowEngine | | my web.

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-28 Thread craig1980
HI; one question... are you italian o do you speak italian? If so the next time we can speack into italian because my english is tooo poor. Well... when i log by calling 'request.getUserPrincipal() the first time i have ML; then the de.danet.an.staffmgmt.jbossx.StaffMemberLoginModule creates a ri

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-29 Thread craig1980
Hi; i have added the log4j for the security; this is mi security.log content: anonymous wrote : 2004-10-29 09:58:43,624,DEBUG,[main],[org.jboss.security.auth.login.XMLLoginConfig],Creating jboss.security:service=XMLLoginConfig | 2004-10-29 09:58:43,624,DEBUG,[main],[org.jboss.security.auth.lo

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-29 Thread craig1980
Moreover but must my login.jsp page action be j_security_check? Can i use filter?; my login.jsp page is: | | login | | | | | | | Username: | | | | | | | | Password: | | | |

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-29 Thread craig1980
Another thing (by hoping that someone answers to me)... if i insert this url patterns: /*... when i do the login with the login.jsp page, i remain always in this page and i have non message form the console; instead if i don't put this URL, at least the first called to the EJB i can do when

[JBoss-user] [Security & JAAS/JBoss] - Re: Form based auth + EJB Auth working, How to use form-auth

2004-10-29 Thread craig1980
HI WebSel; have you solved your problem? It's my same problem. I can do login, i can call the ejb create method but i can't call another method because, after create, i have the exception principal = null. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853286

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-29 Thread craig1980
Hi; thanks again; yes.. this class is in my classpath because the first time i do the login even if the principal is ML, by using this class i can have StaffManagementRole_0 i can see the first page that uses the EJB and the EJB is called with no problem; then i have some href that go to an

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-31 Thread craig1980
Hi; first of all thanks for your answers and i want to excuse to me for all the disturbance i give. Well... i have followed your tips; now my web.xml is this one: anonymous wrote : | http://java.sun.com/dtd/web-app_2_3.dtd";> | | Demo Engineering | Semplice demo per l'utilizzo di w

[JBoss-user] [Beginners Corner] - Help cocoon 2.5.1 and jboss 3.2.5

2004-11-05 Thread craig1980
Hi all; i have a little web app developed by using Cocoon 2.5.1; when i try to deploy it on JBoss 3.2.5 i have this error: anonymous wrote : 17:15:08,337 ERROR [Engine] StandardContext[/cocoonWf]StandardWrapper.Throwable | java.lang.LinkageError: loader constraints violated when linking org/x

[JBoss-user] [EJB/JBoss] - Please Help ME:javax.naming.CommunicationException [Root exc

2004-11-18 Thread craig1980
Hi All; i have this problem; i have a pc where there is an EJB; i want to use this ejb on another pc... in order to this in my web app i use this web.xml anonymous wrote : | http://java.sun.com/dtd/web-app_2_3.dtd";> | | TestEjbCall | | Cocoon | Cocoon | Cocoon

[JBoss-user] [Beginners Corner] - Log4J + Clustering Configuration

2004-11-22 Thread craig1980
Hi all. I have two question to do... 1) Hon can i set the log4j.xml file in order to write a log file for my application; i.e. i want to write a log file: myApp.log in one of these directory: ${jboss.server.home.dir}/log or in the directory ${myApp.dir}/WEB-INF/log how can i do? 2) Let's conside

[JBoss-user] [Messaging, JMS & JBossMQ] - javax.jms.JMSException: A message listener is already regist

2004-11-30 Thread craig1980
Hi all; i'm using JBoss 3.2.5. I have this scenario: i have a sender that sends a message to a MDB; then the MDB send on a topic a Collection and my subscritors should be able to recover them; well i have this exception: anonymous wrote : javax.jms.JMSException: A message listener is already re

[JBoss-user] [Messaging, JMS & JBossMQ] - PLEASE HELP ME MDB and Remote Topic

2004-12-01 Thread craig1980
Hi all; i have some MDBs; i want that these MDBs are listening on a remote topic on a server with ip address: 192.168.xxx.yyy; now by following tips in this link: http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue i have these files ( note: i'm using JBoss 3.2.5 ):

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: PLEASE HELP ME MDB and Remote Topic

2004-12-01 Thread craig1980
Hi again; i have seen that some files have not showed well: jboss-service: | http://www.jboss.org/j2ee/dtd/jboss-service_3_2.dtd";> | | | jboss.mq:service=DestinationManager | jboss.mq:service=SecurityManager | | | RemoteJMSProvider | org.jboss.jms.jnd

[JBoss-user] [Messaging, JMS & JBossMQ] - PLEASE HELP [JMSContainerInvoker] JMS provider failure detec

2004-12-07 Thread craig1980
Hi all; i'm using jboss mq; i have a publisher that sends some messages on a Durable Topic; i have created the jboss-service.xml in this way: | http://www.jboss.org/j2ee/dtd/jboss-service_3_2.dtd";> | | | jboss.mq:service=DestinationManager | jboss.mq:service=SecurityManage

[JBoss-user] [Messaging, JMS & JBossMQ] - Simple question about Remote Topic

2004-12-07 Thread craig1980
Hi all; i have this scenario: I want that several MDBs are listening on a remote and durable topic; now by following tips in the wiky tutorial i have been able to do this; now i have this problem: if i have one MDB all works fine and all is deployed successfully; if i have two o more MDBs i have

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Simple question about Remote Topic

2004-12-08 Thread craig1980
Thanks for your replay :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857854#3857854 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857854 --- SF email is sponso

[JBoss-user] [Beginners Corner] - JBoss 3.2.5 Change my web app classes not seen

2004-12-11 Thread craig1980
Hi all... i use JBoss 3.2.5; i have developed a web application by using Cocoon framework; now i have done som changes in some classes of mine; then i have stopped JBoss, i have gone in the WEB-INF/classes directory of my web app and i have changed my .class file... after this i have started my

[JBoss-user] [Installation & Configuration] - JBoss 3.2.5 Change my web app classes not seen

2004-12-11 Thread craig1980
Hi all... i use JBoss 3.2.5; i have developed a web application by using Cocoon framework; now i have done som changes in some classes of mine; then i have stopped JBoss, i have gone in the WEB-INF/classes directory of my web app and i have changed my .class file... after this i have started my

[JBoss-user] [Messaging, JMS & JBossMQ] - [JMSContainerInvoker] JMS provider failure detected:

2004-12-18 Thread craig1980
Hi all; i have a MDB that is listening on a remote topic. Well... by using a WinXP pc with JBoss 3.2.5 and a linux Red-Hat Advanced Server with JBoss 3.2.5 all works... now i must migrate from Windows to another linux pc where there is JBoss 3.2.6... well i have configured everything and i have

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: [JMSContainerInvoker] JMS provider failure detected:

2004-12-18 Thread craig1980
Hi; first of all thanks for your replay. I'll post the entire stacktrace on Monday since now i'm not at office. I think to post it at about 11.00 a.m. Italian Time (now it's 8.15 p.m...). Thanks again, bye View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859163

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: [JMSContainerInvoker] JMS provider failure detected:

2004-12-20 Thread craig1980
Hi all; this is the stack trace i have moreover i have installed on the new linux PC JBoss 3.2.5, but i have always this error; i hope you can explain to me why this happens... can it be due to IP configuration? server.log: anonymous wrote : 2004-12-18 15:38:15,851 ERROR [org.jboss.ejb.plug

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: [JMSContainerInvoker] JMS provider failure detected:

2004-12-20 Thread craig1980
Have you any idea about this error? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859326#3859326 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859326 --- SF

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: [JMSContainerInvoker] JMS provider failure detected:

2004-12-21 Thread craig1980
Hi all; this is the full stackTrace that i have: | 2004-12-21 09:21:36,867 DEBUG [org.jboss.ejb.EjbModule] startService, starting container: ConsumerBean | 2004-12-21 09:21:36,867 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:jndiName=local/ConsumerBean,service=EJB

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: [JMSContainerInvoker] JMS provider failure detected:

2004-12-23 Thread craig1980
No ideas about this problem? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859718#3859718 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859718 --- SF email

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: PLEASE HELP ME MDB and Remote Topic

2005-01-03 Thread craig1980
Hi [EMAIL PROTECTED] First of all thanks for your replay. I'll try your tips as soon as posible (from this night to tomorrow :-) ). I have a question. I have this configuration: | | | RemoteJMSProvider | | org.jboss.jms.jndi.JNDIProviderAdapter | | |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: PLEASE HELP ME MDB and Remote Topic

2005-01-04 Thread craig1980
Hi again [EMAIL PROTECTED] I have tried your sample; all works about fine axcept a little thing. I have this scenario. I have a RemoteJMSProvider that sends some messages on a remote durable topic. Now i have tried your sample on this pc: Windows XP Home edition Service Pack2 ( this was my Remote

[JBoss-user] [Messaging, JMS & JBossMQ] - Remote Topic.... Bug o wrong configuration?

2005-01-07 Thread craig1980
Hi all this is my scenario: i have a RemoteJMSProvider that sends some messages on a remote durable topic. Now i have tried your sample on this pc: Windows XP Home edition Service Pack2 ( this was my Remote JMS Provider ); on this pc there is: JBoss 3.2.5, jdk 1.4.2_06 My client were: 1) W

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote Topic.... Bug o wrong configuration?

2005-01-07 Thread craig1980
Hi [EMAIL PROTECTED]; first of all i want to thank you for your replay. I thought that this was a my configuration error even if i don't know where i am wrong.. in fact i have only changed the IP address before it worked and now it doesn't how can i do in order to wrap the real exception

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS- or MBD- Tutorial

2005-01-08 Thread craig1980
Hi... i don't know if you still need a tutorial about JMS... however i have downloaded this tutorial from the Sun site i have started from here and it think it's a good start. If you want it you can download it from Sun site (it's free) or directly from my web area; my web area link is: htt

[JBoss-user] [Installation & Configuration] - Multiple class loaders found for pkg:

2005-01-11 Thread craig1980
Hi all... when i start my JBoss (version 3.2.5 and 3.2.6) i have seen in my server.log file that there is a message like this: anonymous wrote : 2005-01-11 11:19:14,092 DEBUG [org.jboss.mx.loading.ClassLoaderUtils] Multiple class loaders found for pkg: Is it a problem... if so how can i solve

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote Topic.... Bug o wrong configuration?

2005-01-11 Thread craig1980
Hi all... sorry but i'm still blocked in this error from 7 days...Has anybody a tip? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861628#3861628 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861628

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote Topic.... Bug o wrong configuration?

2005-01-12 Thread craig1980
Hi all i have tried this simple client by using this code: package pub; | | import javax.jms.TopicConnectionFactory; | import javax.jms.TopicSession; | import javax.jms.Topic; | import javax.naming.InitialContext; | import javax.naming.Context; | import javax.jms.TopicConnection

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote Topic.... Bug o wrong configuration?

2005-01-12 Thread craig1980
Hi again i have seen that the DLQHandler class doesn't show the error... so i have downloaded it from this site: http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/ejb/plugins/jms/DLQHandler.java I have added this: catch (Exception e) | { | if (e instanc

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote Topic.... Bug o wrong configuration?

2005-01-13 Thread craig1980
Hi all i have at about fixed it... here it's what i have done.. i have setted in the HP proliant pc with linux red-hat in the file /etc/hosts this thing: anonymous wrote : 192.168.11.224 localhost mydomain.localhost and i have commented this anonymous wrote : 127.0.0.1 localhost mydomain.l

[JBoss-user] [Messaging, JMS & JBossMQ] - Creatin DLQHandler...... and stop PLEASE HELP ME

2005-01-14 Thread craig1980
Hi all... it's from two weeks that i'm blocked. I had an error that i have talked about on this post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58475 I have downloaded the DLQHandler.java and i have added these logs(the red line): catch (Exception e) | { | if (e

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Creatin DLQHandler...... and stop PLEASE HELP ME

2005-01-14 Thread craig1980
Hi all by adding this log4j.properties to my "client": anonymous wrote : | | | | | | | | | | | | | | | | | | i have seen that when i start the Application Server it

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Creatin DLQHandler...... and stop PLEASE HELP ME

2005-01-14 Thread craig1980
Hi all thanks to all; now it works.. i have fixed it. I'm very sorry for all the disturb i have given to you all... please pardon me if you can. A colleague of mine has changed the jboss.xml file and i had that errorafter i have changed the hosts file all works. Thanks again. View th

[JBoss-user] [Security & JAAS/JBoss] - JBoss Ejb error

2004-09-24 Thread craig1980
Hi all! I'm newbie in JBoss... I have read the JAAS howto tutorial but i have some problems... I have an EJB (WorkflowEngine WE) that is in a secure-domain called danetworkflow; i have created a new EJB (Message Driven Bean MDB) that is tring to call WE.. since they weren't in the same security-

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss Ejb error

2004-09-24 Thread craig1980
Hi! Thanks for your response how can i solve this problem? Do yuo have any idea? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849476#3849476 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849476

[JBoss-user] [EJB/JBoss] - JBoss Ejb error

2004-09-25 Thread craig1980
Hi all! I'm newbie in JBoss... I have read the JAAS howto tutorial but i have some problems... I have an EJB (WorkflowEngine WE) that is in a secure-domain called danetworkflow; i have created a new EJB (Message Driven Bean MDB) that is tring to call WE.. since they weren't in the same security

[JBoss-user] [EJB/JBoss] - Re: JBoss Ejb error

2004-09-26 Thread craig1980
Please... help me if you can (also a very little and simple sample) i'm still blocked on this error. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849548#3849548 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss Ejb error

2004-09-26 Thread craig1980
Please... help me if you can (also a very little and simple sample) i'm still blocked on this error. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849549#3849549 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Beginners Corner] - Message Driven Bean Error... i don't understand it. Help me

2004-09-28 Thread craig1980
Hi all! I'm newbie in JBoss... I have read the JAAS howto tutorial but i have some problems... I have an EJB (WorkflowEngine WE) that is in a secure-domain called danetworkflow; i have created a new EJB (Message Driven Bean MDB) that is tring to call WE.. since they weren't in the same security

[JBoss-user] [Beginners Corner] - Re: Message Driven Bean Error... i don't understand it. Help

2004-09-28 Thread craig1980
Hi all; i have a MDB that is tring to communicate with WfmOpen; i have solved the problem "pricipal=null" by adding the security-domain to this MDB; now, when i try to call the workflow engine i have this exception: anonymous wrote : 13:35:58,150 INFO [STDOUT] Message Driven Bean got message o

[JBoss-user] [Beginners Corner] - Re: Message Driven Bean Error... i don't understand it. Help

2004-09-29 Thread craig1980
Hi; i had the exception: anonymous wrote : 12:39:31,187 INFO [STDOUT] Message Driven Bean got message org.jboss.mq.SpyObjectMessage { | Header { | jmsDestination : QUEUE.BBkEvtMgrQueue | jmsDeliveryMode : 2 | jmsExpiration : 0 | jmsPriority : 4 | jmsMessageID : ID:13-10960223709

[JBoss-user] [Security & JAAS/JBoss] - Assign MDB Role

2004-09-29 Thread craig1980
Hi; i had the exception: anonymous wrote : 12:39:31,187 INFO [STDOUT] Message Driven Bean got message org.jboss.mq.SpyObjectMessage { | Header { | jmsDestination : QUEUE.BBkEvtMgrQueue | jmsDeliveryMode : 2 | jmsExpiration : 0 | jmsPriority : 4 | jmsMessageID : ID:13-10960223709

[JBoss-user] [Messaging, JMS & JBossMQ] - Some questions Remote JMS queue and provider

2005-01-30 Thread craig1980
Hi all. I have two question by hoping that someone will answer to me :-). 1) I want to connect my client to a remote JMSProvider that is located on a linux pc; now after some time i have seen that in order all works (also thanks to wiki tips) i must configure the hosts file on linux pc... now le

[JBoss-user] [JCA/JBoss] - Connection TimeOut

2005-05-04 Thread craig1980
Hi all; i ahve this oracle-ds.xml: anagrafe jdbc:oracle:thin:@xxx.xxx.xx.xxx:1521:test oracle.jdbc.driver.OracleDriver root root 10 20 1 -1

[JBoss-user] [JCA/JBoss] - Re: Connection TimeOut

2005-05-05 Thread craig1980
Hi; first of all thanks for your answer; could you show me an example? I'm new into JBoss so i don't know these things. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876559#3876559 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Security & JAAS/JBoss] - ERROR [JaasSecurityManagerService] Failed to create sec mgr

2005-05-23 Thread craig1980
Hi all; i'm using JBoss 3.2.6 on Windows XP sp 2 and SDK 1.4.2_07; i have created a my .ear and i have created a my security-domain; well i have modified the auth.conf file by adding: eng { |// jBoss LoginModule |org.jboss.security.ClientLoginModule required; | |// Put your

[JBoss-user] [Security & JAAS/JBoss] - Re: ERROR [JaasSecurityManagerService] Failed to create sec

2005-05-23 Thread craig1980
I'm sorry i don't know why it has been created so bad formatted; this is what i have added to my auth.conf: eng { |// jBoss LoginModule |org.jboss.security.ClientLoginModule required; | |// Put your login modules that need jBoss here | }; This is what i have added to logi

[JBoss-user] [Security & JAAS/JBoss] - ERROR [JaasSecurityManagerService] Failed to create sec mgr

2005-05-24 Thread craig1980
Hi all; i'm using JBoss 3.2.6 on Windows XP sp 2 and SDK 1.4.2_07; i have created a my .ear and i have created a my security-domain; well i have modified the auth.conf file by adding: | eng { |// jBoss LoginModule |org.jboss.security.ClientLoginModule required; | |// P

[JBoss-user] [HTTPD, Servlets & JSP] - Only a .war listening on https

2005-05-26 Thread craig1980
Hi all; i need that only one Web Application in my $JBOOS_HOME/server/${server_instance}/deploy is listening on https, while all other applications remain listening on http... how can i configure JBoss and tomcat.sar in order to have this feature? Thanks to all View the original post : http://

[JBoss-user] [Security & JAAS/JBoss] - Only a .war listening on https

2005-05-26 Thread craig1980
Hi all; i need that only one Web Application in my $JBOOS_HOME/server/${server_instance}/deploy is listening on https, while all other applications remain listening on http... how can i configure JBoss and tomcat.sar in order to have this feature? Thanks to all View the original post : http://

[JBoss-user] [JBoss Portal] - JBoss Multichannel

2006-03-03 Thread craig1980
Hi all. I'ld like to know if JBoss Portal is able to handle multi-channel rendering. That is... i have some news and i'l like to render them in a web-browser or in a pda-browser etc In jetspeed 1.X and 2.X there is a module that, by recognizing the browser request, it's able to choose the rig