[jboss-user] [JBoss Eclipse IDE (users)] - Which version to use?

2007-01-24 Thread Newlukai
Hi there, I still use JBossIDE 1.5 but I'm thinking about upgrading. But I'm wondering which version I should use. The installation guide is written for 1.5, the last release is 1.6 and since October 2006 there's only a beta2 of JBossIDE 2.0. I develop an application with Seam 1.1.1, ICEfaces

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-01-24 Thread a.moreno.jimenez
a.moreno.jimenez wrote : Hi all, | Has anyone managed to buy the book without subscribing to safari library or bookshelf? I'm only interested in SEAM book, and it seems impossible to buy rough and cuts as standalone... :( | Hi all again, dont know whether I had too much java yesterday, or

[jboss-user] [JBoss Seam] - Using EntityQuery Restrictions in Code

2007-01-24 Thread paradigmza
Hi, I would like to know the proper way to use seam restriction in the code. I used to have a way that worked in Seam 1.1.0 but it stopped working in 1.1.1 (hence must be the incorrect way to use them) | ListString restrictions = new ArrayListString(); | restrictions.add(username like

[jboss-user] [JBoss jBPM] - [Beginner] How to call a stored procedure in a Task ?

2007-01-24 Thread fmarchioni
Hi all, can anybody tell me how to execute a custom Java Code from a Task ? I need to recall an Oracle stored procedure and evaluate its return value from the Task. Thanks Francesco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005688#4005688 Reply to

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: [Lorg/jboss/aop/advice/I

2007-01-24 Thread tfleming
I copied jboss-aop-jdk50.jar and jboss-aspect-library-jdk50.jar from jboss_home/server/default/deploy/jboss-aop-jdk50.deployer and made them available to my unit tests. Now it works fine. Are these jars needed by client applications when running jdk5.0? If so perhaps they should go into the

[jboss-user] [JBoss Portal] - Re: Portlet state refresh problem

2007-01-24 Thread [EMAIL PROTECTED]
What do you mean by: If I navigate away from this porlet and return, it returns me to page C View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005691#4005691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005691

[jboss-user] [Javassist user questions] - Re: Javassist PermGen Problem with MyFaces

2007-01-24 Thread mpeter
We are already using Javassist 3.4 but Hibernate in Version 3.2.0.GA. I will check the newer Hibernate Version. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005695#4005695 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Enable loadtime weaving from IDE

2007-01-24 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | Because eclipse is launching jboss directly in its memory space, you need to start ECLIPSE with more memory first using standard -Xblahblah args (lemme see if I can find them for you). | huh ? I was under the distinct impression we were running jboss in a

[jboss-user] [EJB 3.0] - Re: RuntimeExceptions caught, wrapped in EJBException

2007-01-24 Thread jc7442
For me it looks like this: | package fr.toto.interceptor; | | import java.lang.reflect.Method; | import java.lang.reflect.UndeclaredThrowableException; | import java.util.logging.Level; | import java.util.logging.Logger; | | import org.jboss.aop.advice.Interceptor; | import

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-24 Thread jbmp user
Very, very, thanks, expecially to yoyoyoyo!!! Now I have a sql database to work for it Thank very much!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005703#4005703 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF (RI) Portlet deployment on JBoss Portal 2.2.1

2007-01-24 Thread herveminko
Thanks for your explanations. My application uses some customized JSF UI components based on Sun's implementations. It is the reason why i also use the same implementation for converting some modules into portets. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Enable loadtime weaving from IDE

2007-01-24 Thread [EMAIL PROTECTED]
Max: I think you're right. Bossy: try using those arguments as vm args in the launch config for your server View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005705#4005705 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB and connection to a remote queue with transaction

2007-01-24 Thread hoigh
Thanks for the answer. I don't know if the article actually helps. However, I have found my own solution. If you want to send a message in a container managed transaction to a remote destination, the nuts and bolts is to care about the XAConnection, i.e., the usage of XA classes is mandatory.

[jboss-user] [Beginners Corner] - Re: java.io.StreamCorruptedException: invalid stream header

2007-01-24 Thread nimrodr
OOPS, posted it to the beginners corner by mistake. I will post it the the EJB/JBOSS forum. Sorry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005712#4005712 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005712

[jboss-user] [JBoss Seam] - Re: Using EntityQuery Restrictions in Code

2007-01-24 Thread [EMAIL PROTECTED]
restrictions.add(username like concat(#{search.value},'%') ); should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005713#4005713 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005713

[jboss-user] [EJB/JBoss] - java.io.StreamCorruptedException: invalid stream header

2007-01-24 Thread nimrodr
After Jboss was running for several days, we received the following errors several times. The errors appeared for about 2 minutes and then stopped. After that it seems that all MDB handling was stopped. There are several variants of the stack trace, I listed an example of each one. We are using

[jboss-user] [JBoss Seam] - Re: s:link

2007-01-24 Thread agori
agori wrote : | | and in some action-association.xml | | #{item.selectItem} | | Sorry, I meant | associations | | alias name=item | #{itemBean.selectItem} | /alias | | /associations View the original post :

[jboss-user] [JBoss Seam] - Re: org.hibernate.exception.DataException: could not initial

2007-01-24 Thread ernest210
When I add @Column(name = client _id) in Client class over | public int getId() {return id; | } | and in class Book @ManyToOne, @JoinColumn(name = grupaProd_id) over | public Client getClient() { | return client; | } | problem disappear. Anyway thanks.

[jboss-user] [JBoss Seam] - Re: org.hibernate.exception.DataException: could not initial

2007-01-24 Thread ernest210
Mistake not @JoinColumn(name = grupaProd_id) but @JoinColumn(name = client _id). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005718#4005718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005718

[jboss-user] [JBoss Seam] - Re: s:link

2007-01-24 Thread agori
[EMAIL PROTECTED] wrote : No, you can't put this stuff in form fields, because there is no form! s:link if for GET requests. These parameters only appear when they are needed. In simple cases, they aren't there at all. What do you think about using alias names instead of action method encoded

[jboss-user] [JBossWS] - Problem with ServiceEndpointInterceptor

2007-01-24 Thread DuocSu
7:56:14,210 INFO [ServiceEndpointManager] WebService started: http://pippin1:8180/ejb/WebServiceP2H 17:57:04,101 WARN [DeserializationContextImpl] Ignoring invalid namespace mapping: [prefix=,uri=] 17:57:04,117 WARN [DeserializationContextImpl] Ignoring invalid namespace mapping:

[jboss-user] [JBoss Seam] - Re: Using EntityQuery Restrictions in Code

2007-01-24 Thread paradigmza
Thanks Gavin, I found my problem, the new seam gen, generates @Override | public ListString getRestrictions() { | return Arrays.asList(RESTRICTIONS); | } Which was removing all of my custom restrictions. View the original post :

[jboss-user] [Beginners Corner] - how to deploy a non web application in jboss??

2007-01-24 Thread hussain.maricar
hello guys , ur help would be greatly appreciated if u could help me out with a small requirement i have . I have a stand alone java application that works when we invoke a main function . My basic task is to convert this application into a proper jboss app server application . since i am new

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss IDE Tutorial using hibernate

2007-01-24 Thread Syslock
Hi Is there any tutorial available i could use for training? I've gone through the offical documentation JBossIDE-Tutorial v1.6 but it doesn't use any database and thus not show how to use xdoclet with hibernate. View the original post :

[jboss-user] [EJB/JBoss] - Re: JBoss 4.0 sp1- java.rmi.NoSuchObjectException: Could not

2007-01-24 Thread Demidenko.Andrew
http://jira.jboss.com/jira/browse/JBAS-1374 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005734#4005734 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005734 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Recursive call to jBPM BPEL Process

2007-01-24 Thread christian.seiffert
Hi all, my recursive BPEL process works fine using ActiveBPEL engine. Since there are no answers and informations if recursive calls are even possible I guess that this feature is not supported by jBPM BPEL. Regards Christian View the original post :

[jboss-user] [Clustering/JBoss] - [SessionFactoryObjectFactory] Not found

2007-01-24 Thread mphansen
Hi, I'm trying to set up the seam booking example in a cluster. I have two jboss-4.0.5-ga instances installed (with ejb3-clustered support) and an Apache in front of them. I have made the following changes to the booking application. 1) It now uses a MySQL database which is shared by the two

[jboss-user] [Clustering/JBoss] - Re: Clustering Issue / SEAM

2007-01-24 Thread mphansen
I don't have any solution for you but you have my best thoughts :-) I notice something similar when I try to cluster the seam booking example. See my post at http://www.jboss.com/index.html?module=bbop=viewtopict=99823. After a while I get the ClassNotFoundException that you experience.

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread m.schuetz
Hey Norman, thanks for your fast implementation. I have already tried the new stuff. (web.xml, components.xml changed following your description) Following exception occurs when trying to acces /test.pdf: 11:55:27,193 ERROR [SeamServletFilter] ended request due to exception |

[jboss-user] [JBoss Seam] - looking for the right way to display images

2007-01-24 Thread buddy1974
Hi all, I am developing an Application which has to server images. Now my question is, what is the right way to do it in seam? Should I write my own servlet or my own UI Component (Totally inexperienced with this)? What is the right way? Kind regards Juergen View the original post :

[jboss-user] [Security JAAS/JBoss] - change the validity period in the ssl certificate

2007-01-24 Thread ravirajdanasekaran
Hi, I have created a .keystore file using the command keytool -genkey -alias tomcat -keyalg RSA. Changed the name of the .keystore file to my.keystore and kept in jboss/server/default/conf folder. Started server and security warning came up. While looking at the certificate information it shows

[jboss-user] [Security JAAS/JBoss] - No valid security context

2007-01-24 Thread aleksab
I'm having a problem with Jboss and JAAS authentication. I've created a PasswordLoginModule class which extends LoginModule, and a CallbackHandler class which implements CallbackHandler. Both works fine. My bean is very simple: | @Stateless | @Remote(SecurityBean.class) |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: where to put context.xml in JBoss?

2007-01-24 Thread BrianR
In addition to the WEB-INF/context.xml file or the META-INF/context.xml file, standalone Tomcat will also look for an application's context information in its conf/Catalina/localhostlt;or-other-hostnamegt;/ direcotry, in a file named lt;context-namegt;.xml. For instance, if I have a web

[jboss-user] [JBoss Portal] - java.lang.NoClassDefFoundError

2007-01-24 Thread hussain_rangwala
hi i am trying to deploy a struts application on JBoss portal 2.4.0.GA...however i am able to see my first page but when i click on submit i see the following exceptions can anyone help me on this...any ideas or suggestions would be appreciated.. | 2007-01-24 17:10:36,975 ERROR

[jboss-user] [JBoss Seam] - Re: looking for the right way to display images

2007-01-24 Thread petemuir
I wrote an example of serving a dynamic image which is on the wiki, there is an example in the seamspace example (you'll have to get the cvs version of seam for that), a4j includes a tag for this I believe. View the original post :

[jboss-user] [Clustering/JBoss] - clusterpartition and ha-jndi with diferent partition names

2007-01-24 Thread abosch
hi! im configuring a 3.2.8 jboss server and i want two different partition names. the default one with the main clusterpartition and related services, and another with only HAJNDI service. when i run the instance i get a nullpointer exception from HAJNDI service. is possible to get this

[jboss-user] [JBoss jBPM] - Re: Is this a mem. leak

2007-01-24 Thread Johan.Parent
@estaub : good idea! It's done: http://jira.jboss.com/jira/browse/JBPM-827 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005760#4005760 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005760

[jboss-user] [JBoss Seam] - Re: Using Jasper Reports with Seam/JBoss

2007-01-24 Thread squibobblepants
Hi, Been working on this, and can create the filled in html report, and load it to a byte[] in the Resource, but I keep hitting this error: | javax.faces.el.EvaluationException: Exception while invoking expression #{reporting.file.render} | at

[jboss-user] [Messaging, JMS JBossMQ] - Flashrecriut problem

2007-01-24 Thread nayabingi
I am new to flashrecruit and I am currently trying to deploy it for a customer. I have followed the instructions for deploying flash recruit on an already installed JBoss application server but I seem to be having a very strange database issue. Below is a breakdown of my system specs and what

[jboss-user] [JBossCache] - Configuration problems For PojoCache under JBoss AS

2007-01-24 Thread Naxo
Hello, I am a newbie in JBoss Cache, and in J2EE in general. I am trying to configure JBoss Cache as a MBean under JBoss AS. This are the products versions that i am using: | * Jboss 4.0.5. GA (EJB3) | * JBossCache 1.4.1. GA | I have looked all the available documentation that i know,

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-24 Thread fuligj
Well. Can anyone help me to change the db in jbpm-jpdl-3.2.Beta1? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005772#4005772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005772

[jboss-user] [JBoss jBPM] - Re: Bug in SchedulerThread.java

2007-01-24 Thread [EMAIL PROTECTED]
Try to use pessimistic locking. But this is probably database dependent... Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005774#4005774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005774

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread [EMAIL PROTECTED]
You still need to access the page as test.seam - it will redirect to test.pdf if you are using the docstore servlet. Does the seam-document example work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005775#4005775 Reply to the post :

[jboss-user] [JBoss Portal] - Portal security and tomcat security are not inline

2007-01-24 Thread jkoek
I'm using portal v2.4. Problem; The portal is configured to use security. The user has to logon to the portal when accessing a pate. I have a portlet that start's up a new window using javascript. Within this window I'm communicating directly with a servlet/jsp page. The timeout of the portal

[jboss-user] [JBossWS] - wsdl url with http basic authentication

2007-01-24 Thread claudiosanchez
Hi, I have the following ejb with webservice and security metadata. Now I have some security problems (http 401 error) when a try to access to wsdl from the client. Is there a way to access to wsdl from the client? or Is there a way to disable security to wsdl URL (disable security for GET)?

[jboss-user] [EJB/JBoss] - Re: EJB remote and local are the same

2007-01-24 Thread ji
any suggestions ? :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005783#4005783 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005783 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: looking for the right way to display images

2007-01-24 Thread buddy1974
Hi Pete, I think it is a bit more complicated. Here is what I have to provide. Users can upload images to the application. They are then provided a link, which they can use within their E-Mails, or other Forums, to post references to the images. The things users can upload do not necessarily

[jboss-user] [JBoss Portal] - Re: Portlet state refresh problem

2007-01-24 Thread TopperHarley
In our current application, we're only showing one portlet at a time. If I show another portlet by clicking on the navigation bar on the top, I consider that navigating to another portlet. If I then click on the link to take me to the original portlet, it's shows up on page C. I'm not

[jboss-user] [Clustering/JBoss] - ejb3 SFSB with load-balancing but without replication

2007-01-24 Thread mindflyer
Hi All I need to have SFSB with load-balancing but without replication. Theare are two cases: 1) SFSB has references to not-serializable objects; 2) SFSB is bridge to MBean, which starts to work in separated threads when client app sends first request and returns collected data in the next

[jboss-user] [JBoss Seam] - SeamTest Entity Life Cycle

2007-01-24 Thread eiswind
We have a Stateful Bean that loads our currentUser object (An @Entity) and outjects it. It is the injected to an stateless action bean that edits the password of the userObject. When I run this in JBoss environment the Entity seems to get detached from the hibernate session Context as I can

[jboss-user] [JBossWS] - Wrong incomming SOAP not intercepted

2007-01-24 Thread bossy
Could someone please tell me does JBoss enforce the restrictions put in the wsdl and how? I have WS that runs under JBoss. In my wsdl I put a restriction on one of the elements to make sure that it's always present in the request: element name='mailbox' nillable='false' minOccurs=1 maxOccurs=1

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-24 Thread [EMAIL PROTECTED]
ah ok actually i also just now added the following folder /anotherroot and file index.html under that and that seems to be working fine as well. can you try your usecase again and make sure its happening consistently. It could be a one off thing during the execution of that particular thread

[jboss-user] [JBoss Seam] - SeamTest Entity Life Cycle strange behaviour

2007-01-24 Thread eiswind
We have a Stateful Bean that loads our currentUser object (An @Entity) and outjects it. It is then injected to an stateless action bean that edits the password of the userObject. When I run this in JBoss environment the Entity seems to get detached from the hibernate session context as I can

[jboss-user] [JBoss Seam] - Re: SeamTest Entity Life Cycle strange behaviour

2007-01-24 Thread eiswind
sorry for the double post, the forum got stuck when i did the first post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005810#4005810 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005810

[jboss-user] [JBoss jBPM] - Re: [Beginner] How to call a stored procedure in a Task ?

2007-01-24 Thread estaub
Francesco, First, I wonder if you really mean a Task? Is the primary work assigned to a person or other external agent? If not, you probably just want a Node. See http://docs.jboss.org/jbpm/v3/userguide/processmodelling.html#actions If you haven't already, please study the user guide before

[jboss-user] [JBoss Seam] - Re: Using Jasper Reports with Seam/JBoss

2007-01-24 Thread petemuir
Looks like there is some transaction related problem going on. My best guess would to try marking the render method @Transactional. Or, better yet, do it in a JavaBean as a Seam component View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005816#4005816 Reply to

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

2007-01-24 Thread lightbulb432
I think I figured out #3...even though there's a cid in the address bar, there's not a clr=true so I guess that makes sense. Anybody have any insights on #2,4,5? Your help would be greatly appreciated. View the original post :

[jboss-user] [JBoss jBPM] - Re: Unable to insert new process definitions.

2007-01-24 Thread estaub
Tom, Googling {hibernate.use_sql_comments mysql} leads to http://opensource.atlassian.com/projects/hibernate/browse/HHH-2178 suggesting that a newer MySQL may solve your problem. (I know you already have a good workaround - I mainly wanted to get this into the forum for future searching by

[jboss-user] [JBoss Seam] - Re: Using Jasper Reports with Seam/JBoss

2007-01-24 Thread squibobblepants
hmm. I think the transaction exception is a bit of a red herring - it seems to appear at the bottom of all stack traces now. I'm getting the same error now even when trying to access a simple string in my reporting bean: reporting.java: | @Stateful | @Name(reporting) |

[jboss-user] [EJB/JBoss] - Strange problem

2007-01-24 Thread earniedyke
Greetings, I have a strange problem I hope someone can help me with. I have a java app that runs on a server separate from my JBoss 4.0.1sp1 instance. This app connects and tries to get a stateless EJB from JBoss. The lookup works fine but when I do home.create the method ends without an

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread rbz285
I've tried out the latest (3 hours ago) version from cvs and it works well for me. I used the servlet version so it gives me a url with my.pdf in it (once I remembered to put the useExtensions value in components.xml). I tried my generic table again (thanks for the value binding on the widths

[jboss-user] [Clustering/JBoss] - Re: ejb3 SFSB with load-balancing but without replication

2007-01-24 Thread [EMAIL PROTECTED]
You can set the CacheMode attribute in ejb3-clustered-sfsbcache-service.xml to LOCAL and that will disable replication. That will affect all EJB3 SFSBs though. The org.jboss.annotation.ejb3.cache.tree.CacheConfig annotation has a name attribute which allows you to specify the ObjectName of

[jboss-user] [Beginners Corner] - Installation Problems

2007-01-24 Thread MuschPusch
Hello, i'm trying to install jboss to run opencrx. The problem is when I run ./run.sh i get this error: run.sh: Missing required file: /opt/jboss/system/src/bin/run.jar I also tried # java -jar jems-installer-1.2.0.GA.jar giving me this output: PackageListener,

[jboss-user] [JNDI/Naming/Network] - Re: Environment entry in Tomcat's context file

2007-01-24 Thread BrianR
Looking at this JIRA entry: http://jira.jboss.com/jira/browse/JBAS-2290 I see that despite JBoss's integration of Tomcat, it has chosen to discard a bit of real flexibility in how it handles context files. The JIRA case discusses the location of context.xml as though it's an either/or between

[jboss-user] [JBossWS] - jboss-web.xml : an indirection in someway keeps the doctor a

2007-01-24 Thread bocio
Hi guys :-) I'm deploying some web services client and I'm using the beautiful feature of wsdl-override to match at deploy time the ws address. Is there a way to have another indirection level, So I can avoid to deploy my application unpacked? I have something like this: | jboss-web |

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread [EMAIL PROTECTED]
I don't know how to get headers and footers on the first page. iText doesn't seem to support it, but I may just not know the magic incantation. I w I'm adding error code for the missing PDF case as we speak. For things like the missing valuebindings, please just open JIRA issues so they

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread [EMAIL PROTECTED]
I don't know how to get headers and footers on the first page. iText doesn't seem to support it, but I may just not know the magic incantation. I w I'm adding error code for the missing PDF case as we speak. For things like the missing valuebindings, please just open JIRA issues so they

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread [EMAIL PROTECTED]
I don't know how to get headers and footers on the first page. iText doesn't seem to support it, but I may just not know the magic incantation. I w I'm adding error code for the missing PDF case as we speak. For things like the missing valuebindings, please just open JIRA issues so they

[jboss-user] [JCA/JBoss] - Background connection validation and no-tx-datasource

2007-01-24 Thread pkorros
I configured all my datasources to use the background-validation tag. Everything worked as expected on all the datasources except the no-tx-datasource. I have configured the datasource to check every minute but the datasource never notices that the connection is down. Any ideas about what

[jboss-user] [JBoss Seam] - Re: End doesn't really end the conversation in 1.1

2007-01-24 Thread andrew.rw.robinson
Never mind, found the description in the docs http://docs.jboss.com/seam/1.1GA/reference/en/html/annotations.html#d0e6964 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005852#4005852 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Background connection validation and no-tx-datasource

2007-01-24 Thread [EMAIL PROTECTED]
Please post your *-ds.xml file as well as JBoss version, driver, DB etc, etc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005850#4005850 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005850

[jboss-user] [JBoss Messaging] - Re: Problem if messaging client deployed within same VM

2007-01-24 Thread PeterJ
All I did was follow the installation instructions that came with Messaging (ran the util/release-admin.xml Ant script). Well, I also switch databases to MySQL or PostgreSQL. However, the only messaging client I am using in the app server is a message-driven EJB. View the original post :

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread rbz285
thanks There's a comment at the top of the javadoc for the lowagie Document class (I saw it at http://www.docjar.com/docs/api/com/lowagie/text/Document.html) anonymous wrote : When you change the header/footer on a certain page, this will be effective starting on the next page. and the

[jboss-user] [Installation, Configuration Deployment] - If there are more than one -xms -xmx in JAVA_OPTS, which one

2007-01-24 Thread sepgs2004
My JAVA_OPTS for JBoss/JVM start up parameters contains two memory setting parameter, do you know which one it will take? JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh -Djava.util.logging.config.class=com.sa.application.util.logging.SALogManagerConfigurator

[jboss-user] [JBoss jBPM] - How to get the Business Hours:Min:Sec

2007-01-24 Thread itsolvs
Hi, Can anybody suggests on how to get the Business Hours:Min:Sec from two dates. Thanks Venkat View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005859#4005859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005859

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-24 Thread damatrix
I have tried taking out the A4J tags and removed the name from si:selectitems configuration but to no avail. I think the problem is from the seam managed persistence context. During startup seam loads it up as a component as shown below | 00:08:02,125 INFO [Component] Component: em,

[jboss-user] [Clustering/JBoss] - Re: clusterpartition and ha-jndi with diferent partition nam

2007-01-24 Thread [EMAIL PROTECTED]
Please post your config file for the 2nd partition along with the stack trace of the error. I get a nullpointer exception from HAJNDI service is not useful in determining your problem. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005862#4005862 Reply to

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

2007-01-24 Thread hstang
lightbulb432 wrote : | 2) In the example's pages.xml there is a no-conversation-view-id attribute for the pages element and a conversation-required attribute for some of the page elements. I noticed that everytime I access a page with a conversation-required, it redirects to the

[jboss-user] [JBoss jBPM] - Re: How to get the Business Hours:Min:Sec

2007-01-24 Thread estaub
Sorry, wrong forum - this is a Java question. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005863#4005863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005863 ___

[jboss-user] [JBossWS] - HTTP Connection timeout in WS4EE stack

2007-01-24 Thread stone_42
Hello, I'm calling some web services with the ws4ee stack on jboss 4.0.3sp1. My problem is that those web service are relatively slow, and it happens relatively often that I run into a SocketTimeoutException after one minute. Is it possible to change the default socket timeout of 1 minute used

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread [EMAIL PROTECTED]
When I was first doing the headers, I tried to use newPage to increment the page count and apply the headers, but I wasn't able to make it work. Putting it before document.open() does work. I'll see what I can do. I might need to move header and footer into facets. I'm probably going to

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

2007-01-24 Thread lightbulb432
Thanks for your response. If there's always at least a temporary conversation, why do I sometimes see a cid and sometimes not in the address bar? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005873#4005873 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Problem if messaging client deployed within same VM

2007-01-24 Thread alllle
PeterJ wrote : All I did was follow the installation instructions that came with Messaging (ran the util/release-admin.xml Ant script). Well, I also switch databases to MySQL or PostgreSQL. However, the only messaging client I am using in the app server is a message-driven EJB. Yep, I used the

[jboss-user] [JBoss Seam] - Classpath question with Seam Tomahawk

2007-01-24 Thread georgesberscheid
Hi, looking at the examples that come with Seam and at what seam-gen does, it seems to be common practice to put all EJB3's and Seam components into a JAR file, all the JSF and view stuff into a WAR file and package both in an EAR. The issues example uses Tomahawk which goes into

[jboss-user] [Installation, Configuration Deployment] - Re: If there are more than one -xms -xmx in JAVA_OPTS, which

2007-01-24 Thread PeterJ
Usually, the last setting wins. Of course, it would be best to correct the parameters so that there is no question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005875#4005875 Reply to the post :

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

2007-01-24 Thread lightbulb432
Additional question: When updating elements in a long-running conversation, is one big update sent to the database when the conversation is explicitly ended? Or are updates being sent to the database throughout the long-running conversation (i.e. every time a page gets submitted), but if the

[jboss-user] [EJB 3.0] - Re: JBoss 5 Tx Enlist Problem

2007-01-24 Thread apill
This solved one problem but created another with DB2 and XA transactions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005881#4005881 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005881

[jboss-user] [JBoss Seam] - Re: looking for the right way to display images

2007-01-24 Thread petemuir
It sounds like you are on the right track with that design. Take a look at some of examples I mentioned which should give you some implementation ideas. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005883#4005883 Reply to the post :

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

2007-01-24 Thread hstang
That's the behaviour of s:link/s:button. It will append a cid to the url, if it finds a conversation (which is what you see). It will append a clr if it detects the conversation as long-running (which you don't see, because its not long running) View the original post :

[jboss-user] [EJB 3.0] - Re: JBoss 5 Tx Enlist Problem

2007-01-24 Thread [EMAIL PROTECTED]
Ahhh...ok, so you had multiple resources...Sorry I should have asked this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005882#4005882 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005882

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-24 Thread petemuir
You need to get a seam managed persistence context (i.e. inject the entity manager using @In) working first (from the above it sounds like it isn't). Follow the examples, search the forum, read the reference manual. View the original post :

[jboss-user] [JBoss jBPM] - Re: How to get the Business Hours:Min:Sec

2007-01-24 Thread estaub
Venkat, My apologies - I misunderstood what you were asking about. As you probably know, BusinessCalendar has an add function, but not a subtract. The calendar package is not documented at all - not even any significant comments. I think you'll want to use BusinessCalendar.findDayPart to

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

2007-01-24 Thread hstang
lightbulb432 wrote : Additional question: | | When updating elements in a long-running conversation, is one big update sent to the database when the conversation is explicitly ended? | no. Data is updated when a transaction starts and commits. Read

[jboss-user] [EJB 3.0] - Re: JBoss 5 Tx Enlist Problem

2007-01-24 Thread apill
No problem. I managed to find that info in the forums in the end. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005891#4005891 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005891

[jboss-user] [JBoss Seam] - Re: Classpath question with Seam Tomahawk

2007-01-24 Thread hstang
georgesberscheid wrote : | Do I need to move the Tomahawk and Facelets libs to the EAR root (and add it to application.xml or jboss-app.xml as java modules) I would try that. Not sure if you need to move facelets out though. View the original post :

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-24 Thread spambob
[EMAIL PROTECTED] wrote : Just to make sure I am hearing you correctly - you want to take an existing PDF document and define precise rectangles over it in which seam should generate a page overlay, essentially filling in the document? Exactly! This way I could create a PDF Template with

[jboss-user] [JBoss Seam] - logoff question

2007-01-24 Thread Holger Prause
Hello,i have problems with my logoff action, i need to set the user object to null. The code below dont works (i also made sure theres no seam component with name user) | @Stateless | @Name(logoff) | public class LogoffAction implements Logoff { | | @In |

[jboss-user] [JBoss jBPM] - Re: [Beginner] How to call a stored procedure in a Task ?

2007-01-24 Thread kukeltje
Your the man Ed... thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005904#4005904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005904 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Error in SeamSecurityFilter

2007-01-24 Thread vladimir.kovalyuk
I realized that when user is accessing a page when it is not logged in, the first thing that is happening is JSF lifecycle due to the error in SeamSecurityFilter: | if (!checkSecurityConstraints(hRequest.getServletPath(), hRequest.getMethod(), ident)) |

[jboss-user] [EJB 3.0] - Re: RuntimeExceptions caught, wrapped in EJBException

2007-01-24 Thread ALRubinger
Nice. I'm doing something very similar (reading in declared exceptions, logging if not declared). Thanks for the reinforcement. :) S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005908#4005908 Reply to the post :

  1   2   3   >