[jboss-user] [JBoss Messaging] - Message redelivery

2006-10-27 Thread ctomc
Hi, I have problems with message redelivery. I am using messaging 1.0.1GA and i sent messages to MDB and when runtime exception is thrown in mdb systems says: anonymous wrote : 15:51:03,357 ERROR [MessageCallbackHandler] RuntimeException was thrown from onMessage, 90625 will be redelivered But

[jboss-user] [JBoss Portal] - Re: Using our own schema in place of Jboss Portal Schema

2006-10-27 Thread tekulapallinaresh
Is it the right way to modify UserModuleImpl and RoleModuleImpl in the Jboss Source Code. The implementation methods will call our own API methods to get the values. Thanks, tekulapallinaresh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981236#3981236 R

[jboss-user] [JBoss Messaging] - Re: message priority working jboss messaging 1.0.1???

2006-10-27 Thread timfox
As Clebert has inferred, perhaps the cause is simply that you are consuming messages as fast as you send them, in which case priority is irrelevant. Priority is only relevant when there are multiple messages on a queue with different priorities and delivery occurs. If you can replicate this in

[jboss-user] [Management, JMX/JBoss] - Re: StateString

2006-10-27 Thread pilhuhn
No, as you can see by the 'R' in JMX-Console. The StateString only represents the content of 'state' variable as a string. State itself is also read-only. Its transitions are determined by the transitions of the internal MBean state. Most MBeans expose those transitions by create(),start(),stop(

[jboss-user] [JBoss Portal] - Render parameters lost if portlet is mini/maxi-mized

2006-10-27 Thread shevchuk
JBoss Portal versions: 2.4, 2.4.1 CR1 If in Action request, portlet set some Render parameters, I can refresh page, minimize or maximize other portlets, parameters present. But if portlet is maximized or minimized by pressing corresponding button on portlet frame, parameters are lost. This be

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread m.schuetz
I can't find the new reference documentation for Seam 1.1 in my downloaded bundle. Thank you in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981242#3981242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39812

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread maeste
/jboss-seam-1.1.0.BETA1/doc/reference/en/ Gavin probably forgot to change the version number in the document, but if you read it you will see it is changed :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981243#3981243 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: How can I integrate Active BPEL with JBOSS

2006-10-27 Thread kukeltje
uhhhmm shouldn't you ask this in the ActiveBPEL forum? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981244#3981244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981244 __

[jboss-user] [JBoss jBPM] - Re: How can I integrate Active BPEL with JBOSS

2006-10-27 Thread kukeltje
It's like posting a question to the Oracle-Linux forum asking how to install MySQL on Linux View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981245#3981245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981245 __

[jboss-user] [Management, JMX/JBoss] - Custom service seems to be ignoring tag

2006-10-27 Thread toddjtidwell
I've written a several custom services according to all the examples. This has worked fine for me and has made my life a much better place. However, I have found myself duplicating code, so in an effort to avoid that, I did this: public abstract class CustomerService { } View the original po

[jboss-user] [Management, JMX/JBoss] - Re: Custom service seems to be ignoring tag

2006-10-27 Thread toddjtidwell
Well, that was stupid. Hit submit instead of preview. Here we go again: I've written several custom services. However, I'd like them all to extend one base class, like so: | public abstract class CustomService | extends ServiceMBeanSupport | { |//... Some sort of shared functiona

[jboss-user] [J2EE Design Patterns] - Re: SunOne is JBoss?

2006-10-27 Thread ip0
It's Glassfish under the hood. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981248#3981248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981248 ___ jboss-user mailing list

[jboss-user] [Javassist user questions] - Javassist compilation problem

2006-10-27 Thread [EMAIL PROTECTED]
We are using javassist to build hundreeds of classes in the following way : abstract class A { | protected int getValue(){ | } | } | | abstract class ANumerique extends A { | protected abstract int evaluer(); | } | | class B1 extends ANumerique { | protected

[jboss-user] [The Lizzard's corner] - Re: Sun is offering JbOSS downloads?

2006-10-27 Thread ip0
I don't see any SUN ads when searching for JBoss, probably gone by now :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981250#3981250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981250 _

[jboss-user] [JBoss Messaging] - Re: message priority working jboss messaging 1.0.1???

2006-10-27 Thread markusw
Ok, let me explain my setup in greater detail: I have have a OnlineRequestSender sending with priority 9 and a BatchRequestSender sending with default priority (4). I add a timestamp to the message header for rtt measurement. I have a consumer with a controlled message consumption rate of 10 me

[jboss-user] [JBossWS] - Re: ws-security: Problem using encryption

2006-10-27 Thread brianshields
no i didnt, but i did add the following to my webservices.xml | WSSecurityHandlerInbound | org.jboss.ws.wsse.WSSecurityHandlerInbound | Does this not do the same. The signature the message is signed with is verified in the server before the message is processed. I have tes

[jboss-user] [JBoss Messaging] - Re: message priority working jboss messaging 1.0.1???

2006-10-27 Thread timfox
"markusw" wrote : | It seems that the new stack puts the messages into DB, later loads some data in memory and THEN evaluates the message priority. I think the priority should be part of the SQL statement used for selecting messages to be delivered. | The DB has nothing to do with it, deli

[jboss-user] [Management, JMX/JBoss] - Re: classloader issue: deployment at runtime

2006-10-27 Thread editha
Thank you for your answer! In my case, warA calls the invoke method to deploy warB. My Problem is that the classloader for warB is generated at runtime in warA. Is it still possible to set up the classloader in the jboss-web.xml of warB? How do I do that? View the original post : http://www

[jboss-user] [JBoss Messaging] - Re: message priority working jboss messaging 1.0.1???

2006-10-27 Thread timfox
By default messages will be prefetched into consumers. See http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/guide-1.0.1.GA/html/configuration.html#conf.connections So what could be happening is that they are going straight through the queue and ending up in the con

[jboss-user] [JBossCache] - Re: POjoCache-Internal field modification

2006-10-27 Thread [EMAIL PROTECTED]
Take a look at TreeCacheListener interface and here is a code snippet: | MyTreeCacheListener listener = new MyTreeCacheLister(); | cache.addTreeCacheListener(listener); | cache.start(); | ... | Only caveat is that the notification is on the node level (while fields are stored in the

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't get EJBTrailblazer to Work No Matter What I do

2006-10-27 Thread ip0
Is your problem similar to http://jira.jboss.com/jira/browse/EJBTHREE-656 ? Have you tried 4.0.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981258#3981258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981258

[jboss-user] [J2EE Design Patterns] - Re: how can I make a stateless bean singleton on JBOSS?

2006-10-27 Thread ip0
You can't access the same bean concurrently from several threads, so this could become a major bottleneck. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981259#3981259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=398

[jboss-user] [Installation, Configuration & Deployment] - how to call the session bean after deployed

2006-10-27 Thread darrencnz1976
hi, i have deployed a sample session bean into jboss as, (java:comp namespace of the JSP.war application:) . the deployment is successfull. but i having problem to call it for testing. the structure is: Project: JSP Package: bean files: Hello.java, HelloBean.java, HelloHome.java, HelloLocal.jav

[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-10-27 Thread petemuir
I've put up a version that works with 1.1BETA1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981261#3981261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981261 ___ jboss-us

[jboss-user] [JBossWS] - WS basic auth only for post requests

2006-10-27 Thread waperboy
I've created a web service, and added basic authentication according to the user-guide chapter 13 (http://labs.jboss.com/portal/jbossws/user-guide/en/html/secure-ejb.html), but it results in basic auth being activated for both GET and POST. I want access to the wsdl to be public. The web servi

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-27 Thread ahachmann
Ok, sorry bad description. JBoss Inc. 4.0 is the one i chose. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981270#3981270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981270 _

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Ide 2.0.0-Beta2 problem

2006-10-27 Thread ahachmann
Hello, I am still having a strange Problem with this. I am using the full Beta2 Bundle for Windows. When I want to create a JBoss Inc, i select the Server an press next to get to the Add Projects page. The heading will be changed to "Add and Remove Projects" but he window content stays the same.

[jboss-user] [JBoss Portal] - CMS locale problem in JBoss Portal 2.4

2006-10-27 Thread MattiPauna
Hi, We have installed JBoss Portal 2.4 on a linux server with MySQL 4 in Finland. The CMS does not work in the way specified in the documentation meaning that when we access links like /portal/content/test/test.html it gives error 404 not found. This happens only to pages whose language is set

[jboss-user] [JBoss Seam] - org.hibernate.NonUniqueObjectException:while inserting more

2006-10-27 Thread jimmymani
hi i am developing an order application with ejb3 . while processing an order i am saving the order first and then the line items. these are the steps i am following - entitymanager.persist(orderentity); Iterator itr = orderDetails.getItems().iter

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-27 Thread [EMAIL PROTECTED]
you should select the JBoss Inc. one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981267#3981267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981267 ___ jboss-user mailin

[jboss-user] [JCA/JBoss] - problem with mail

2006-10-27 Thread atamur
I'm getting this exception: ERROR [MailActivation] Failed to execute folder check, spec=MailActivationSpec(mailServer=10.0.*.*, storeProtocol=imap, mailFolder=INBOX, pollingInterval=6, messageSelector=null, userName=*, maxMessages=1) | javax.mail.NoSuchProviderException: Invalid protocol:

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-27 Thread ahachmann
Hi, Ok now removing the Server fixed my problem with the failire while initializing the Tools. Even the other projects (non EJB) are launchable again. But now I have the problem that i cannot create a new JBoss Server. At the new Server screen, I Select JBoss AS 4.0 press next. The Heading changes

[jboss-user] [Management, JMX/JBoss] - Re: persist & auto-restart mbean

2006-10-27 Thread cnsxxx09
Thanks for the pointer ... I made some progress, I think. Before I had my plain MBean registered and invokable. Now, trying to use it as an XMBean, I have some kind of MBean registered which is not my class, and it has no methods/parameters to invoke/change. I had expected it to just be like a

[jboss-user] [JBoss Portal] - javax.jcr.NamespaceException: failed to register namespace p

2006-10-27 Thread veebee_s
Hi, I am getting error "javax.jcr.NamespaceException: failed to register namespace portalcms -> http://jboss.org/jcr/portalcms: mapping already exists" while stating up the JBOSS2.4.0 server connecting with Oracle 9i. At first time the server is running fine and the application portal-cms.sar

[jboss-user] [Management, JMX/JBoss] - Re: persist & auto-restart mbean

2006-10-27 Thread cnsxxx09
Hi, Further progress ... I managed to now get it registered as an XMBean. But I'm b*ggered if I know how this auto-persistence is supposed to work ... When you change an attribute in your XMBean using the jmx-console, shouldn't it now write something to $JBOSS_HOME/server/default/data/xmbean-attr

[jboss-user] [EJB 3.0] - org.hibernate.NonUniqueObjectException:while inserting more

2006-10-27 Thread jimmymani
hi i am developing an order application with ejb3 . while processing an order i am saving the order first and then the line items. these are the steps i am following - entityManager.persist(orderentity); Iterator itr = orderDetails.getItems().iter

[jboss-user] [JBoss Seam] - Re: s:validateAll and ui:include/ui:insert

2006-10-27 Thread atao
After some new trials I found that to avoid the NPE with s:validate(All) I had to get an instance outjected by a bean and not through a method of this bean, i.e. "job.name" and not "jobEditor.entity.name". Now I get this exception: | 14:09:42,890 ERROR [SeamExceptionFilter] uncaught excepti

[jboss-user] [EJB 3.0] - Problem in mapping a many to many relation to a list

2006-10-27 Thread elenh
Hi, I have a problem with mapping a many to many relation to a list. I have a Many to Many relation in my database between tables baskets and products. This relation is implemented with a join table basket_products, which has two fields which correspond to the foreign keys to tables baskets and

[jboss-user] [JBoss Seam] - Creating RSS feed ?

2006-10-27 Thread lcoetzee
Hi, I have been trying to create a rss feed publishing things (new elements) along the line of the example in the jboss-seam blog example. For some very weird reason I am not able to get Seam to inject/unwrap when the rss news feed page is accessed. my rss page looks something like this(rssNew

[jboss-user] [JBossCache] - Single Node with multiple data items vs Multiple Nodes with

2006-10-27 Thread ritukedia
Hi All, We are investigating the suitability of using JBossCache with Berkley DB JE for our application. We have come across a strange behaviour when JBossCache persists data items to BDB JE: When multiple instances of a class are inserted in cache as multiple data items in a single node of

[jboss-user] [JBoss Messaging] - Re: message priority working jboss messaging 1.0.1???

2006-10-27 Thread markusw
"timfox" wrote : By default messages will be prefetched into consumers. | | Since your consumer is so slow, you could try setting prefetch to a lower value (like 1). | | Prefetch is vital for high peformance consumers. This improves the situation a bit. with a prefetch size=10 I saw a b

[jboss-user] [JBoss Seam] - Re: SeamTest and Embedded EJB questions

2006-10-27 Thread jschuetter
yes I guess that could work I might try this as well even though changing the Seam code to speed up the tests is not my preferred solution .. jens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981287#3981287 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Messaging] - Re: message priority working jboss messaging 1.0.1???

2006-10-27 Thread timfox
Ok, thanks Markus- I'm surprised setting the prefetch didn't change things, but will add this as an issue to investigate anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981288#3981288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [Installation, Configuration & Deployment] - ear hot deployment

2006-10-27 Thread bhaal
I need to create symbolic links to provide hot deployment capability. Which directories to put classes in? I have ear located in dafault/deploy/test.ear Classes are located in test.ear/test.war/WEB-INF/classes/test/Test.class I tried to create WEB-INF/classes/test and copy Test.class but it does

[jboss-user] [Messaging, JMS & JBossMQ] - Jboss (websphere MQ), afther rollback message unvisible unti

2006-10-27 Thread kimatrix
Hi, I have connected Jboss with Websphere MQ and that works oke. I can also rollback by throwing exception or by setting setrollbackonly. Couple of days ago i asked how to stop delivery of the messages until the application starts, i got a answer and i have also implemented that. Now i can stop

[jboss-user] [JBoss Portal] - Re: Is JBoss Portal ready for prime enterprise use?

2006-10-27 Thread walbar
Please don't be shy. Any comment on these topics would be of great help for us, and, as we see it, for the whole community. There's not much information about developing with open source portals in the web, so it would be great if we can share doubts and experiences. Thanks again, Waldemar V

[jboss-user] [JBossWS] - Re: WSDL-->Java Can JBoss wstool generate both client and se

2006-10-27 Thread jjchen
Jason, thank you very much for the reply. Sorry for the inaccurate question. I actually meant whether I can generate both client and server side deployment artifacts through one wsdl file for RPC endpoint including webservices.xml. I have successfully generated the mapping file and the interfa

[jboss-user] [JBoss Seam] - Re: Creating RSS feed ?

2006-10-27 Thread lcoetzee
Strange how writing things down helps the mind :-) I see in the blog example that the faces servlet is mapped to: | Faces Servlet | /seam/* | | while I use: | Faces Servlet | *.jsf | and the important one | j

[jboss-user] [JBoss Portal] - JBoss Portal vs. Tiles + Alfresco

2006-10-27 Thread walbar
Hi, We are evaluating portlets in general and JBoss Portal in particular. We need a CMS with good staging capabilities, and a flexible layout mechanism. All three are quite weak in JBoss Portal (version 2.6 is getting better on the last one). The other alternative is not to use portlets and go

[jboss-user] [EJB 3.0] - Re: embed EJB3/surefire:JBossMXServerConfig classnotfound

2006-10-27 Thread dhartford
References === http://maven.apache.org/plugins/maven-surefire-plugin/examples/class-loading.html childDelegation property to true: Classes in the java.* and javax.* packages can never be overridden. http://jira.jboss.com/jira/browse/EJBTHREE-534 JBossMXServerConfig issue http://mail-a

[jboss-user] [JBoss Eclipse IDE (users)] - missed org.jboss.naming package

2006-10-27 Thread vitor_b
Hello All I would like to register my MBeans using JNDI, and then from another bean localize registered MBeans. I found an example, how to do that: http://wiki.jboss.org/wiki/Wiki.jsp?page=BindMBeanToJNDI Unfortunately my Eclipse cannot resolved org.jboss.naming package. I cannot find that pac

[jboss-user] [Installation, Configuration & Deployment] - Re: EJB-installation-problems

2006-10-27 Thread andydale
stupid question, but have you set $JBOSS_HOME ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981299#3981299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981299 ___ jboss-

[jboss-user] [JBoss Eclipse IDE (users)] - Re: missed org.jboss.naming package

2006-10-27 Thread vitor_b
I've just found it: {jboss.home}/server/default/lib/jboss.jar cheers :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981301#3981301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981301

[jboss-user] [EJB 3.0] - JBoss 4.0.5 EJB3 Deploy need server restart ?

2006-10-27 Thread vettori
Hi, I'm developing a medium sized project with EJB3 and JBoss (now I'm using 4.0.5). The problem I have is that when I change something on the entity or session bean classes, I can't deploy the jar simply copying the file in the deploy directory; if i do and start a test client, I get ClassCast

[jboss-user] [JBoss Seam] - Seam + Ajax4Jsf == Exception?

2006-10-27 Thread bkyrlach
I'm trying to get a simple example app that uses ajax4jsf and seam together, but I'm getting a rather odd exception. Here's my xhtml snippet... #{schoolListBean.name} Here's the bean... @Stateful @Name("schoo

[jboss-user] [Beginners Corner] - Logging question: how to do 'local' and 'global' logging tog

2006-10-27 Thread marcus.klein
Hi, I have a question regarding logging with log4j. I used the example repositoryselector.zip (http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging) from the Wiki Knowledge Base to enable logging on a per-webapp basis, i.e. now I can use a log4j.xml file for each deployment I have. This works fine

[jboss-user] [Beginners Corner] - FiboTutorial

2006-10-27 Thread GBlack
Hello everybody 1.I run fibo application on new Jboss installation and get this exceptions. It is normal or somebody(maybe me :-) ) did error? Is it way to avoid it? 2.Is it possibility how show FiboBean in JBoss console and test compute method from browser(like Sun AS). Thanks for any idea. Ge

[jboss-user] [Installation, Configuration & Deployment] - Re: how to call the session bean after deployed

2006-10-27 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=Getquotjavax.naming.NoInitialContextExceptionquot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981307#3981307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBoss Seam] - Re: Seam + Ajax4Jsf == Exception?

2006-10-27 Thread [EMAIL PROTECTED]
You need to use the 1.0.3 release of Ajax4JSF, the version that ships in the booking demo app in Seam 1.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981308#3981308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=398

[jboss-user] [JBoss Seam] - Re: Seam + Ajax4Jsf == Exception?

2006-10-27 Thread bkyrlach
I'll try the version that comes with the nightly build of seam1.1 that I downloaded. The version I'm using now is 1.0.3 from the ajax4jsf website. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981309#3981309 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Beginners Corner] - Failed to boot JBoss:

2006-10-27 Thread neelimasankepally
Hi all, Iam new to JBoss and downloaded JBoss-3.2.5.but when i run the server using run.bat iam getting the error Please anyone help me.It's urgent.I need to do one assignment using JBoss. Thanks the error is. Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft C

[jboss-user] [JBoss Portal] - Re: javax.jcr.NamespaceException: failed to register namespa

2006-10-27 Thread [EMAIL PROTECTED]
Venky- please delete the /data directory under your jboss server configuration. For instance, if your application is deployed under: jboss/server/default then delete the directory jboss/server/default/data Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Re: Seam + Ajax4Jsf == Exception?

2006-10-27 Thread bkyrlach
Changin the jars from ajax4jsf 1.0.3 to the ones in the booking example in the jboss-seam-CVS.20061023 version of seam results in the following exceptions... 10:40:48,771 ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase java.lang.NullPointerException at

[jboss-user] [JBoss Seam] - Re: Seam + Ajax4Jsf == Exception?

2006-10-27 Thread bkyrlach
Also, the ajax stuff no longer works. When I enter something into the h:inputText, an alert comes up saying that the view state could not be restored and asks me if I wish to refresh the page. :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981314#3981314

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread m.schuetz
Thank you. I have a problem using Seam 1.1 with JBoss 4.0.5. My action-method in my Login-Bean throws an ApplicationException. I have NOT annotated this applicationException with a seam-annotation. Nevertheless, Seam always catches this exception with its ExceptionInterceptor (or especially the

[jboss-user] [Beginners Corner] - Re: EJB SecurityException on AccountBean EJB dukesbank

2006-10-27 Thread jaikiran
anonymous wrote : I checked out the ejb-jar.xml. The method you are talking about seems to be unchecked I dont see the ejb-jar.xml specifying unchecked for the ejb methods. You will have to explicitly specify it as follows: | | bankCustomer | | | bankAdmin | | |

[jboss-user] [JBoss Seam] - Re: Seam + Ajax4Jsf == Exception?

2006-10-27 Thread [EMAIL PROTECTED]
How about, instead of haphazardly messing about with random nightly builds of things, you try downloading Seam 1.1.BETA1, and looking at the booking example, which shows you exactly how to use Ajax4JSF with Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread [EMAIL PROTECTED]
Seam does not ever catch non-annotated exceptions, except in debug mode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981323#3981323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981323 __

[jboss-user] [JBoss Eclipse IDE (users)] - JBossWS Eclipse Plugin and WSDL Polymorphism

2006-10-27 Thread kalvin
Hello all, I am trying out the JBossIDE 2.0.0.Beta2, especially the JBossWS Eclipse plugin. Does anyone know that it supports polymorphism for the parameter and the return type of the service endpoint interface? Perhaps I should break it down to: Does JBossWS (jbossws-1.0.3.GA) support polym

[jboss-user] [Beginners Corner] - How to lookup for a bean

2006-10-27 Thread rrusinkiewicz
I've deployed a bean and it can be found using a jboss jndi explorer under under Global JNDI in +- ejb1 (class: org.jnp.interfaces.NamingContext) | +- ApptransCalculator (class: org.jnp.interfaces.NamingContext) | | +- localStatefulProxyFactory (class: org.jboss.ejb3.stateful.StatefulLo

[jboss-user] [Beginners Corner] - No responses - why?

2006-10-27 Thread jsteijn
No responses. Doesn't anyone have any suggestions? Or did I post this in the wrong place? If so, what forum is better? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981325#3981325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Any way to invalidate a session?

2006-10-27 Thread monkeyden
Is there a way to explicitly invalidate a session, or at least clear it of all its attributes? I have a portal which is opening a new window to my seam application. There is a single sign on and the user is redirected to a search screen. The search results are persisting across different user

[jboss-user] [JBoss Portal] - Re: Some problems with JBoss Portal 2.6 DR version...

2006-10-27 Thread mmontoni
Hi Roy, I posted a message about submenus in the tabs...but I guess I got the answer in this thread. So in version 2.4 it is not possible yet right? Thanks for answering my Ajax questions and thanks for version 2.6 it is really really nice. --Mariella. View the original post : http://www.j

[jboss-user] [JBoss Seam] - Re: Any way to invalidate a session?

2006-10-27 Thread [EMAIL PROTECTED]
Call Seam.invalidateSession() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981329#3981329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981329 ___ jboss-user mailing list j

[jboss-user] [Security & JAAS/JBoss] - Re: Principal from Servlet to EJB not propagating?

2006-10-27 Thread jaikiran
anonymous wrote : So, yes, user principle and Subject are being created at every request. | | So, is there a way I can do a IsUserInRole type check in the jsp's that this servlet dispatches to? I dont see a way, you will be able to do that. Even if the servlet dispatches to jsps, the req

[jboss-user] [JBoss Portal] - Re: JBoss Portal vs. Tiles + Alfresco

2006-10-27 Thread mmontoni
Hi, Did you tried downloading the Alfresco Portlet ? I am trying to find it theier web site. If I get any conclusion on how well it work I will get back to you... --Mariella. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981331#3981331 Reply to the post

[jboss-user] [JBoss Seam] - Re: Any way to invalidate a session?

2006-10-27 Thread monkeyden
After reading the description for that method, it's not the ideal solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981332#3981332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981332 ___

[jboss-user] [JBoss Seam] - FaceletViewHandler with trinidad and ajax4jsf

2006-10-27 Thread japplicoon
Where do I correctly reference which FaceletViewHandler if I want to use trinidad and ajax4jsf? I already have | org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER | com.sun.facelets.FaceletViewHandler | For ajax4jsf in the example, a special ViewHandler is configured as | org.ajax

[jboss-user] [JBoss Seam] - Re: Seam + Ajax4Jsf == Exception?

2006-10-27 Thread bkyrlach
Gavin, I apologize if I've done something wrong. I've proceeded to follow your advice and download the beta version of seam from the downloads page. I've already analyzed the booking example and I'm trying to get something simple that I can understand set up. After changing all the jars in my p

[jboss-user] [JBoss Seam] - Re: Any way to invalidate a session?

2006-10-27 Thread [EMAIL PROTECTED]
Well, I'm sorry, but invalidating the session in the middle of a request is just not possible, since Seam needs the session state at the end of the request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981336#3981336 Reply to the post : http://www.jboss.co

[jboss-user] [Security & JAAS/JBoss] - Re: Principal from Servlet to EJB not propagating?

2006-10-27 Thread forumer
Thanks. At what point do the roles "get into" the container? After all the EJB container is seeing these roles properly, after the jsp's make calls on EJBs. This will help my understanding a bit. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981335#3981335

[jboss-user] [JBoss Seam] - Re: Any way to invalidate a session?

2006-10-27 Thread petemuir
A different approach would be to not store the search results in the session context but in the PAGE or CONVERSATION scope View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981338#3981338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Seam + Ajax4Jsf == Exception?

2006-10-27 Thread [EMAIL PROTECTED]
And have you run the booking example and checked that it works in your environment, and then adjusted all your configuration to exactly match the booking example, and then if the problem didn't go away, did you try to reproduce the problem by making a small change to the booking example? If not

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread m.schuetz
Sorry, but we are not in Debug-Mode of Seam and our application exception is still eaten by seam-interceptor. In our calling method we run some hibernate-statements, which run into an NoSuchResultException, which we catches an re-throw as an ApplicationException(rollback=true). This Applicatio

[jboss-user] [JBoss Seam] - Re: Any way to invalidate a session?

2006-10-27 Thread monkeyden
The containing bean is conversation scope. The search results are outjected using the @DataModel tag. If the reference remains in session, the same @DataModel list is displayed. Would be nice to have Context.getAttributeNames, so I can clear everything out of there. View the original post

[jboss-user] [JBoss jBPM] - Re: How can I integrate Active BPEL with JBOSS

2006-10-27 Thread johnybravo2004
Ok I went there and followed there instructions and I am getting this error when I run Jboss... INFO: ** ActiveBPEL In-Memory Configuration Initialized 11:27:32,845 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 11:27:33,048 ERROR [URLDeployme

[jboss-user] [JBoss jBPM] - Re: To edit programatically the processdefinition.jpg

2006-10-27 Thread conrado
crossleyjuan, thanks for your interest, I need just joaofslopes said, "the admin of the system could have the chance to modify the process definition using only graphical tools"... If anyone know about something was made, thanks in advance Regards, Conrado View the original post : http://ww

[jboss-user] [JBossWS] - Re: Problems in running JBossWS 1.0.3GA samples

2006-10-27 Thread rayymlai
thanks. Xerces problem in ANT resolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981345#3981345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981345 ___ jboss-user mail

[jboss-user] [JBoss/Spring Integration] - Re: JNDI transaction outside of container

2006-10-27 Thread gchen77
Forget this issue. I got it working now. But I am getting: [junit] Caused by: org.springframework.transaction.TransactionSystemException: JTA TransactionManager is not available at JNDI location [java:TransactionManager]; nested exception is javax.naming.NameNotFoundException: TransactionMa

[jboss-user] [JBossWS] - Re: web services samples

2006-10-27 Thread rayymlai
I fixed Xerces in ANT and add JUnit in the classpath (could JBoss add this to the installation/release notes?). However, I have different issues when running the WS examples. 1. wss (e.g. encrypt, sign) failed with no detailed errors 2. in the simpleSign test case, there is a cryptic MBean excep

[jboss-user] [Management, JMX/JBoss] - Re: persist & auto-restart mbean

2006-10-27 Thread jiwils
"cnsxxx09" wrote : What's missing? Good question... You might try explicitly calling the store method on the XMBean you create to test the persistence. In the end, you will not need to do this, but you will need to manually call load in order to retrieve stored state. View the original post :

[jboss-user] [JBoss Seam] - Seam 1.1.0 beta1 and JDK jdk1.5.0_05

2006-10-27 Thread esfahan
Hi there, I just switched to seam 1.1.0 beta1 and started getting the following error messages when deploying my ear: | 17:09:19,390 ERROR [[/foo]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.NullPointerException

[jboss-user] [JBossWS] - Re: Question on accessing keystore/truststore that is not re

2006-10-27 Thread EstrellaRichardson
Jason, Thank you so much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981351#3981351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981351 ___ jboss-user mailing list

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Jboss (websphere MQ), afther rollback message unvisible

2006-10-27 Thread genman
Assuming you actually paid for MQ, I would probably ask them. It's not to say that it's a MQ issue, but I would explore that avenue first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981352#3981352 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [EJB 3.0] - Where did they go???

2006-10-27 Thread nholbrook
I am finally ready to try upgrading from 4.0.4RC1 to 4.0.5 version of jboss server. The problem I am running into is the jboss-annotations and jboss-ejb3 jars are now gone. I can't seem to find where the annotations for @Stateless, etc have gone and I also cannot find the jar containing Around

[jboss-user] [JBossCache] - Re: Single Node with multiple data items vs Multiple Nodes w

2006-10-27 Thread genman
JBossCache stores all entries belonging to a FQN into a single node in BDBJE. (Personally, I don't agree with that approach as some people might prefer to store large values under a single FQN.) However, your application can be easily changed. Instead of cache.put(fqn, key, value); do cache.

[jboss-user] [Beginners Corner] - Re: Persistence Manager Fails to Start - Clues to look for

2006-10-27 Thread genman
Try a newer version of JBoss. BTW, it has to do with the embedded DB for JMS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981355#3981355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981355 _

[jboss-user] [Beginners Corner] - Re: Logging question: how to do 'local' and 'global' logging

2006-10-27 Thread genman
You might be able to get the JBoss logger and use that for global logging. http://www.jboss.org/developers/guides/logging View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981357#3981357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Security & JAAS/JBoss] - Re: Principal from Servlet to EJB not propagating?

2006-10-27 Thread jaikiran
I guess this is what your usecase is: 1) There's a request coming into your servlet 2) Your servlet does a JAAS login 3) Servlet dispatches the control to JSP 4) User does some action on JSP and submits the JSP 5) On submitting the JSP(i.e. on some user action on the JSP), an EJB is called. If i

[jboss-user] [Beginners Corner] - Re: JBoss Starting Alert

2006-10-27 Thread genman
http://wiki.jboss.org/wiki/Wiki.jsp?page=BarrierController View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981358#3981358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981358

  1   2   3   >