[jboss-user] [JBoss Seam] - Re: No active transaction?

2007-06-08 Thread toni
What is the best approach then for a task which might last for 1-6 hours, which is the case with mine. I have increased the transaction timeout already to 2h, but yesterday the task stopped after 2h, without raiging any exceptions. I found the following message in the logs: anonymous wrote :

[jboss-user] [JBoss Seam] - Re: No active transaction?

2007-06-08 Thread [EMAIL PROTECTED]
Well, I'm not sure this discussion really belongs in the Seam forum, but if all the work *really* needs to take place in one transaction, there is usually a programmatic way to set the transaction timeout for the current transaction. For example: UserTransaction.setTransactionTimeout().

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread [EMAIL PROTECTED]
anonymous wrote : If I override a @Create method, do I need to annotate the sub class method as well? No, you do not, indeed, Seam will throw an exception if you do. (Actually I think the exception is not elegant behavior and I should fix that.) View the original post :

[jboss-user] [JBoss Seam] - Re: seam 1.3.0.alpha seam-gen error

2007-06-08 Thread atao
First try: everything seems ok now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052403#4052403 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052403 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - problem accessing jbpm-console (jbpm 3.2.1 GA) on weblogic s

2007-06-08 Thread naseem.k
Hi, I am using jBPM version 3.2.1 GA. I tried to deploy the jbpm-console.war on weblogic server 8.1. I managed to deploy it on weblogic. I resolved all the issues which are coming on weblogic like problem of antlr related to hibernate 3.1 and weblogic 8.1. Secondly I faced problem in query

[jboss-user] [JBoss Seam] - Extending Identity/RuleBasedIdentity

2007-06-08 Thread joeyxxx
Where might one find comprehensive directions on how to extend Identity. I've seen a couple of examples posted here but annotations don't seem to be consistent in the examples given. If I override a @Create method, do I need to annotate the sub class method as well? View the original post :

[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue

2007-06-08 Thread atao
Thanks! It works fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052402#4052402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052402 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: No active transaction?

2007-06-08 Thread toni
But the outer transaction is always bound to the TransactionTimeout. In essence I'm just looking for a way so that a method is allowed to run as long as it needs to to get the job done. Is it possible in seam to run the whole batch without a transaction? View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS Framework Stops on changing System Time

2007-06-08 Thread hskiran
Hi njain15, I am still interested in this topic. I will try your solution and let you know the result. Thanks for the info. Bye hskiran View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052406#4052406 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Sessions in Tomcat

2007-06-08 Thread varkon
I am having the same problem, using JBoss 4.0.5 Did you find a solution to this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052417#4052417 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052417

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Session corruption and mixing of data across sessions

2007-06-08 Thread varkon
I've updated to JBoss 4.0.5 and switched to using isolated class-loading. For a while the problem seemed to have vanished, but now it appears it did not. Is there something I am doing wrong? I don't think that the two separate requests receive the save response... View the original post :

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread [EMAIL PROTECTED]
That should be enough to do the trick. Make sure you have seam.properties in the jar that you are deploying your component in. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052414#4052414 Reply to the post :

[jboss-user] [JBossCache] - Re: Problem using PojoCache with LoadTime Weaving on Jboss A

2007-06-08 Thread mbroons
Thanks a lot. I did not pay attention to this requirement in the doc... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052408#4052408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052408

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread joeyxxx
Where do you configure Seam Identity/RulesBasedIdentity is being used? I've extended RulebasedIdentity to include a couple of fields that handle form input fields presented on the login page. Each time I go to the login page, I get the ff error: javax.faces.el.PropertyNotFoundException:

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread joeyxxx
Hmm I'll try outjecting destination and see if that helps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052409#4052409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052409 ___

[jboss-user] [JBoss Seam] - SMPC in a SFSB throws a nullpointer

2007-06-08 Thread [EMAIL PROTECTED]
When injecting the Seam Managed Persistence Context in a Stateful Session bean, it does not get injected and subsequent references to the entityManager throws a NullPointer Exception. The below code demonstrated the problem, When @Stateful is removed everything works fine. @Name(forward)

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread joeyxxx
Well obviously that didn't help :-) I'll try injecting some sleep. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052411#4052411 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052411

[jboss-user] [JBoss Seam] - Re: SMPC in a SFSB throws a nullpointer

2007-06-08 Thread [EMAIL PROTECTED]
Put a break point in BijectionInterceptor, and find out why. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052413#4052413 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052413

[jboss-user] [JBoss Seam] - Re: Interrupting a Conversation to Start Another

2007-06-08 Thread neilac333
Your approach is certainly viable and pretty simple, and it has occurred to me as a possible solution. Of course, I would argue a lot of the solutions provided by Seam could be accomplished through clever persistence mechanisms as well. My question therefore was meant to address the

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-08 Thread kukeltje
isn't there more info in the logs? this is to little to be helpful View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052428#4052428 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052428

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-06-08 Thread rtm333
How can one avoid using paging? What would happen in this scenario to the slow client and to any other clients after reaching the FullSize (200,000) limit? This might also be of interest to us for the real application, were I am worried that one very slow client can hurt the JMS performance

[jboss-user] [JBoss Seam] - Re: Seam.invalidateSession issue

2007-06-08 Thread lcoetzee
Verified! Logout is working again! Thanks for the quick response. L View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052422#4052422 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052422

[jboss-user] [JBossCache] - 2.x classloader

2007-06-08 Thread yuri.ushakov
Calling factory.createCache(/META-INF/jboss-cache.xml); would say that it can't find the file, and when I come to XmlConfigurationParser.getAsInputStreamFromClassLoader(String filename) the Thread.currentThread().getContextClassLoader().getResourceAsStream(filename); call returns null indeed, but

[jboss-user] [JBoss jBPM] - Re: #{taskInstance} is null on Notify='yes'

2007-06-08 Thread kukeltje
where does seam come from? Did you use that from the beginning? I cannot help further then, since I have no knowlegde about the seam/jbpm integration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052424#4052424 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Event scope question....

2007-06-08 Thread fhh
Well, this is really a Seam question. But you do NOT save server resources by using event scope. It is true that you save resources on the app server but you pay for this by a much higher load on the database. And the database layer is the limiting factor in almost any meaningful application.

[jboss-user] [JBoss AOP] - Re: How to avoid intercepting recursive calls

2007-06-08 Thread [EMAIL PROTECTED]
You can use cflow http://labs.jboss.org/jbossaop/docs/1.5.0.GA/docs/aspect-framework/examples/cflow/cflow.html CFlow does have some limitations though.We cannot do the full wildcard matching that we do in normal method expressions since we are limited to what is output by the stack trace.

[jboss-user] [JBoss AOP] - Re: How to test advised methods?

2007-06-08 Thread [EMAIL PROTECTED]
No comprendo. Please add some more words View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052433#4052433 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052433 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: Altering the transaction timeout

2007-06-08 Thread toni
Hi hbaraca, if I place the @TransactionTiemout annotation on one of my action methods of my SFSB's, which get called, when user clicks on an action link, then the timeout is being ignored. So it does not work for me. View the original post :

[jboss-user] [JBoss Seam] - Re: @DataModel modifications

2007-06-08 Thread rhinosystemsinc
Georges, I am having almost the same problem. My scenario is different, but the DataModel is being cached... and if I change the datamodel to stateless or the SFSB to SLSB, it complains w/ exceptions. How did you solve your problem? Can you give me code samples? Thanks! View the original post :

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread [EMAIL PROTECTED]
And it should be org.jboss.seam.security.identity, not org.jboss.seam.core.identity. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052436#4052436 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052436

[jboss-user] [JBossWS] - Re: problem calling webservice from client

2007-06-08 Thread sashaxiv
i could solve the problem adding a pluging to eclipse to show wsdl files. I was calling an url incorrect. Now the client connect to jboss and execute a simple webservice echo, but my service to login crashes, with a error i can`t undestand. The client connects the administration server

[jboss-user] [JBoss Seam] - Pbm to identofy Browser

2007-06-08 Thread guib
Hi, Newbie in seam, I'd like to identify the browser in an Action (or filter/servlet). Actually I don't know how to do it. Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052442#4052442 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-08 Thread stalep
i got a compile plugin working on my local repository, it needs a bit more work before ill push it out though. sorry that this has taken so long, but ive been swamped at work for a while. ill try to get around and atleast push it out on svn in a few days... View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - java.lang.IllegalStateException: No Factories configured for

2007-06-08 Thread patel_123
hi i am developing simple JSF application.I have included all jar files like jsf-api.jsf-impl,jstl,standard. i am using jboss 4.0.5 application server... i am getting following error.. java.lang.IllegalStateException: No Factories configured for this Application. This happens if the

[jboss-user] [EJB 3.0] - EJB jar deploy order in Jboss AS

2007-06-08 Thread mckeno
Hi all, Is there a way to set the deploying order of each ejb jars in jboss AS. say I have these 2 jars: abc.jar and xyz.jar, I want xyz.jar to be deployed and started before abc.jar (somehow Jboss maybe has the alphabetical default deploy order and always deploy abc.jar first). So is there

[jboss-user] [Javassist user questions] - java.lang.IllegalStateException: No Factories configured for

2007-06-08 Thread patel_123
hi i am developing very simple JSF application.I am using JBOSS 4.0.5GA as application server.jSF 1.2 i am using.I am getting following exception: java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all -

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Two separate transactions with the same database connection

2007-06-08 Thread skymic
Hi I use a JBoss4.0.5 with clustering and EJB3.0 profile. I have defined the following Oracle datasource: datasources | local-tx-datasource | jndi-nameidmDS/jndi-name | connection-urljdbc:oracle:oci:@myDatabase/connection-url | !-- | | Here are a

[jboss-user] [Microcontainer] - Re: Injecting KernelControllerContext

2007-06-08 Thread alesj
Currently our annotation support is a bit weak. :-) But once we get down to it (decide on how to generically handle annotations + impl), this should be a failrly trivial case to handle. But if you need it really soon, I can push this myself or ask Kabir to prepare some temp AOP based solution.

[jboss-user] [JBossWS] - Exceptions in WS - how to remove stack trace from Jboss cons

2007-06-08 Thread soofka
I have a small issue concerning exceptions throwing in jboss Web Services. Normal exceptions, which are to be caught by service invoker, are also displayed in Jboss console - with whole stack trace. This behaviour makes Jboss log grow vfast. Is there a way to exclude selected exceptions from

[jboss-user] [EJB 3.0] - Can't define Double for NUMERIC field.

2007-06-08 Thread m.shinde
Hi, I want to map my Enitity having field price whose datatype I want to define is Double. But In database it is defined as NUMBERIC(5,2) So It is giving me error as Expecting double. Entity Bean | private Double price; | Here I tried by defining columndefination like |

[jboss-user] [Microcontainer] - Injecting KernelControllerContext

2007-06-08 Thread [EMAIL PROTECTED]
Can it be done? e.g. @Inject ControllerContext ctx; instead of implementing the interface with setter and getter that do nothing but just that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052456#4052456 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-08 Thread naseem.k
kukeltje wrote : isn't there more info in the logs? this is to little to be helpful Exactly. I have gone through the source code of org.jbpm.webapp.tag.jbpm.JbpmLibrary as well. Line where it?s showing exception is written in a constructor of the JbpmLibrary class. I seems like exception has

[jboss-user] [JBoss Seam] - Timer not starting from method with @Create annotation.

2007-06-08 Thread maniappan
I try to start a timer with one minute interval using @Asynchronous annotation. when I schedule this timer from within any method in my application it seems to work properly. However when I try to invoke it from a @Create annotated method during startup the timer is not getting set, I see this

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

2007-06-08 Thread stephenwilliams
It works packed as a ear but not as a war. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052465#4052465 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052465 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: SMPC in a SFSB throws a nullpointer

2007-06-08 Thread [EMAIL PROTECTED]
I was missing the SeamInterceptor Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052466#4052466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052466 ___

[jboss-user] [JBoss Seam] - Re: Remoting Problem (Bug)

2007-06-08 Thread stephenwilliams
moved to... http://jboss.com/index.html?module=bbop=viewtopicp=4052468#4052468 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052469#4052469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052469

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - relationships in jbosscmp-jdbc.xml

2007-06-08 Thread paoletto
so, i have this doubt about sematics of fields in jbosscmp-jdbc. example taken from a working project: | ejb-relation | ejb-relation-nameStudents-Groups/ejb-relation-name | | foreign-key-mapping/ | | ejb-relationship-role |

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2007-06-08 Thread dkane
[EMAIL PROTECTED] wrote : So have you recompiled Seam with JDK 6.0? We have not recompile Seam, just extracted to some directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052470#4052470 Reply to the post :

[jboss-user] [JBossCache] - Re: Large node set population performance

2007-06-08 Thread [EMAIL PROTECTED]
When you say populating, are you referring to loading the cache from a JDBC cache loader on cache startup? Or are you referring to oruy own application which reads from a DB and puts stuff into the cache using Cache.put() commands? Also, which version of JBC are you referring to? And finally,

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

2007-06-08 Thread sashaxiv
i am running jboss 4.2 with jbossws. I have two service methods. they work fine if i don't declare the exceptions throwed by them. if i add exceptions to the methods, when i execute the client side it askes my for the the exceptions throwed but with the sufix bean and it crashes because the

[jboss-user] [JBossCache] - Re: 2.x classloader

2007-06-08 Thread [EMAIL PROTECTED]
Good point. http://jira.jboss.com/jira/browse/JBCACHE-1097 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052471#4052471 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052471 ___

[jboss-user] [EJB 3.0] - Configuring ejb 3.0 in exadel

2007-06-08 Thread alexrozario
Hi all, In my exadel plug in when i am trying to create an ejb project it supports only ejb 1.0, 2.0 2.1. how am i configure ejb 3.0 i have java 5.0 version in my system. i can do ejb 3.0 application in JDeveloper IDE. Help me, how to configure ejb 3.0 in exadel View the original post :

[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue

2007-06-08 Thread tazman
Another solution is to use parameterized value bindings feature of the new JBoss EL. For example, the following expression returns the string length: #{testFromType.length()} You can also use other string methods like substring(). See the new Expression language enhancements documentation in

[jboss-user] [JBoss Portal] - Custom Login Module Issues.

2007-06-08 Thread rob_blake
Hi folks, I've been trying to add a custom login module for Jboss Portal so that we can authenticate our users against a datasource accessible via a web service. I'm having a few issues getting this to work and any pointers would be helpful Firstly: Portal 2.6 Jboss AS 4.05 GA The approach I

[jboss-user] [Microcontainer] - Re: Injecting KernelControllerContext

2007-06-08 Thread [EMAIL PROTECTED]
Is this something I might expect to see in AS 5 GA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052480#4052480 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052480 ___

[jboss-user] [Management, JMX/JBoss] - Invocation Statistics of EJB

2007-06-08 Thread ywtsang
From the web-console, I can see the Invocation Statistics of each EJB (session, entity, whatever). The statistics show the mix time/max time/total time/avg time/number of invocation of each method inside the EJB. At that page, it links to the corresponding jmx-console page of that MBean of the

[jboss-user] [JBossCache] - Re: Recipe for serial read ?

2007-06-08 Thread [EMAIL PROTECTED]
We don't do distributed locks (mainly for performance reasons - athough as people have asked for it, we have it on the roadmap as a feature. http://jira.jboss.com/jira/browse/JBCACHE-1098) If you want to run a process as a singleton, you could test whether you are the cluster coordinator.

[jboss-user] [JBoss Messaging] - Re: failed to add topic in JBM 1.3

2007-06-08 Thread timfox
The way to deal with this is to first find a destination lookup that works for you. E.g. try looking up one of the example destinations e.g. queue/testQueue that is shipped with JBM. Once you have done that and are satisified that lookups do, in general work (you can also run the examples for

[jboss-user] [JBoss Seam] - More then one start state?

2007-06-08 Thread timony
Hi, is is possible to have more than one start-state elements in the page-flow? As I am new in Seam, I need to help with quiet simple problem: I want to have just one pageflow: I have a non pageflow element list, when I click on one item of the list, the pageflow starts on view detail, from

[jboss-user] [JBoss Seam] - trouble with conversations

2007-06-08 Thread gothmog
Hi, Im new to seam and liking what i see, however I'm having real trouble with conversations. I set my class up to be in conversation scope (this class will feed the UI field info that I want to work with over several pages.) @Name(cardFields) @Scope(ScopeType.CONVERSATION) public class

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-08 Thread mputz
It looks like WL is using it's own SAXParser implementation instead of the apache one (which is bundled in jboss-4.0.x/lib/endorsed/xercesImpl.jar btw). Have a look at this docu, it's referring to an older WL version but I guess one of the ways to get around this issue described there should

[jboss-user] [Microcontainer] - Re: Injecting KernelControllerContext

2007-06-08 Thread alesj
[EMAIL PROTECTED] wrote : Is this something I might expect to see in AS 5 GA? | Yup. That's the 'create your own dependency' feature Adrian is talking about. ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052495#4052495 Reply to the post :

[jboss-user] [JBossCache] - Re: JDBCCacheLoader: table not created when using cache.jdbc

2007-06-08 Thread [EMAIL PROTECTED]
Thanks. http://jira.jboss.com/jira/browse/JBCACHE-1099 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052494#4052494 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052494 ___

[jboss-user] [JBoss jBPM] - Change application from one version ot anthor new deployed p

2007-06-08 Thread kamleshkoringa
HI How can I change my application running in one processdefinition version to another new deployed version. Is this possible or not. Kamlesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052496#4052496 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity/ inside h:selectOneMenu

2007-06-08 Thread georges.goebel
Hi, Thanks, I have seen the JIRA Bug. But why does the UI example works with the tag s:convertEntity/??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052504#4052504 Reply to the post :

[jboss-user] [JBossCache] - Re: What does this ReplicationException mean?

2007-06-08 Thread [EMAIL PROTECTED]
Hmm, you need to look at why nodes drop out. Perhaps your sync repl timeouts are too low? What version of JGroups are you using, and what is your cluster config section of your cache config like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052505#4052505

[jboss-user] [JBossCache] - Re: Cache Lock TimeoutException

2007-06-08 Thread [EMAIL PROTECTED]
Try READ_UNCOMMITTED? Or Optimistic Locking? Either way, caches are the wrong tool for a WRITE-MOSTLY situation! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052507#4052507 Reply to the post :

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread damianharvey
| h:selectOneMenu id=boSelector value=#{myBean.myObject} | s:selectItems value=#{myBean.myObjectList} var=object label=#{object.field}/ | s:convertEntity / | /h:selectOneMenu | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052509#4052509

[jboss-user] [JBoss Seam] - Re: Pbm to identofy Browser

2007-06-08 Thread damianharvey
FacesContext.getCurrentInstance().getExternalContext().getRequestHeaderMap().get(new String(user-agent)) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052502#4052502 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052502

[jboss-user] [JBossCache] - Re: EvictionPolicyConfig and CacheLoaderConfiguration

2007-06-08 Thread [EMAIL PROTECTED]
Your test is flawed. When something is evicted from memory, it no longer exists in memory but still exists in the cache loader. So when you do a cache.get() the cache sees that the data is not in memory and then proceeds to check if it is in the cache loader (which it is) and then loads data

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread petemuir
Use s:convertEntity and s:selectItems as demoed in a number of examples (e.g. ui example) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052503#4052503 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052503

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity/ inside h:selectOneMenu

2007-06-08 Thread petemuir
It uses facelets not jsp (use facelets unless you can't for some reason) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052506#4052506 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052506

[jboss-user] [JBossCache] - Re: JbossCache replication and ip multicast

2007-06-08 Thread [EMAIL PROTECTED]
anonymous wrote : | This TCP_NIO protocol is said to be more scalable for large clusters than TCP, so can I use this protocol in Jboss ClusterConfig? | Yes you can. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052508#4052508 Reply to the post :

[jboss-user] [EJB 3.0] - Re: InvokeRemoteInterceptor reconnect for each call

2007-06-08 Thread wolfc
http://jira.jboss.com/jira/browse/EJBTHREE-986 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052510#4052510 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052510 ___ jboss-user

[jboss-user] [JBossCache] - Re: BdbjeCacheLoader exception with JTA distributed transact

2007-06-08 Thread [EMAIL PROTECTED]
I just wrote a unit test loosely based on your use case above and it works okay. Can you confirm that this is specific to the transaction manager you use? Could you try with org.jboss.cache.DummyTransactionManager and see how it behaves with that? I'm NOT advocating the use of the

[jboss-user] [JBoss Seam] - Re: Number Guess Example Query

2007-06-08 Thread trekker880
I tried the same but i am getting the error whenever i tried to deploy the war file to the jboss directory. 16:16:51,902 ERROR [[/jboss-seam-numberguess]] Error configuring application listener of class org.jboss.seam.servlet.SeamListener java.lang.ClassNotFoundException:

[jboss-user] [Installation, Configuration Deployment] - HELP!!! Problems with .war deployment

2007-06-08 Thread mcox42
Hi, I'm new to JBoss and am having the following issue. When Jboss starts up I get the following error in deploying the invoker.war 11:45:35,316 ERROR [MainDeployer] DeploymentException while trying to deploy a package with a new deployer org.jboss.deployment.DeploymentException: URL

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-06-08 Thread timfox
rtm333 wrote : How can one avoid using paging? Set fullSize to a very large value View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052523#4052523 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052523

[jboss-user] [JBoss Seam] - Error in deploying the seam

2007-06-08 Thread trekker880
hi all i am deploying the numberguess example of seam in jboss 4.0.5 GA I set the jboss home and edit the relevant in the build.xml and then i built it throuh ant. it is building successfully. Again i build numberguess using ant. it also building successfully. when i tried to copy the

[jboss-user] [JBoss Seam] - Re: facesMessages and element id

2007-06-08 Thread kooudy
I use SEAM 1.1.6 and there is no such method ... yeah I can see, possible from version 1.2. anonymous wrote : public void addFromResourceBundle(String id, javax.faces.application.FacesMessage.Severity severity, String key,

[jboss-user] [JBoss Seam] - Re: Remoting Problem (Bug)

2007-06-08 Thread stephenwilliams
I guess this was the right place after all. It would be nice if someone could give me some feedback to this bug. Is their a reason that the ajax packet is being sent incorrectly? The error message is in the remote.js View the original post :

[jboss-user] [JBoss Seam] - Persistence Question

2007-06-08 Thread anescu
Hi, I have this situation: I have a Seam generated application (so I use lots of the generated code) I enter on the edit screen of entity B from the list. B has a combo box of entity A. Near this combo box there is a link that sends me to the edit screen of the instance of A (A1) that is

[jboss-user] [JBoss Seam] - Re: Timer not starting from method with @Create annotation.

2007-06-08 Thread petemuir
You need to find out why the NPE is thrown - for some reason the as isn't giving you the whole stack trace, wrap the method in a try catch and print the stack trace View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052533#4052533 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-06-08 Thread wesleyhales
Hey Lightguard - Can you tell me what you did to fix java.lang.RuntimeException: java.lang.IllegalArgumentException: Null name Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052528#4052528 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Persistence Question

2007-06-08 Thread anescu
I know they are persisted. But I don't have much experience with EJB3, JPA, Hibernate... I hoped that maybe there is some way to say ignore the update on this entity to the persistence manager. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052546#4052546

[jboss-user] [JBoss Seam] - Re: Custom pdf tag not rendered when in email attachment

2007-06-08 Thread dilator
How do you define your libraries? In a separate jar or via facelets.LIBRARIES in web.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052550#4052550 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052550

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 to 4.2.0 upgrade and JBossTS

2007-06-08 Thread djr667
Where is the JBossTS config file? I do not see 'allowMultipleLastResources' as a MBean property on TransactionManagerService. Extra work: the phrase This is transactionally unsafe and should not be relied on implies that we should modify our legacy systems to use XA transactions and not depend

[jboss-user] [EJB 3.0] - debugging transactions

2007-06-08 Thread adamzrk
Hi I want to know what is going on in my app - especially in the area of transactions. What package is responsible for transactions in jboss - I want to append appropriate code in log4j.xml file. I have tried org.jboss.tm but result is that I don't see any log - even from my app. Regards

[jboss-user] [Security JAAS/JBoss] - Single Sign authentication of JSR168 portlet

2007-06-08 Thread manish_ymcaie
I have written a JSR 168 portlet which is required to login with same user and password with which you signed on the portlet. Means this portlet require single sign authentication. Kindly answer how to do single sign authentication for JSR 168 portlet. View the original post :

[jboss-user] [JBoss Seam] - Re: More then one start state?

2007-06-08 Thread petemuir
timony wrote : is is possible to have more than one start-state elements in the page-flow? No anonymous wrote : Do you know, is this generaly possible? Eg. to have two start-state elements? One for the view-detail and one for the dirrect edit page for the new item? Probably use a decision.

[jboss-user] [Security JAAS/JBoss] - Re: Single Sign authentication of JSR168 portlet

2007-06-08 Thread manish_ymcaie
manish_ymcaie wrote : I have written a JSR 168 portlet which is required to login with same user and password with which you signed on the portal. Means this portlet require single sign authentication with the portal which contaons it. | | Kindly answer how to do single sign authentication

[jboss-user] [Installation, Configuration Deployment] - Newbie question: Using JEMS Installer

2007-06-08 Thread dougorr
If I use the JEMS installer and select the EJB3 option, can I also install an EJB2 server instance under the same AS folder? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052535#4052535 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Number Guess Example Query

2007-06-08 Thread petemuir
trekker880 wrote : I tried the same but i am getting the error whenever i tried to deploy the war file to the jboss directory. Try deploying the ear, not the war - RTFM. anonymous wrote : pls sort out the error I would suggest actually *reading* the docs. View the original post :

[jboss-user] [JBoss Seam] - Re: Persistence Question

2007-06-08 Thread petemuir
You've updated A1, a persistent entity, so when you flush the Persistence Context, i the changes get persisted. If this was just regular java objects, you wouldn't expect the above to work... so, redesign so it would work with plain java objects and then add in your pesistence - *don't* use

[jboss-user] [JBoss Seam] - Re: Persistence Question

2007-06-08 Thread petemuir
Thats what I mean by tricks ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052548#4052548 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052548 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: How to test advised methods?

2007-06-08 Thread system.out
I wold like to write some unit tests for testing interceptors in eclipse. The problem is the AOP compiler requirement, that should be somehow linked to the testing. Currently, I am able to run examples using ant within eclipse. How can I run examples directly without using ant? This is the

[jboss-user] [Installation, Configuration Deployment] - Dynamically loading a class at JBoss startup that uses a thi

2007-06-08 Thread psyllogism
I am using JBoss 4.04 installed with EJB 3.0 I have an application that I am trying to deploy in an EAR, and in this application I have an MBean that tries to dynamically load a non-EJB class as JBoss is starting up. The MBean basically looks like this:

[jboss-user] [JBoss jBPM] - Re: #{taskInstance} is null on Notify='yes'

2007-06-08 Thread james_hays
Yes, this is a full seam app with jBPM integration. I will start posting in the seam forum as well on this issue. I would have a hard time seeing that this is a seam issue since I initially had the issue when using notify=yes and the mail templates. I'll post over there and cross reference

[jboss-user] [EJB/JBoss] - Re: Way to implement a removeAll() method?

2007-06-08 Thread seansawyer
Except, unfortunately, that the project in question does not use Hibernate. It seems that there is no way to accomplish this through EJB: http://forum.java.sun.com/thread.jspa?threadID=5174100messageID=9671593 The impetus for this post was that, with a sufficiently large number of entities, I

[jboss-user] [JBoss Tools (users)] - Need info on JBossIDE for Eclipse 2.0.0.Beta2

2007-06-08 Thread wonderguy_222002
Hi all, I am kind a newbie here, so far I was working with Net Beans and as it was very user friendly but compare to that I am like struggling to understand eclipse and its working order. I have downloaded JBossIDE for Eclipse Version: 2.0.0 Build id: 2.0.0.Beta2. I will really appreciate if

  1   2   3   >