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
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.
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
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
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
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
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
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
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
---
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
"[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
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
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
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
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
"[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
16 matches
Mail list logo