[jboss-user] [JBoss Seam] - Re: Ehcache and 'manual' seam invocation

2008-02-05 Thread adamw
OK, but I was wondering wheter I got the Seam calls right, that is, if I setup the contexts correctly (with Lifecycle.beginCall() and Lifecycle.endCall())? -- Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126884#4126884 Reply to the post : http://www

[jboss-user] [EJB 3.0] - Where to find a full list of what can be specified with @Act

2008-02-05 Thread Legga
Good day, Is there a single document that lists all possible configuration properties that one can specify using @ActivationConfigProperty annotation on an MDB? So far I used to dig what I need by browsing the code of org.jboss.ejb.plugins.jms.JMSContainerInvoker and guessing... Thanks in adva

[jboss-user] [JBoss Seam] - Re: Problem with

2008-02-05 Thread graben
| | Some short explaination. This is a code fragment out of a menu where conversations should be started from. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126880#4126880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Error while testing using external database

2008-02-05 Thread hubaghdadi
Hey Sir, Would you please telling me in which file should I turn the logging up to info? Appreciate your time and your kind help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126879#4126879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Using existing Tomcat with JBoss AS?

2008-02-05 Thread hsaha
You can surely do that. Rename/remove the jbossweb-tomcat50.sar folder in the deploy/ directory. Deploy the war appropiately to tomcat and the EJBs etc to JBoss and everything should work seamlessly. Regards, Himadri View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [Security & JAAS/JBoss] - Re: Context Realm - server.xml config lost on EAR deployment

2008-02-05 Thread briandehaven
One clarification. The web.xml I posted above is from the application's WAR. The listener is currently set up in /deploy/jboss-web.deployer/conf/web.xml to spit out some information before the application is deployed. In both locations, the results are the same. This is on JBoss-4.2.2.GA. View

[jboss-user] [Security & JAAS/JBoss] - Context Realm - server.xml config lost on EAR deployment

2008-02-05 Thread briandehaven
I was working at a client site recently and ran into this issue. They have a custom Realm and security context listener to allow the deployment of one of their applications on to a JBoss server. Originally they defined this Realm at the Engine level, replacing the default org.jboss.web.tomcat.s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j config help

2008-02-05 Thread jaikiran
Which version of JBoss do you use? Where have you placed your log4j configuration file? Also, see my comments in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128979 which might help you in figuring out whether your log4j file is being picked up. View the original post : http://www

[jboss-user] [JBossWS] - How to acheive versioning in jbossws

2008-02-05 Thread extasy
Help me with some approaches to acheive versioning in jboss. Previously we were using axis bean serializer and doing the same for axis services. Now wat is the approach I should follow while using jboss to acheive versioning. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Clustering/JBoss] - Re: Object is removed from far cache when node is brought do

2008-02-05 Thread [EMAIL PROTECTED]
I think you missed the "Important Note" at the top of the wiki page which said this won't work for the distributed HttpSession service. I'm sorry this page is confusing in this way. :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126870#4126870 Reply to

[jboss-user] [JBoss Seam] - Re: :( the huge log file.

2008-02-05 Thread gringalet
hi , pepite, thank you for your hand. i have been already fixed the trouble of big log file according to your advice . would you like tell me why the tag of "" is unstable in my program , now it spends tens minutes to upload a file with 1M size. and at the end , jboss says: | | 2008-

[jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize

2008-02-05 Thread CBax007
I too am in the same boat. I am constructing a SOAPMessage object from an XML string. The service I am posting the message to is choking on the chunked request data. I want to be able to disable this and the way seems to be by using the 'HTTP 1.0 Client' config from the standard-jaxws-client-

[jboss-user] [Clustering/JBoss] - Object is removed from far cache when node is brought down

2008-02-05 Thread shpatil
I am facing difficulty to make far cache pattern work in cluster. I am using JBoss AS 4.2.2 in clustered environment with far cache configured on remote computer as MBean as described in document at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClusteringPatternFarCache HttpSession is create

[jboss-user] [JBoss Seam] - Re: How to specify more than one persistence context in Comp

2008-02-05 Thread gsawant
After adding the above lines I added both entity managers using entity-transaction elements in components.xml file | | | | first I tried without precedence attribute but it complained java.lang.IllegalStateException: Two components with the same name and precedence: org.jbos

[jboss-user] [Security & JAAS/JBoss] - Re: LoginContext(init()) Null Pointer Exception

2008-02-05 Thread ashwinikakkeri
Sure!, Here is the jass configuration. | | | | MyApplication -users.properties | MyApplication -roles.properties | true | |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem with Flash over HTTPS in IE

2008-02-05 Thread konami
Hi, I have this strange problem with flash over https not working in IE. It works fine over normal http. The suggested solution from flash community is to remove "Pragma: No-cache" and "Cache-Control: no-cache" from the server response for flash files. When I analyze the output from JBoss AS 4.2

[jboss-user] [Remoting] - Re: Concurrency Issue (ClassCastException) in MicroRemoteCli

2008-02-05 Thread pms917
To add a little more to the "synchronized (MarshalFactory.class)" part of the code change: This is not meant to imply that there *is* a concurrency problem with MarshalFactory, just that we synchronized on it as a precaution since we are not well versed enough with the codebase to quickly deter

[jboss-user] [Beginners Corner] - Any "Hello World" for JBoss CMP?

2008-02-05 Thread McJava1967
Hi everybody. Could anybody suggest the easiest possible "Hello World" example I could use to accomplish my first container-managed persistence using JBoss? With your help, I have set up JBoss, and then configured it to work with a MySql db. If I could get ANY simple application to run insid

[jboss-user] [JBoss Seam] - GUI testing tools for Seam apps

2008-02-05 Thread asookazian
anybody used this tool? http://www.theserverside.com/news/thread.tss?thread_id=48338 Froglogic Squish 3.3 are there any good equivalent tools (open source) for use with Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126849#4126849 Reply to the post :

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

2008-02-05 Thread joeyxxx
Thanks Pete. Will do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126847#4126847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126847 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Security questions to the Seam team

2008-02-05 Thread [EMAIL PROTECTED]
The issue described in JBSEAM-2165 was a valid issue which is now fixed, however there is still no guarantee as to how many times the authenticator method will be called. From the ref docs: anonymous wrote : When writing an authenticator method, it is important that it is kept minimal and free

[jboss-user] [JBossCache] - REPL_ASYN replication question.

2008-02-05 Thread nanreh
Simple question: when using REPL_ASYNC, how long can I expect it to take for a cache to initiate replication after a local transaction commits? I haven't seen this answered in the documentation or this forum. I'm wondering if the cache initiates replication immediately following a local commit

[jboss-user] [JBoss Seam] - Re: Security questions to the Seam team

2008-02-05 Thread b.reeve
I downloaded the latest Seam 2.0.1.GA release and I still have issues with Authenticator method being invoked twice. Based on the solution here, the authenticate() method is invoked with isLoggedIn(false), but then when there is a navigation rule like this | | |

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

2008-02-05 Thread [EMAIL PROTECTED]
Hmm, me to. Ok, file a JIRA issue, we will try to look at it soon :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126841#4126841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126841 __

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

2008-02-05 Thread joeyxxx
Firefox on OSX. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126835#4126835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126835 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-05 Thread [EMAIL PROTECTED]
Ok, so my suggestion is: * Remove all the a4j/rich stuff * Remove the table and so on, until the problem goes away (maybe see if its still there with a simple one field form first?) - then you can narrow down whether its a wls bug, a bug in your code etc. View the original post : http://www.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - InvocationLayer type=http does not start

2008-02-05 Thread ajaygautam
The problem: Invocation layer does not start | 2008-02-05 17:38:23,967 [main] ERROR URLDeploymentScanner - Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: jboss.system:service=ServiceBindingManager | State: CONFIGURED | I Depend On: |

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-05 Thread neilac333
Here you go: | | Search | | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: How to specify more than one persistence context in Comp

2008-02-05 Thread [EMAIL PROTECTED]
Add: | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126831#4126831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126831 ___ jboss-user mailing list jboss-user@lists.jb

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

2008-02-05 Thread [EMAIL PROTECTED]
What browser are you in? Btw prior to Seam 2.0.1 you couldn't nest a s:conversationPropagation into a commandButton View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126828#4126828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: loosing seam initialization (in particular injection) wh

2008-02-05 Thread [EMAIL PROTECTED]
You can't instantiate a Seam component using the new operator - you must use injection or Component.getInstance() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126830#4126830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: NPE with migration to Seam 2.0.1- JBoss 4.2.2

2008-02-05 Thread [EMAIL PROTECTED]
Yes, you need to update your namespaces - take a look at the seam2migration guide. I've also made Seam give a nicer exception there :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126826#4126826 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - How to specify more than one persistence context in Componen

2008-02-05 Thread gsawant
Hi I am working on Seam 2.0 pojo, toplink, tomcat6. I got it working with one persistence unit where my components.xml and persistence.xml and context.xml file looked like below components.xml | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/

[jboss-user] [JBoss Seam] - Re: Recursive rendering in Seam Mail

2008-02-05 Thread tom_goring
I wanted to have dataTables etc in the email so the DB facelet route was the one for me it was a little involved ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126824#4126824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss jBPM] - Re: problem when traversing to end state

2008-02-05 Thread twiceknightly
"vijaykoripella" wrote : I am also facing the same issue , complete Task doesnt work inside a transaction. if used with out the transaction it works .I have raised a Jira issue for the same, | http://jira.jboss.org/jira/browse/JBPM-1130 | | I don't know if your using Spring but the worka

[jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3?

2008-02-05 Thread meghanai_99
Thanks Alex. That is exactly what I am planning to do i.e. moving to new deployment module. Though that changes a lot of things for us e.g how the endpoint is going to look now will be controlled by JBPM GA rather than we controlling it. It means educating everyone again, finding out the limitat

[jboss-user] [JBoss jBPM] - Re: concurrency question

2008-02-05 Thread twiceknightly
"kukeltje" wrote : We use it the other way around. Persisting the domain objects in their session and pass this session to the jbpm context. Not sure if it will work in your situation, but it does in ours. One last thing ... did you write yours as a jbpm service? View the original post : ht

[jboss-user] [JBoss Seam] - Re: Recursive rendering in Seam Mail

2008-02-05 Thread [EMAIL PROTECTED]
Easier than that. Just run the generated HTML through Interpolator.instance().interpolate() - hopefully it should accept that syntax. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126816#4126816 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Problem implementing filters

2008-02-05 Thread [EMAIL PROTECTED]
You probably need either auto-create=true in components.xml or create=true on the @In View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126817#4126817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126817

[jboss-user] [JBoss jBPM] - Re: concurrency question

2008-02-05 Thread twiceknightly
"kukeltje" wrote : We use it the other way around. Persisting the domain objects in their session and pass this session to the jbpm context. Not sure if it will work in your situation, but it does in ours. Yes I thought about that but in that case isn't there essentially two layers of hibernat

[jboss-user] [JBoss Seam] - Re: Ehcache and 'manual' seam invocation

2008-02-05 Thread [EMAIL PROTECTED]
You probably need to ask on the hibernate forum as Seam isn't really doing anything different here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126815#4126815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126815 __

[jboss-user] [JBoss Seam] - Re: Problem with

2008-02-05 Thread [EMAIL PROTECTED]
Ok, post some code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126814#4126814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126814 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator

2008-02-05 Thread trouby
When I save a file it validates all files within the project, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126813#4126813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126813 _

[jboss-user] [JBoss Seam] - Re: Error Compiling generated entities from Postgre

2008-02-05 Thread [EMAIL PROTECTED]
Err, this was a bug in Seam 2.0.0 so try Seam 2.0.1.GA (Seam 2.0.2 isn't released yet). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126811#4126811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126811 __

[jboss-user] [JBoss Seam] - Re: Recursive rendering in Seam Mail

2008-02-05 Thread tom_goring
Hi, I've got this working. Here was my post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128918 You need to serve up your facelets from the database and the use ui:include. Thanks Tom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126809#4126

[jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3?

2008-02-05 Thread [EMAIL PROTECTED]
Try moving from org.jbpm.bpel.ant.ServiceGeneratorTask to org.jbpm.bpel.tools.ant.WsdlServiceTask (in jbpm-bpel-tools.jar). The interface is largely similar, although the tool has been upgraded to generate bpel-deployment.xml along with the WSDL documents. Apart from that, several things had to

[jboss-user] [JBoss Seam] - Re: How do we add List of Object item in Conversation scope?

2008-02-05 Thread [EMAIL PROTECTED]
I don't really understand, some code would help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126808#4126808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126808 ___ jboss-

[jboss-user] [JBoss Seam] - Re: gen-ui: order of fields in generated forms

2008-02-05 Thread [EMAIL PROTECTED]
File a feature request in JIRA. I don't know if this is possible with Hibernate tools, but it seems like a very reasonable request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126807#4126807 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: h:SelectManyListbox, s:SelectItems and Many-to-Many mapp

2008-02-05 Thread [EMAIL PROTECTED]
Is there a stack trace for that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126805#4126805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126805 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: A lot of

2008-02-05 Thread [EMAIL PROTECTED]
Conversation timeout shouldn't matter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126806#4126806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126806 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: AbstractEntityManagerImpl warning

2008-02-05 Thread [EMAIL PROTECTED]
Seam 1.1 is very old. Please use 2 or 1.2 at a pinch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126803#4126803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126803 ___ j

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-05 Thread [EMAIL PROTECTED]
Let's see the xhtml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126802#4126802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126802 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Error while testing using external database

2008-02-05 Thread [EMAIL PROTECTED]
As I said, turn logging up to info for both org.jboss.seam and org.jboss and post the log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126801#4126801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126801 ___

[jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati

2008-02-05 Thread [EMAIL PROTECTED]
"neilac333" wrote : My Seam action component has a listener method that handles the passing of the desired page number from the client to the search code, and this method takes a DataScrollerEvent parameter. This is an object unique to RichFaces. How can I test the overall function of my actio

[jboss-user] [JBoss Seam] - Re: Multiple random rendering of facelet components

2008-02-05 Thread gjeudy
I added a new s:button with the same #{packageEditAction.selectReleasePackage} side by side on the same page and it executes normally (well at least I get to the intended view (I have other types of errors but it is not in the interest of this thread) I believe there is something seriously wron

[jboss-user] [JBoss Seam] - Re: @Destroy method problem

2008-02-05 Thread [EMAIL PROTECTED]
That's your eclipse classpath, not your deployment classpath. Check for stale jars in your deployment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126798#4126798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126798

[jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3?

2008-02-05 Thread meghanai_99
Yep. Tested already. It works on new database if I use BPEL console to deploy my process. It doesn't work on new database with our current deployment module. I get exception - | 14:08:49,095 ERROR [STDERR] java.lang.ClassCastException: org.jbpm.bpel.graph.def.BpelProcessDefinition | 14:08:

[jboss-user] [JBoss Seam] - Re: Bug? Outjected boolean changes value mid-template

2008-02-05 Thread [EMAIL PROTECTED]
1) If you have an @Stateless bean it can't have any fields on it. read about what @Stateless *really* means (this probably explains your values changing) 2) This is because you are outjecting into EVENT scope. So, the process is this whilst rendering the page Try to access boolean value, not in

[jboss-user] [JBossWS] - Installing JBossWS 2.0.X.GA

2008-02-05 Thread mendaye
Hello, I was trying to install jbossws-native-2.0.3.GA. Insatll instruction mention that... Copy ant.properties.examples to ant.properties Modify the target container location in ant.properties. Execute one of the following ant deploy-jboss40 However, I was not able to locate ant.properties

[jboss-user] [JBoss Seam] - loosing seam initialization (in particular injection) when u

2008-02-05 Thread cyberanto
Env: Seam2.0.1.CR1/JBoss4.2.0/JBoss Development Studio/Windows XP I am having a problem with Injection failing to work for components which are programmatically added to the context, e.g. in the Action Class: Contexts.getSessionContext().set("catalogModel", newCatalog); the ModelClass: @Scop

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server

2008-02-05 Thread mgk
THANK YOU Peter once again for all your help. This resolved my issues. I didn't know about that EULA until now. It is very strange. Probably, I'll switch to Linux. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126793#4126793 Reply to the post : http://w

[jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3?

2008-02-05 Thread [EMAIL PROTECTED]
Can you test it on a new database to confirm this is a schema update issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126792#4126792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126792 ___

[jboss-user] [JBoss jBPM] - Re: How to run jBPM-BPEL and JBoss 5.0.0Beta3

2008-02-05 Thread [EMAIL PROTECTED]
We didn't test it on 5.0.0.Beta3. Indeed, it is not yet part of our target platforms as there is no high demand for it. However, by all means, add a feature request to our issue tracking system and we will schedule it in our road map. The more votes it gets, the sooner it will be delivered. Vie

[jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3?

2008-02-05 Thread meghanai_99
I think so too. This is upgraded database from older Beta3 to now GA. I have changed the hibernate config property to update schema but it seems to be not taking care of it. My setting is - | update | If database upgrade doesn't work, it may prohibit us from taking up BPEL GA :( Thanks,

[jboss-user] [JBoss Seam] -

2008-02-05 Thread joeyxxx
This code worked prior to Seam 2.0.1GA. I've tested various combinations of seam and richfaces versions and 2.0.1 seems to be the culprit. With : | | | | |

[jboss-user] [JBoss Seam] - Re: Multiple random rendering of facelet components

2008-02-05 Thread gjeudy
No outstanding exception happens on the server side. The seam phase listener processes the request and renders the same page as the response without getting to my stateful ejb method execution. See page below: #{packageEditAction.selectReleasePackage} should resolve to my stateful bean method e

[jboss-user] [EJB 3.0] - Re: Stateless session bean pooling in JBoss

2008-02-05 Thread isthisusernameavailable
I'm seeing a similar behavior where existing SLSB instances were not re-used as expected. My application has a MDB that contains an injected SLSB for use during the onMessage() method. When onMessage() is called, it appears that a new SLSB instance is constructed. The MDB itself seems to be r

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server

2008-02-05 Thread PeterJ
Just noticed that you are running Windows Vista. You should re-read the EULA you agreed to when you installed Vista - it prohibits you from having more than 10 incoming connections. This means a maximum of 10 users can be (legally) connected to your web site at any one time. View the original p

[jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3?

2008-02-05 Thread [EMAIL PROTECTED]
Seems like a database schema conflict. There were some changes in the database layout between 1.1.Beta3 and 1.1.GA. Does this occur on a clean or an existing database? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126783#4126783 Reply to the post : http://

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server

2008-02-05 Thread PeterJ
Um, what I said works only for Windows. For Unix/Linux it gets more complicated. See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOnPort80 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126782#4126782 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Multiple random rendering of facelet components

2008-02-05 Thread gjeudy
I figured its a s:decorate tag causing the funky behavior. I removed the s:decorate tags, even though I don't know what could be causing the issue. Now the page is rendering normally except that nothing happens when I click a button on the page. The same page gets rerendered even though it shou

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server

2008-02-05 Thread PeterJ
Oops, missed the port 8080 part. You can change this in the file server/xxx/deploy/jboss-web.deploy/server.xml, change the Connector port from 8080 to 80. You should also do a search for 8080 in all of the *.xml files and change those to 80. View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-05 Thread nandhusriram
Thanks that worked, I compiled the classes from RAD and it worked. Now I getting a classcast exception caused by org.jboss.seam.persistence.EntityManagerFactory incompatible with javax.persistence.EntityManagerFactory . BTW I have my application class loader first in the class path. I even tri

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server

2008-02-05 Thread mgk
Hi Peter, I cannot thank you enough for this. I've spent lot of time looking for documentation on this really. However, could you please let me know how to get rid of port 8080 as well? I still had to use 8080 in the url with the procedure you listed (both steps worked beautifully). I'm

[jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3?

2008-02-05 Thread meghanai_99
Hello Alex, After making the necessary changes to bpel-definition.xml and bpel-deployment.xml [renamed and changed namespace etc.] in our deployment module, when I tried to deploy same BPEL process again on updated JBPM database, I get following error - | 13:50:23,654 INFO [STDOUT] Retriev

[jboss-user] [JBoss Seam] - Multiple random rendering of facelet components

2008-02-05 Thread gjeudy
Hi, I am upgrading a seam1.2 JSF1.1 application to seam2.0 JSF1.2. Now that I finished upgrading and deployed the upgraded app to the server, I display the same facelet page that used to work before, now it displays randomly several times the same components (several forms, buttons etc in ran

[jboss-user] [Remoting] - Re: Concurrency Issue (ClassCastException) in MicroRemoteCli

2008-02-05 Thread pms917
I've created a jira ticket for this issue: http://jira.jboss.org/jira/browse/JBREM-900 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126774#4126774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126774 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server

2008-02-05 Thread PeterJ
Two things. First, use the -b run option to bind the app server to your IP address. For example (assuming your IP address is 123.123.123.123): ./run.sh -b 123.123.123.123 Note that only URLs for that IP address will work (that is, localhost will no longer work). If you want localhost to work a

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator

2008-02-05 Thread akazakov
Does it take a lot of time for validating some particular file or all files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126768#4126768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126768 __

[jboss-user] [JBoss Seam] - Re: Obtaining user's host information

2008-02-05 Thread tonylmai
That worked. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126766#4126766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126766 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Using Seam 2.0.1.CR1 with JBoss Tools 2.0.0.GA

2008-02-05 Thread akazakov
"Antoine Sabot-Durand" wrote : Eclipse seems to look for something in the jar that it doesn't find. However the project can be deployed and run with 2.0.1 jar the only trouble is that we can't edit J2EE dependencies anymore Yes, it is a bug of WTP. It will be fixed in WTP 2.0.2. See http://jira.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j config help

2008-02-05 Thread babygodzilla
im very sorry. i dunno how it happened but it looks like there are 4 copies of this thread. mods please delete 3 and leave 1. thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126763#4126763 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j config help

2008-02-05 Thread babygodzilla
im very sorry. i dunno how it happened but it looks like there are 4 copies of this thread. mods please delete 3 and leave 1. thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126762#4126762 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j config help

2008-02-05 Thread babygodzilla
im very sorry. i dunno how it happened but it looks like there are 4 copies of this thread. mods please delete 3 and leave 1. thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126761#4126761 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: concurrency question

2008-02-05 Thread kukeltje
We use it the other way around. Persisting the domain objects in their session and pass this session to the jbpm context. Not sure if it will work in your situation, but it does in ours. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126760#4126760 Reply to

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-05 Thread [EMAIL PROTECTED]
I agree: anonymous wrote : bad major version at offset=6 is almost always a java version error. compiled on one and ran on another. They must both be the same or have the proper flags set. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126759#4126759 Repl

[jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3?

2008-02-05 Thread meghanai_99
Thanks Alex. It seems we will have to redeploy already deployed BPEL processes. I can change bpel-application.xml to bpel-deployment.xml but cannot do the same with bpel-definition.xml which has its namespace changed :( I am not expecting any workaround in this case but if there is any please

[jboss-user] [JBoss jBPM] - Re: handling bulk amounts of processinstances; transaction p

2008-02-05 Thread kukeltje
you describe your problem, but not what you want to achieve, other than '100.000 domain objects need processing' This is so vague that it is hard to even start thinking about a solution. Maybe 4 hours is not so bad if you can at almost the same time finish the 'process' (what ever it may be).

[jboss-user] [Installation, Configuration & DEPLOYMENT] - running JBOSS in the forground and get it to ouput it's PID

2008-02-05 Thread egandt
I need to keep JBOSS running as a foreground task and yet allow for a third party product to find th JBOSS_PID and kill it if needed. I'm looking for how to get JBOSS (both on Unix and Windows) to output the pid of the actual java process spawned by running run.sh(bat). Is this possible, if so

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-02-05 Thread kukeltje
Try to check out the version labelled 3.2.2 and not use cvs-head. There are some changes going on currently that can make building impossible the coming days View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126750#4126750 Reply to the post : http://www.jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server

2008-02-05 Thread bossei
I could use this solutioin also. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126746#4126746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126746 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: How to persist data into related table ?

2008-02-05 Thread juk
yes i know.. but please tell me what should i do to make it work ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126741#4126741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126741

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deploying MyApp as default application on JBoss server

2008-02-05 Thread mgk
Hi, I've created a we application and it runs on JBoss 4.2.2.GA using the following url: http://localhost:8080/MyApp However, I would like to configure this so that when someone says: http://www.mgk.com this application should come up by default (That means, we should get rid of /MyApp and

[jboss-user] [JBoss Portal] - Implementing Search using Portlet framework ...

2008-02-05 Thread rohit000
Hi All, I would like to implement Search functionality similar to the one you see in the right top corner of the forum page. As I understand currently the same is implemented not using Portlet framework. But I want to use Portlet framework to do the same. Essentially what I want, when a search

[jboss-user] [JBoss Seam] - Re: PDF generation : horizontalAlignment does not work

2008-02-05 Thread matt_lc
Right ! it works fine now. thanks a lot!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126737#4126737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126737 ___ jboss-user m

[jboss-user] [JBoss Seam] - NPE with migration to Seam 2.0.1- JBoss 4.2.2

2008-02-05 Thread gjeudy
I'm getting NPE when trying to use EntityConverter with Seam 2.0.1 - JBoss 4.2.2. I use in a facelets page. Below is the stack I get: 2008-02-05 14:43:09,862 DEBUG [org.jboss.seam.Component] seam component not found: entityManager | 2008-02-05 14:43:09,862 DEBUG [org.jboss.seam.util.Naming]

[jboss-user] [JBoss Seam] - Re: How to persist data into related table ?

2008-02-05 Thread supernovasoftware.com
You are calling insert with no parameters. This is not in the Stateless bean nor in the interface for the bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126735#4126735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Tools (users)] - Re: Add/Remove projects to Server

2008-02-05 Thread trouby
Hey, So first, why there's a difference between Jboss 4.2 server and the 'Jboss System Copy Server' projects layout? Second, then I guess it is not working as expected, I have created a new seam project through jboss tools packed as an EAR, so I got the following projects: - myproject - mypro

[jboss-user] [JBoss Seam] - Re: How to persist data into related table ?

2008-02-05 Thread juk
in previous example i forgot to put @Name annotation.. but when i did this i got this.. | Exception during request processing: | Caused by javax.servlet.ServletException with message: "#{insert.insert}: javax.el.MethodNotFoundException: /insert.xhtml @17,59 action="#{insert.insert}": Metho

[jboss-user] [Installation, Configuration & DEPLOYMENT] - log4j config help

2008-02-05 Thread babygodzilla
i followed instructions here http://www.techienuggets.com/Detail?tx=33 to create configurations such that log4j will send emails containing Error messages to a certain email. | log4j.appender.Mail=org.apache.log4j.net.SMTPAppender | log4j.appender.Mail.SMTPHost=smtp.gmail.com | log4j.appen

  1   2   3   >