[JBoss-user] [JBoss.NET] - Bug in Jboss.net: cannot authenticate on JBoss 4.0.1sp1 with

2005-03-08 Thread pepite
Hi, Jboss 4.0.1sp1 seems to have the possibility to authenticate against roles. However this didn't work. Looking at the source code, it seems that you forgot to register the subject with the SecurityAssociation class in the class org.jboss.net.axis.server.JBossAuthenticationHandler. Here is

[JBoss-user] [EJB/JBoss] - Re: Why is there a @5345345 on the end of my entity bean jnd

2005-05-17 Thread pepite
I have the same problem but with message driven bean. How can I use a clause now? I cannot use local-ejb-ref as they are driven message bean. Is there a solution? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878042#3878042 Reply to the post : http://www.

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-17 Thread pepite
Hi FYI, I am now using with success the lastest jboss-common.jar and mymbean are now persistent. However, another problem appear. In the jmx-console, I cannot view bean that are on the form [EMAIL PROTECTED], where @122123 seems to be a memory address. I have two driven message beans that have

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-18 Thread pepite
Wouldn't that be better to use the archive (jar) name then? How can I use dependency now? I would like also to be able to retrieve the MBean associated with the MDB. Is that still possible? I am trying to use the local-jndi-name but I still need to lookup for the bean after. How can I get access

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-19 Thread pepite
I am trying using the loca-jndi-name. It does not work at all: my ejb-jar.xml contains something like: | | ejb/Stage1EventBatchReceiverMDB | Message Driven | something.message.Stage1EventBatchReceiverMDBLocalHome | something.message.S

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-20 Thread pepite
It turns out that I had to add a in the jboss.xml. (as Scott kindly mentioned). However, reading the jboss_4_0.dtd this tag is not allowed, it's why I did not quite understand. So now I have the following: | | Stage1EventBatchReceiverMDB | queue/trigger/Stage1Event

[JBoss-user] [JBoss.NET] - JBoss.Net doesn't work with Jboss 3.2.6RC2 and JBoss 4.0

2004-10-05 Thread pepite
When upgrading to jboss 3.2.6RC2 the jboss.net module doesn't work anymore. I might be because it is using the new version of axis. When calling a webservice I have the following stack trace: 13:53:58,455 ERROR [Engine] StandardWrapperValve[JBossAxisServlet]: Servlet.service() for servlet JBoss

[JBoss-user] [EJB 3.0] - Re: Database overwritten at each JBoss startup.

2005-12-09 Thread pepite
Hi. For the first issue: You need to set the following in your persistence.xml file (located in your META-INF of the .par archive): Regards, Nicolas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911730#3911730 Reply to the post : http://www.jbo

[JBoss-user] [JBoss Seam] - Re: binding UIInput problem

2006-01-18 Thread pepite
I have the same problem with a UIData and using a binding. Does anyone know why is that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918139#3918139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918139 ---

[JBoss-user] [JBoss Seam] - Re: binding UIInput problem

2006-01-19 Thread pepite
Thanks for the answer. I wonder however how to do now. Here is my situation: I have a dynamic table (the number of columns is dynamic). The table is bound to the view via the binding= "#{myBean.myDynamicTable}". The stateful bean is a conversational component (as the user navigate into it ti

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-08 Thread pepite
"[EMAIL PROTECTED]" wrote : | | Can you use the hibernate reverse engineering tools to create a Seam application from just annotated Entity beans? Hi, I cannot find how to generate a jboss seam application from annotated entity beans? How do I do that? Using hibernate tools, it seems to b

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-08 Thread pepite
Well may be I was not clear. I wasn't talking about the reverse engineering check box ( I understood that I don't need reverse engineering from the DB but actually from the EJB themself). I don't actually use hibernate (well directly at leat) but ejb3. I don't see why I should have a mapping f

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-08 Thread pepite
Sorry to disturb you again, but I still cannot make it work: I have the following hibernate.cfg.xml file: | | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | | | | And when trying the generate the jboss seam file I have the

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-09 Thread pepite
Hi, Yes the "use ejb3/annotations" was checked in the console configuration. I also tried without any hibernate related jars to the console and I have the same results. I tested on jboss ide 1.5 and on the nighty build. About the management of the console configuration: I can create a console

[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-09 Thread pepite
Hi, I have a question concerning "recursive" converstation/operations. Let's say that I have documents that refer to other documents. Now, I have a stateful bean that contains a searchDocuments method, a list of documents (the result of the seach) and a search parameter (a string that identifi

[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-09 Thread pepite
"[EMAIL PROTECTED]" wrote : I don't follow. Sorry, it is not really easy for me to explain. I will try with an example. I have a document Finder bean: | | @Name("documentFinder") | @Stateful | @Interceptors(SeamInterceptor.class) | public class DocumentFinderBean implements DocumentF