[jboss-user] [JBoss Seam] - Re: Can action called from button avoid committing transacti

2007-08-24 Thread matt.drees
Odd. It looks like 1.2.1 has code to parse the flush-mode attribute in pages.xml, so I think it ought to work. Oh well. Glad things are working for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077980#4077980 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: jboss-ejb3-all.jar StatelessRemoteProxy serialVersionUID

2007-08-24 Thread nynymike
ok... figured this one out. The jars that I needed were all in jboss-4.0.5.GA\client: | * jbossall-client.jar | * ejb3-persistence.jar | * jbossall-client.jar | * jboss-annotations-ejb3.jar | * jboss-aspect-jdk50-client.jar | * jboss-ejb3-client.jar | * jboss-ejb3x.jar | |

[jboss-user] [JBoss jBPM] - Re: BUILD ERROR

2007-08-24 Thread pedroluppi
Thank you for the help. I needed install http://www.info-zip.org/ and works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077978#4077978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077978 __

[jboss-user] [JBoss Seam] - Re: login-required and no-conversation-view-id causing infin

2007-08-24 Thread [EMAIL PROTECTED]
That seems like a bug, could you please raise it in JIRA and someone will take a look at it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077977#4077977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077977 _

[jboss-user] [JBoss Seam] - Re: s:fileUpload error

2007-08-24 Thread [EMAIL PROTECTED]
If you send me a deployable test case I'll take a look at it for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077976#4077976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077976 _

[jboss-user] [JBoss Seam] - Re: Can action called from button avoid committing transacti

2007-08-24 Thread tynor
Thanks Matt - you got me on the right track. I've got it working by removing the begin-conversation entity in my page.xml and annotating my wire() function as: @Begin(flushMode=FlushModeType.MANUAL, join=true) | public void wire() { | This wasn't as scary as I expected it to be. The persi

[jboss-user] [JBoss Seam] - Ajax race condition causes Conversation.flush NPE

2007-08-24 Thread pdpantages
SEAM 1.2.1 GA Ajax - 1.1.1-SNAPSHOT (from seam dist) Hello forum, I have finally a clue about my Conversation.flush() errors. This is due to a race condition between my ajax poll and my @End method, which is called when the user presses apply/cancel. I am able to reproduce this reliably by: (

[jboss-user] [JBoss jBPM] - Re: cancel-event in timer

2007-08-24 Thread lelaub
Hi Roland Thanks for your reply! my process definition hast the xmlns xmlns="urn:jbpm.org:jpdl-3.1", therefore i looked at http://docs.jboss.org/jbpm/xsd/jpdl-3.1.xsd, and http://docs.jboss.org/jbpm/xsd/jpdl-3.2.xsd where i couldn't find a corresponding element. Due to the fact that its very

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with JBoss portal setup

2007-08-24 Thread senenami
Sorry, when I start the server I get the above error. When I open the portal page, the following error is dispalyed: java.lang.IllegalStateException: Cannot get portal server I tried deploying the latest portal jboss-portal-2.6.1.GA and when I start the server, I get the following error: =

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem with JBoss portal setup

2007-08-24 Thread senenami
Hi, I'm trying to setup JBoss portal in my machine. Setup Details: JDK installed - j2sdk1.4.2_15 MySQL 5 (ds copied to deployment directory) JBoss AS - jboss-4.0.3SP1 JBoss Portal - jboss-portal-2.2.0 Env. Variables: JAVA_HOME = C:\j2sdk1.4.2_15 JBOSS_HOME = C:\Program Files\jboss-4.0.3SP1 I c

[jboss-user] [JBoss Seam] - Re: problem with Stateless beans

2007-08-24 Thread kosiakk
Try @Create annotation or, the easiest way, paste #{reportCongesCrossDataBean.init()} somewhere in xhtml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077968#4077968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40779

[jboss-user] [JBoss jBPM] - Re: Is there a single page html or pdf of the jbpm documenta

2007-08-24 Thread dingo001
"syngolis" wrote : try this: | http://docs.jboss.com/jbpm/v3.2/userguide/html_single/ Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077965#4077965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077965 __

[jboss-user] [JBoss Seam] - Re: Can action called from button avoid committing transacti

2007-08-24 Thread matt.drees
"matt.drees" wrote : {Merge, Update, Delete} Oops. I meant {Merge, Refresh, Remove}. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077960#4077960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077960

[jboss-user] [JBoss Seam] - Re: Can action called from button avoid committing transacti

2007-08-24 Thread matt.drees
For those more knowledgeable than me, please correct me if I'm wrong. 1) Yes, it's hibernate-specific. But, at some point (jpa 2, hopefully), I'm guessing it won't be. 2) I don't think you can live without a transaction. A transaction is needed even for reading from the db. 3) Actually,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error on Deploying: The virtual file is closed

2007-08-24 Thread genman
Well JBoss 5.0 as you notice is still in Beta so there are lots of bugs. I would recommend using 4.2.1 for now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077957#4077957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Seam 2.0: Why does @Datamodel require a setter?

2007-08-24 Thread fhh
Hello! This patch http://lists.jboss.org/pipermail/jboss-cvs-commits/2007-August/039852.html requires all methods annotated with @Datamodels to have a corresponding setter. This makes the Seam 2.0 migration much harder than necessary. My project has lots of lists that are created on the fly wh

[jboss-user] [JBoss Seam] - Re: PojoCache and s:selectItems Value is not valid Issue

2007-08-24 Thread javalover75
Thanks Pete, Implementing the equals and hashCode worked for what I needed. Seam is a great product. Thanks for the teams effort in producing such a quality product. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077954#4077954 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Re: Is there a single page html or pdf of the jbpm documenta

2007-08-24 Thread syngolis
try this: http://docs.jboss.com/jbpm/v3.2/userguide/html_single/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077952#4077952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077952 __

[jboss-user] [JBoss jBPM] - Re: BUILD ERROR

2007-08-24 Thread pedroluppi
yes, but is is winzip and his add on. the command line is "wzzip -v filename.zip", not zip. How can i do to correct this ? Any software to use the command zip in windows ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077951#4077951 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Re: Can new process definitions be deployed on Tomcat?

2007-08-24 Thread syngolis
Have a look at: http://docs.jboss.com/jbpm/v3.2/userguide/html/jpdl.html#deployingaprocessarchive View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077950#4077950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077950 _

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Configuration for send message on a remote queue

2007-08-24 Thread genman
First thing you left out was explaining exactly what you did and what you got in each case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077949#4077949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077949 __

[jboss-user] [Messaging, JMS & JBossMQ] - Re: bla

2007-08-24 Thread genman
Nobody would want to socialize with you, Adrian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077948#4077948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077948 ___ jboss-

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Invoke onMessage - MDB

2007-08-24 Thread genman
One usually finds such things in documentation or books or through search engines. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077947#4077947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077947 ___

[jboss-user] [JBoss Seam] - Re: Can action called from button avoid committing transacti

2007-08-24 Thread tynor
Thanks Matt. anonymous wrote : You probably want flushMode=manual Some problems with this: 1) I've been trying to avoid dependencies on non-standard vendor extensions. (my read of the Seam manual is that this is Hibernate specific) 2) I really just want to keep this specific function from t

[jboss-user] [Management, JMX/JBoss] - Re: Custom Deployer in 4.0.5GA?

2007-08-24 Thread genman
Extend this class: http://docs.jboss.org/jbossas/javadoc/4.0.1-sp1/system/org/jboss/deployment/SubDeployerSupport.html There's probably more info out there. You should be able to copy an existing deployer, though, and get yours to work similarly. View the original post : http://www.jboss.com/

[jboss-user] [JBossWS] - NullPointerException with a WS request

2007-08-24 Thread sandypm0
I am using Jboss-4.0.5 and JbossWS-1.2.1. I get this error, and it occurs now and then. 80% of the time it works and 20% of the time it throws the following error. | 2007-08-24 17:09:41,540 ERROR [org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper] Err | or creating SOAPFault message | java.la

[jboss-user] [Management, JMX/JBoss] - Re: Scheduler - java.lang.ClassNotFoundException: No ClassLo

2007-08-24 Thread genman
Why not deploy the scheduler within your .ear file as a .sar file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077940#4077940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077940

[jboss-user] [JBoss Seam] - Re: Can action called from button avoid committing transacti

2007-08-24 Thread matt.drees
You probably want flushMode=manual http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/persistence.html#d0e5563 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077939#4077939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-24 Thread mgrouch
Ajax4Jsf FastFilter doesn't work for me. I get this exception: [java] java.lang.NullPointerException | [java] at org.ajax4jsf.xml.serializer.ToXHTMLStream.endElement(ToXHTMLStream.java:967) | [java] at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Sou

[jboss-user] seam-gen generates non-working project

2007-08-24 Thread Ian Darwin
Summary: install jboss-4.2.0.GA; install seam-2.0.0.BETA1. Run seam setup and seam new-project. Resulting project can't see the "authenticator"; when you try to Login, you get "login failed" on the page, and a huge stacktrace that starts off like this: INFO: Added Library from: jar:file:/usr

[jboss-user] [JBoss jBPM] - Is there a single page html or pdf of the jbpm documentation

2007-08-24 Thread dingo001
Is there a single page html or pdf of the jbpm documentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077934#4077934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077934 _

[jboss-user] [Clustering/JBoss] - Re: InvalidationBridge

2007-08-24 Thread [EMAIL PROTECTED]
The jboss.cache:service=InvalidationBridge,type=JavaGroups service provides cluster-wide invalidation of EJB2 entity bean caches. If you're not using EJB2 entity beans you don't need this service and can comment out or remove the mbean at the bottom of the deploy/cluster-service.xml file. The

[jboss-user] [Beginners Corner] - How to view remaining Stateful Bean Timeout value

2007-08-24 Thread chane
Is there a way to view (programatically or view a GUI) the remaining amount of time on a bean before it expires (as set by the max-bean-age) from the cache? I am experiencing some session timeouts and would like to view the timeout values on my EJB3 stateful beans (specific ones). Thanks, Chris

[jboss-user] [JBoss jBPM] - Can new process definitions be deployed on Tomcat?

2007-08-24 Thread dingo001
I am trying to understand jbpm, but due to lack of documentation i dont get it. We have set up a system where the customers can create a new process definition, complete with the actions and tasks java code. Now once this is done, can they send us something that we can deploy on our servers? i

[jboss-user] [JBoss Portal] - Page level permissions/security

2007-08-24 Thread alanoregan
Using JBoss Portal 2.6, bundled version at the moment (just using Hypersonic at the moment but will be introducing MS SQL Server shortly) I am trying to create a portal page that will serve as the landing page for my application. Say, the URL is http://localhost:8080/portal/portal/myportal/star

[jboss-user] [JBoss Seam] - Can action called from button avoid committing transaction?

2007-08-24 Thread tynor
Seam 1.2.1-GA, JBoss AS 4.2.1, Hibernate 3.2.5ga I wish to put a button on a form that adds an item to a list being displayed/edited in a dataTable. The new item is not completely initialized -- until the user types in some values in the table columns, it's not ready for persisting. On my MyH

[jboss-user] [JBoss Seam] - Re: jboss-ejb3-all.jar StatelessRemoteProxy serialVersionUID

2007-08-24 Thread nynymike
My impression is that jboss-ejb3-all.jar is included in the jboss-embeddbable, not the JBoss AS. When I take out the jboss-ejb2-all.jar, and replace with the ejb files I see on the AS (ejb3-persistence.jar, jboss-annotations-ejb3.jar, jboss-ejb3-client.jar, jboss-ejb3x.jar) I get an error:

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - location of utility jars (application specific) shared betwe

2007-08-24 Thread asapum
We are on a migrtion path from Tomcat to JBoss-Tomcat. We have about 6 WAR files that will be deployed to JBoss-Tomcat. Utility classes have been written which are bundled as jars that will be shared across these 6 applications. What is the best location to place them other than including the

[jboss-user] [JBoss Portal] - Re: Can JBoss Portal be installed with JBoss AS 4.0.5

2007-08-24 Thread NM-156
Everything works great. If you have an existing server, all you have to do is: - Download JBoss portal component - Unzip it and copy the .sar folder to your server's deploy directory - Finally, under the setup directory that comes with the distribution, just pick up the Hypersonic deployment des

[jboss-user] [JBoss jBPM] - Re: Deploy new process definitions by the client

2007-08-24 Thread dingo001
"kukeltje" wrote : look at the zipdeployer in the source... it parses an xml file, creates objects and deploys them | | ... oh... btw. this deployer can be used by you as well.. having something like this would be great.. where can i find it. i searched the source.. no such animal. Vi

[jboss-user] [JBoss Seam] - login-required and no-conversation-view-id causing infinite

2007-08-24 Thread jacob.orshalick
Currently, I am using Seam 2.0.0.BETA1. When I setup a page as login-required="true" in pages.xml and then specify a no-conversation-view-id an infinite redirect occurs if the session times out and a POST request is then made by the user. Here is a snippet of my pages.xml configuration: |

[jboss-user] [Beginners Corner] - Context Parameters in Jboss 4.2...

2007-08-24 Thread dan_roehl
We are used to putting our context files under /conf/Catalina/localhost/.xml I have looked through the documentation, a few books, and the installed directory structure and it is not obvious where I would place them on Jboss 4.2. The tomcat reference regarding this feature: [url]http://tomca

[jboss-user] [JBoss Seam] - Re: @Create not called 100% of the time

2007-08-24 Thread matt.drees
Yeah, I've had experiences like that. Definitely frustrating. It is kinda cool learning how Seam works, though. Glad it's working for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077917#4077917 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JCA/JBoss] - Re: JCA Classloader issues

2007-08-24 Thread [EMAIL PROTECTED]
I did read the Wiki concerning Classloading (http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases and http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration). So what you are saying is that the classloading implemented in JBoss will not handle the situation I'm describi

[jboss-user] [JBoss Seam] - Re: @Create not called 100% of the time

2007-08-24 Thread chane
I'm not sure what was happening as I had compiled/deployed several times. However, I did a "clean" dist and that seems to have cleared up the issue. Strange At least I learned a little more about the internals of Seam. Chris View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: s:link works, h:commandButton doesn't

2007-08-24 Thread [EMAIL PROTECTED]
No - that's not the problem at all. Void return values are perfectly fine in Seam. Both s:link and h:commandButton should work fine here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077907#4077907 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-08-24 Thread adityasri
Hi Can you please tell me what is the fix for this issue. What did you do to put user in the correct group? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077905#4077905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

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

2007-08-24 Thread [EMAIL PROTECTED]
You should map *.pdf to the document store servlet, not to the seam servlet filter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077904#4077904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077904 __

[jboss-user] [JBossCache] - Re: JBossCache - RpcDispatcher:257 - exception marshalling o

2007-08-24 Thread [EMAIL PROTECTED]
If you're interested in a long, complicated discussion of this issue, have a look at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=95862 . The key, as Bela said, is to make sure the Hibernate classes are visible to the classloader that JBoss Cache uses to deserialize messages. View t

[jboss-user] [JBoss Seam] - Re: Renderer component in PDF page

2007-08-24 Thread [EMAIL PROTECTED]
c:if should work fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077901#4077901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077901 ___ jboss-user mailing list jboss-us

[jboss-user] [Performance Tuning] - Re: High CPU utilization - How check it ?

2007-08-24 Thread roberto
Thank You Peter, unfortunately the server is a production server... I will try to use the MBean... Thanks Roberto View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077900#4077900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBossWS] - Re: Publishing my own wsdl which imports an xsd file.

2007-08-24 Thread john.franklin
Got it. It is looking for the xsd files in WEB-INF thought the wsdl is in META-INF. Added it there and it works. Thanks, johnf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077899#4077899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: PojoCache and s:selectItems Value is not valid Issue

2007-08-24 Thread [EMAIL PROTECTED]
There is currently no caching strategy that works well with s:convertEntity. Options 1) Implement equals to use id equality on the entity 2) Implement your own converter Read the SeamProblemsFAQ on the wiki for more. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss AOP] - Re: unbound-bindings...

2007-08-24 Thread [EMAIL PROTECTED]
For some reason build xml portion did not show up on earlier post...here it is | | | | | | | | | | | | View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: specify content type for XHMTL

2007-08-24 Thread [EMAIL PROTECTED]
The myfaces HtmlRendererUtils doesn't look like it takes into account any other content types except text/html and application/xhtml+xml. JSF 1.2 RI on the other hand correctly handles it. So you can move to Seam 2.0 and JBoss 4.2, or you can just upgrade your existing project/JBoss to use JSF

[jboss-user] [JBoss AOP] - Re: unbound-bindings...

2007-08-24 Thread [EMAIL PROTECTED]
I'm facing the similar error Here is my -aop.xml http://www.jboss.org/aop/dtd/jboss-aop_1_0.dtd";> Here is build xml portion using apoc The classes to be instrumented are p

[jboss-user] [JBoss AOP] - Re: unbound-bindings...

2007-08-24 Thread [EMAIL PROTECTED]
I'm getting the same results. Any clues as to why binding are not weaved in during instrumentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077892#4077892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077892 __

[jboss-user] [JBoss Seam] - Re: @Create not called 100% of the time

2007-08-24 Thread chane
I have been able to track it down to a specific place in the Seam code; but now I'm stuck as to how to debug next. In Component.callComponentMethod the following is being executed: | public Object callComponentMethod(Object instance, Method method, Object... parameters) { | Class

[jboss-user] [Clustering/JBoss] - InvalidationBridge

2007-08-24 Thread [EMAIL PROTECTED]
I have two jboss instances (4.0.5.GA) running on one box. It's a multihome nic card, i just created a dummy0 interface and I bind jboss to each of the IP addresses. Everything seems to work fine; however, I get this error on both servers. ERROR [URLDeploymentScanner.scan()]: Incomplete Deployme

[jboss-user] [JBoss jBPM] - Re: complete Javadoc

2007-08-24 Thread [EMAIL PROTECTED]
That is the most complete javadoc we have. If you need further detail you can always dig into the code. Feel free to file a request for more documentation in Jira, but please be specific about the package where you need it (e.g. org.jbpm.scheduler, org.jbpm.mail...) View the original post :

[jboss-user] [Beginners Corner] - Re: Faster start for JBoss Server??

2007-08-24 Thread alamandrax
Wow! that's fast. On my 1GB vista home premium, JBoss 4.0.5.GA AS takes 57seconds with all applications removed and ~ 2minutes 20seconds with my application deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077887#4077887 Reply to the post : http://w

[jboss-user] [JBoss Seam] - PojoCache and s:selectItems Value is not valid Issue

2007-08-24 Thread javalover75
I have the following snippet in a page: | | Credit Card Type: | | | | | | The userDAO has the following method:

[jboss-user] [JBoss Seam] - Re: @Create not called 100% of the time

2007-08-24 Thread chane
"matt.drees" wrote : Just to clarify, find() and next() are not called in the same request, right? Correct. Each call is in a separate request (click from the GUI). Chris... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077884#4077884 Reply to the post :

[jboss-user] [JBossCache] - changing name of jdbc.table.name?

2007-08-24 Thread BruceSpringfield
Can we not change the name of the table used by JDBCCacheLoader? If I change the name to anything other than 'jbosscache' then as the POJOCache is started, I get the exception : org.jboss.cache.pojo.PojoCacheException: Failed starting org.jboss.cache.CacheException: Unable to start cache loader

[jboss-user] [JBoss Seam] - Re: @Create not called 100% of the time

2007-08-24 Thread matt.drees
oops. duh. Read your post wrong. Sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077881#4077881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077881 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: @Create not called 100% of the time

2007-08-24 Thread matt.drees
Just to clarify, find() and next() are not called in the same request, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077880#4077880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077880 _

[jboss-user] [JBoss Seam] - Re: JBOSS Seam example application, registration, doesn't wo

2007-08-24 Thread bensonfungjava
It works fine finally. The most important thing is that both myfaces jar files have to be put into JBOSS lib directory instead of the war file. Otherwise, the StartupContextPhaseListener will pick up the ApplicationFactory class instead of SeamApplicationFactory and it leads to fail to instant

[jboss-user] [Beginners Corner] - Re: Faster start for JBoss Server??

2007-08-24 Thread BruceSpringfield
Correction: out-of-box installation startup is 23 seconds. With my apps deployed, then it turns into 57 seconds. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077875#4077875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - @Create not called 100% of the time

2007-08-24 Thread chane
I have the following SFSB: @Name("finder") | @Stateful | @Scope(ScopeType.EVENT) | @LoggedIn | public class ActivityGenericFinder implements IActivityGenericFinder { | |public ActivityGenericFinder(){ | log.fatal("CONSTRUCTING"); |} | |@Create |public

[jboss-user] [JBoss Seam] - Re: specify content type for XHMTL

2007-08-24 Thread nemya
I've already tryied that but it didn't work. I tried: http://www.w3.org/1999/xhtml"; | xmlns:f="http://java.sun.com/jsf/core";> | | Page XHTML | | | | | | 1 | 2 | 3 | | | 4 | 5 | 6 | | |

[jboss-user] [JBoss jBPM] - Re: Deploy new process definitions by the client

2007-08-24 Thread kukeltje
look at the zipdeployer in the source... it parses an xml file, creates objects and deploys them ... oh... btw. this deployer can be used by you as well.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077868#4077868 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: MDA generators with Seam?

2007-08-24 Thread atao
There is no official release of the seam cartridge and so no doc. You have to check by yourself. The snapshot is at http://team.andromda.org/maven2/org/andromda/cartridges/andromda-seam-cartridge View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077866#407786

[jboss-user] [JBoss Seam] - Re: s:fileUpload error

2007-08-24 Thread demetrio812
I did but it still doesn't work... I don't know what to do anymore... :( Demetrio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077865#4077865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077865 __

[jboss-user] [Performance Tuning] - Re: High CPU utilization - How check it ?

2007-08-24 Thread PeterJ
One more thought. JBoss AS creates an MBean for each servlet and EJB and these keep track of statistics for each method called. Perhaps accessing that data through the MBeans would help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077864#4077864 Reply to

[jboss-user] [Performance Tuning] - Re: High CPU utilization - How check it ?

2007-08-24 Thread PeterJ
Taking and examining several thread dumps should show you where the application is spending its time. Unfortunately, you are running the app server as a service and I don't know of any way on Windows 2003 to send a SIGQUIT signal to a service (if you ran the app server from a command prompt you

[jboss-user] [JBoss Seam] - Re: specify content type for XHMTL

2007-08-24 Thread [EMAIL PROTECTED]
use the following in the page you want to be excel: | | | http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077862#4077862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077862 ___ jboss-user mai

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deploy a war file with Jboss to a permanent location

2007-08-24 Thread PeterJ
Please, when posting XML content, enclose it within [ code ]...[ /code ] brackets (without the spaces). Otherwise the browser interprets the XML as HTML and really screws up the output! I am not sure I can add to that the comments for URLs already says, but I will try. Let's say that you alway

[jboss-user] [JBossWS] - Publishing my own wsdl which imports an xsd file.

2007-08-24 Thread john.franklin
I am using jboss 4.2.1 and jbossws 2.0.0 I am trying to publish the wsdl I have created by setting the wsdLocation correctly in the @WebService implementation file of the web service. The wsdl and the xsd files are located in the META-INF directory in the war file. It located the wsdl file, but

[jboss-user] [JBoss Seam] - Re: MDA generators with Seam?

2007-08-24 Thread asookazian
do these products have any relation to executable UML? How much actual code is generated? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077859#4077859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077859 ___

[jboss-user] [JBoss Seam] - Re: MDA generators with Seam?

2007-08-24 Thread vincent.latombe
About AndroMDA, I never really investigated their seam generator since i've been developping mine. Currently, my generator features pretty much like seam-gen generate-entities, but from a class diagram containing entities and relations : I generate entities + home + queries + facelets. Database

[jboss-user] [Performance Tuning] - Re: High Swap Utilization, lot's of RAM free

2007-08-24 Thread PeterJ
RAM is not the same as Java heap. Looking at RAM usage typically does not mean much. Unless you analyze the Java heap usage, it is difficult to say how much memory the app is really using, or how much it really needs. JBoss AS by itself does not need much (64M is probably more than enough), and

[jboss-user] [JBoss Portal] - Re: Custom layout for a portal page

2007-08-24 Thread bvogt
We have done something similar, i.e. used for whole portals: 1. Define a custom theme 2. Define additional regions in the theme's index.jsp according to your needs. 3. Provide styles in the theme's css files to match your layout (div-renderer?) 4. Assign the custom theme to your page(s) View the

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-08-24 Thread fernando_jmt
Yes, magoicochea is absolutely right. By instance, my application is using ACTION + DAO layers. Actions are Seam POJOs and DAOs are Session Beans (EJB). BTW, you can take a look to wiki example in the Seam distribution, it uses action + DAO on POJO components (maybe you want something like that

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Server Getting Shutdown

2007-08-24 Thread PeterJ
IF you used nohup and the app server is still shutting down after some time, then someone must be shutting it down. There are only two ways I know it can be shut down: 1) The java process gets a SIGINT signal (if this is the problem, good luck finding out who is sending SIGINT, I don't know of

[jboss-user] [JBoss Seam] - Re: MDA generators with Seam?

2007-08-24 Thread asookazian
I didn't see any code and/or UML examples on their website. what exactly does their or your product do? Generate skeleton code (method signatures, etc.) or more? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077849#4077849 Reply to the post : http://www.

[jboss-user] [JBoss Portal] - Re: How to handle portal specific PageNotFound situation

2007-08-24 Thread bvogt
looking at the sources I would do: 1. extend org.jboss.portal.core.model.portal.DefaultPortalCommandFactory 2. define 1. as mbean in jboss-service.xml of portal-core-sar similar to DefaultPortalCommandFactory but a different name and 3. reference the name of 2. as CommandFactory of mbean org.jb

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-08-24 Thread monkeyden
Seam does not prevent you in any way from taking that same approach. In fact, it makes some of that much simpler. For instance, using Seam Events or annotated methods you can invoke a business processes from your action without having to explicitly implement the Observer pattern and your actio

[jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1

2007-08-24 Thread jasondlee
mikepaul and apushadow, I'd be happy to update the wiki. Let me try to distill what I've down to the base minimum (and make sure I can repeat it) and I'll update the wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077846#4077846 Reply to the post : ht

[jboss-user] [JBoss Seam] - Layering the code in Seam

2007-08-24 Thread magoicochea
Hello First of all after reading some documentation about seam I have to say that I am impressed by the framework, it seems to solve a lot of problems that I had when trying to develop web applications regardless whether it was .NET or J2EE. However, after seeing the examples I didn't like that

[jboss-user] [JBoss Portal] - Re: How to access portlet preferences when not logged in

2007-08-24 Thread PeterJ
Preferences are stored based on the logged-in user, therefore they can be changed only if there is a user is logged in. When not logged in, only the default preference settings in portlet.xml, or in portlet-instances.xml, can be used. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [Management, JMX/JBoss] - Custom Deployer in 4.0.5GA?

2007-08-24 Thread kvbisme
Can someone point me in the right direction on how I could create a custom deployer in the JBoss 4.0.5.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077842#4077842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077

[jboss-user] [JBoss jBPM] - Re: Deploy new process definitions by the client

2007-08-24 Thread dingo001
"kukeltje" wrote : be creative... there is an api to deploy processes so you can do whatever you want. e.g. build a custom webpage or whatever... Using jbpmContext.deployProcessDefinition(definition); I can deploy the definition. What about the custom actions, assignments and tasks that might c

[jboss-user] [JBoss jBPM] - Re: Deploy new process definitions by the client

2007-08-24 Thread kukeltje
be creative... there is an api to deploy processes so you can do whatever you want. e.g. build a custom webpage or whatever... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077840#4077840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss jBPM] - Re: using custom date picker in form within jbpm-console web

2007-08-24 Thread kukeltje
you can use any jsf component.richfaces e.g. (although that datepicker is kind of limited) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077839#4077839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077839 ___

[jboss-user] [JBoss jBPM] - Re: cancel-event in timer

2007-08-24 Thread kukeltje
could be that the 3.1 xsd was not up to date. please check that. If there is an error in the schema and you are sure your pd is correct, remove the schemareference in the xml and validation wil not occur View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077837#4

[jboss-user] [JBoss Seam] - Re: core:resource-bundle and how to use it

2007-08-24 Thread matt.drees
You can make an alias. http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/concepts.html#d0e2796 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077835#4077835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077835 __

[jboss-user] [JBoss Portal] - CMS - Create/Upload file issue

2007-08-24 Thread nidhi_hs
Hi I am having issues with create/upload of CMS content using CMSAdmin portlet. The following is the scenario Login as admin/admin, create a folder under the root directory. For example documentation. Create a file aDoc.html. Restart the server - the files are present and everything is fine. C

[jboss-user] [JBoss Seam] - specify content type for XHMTL

2007-08-24 Thread nemya
Hi, I would like to know if it is possible and how to specify content-type for an XHTML Page. I need this to generate an xls(excel) file. Pleaaase some help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077829#4077829 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Portal] - Re: Custom layout for a portal page

2007-08-24 Thread webhunter
just bringing it up to the top of the queue. Any ideas as to how one can achieve the above requirement. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077826#4077826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Performance Tuning] - High CPU utilization - How check it ?

2007-08-24 Thread roberto
Sometime jboss service (on window 2003 platform) use a lot of CPU, but I don0t know why.. there are a lot of users... There is a way to check from the console (or with other tool) which is the thread/process that use all the CPU? Jboss deploy a big j2ee application with servlet, jsp, ejb ... (D

  1   2   3   >