[jboss-user] [JBoss Messaging] - Re: MaxDeliveryAttempts not working

2009-07-29 Thread mariuszs
ataylor wrote : From the log message it looks like its the JCA layer thats sending to the DLQ not JBM. You're MDB config is probably incorrect. | | The JCA or App server forums should be able to help you or take a look at the MDB docs. Im using default configuration, so the default

[jboss-user] [JBoss Messaging] - Re: MaxDeliveryAttempts not working

2009-07-29 Thread mariuszs
The documentations simple say: anonymous wrote : 5.6.2.1.6. MaxDeliveryAttempts | | The maximum number of times delivery of a message will be attempted before sending the message to the DLQ, if configured. If set to -1 (the default), the value from the ServerPeer config is used. Any other

[jboss-user] [JBoss Messaging] - Re: MaxDeliveryAttempts not working

2009-07-29 Thread mariuszs
Ok, thanks. I think I should use MaxTimesRedelivered in standardjboss.xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246665#4246665 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4246665

[jboss-user] [JBoss Messaging] - MaxDeliveryAttempts not working

2009-07-27 Thread mariuszs
MaxDeliveryAttempts value defined is destinations-services for my Queue is not working. I have MaxDeliveryAttempts=100 but there is in logs 2009-07-27 11:46:52,735 252490342 WARN [org.jboss.resource.adapter.jms.inflow.dlq.AbstractDLQHandler] (WorkManager(2)-60:) Message redelivered=11

[jboss-user] [JBoss Messaging] - Re: XARecovery: setting the provider name

2009-06-26 Thread mariuszs
I also cant find this, thank you timfox for your fast reply... Can you create working and error less example of configuring failover for JMS? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240338#4240338 Reply to the post :

[jboss-user] [JBoss Messaging] - Explanation of Messages will be stranded if two buddies go

2009-06-03 Thread mariuszs
Wiki says: anonymous wrote : Messages will be stranded if two buddies go down at the same time. But if one of buddy go up, then message are back? Is this true? Is this true for main node and his buddy? View the original post :

[jboss-user] [JBoss Messaging] - JBoss Messaging Clustering 1.4.x Overview

2009-06-03 Thread mariuszs
http://www.jboss.org/community/wiki/JBMCluster?decorator=print anonymous wrote : Server Side Failover - It's good to have a buddy watch your back | | Every peer(node) has a buddy that will pick up all of it's messages if it fails. If a server fails, the buddy will look in the database and

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader puts data but will not get it back from

2009-05-12 Thread mariuszs
09:31:16,248 INFO [ManagementService] Cache: JBossCache 'Naga' 3.0.2.GA | 09:31:16,287 ERROR [JDBCCacheLoader] Failed to insert node :DB2 SQL Error: SQLCODE=-418, SQLSTATE=42610, SQLERRMC=null, DRIVER=3.52.95 | 09:31:16,289 ERROR [ManagementService] Putting to cache error:

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader puts data but will not get it back from

2009-05-12 Thread mariuszs
Yes, i can. Thx for reply. I found than sql like this INSERT INTO JBOSSCACHE (FQN,NODE,PARENT) SELECT /, null, / FROM JBOSSCACHE_D WHERE NOT EXISTS (SELECT FQN FROM JBOSSCACHE WHERE FQN = /); is not workign in db2. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader puts data but will not get it back from

2009-05-12 Thread mariuszs
11:57:29,710 TRACE [NonManagedConnectionFactory] using connection: com.ibm.db2.jcc.t...@2fb7b837 | 11:57:29,710 TRACE [JDBCCacheLoader] Executing SQL statement [INSERT INTO jbosscache (fqn, node, parent) SELECT ?, ?, ? FROM jbosscache_D WHERE NOT EXISTS (SELECT fqn FROM jbosscache WHERE fqn =

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader puts data but will not get it back from

2009-05-12 Thread mariuszs
This error code mean: anonymous wrote : A STATEMENT STRING TO BE PREPARED CONTAINS AN INVALID USE | OF PARAMETER MARKERS | A parameter marker is not allowed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230388#4230388 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader puts data but will not get it back from

2009-05-12 Thread mariuszs
? - parameter marker I think this is about last ? in subquery. Could we use simpler form of this sql, without jbosscache_d involved? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230415#4230415 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Restrictions on parameter marker usage

2009-05-12 Thread mariuszs
anonymous wrote : Untyped parameter marker location Data type | Expression: Alone in a select list Error | Expression: Both operands of an arithmetic operator Error | Predicate: Left-hand side operand of an IN predicateError | Predicate: Both operands of a relational

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader puts data but will not get it back from

2009-05-12 Thread mariuszs
OK, I found that this is not working too (invalid marker usage) | INSERT INTO | db2jboss.JBOSSCACHE (fqn,node,parent) | SELECT ?,?,? FROM db2jboss.JBOSSCACHE_D WHERE NOT EXISTS (SELECT fqn FROM | db2jboss.JBOSSCACHE | WHERE fqn = '/Cache') View the

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader puts data but will not get it back from

2009-05-12 Thread mariuszs
https://jira.jboss.org/jira/browse/JBCACHE-1510 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230426#4230426 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230426 ___ jboss-user

[jboss-user] [JBoss Cache: Core Edition] - Re: Hello World for Dummies

2009-04-14 Thread mariuszs
Good sample, thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225319#4225319 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225319 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: Depracated CacheJmxWrapperMBean

2009-04-14 Thread mariuszs
Thanks, I readed this doc. So there is no way to declare JMX beans in declarative way, only programatic way? If CacheJmxWrapperMBean is depracated then how to get access to cache? Now Im using something like this for access cache bean: anonymous wrote : CacheJmxWrapperMBean wrapper =

[jboss-user] [Microcontainer] - Re: Deploying JBoss Cache as MBean in microcontainer

2009-04-14 Thread mariuszs
Thanks, I have resolved my problem. Documentation of JbossCache is wrong anonymous wrote : 5.2. Via JBoss Microcontainer (JBoss AS 5.x) | | Beginning with AS 5, JBoss AS supports deployment of POJO services via deployment of a file whose name ends with -beans.xml. A POJO service is one

[jboss-user] [JBoss Cache: Core Edition] - Depracated CacheJmxWrapperMBean

2009-04-13 Thread mariuszs
http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.0.3.GA/apidocs/org/jboss/cache/jmx/CacheJmxWrapperMBean.html; is depracated, so is there any other option for declaring caching beans as JMX MBeans? |!-- JMX Management -- |bean name=CewiupCacheJmxWrapper

[jboss-user] [Microcontainer] - Re: Deploying JBoss Cache as MBean in microcontainer

2009-04-10 Thread mariuszs
Stupid question, how to acces cache beans from MBean? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4224848#4224848 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4224848 ___

[jboss-user] [Microcontainer] - Re: How do I get the POJO ?

2009-04-10 Thread mariuszs
Hmm, it is hard to find this information for me. Give me please more advices... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4224865#4224865 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4224865

[jboss-user] [JBoss Cache: Core Edition] - Re: Problems deploying Cache via MicroContainer following Us

2009-04-10 Thread mariuszs
anonymous wrote : First, contrary to what is stated in the UserGuide, the name of deployment file must end with -jboss-beans.xml, not -beans.xml. THANKS YOU VERY MUCH! JBoss folks really should be more carefully where are writing such nonsenses in docs for beginners View the original

[jboss-user] [JBossWS] - [JAXB] Problem with generating XML from Schema

2008-02-20 Thread mariuszs
I have sample schema: ?xml version=1.0 encoding=UTF-8? | xs:schema targetNamespace=http://www.test.com/app; | xmlns:xs=http://www.w3.org/2001/XMLSchema; | xmlns=http://www.test.com/app; elementFormDefault=qualified | version=1.0 | xs:element name=DocSample |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: The JSF library situation in JBoss explained (it's calle

2007-10-19 Thread mariuszs
Anyone can confirm than this feature (WAR_BUNDLES_JSF_IMPL) is working in cluster (with JBoss Portal for example) I have strange errors: 2007-10-19 09:28:29,628 DEBUG [org.jboss.portal.faces.loader.FacesClassLoader] Want to load org.jboss.portal.core.admin.ui.common.PageManagerBean will

[jboss-user] [JBoss Seam] - Can not set org.jboss.seam.core.ResourceBundle$1 ???

2007-08-02 Thread mariuszs
I have error with this code: @In | private org.jboss.seam.core.ResourceBundle resourceBundle; | Error: Caused by: java.lang.IllegalArgumentException: Can not set org.jboss.seam.core.ResourceBundle field pl.package.Bean.resourceBundle to org.jboss.seam.core.ResourceBundle$1

[jboss-user] [JBoss Seam] - rich:paint2D with Seam

2007-07-19 Thread mariuszs
How to use rich:paint2D in Seam? This tag requires managed beans defined in faces-config and dont want to work with seam java beans :s View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065725#4065725 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Scoping - finding the sweetspot

2007-04-25 Thread mariuszs
you should make somthing like this: em.remove(em.merge(object)); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040542#4040542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040542

[jboss-user] [JBoss Seam] - ICEfaces v1.6.0 DR#3

2007-04-20 Thread mariuszs
Complete support for using ICEfaces with JBoss Seam v1.2.1. | Apache MyFaces Tomahawk component integration with ICEfaces applications | ICEfaces compatibility with JSF 1.2 runtimes and Facelets. | | Sample seam-icefaces app is available. | |

[jboss-user] [JBoss Seam] - Exporting XML with faceltes

2007-04-02 Thread mariuszs
How to export XML files (not html or xhtml) using facelts templates etc in Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033615#4033615 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033615

[jboss-user] [JBoss Seam] - Re: CRUD framework documentation

2007-04-02 Thread mariuszs
You can define other results (redirections) for diffrent pages, even if outcome is equal, ex. persisted. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033779#4033779 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033779

[jboss-user] [JBoss Seam] - Re: Exporting XML with faceltes

2007-04-02 Thread mariuszs
Thanks for your answer, unfortunatelly, Im using seam + icefaces :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033782#4033782 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033782

[jboss-user] [JBoss Seam] - Nontestable framework

2007-03-26 Thread mariuszs
How to test actions derived from Home or Controller? (transaction problem in integration tests) How to test code with security enabled for entities? (problem in unit tests) Is exposing object PK for all operations (Crud from Home) really good and safe idea, especially for begginers? How to

[jboss-user] [JBoss Seam] - Re: Pages.xml navigation and actionListener problem

2007-03-22 Thread mariuszs
hmm, maybe this is another seam bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030682#4030682 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030682 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: optimistic locking - exception handling

2007-03-02 Thread mariuszs
You have: anonymous wrote : java.lang.NoClassDefFoundError: com/sun/facelets/el/LegacyELContext , so you need el jars in ejb3 and webapp module. Put this in ear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024614#4024614 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-03-01 Thread mariuszs
pages.xml ending conversation is broken with 1.2, only works with plain navigation.xml! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024466#4024466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024466

[jboss-user] [JBoss Seam] - NPE in ConversationEntry with exceptions

2007-02-28 Thread mariuszs
Seam 1.2.0, ICEFaces 1.5.3, JBoss 4.0.5 I have: exception class=javax.persistence.EntityNotFoundException | redirect view-id=/error.jspx | messageNot found/message | /redirect | /exception When exception happend I have error: Caused by:

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread mariuszs
I think you should use latest stable version (1.2.0.GA). Im using with success 1.2.0.GA + EJB 3.0 RC9 Patch 1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023592#4023592 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss Seam + SunRI

2007-02-28 Thread mariuszs
I think JSF1.2 requires JEE 5 (JBoss 5) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023662#4023662 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023662 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: JBoss Seam + SunRI

2007-02-28 Thread mariuszs
Ok, with facelets this is not necessary. Look at page: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamWithJSF1.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023689#4023689 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Unable to authenticate in 1.1.7RC1 : is it a regression?

2007-02-26 Thread mariuszs
Im using @In for Identity and this works for me very good. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022442#4022442 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022442 ___

[jboss-user] [JBoss Seam] - Re: @LoggedIn at the method level

2007-02-21 Thread mariuszs
You should use: @Restrict(#{identity.loggedIn}) This work on TYPE and METHOD level. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019964#4019964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019964

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-21 Thread mariuszs
Maybe @Bi is better ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020129#4020129 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020129 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - SeamTest setField work diffrent than Seam.

2007-02-14 Thread mariuszs
|protected void setField(Object object, String fieldName, Object value) |{ | try | { | Field declaredField = object.getClass().getDeclaredField(fieldName); | if ( !declaredField.isAccessible() ) declaredField.setAccessible(true); |

[jboss-user] [JBoss Seam] - Re: SeamTest setField work diffrent than Seam.

2007-02-14 Thread mariuszs
My workaround dont work. The patch for this method is attached to jira http://jira.jboss.org/jira/browse/JBSEAM-846 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016359#4016359 Reply to the post :

[jboss-user] [JBoss Seam] - Building Seam CVS with ant build

2007-02-09 Thread mariuszs
When I try to build Seam from CVS I have error when application is starting: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.ClassFormatError: Illegal class modifiers in class org/jboss/seam/mail/package-info: 0x1600

[jboss-user] [JBoss Seam] - Re: Seam ICEFaces

2007-02-09 Thread mariuszs
I recommend waiting ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013620#4013620 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013620 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Seam 1.1.6 Security with ICEFaces

2007-02-08 Thread mariuszs
Also, to make use of the security EL functions, SeamFaceletViewHandler must be used. So, it is possible to use SeamSecurity with ICEFaces (and com.icesoft.faces.facelets.D2DSeamFaceletViewHandler instead of SeamFaceletViewHandler)? View the original post :

[jboss-user] [JBoss Seam] - NPE in SeamSecurity (getCookieValue(Selector.java:59))

2007-02-08 Thread mariuszs
I have simple test: new FacesRequest() { | | @Override | protected void updateModelValues() throws Exception { | setValue(#{identity.username}, admin); |

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6 Security with ICEFaces

2007-02-08 Thread mariuszs
yes, login is working but logout is broken i ICEfaces 1.5.3 and Seam 1.1.6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013468#4013468 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013468

[jboss-user] [JBoss Seam] - Re: Access to EntityManager in authenticator?

2007-02-01 Thread mariuszs
You can also use @Stateless bean (simply add this annotation) and @PersistanContext can work. You need also interface for this bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009659#4009659 Reply to the post :

[jboss-user] [JBoss Seam] - OFTOPIC Re: Does DataModelSelection work in a Stateless Sess

2007-01-31 Thread mariuszs
Btw, you should use: @Begin | public String selectOrganization() { | organization = em.merge(selectedOrganization); | return editOrganization; | } View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008674#4008674 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Executing test with TestNG plugin for eclipse

2007-01-29 Thread mariuszs
problem resolved in CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4007723#4007723 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4007723 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Executing test with TestNG plugin for eclipse

2007-01-24 Thread mariuszs
When I try to executed tests from seam-gen generated project in eclipse (by TestNG plugin) I have strange errors: 21:26:25,492 ERROR [SchemaExport] schema export unsuccessful | org.hibernate.JDBCException: Error during import script execution | | Caused by: java.sql.SQLException: Table

[jboss-user] [JBoss Seam] - Re: h:commandButton requires s:conversationId to work proper

2007-01-23 Thread mariuszs
anonymous wrote : s:conversationId | | Add the conversation id to an output link (or similar JSF control). Facelets only. Why this tag is facelets only? Facelests version of tag h:commandButton need conversationId added? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Examples

2007-01-23 Thread mariuszs
lightbulb432 wrote : | 1) How does going to /seam-booking automatically redirect to /seam-booking/home.seam? I don't see anything in web.xml or pages.xml where this behavior has been configured. | There is default page index.html, which make redirect to home.seam html | head | meta

[jboss-user] [JBoss Seam] - Re: Seam 1.1.1.GA

2007-01-19 Thread mariuszs
ICEFaces is compatibile with this release? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003727#4003727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003727 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam 1.1.1.GA

2007-01-19 Thread mariuszs
[EMAIL PROTECTED] wrote : Seam 1.1.1 is available for download | | I see new chapter in documentation for 1.1.1 (Chapter 23. Security). Is new security ready to use now? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003780#4003780 Reply to the post :