[jboss-user] [JCA/JBoss] - Re: XA Error Connecting to multiple Oracle XA Datasources

2007-05-14 Thread [EMAIL PROTECTED]
Can you verify via the JMX console that the attribute isSameRMOverrideValue has been set? The only thing that I can't think of is that this is not being carried through properly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045615#4045615 Reply to the

[jboss-user] [JBoss Portal] - Re: How can I have Sub-Menus in Jboss Portal?

2007-05-14 Thread ian.ouzounov
you can achieve this by creating a nested page/s, then when you point the mouse on top of the tab that has a nested page/s it will show a drop down menu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045614#4045614 Reply to the post :

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

2007-05-14 Thread [EMAIL PROTECTED]
I know that some databases have different sizes for blob fields, MySQL being one example, with a standard blob size of 64K. You could confirm this by trying to upload a smaller file, and if that works then change the blob field type to something larger. View the original post :

[jboss-user] [JBoss jBPM] - deploy from code problem

2007-05-14 Thread simonbaker
Using a default Hibernate config, code to deploy a ProcessDefinition blows up on: jbpmContext.deployProcessDefinition(newProcessDefinition); | 15:59:15,828 [main] ERROR JDBCExceptionReporter : Table not found in statement [/* named HQL query GraphSession.findLatestProcessDefinitionQuery */

[jboss-user] [JBoss Seam] - Re: Error during model data update

2007-05-14 Thread d.bolesta
I had the same problem when starting demo, but got solved in simple way. The origin was wrong deployment done with ant deploy. The file build.properties in my seam installation (ex. /opt/jboss-seam/build.properties) had wrong value of jboss.home. It run fine after checked. View the original

[jboss-user] [JBoss Seam] - s:link's unexpected behavior of when used with Richfaces's t

2007-05-14 Thread tonylmai
Hello, When used together with Richfaces's tabPanel, s:link would render the page not keeping the current tab within the Richfaces's tabPanel. It kept returning to the first tab. Is there a way around this problem? FYI, h:commandButton keeps the current tab intact. Thanks View the original

[jboss-user] [JBoss Seam] - the terrible problem about IE browser cache

2007-05-14 Thread jyc5131
in Seam/JSF application we always hope to invoke a method to initialize the stateful bean before rendering a specify page. for example ,in page.xml there are page view-id=/service/.xhtml action=#{Service.init} /. after user cache the /service/.seam, the terrible problem will cause. the

[jboss-user] [Installation, Configuration Deployment] - Re: jboss login DatabaseServletLoginModule Jboss 4.0.5.

2007-05-14 Thread PeterJ
I have used the database login module, but never using it the way you are trying to. If I ran into your problems, I would look at security/src/main/org/jboss/security/auth/spi/DatabaseServerLoginModule.java in the source code, probably adding some logging code to figure out what is going

[jboss-user] [Installation, Configuration Deployment] - Re: Incomplete Deployment listing

2007-05-14 Thread PeterJ
I assume that framework.ejb is a jar file containing your EJBs. Rename it to framework.jar and try again (I don't think that .ejb is a valid extension). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045628#4045628 Reply to the post :

[jboss-user] [Advanced Documentation] - Re: Perm parameter

2007-05-14 Thread PeterJ
You can set any JVM options by editing the line that sets JAVA_OPTS in either run.bat (Windows) or run.conf (Linux). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045629#4045629 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Having a problem with jboss-4.2

2007-05-14 Thread PeterJ
If you read the readme file (first bullet under Configuration Issues) or noted the console output during startup, such as: 17:57:49,046 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 you would know the 4.2 binds to localhost by default. If you want the 4.0.x behavior

[jboss-user] [Installation, Configuration Deployment] - Re: Unable to install with jems 1.2.0 with headless mode

2007-05-14 Thread PeterJ
Since this is a JVM crash, my first suggestion is to get the latest JDK from the Sun JDK download site (version 1.5.0_11). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045632#4045632 Reply to the post :

[jboss-user] [JBossWS] - Re: If I deploy more than one webservice I get

2007-05-14 Thread PeterJ
If I remember correctly, the context root comes from the jar file name. Are both of your jar files named the same? It would appear that the standards define how the default context root is defined, but always leave it up to the implementation to specify alternate context root (hence the

[jboss-user] [JBoss Seam] - Re: FacesContext is null at Session startup???

2007-05-14 Thread [EMAIL PROTECTED]
I attempted to duplicate this, and FacesContext was not null for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045634#4045634 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045634

[jboss-user] [JBoss Seam] - Re: Seam PDF and IceFaces NPE

2007-05-14 Thread ivanflorentin
According to this post it is an ICEFaces issue: http://www.icefaces.org/JForum/posts/list/0/4469.page#19880 Sugestions are welcome... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045636#4045636 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Asynchronous send to MDB

2007-05-14 Thread fastbob
I've now tried the same code under 4.0.4, with the same results. In addition, I've tried sending the request from a new thread. No joy. Bob View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045637#4045637 Reply to the post :

[jboss-user] [Remoting] - Re: call a remote EJB

2007-05-14 Thread caili314
I met with this problem while using JBossAOP 1.3 Libraries provided by JBossIDE-1.5-ALL. Removing the libraies and add those jars in ${jboss.home}/client, it works. Not sure which jar causes this problem, maybe jboss-aspect-library-jdk50.jar View the original post :

[jboss-user] [JBossWS] - Re: If I deploy more than one webservice I get

2007-05-14 Thread rickcr
The two webservices are in the same package and packaged in the same jar. It seems odd that things work fine in 1.2.0.SP1 but not 1.2.1.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045639#4045639 Reply to the post :

[jboss-user] [Beginners Corner] - Re: TimerTask schedule question

2007-05-14 Thread genman
In general, you're supposed to be using the JEE timers in JEE. A search for j2ee timer or jee timer should give you examples. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045641#4045641 Reply to the post :

[jboss-user] [Beginners Corner] - Re: The performance of JBoss clustering puzzled me

2007-05-14 Thread genman
worker.loadbalancer.sticky_session=0 You might get better performance with sticky sessions. Clustering will actually overall hurt performance, because from a general point of view, the server is doing more work with HTTP session replication behind the scenes. View the original post :

[jboss-user] [JBoss Seam] - Re: seam cannot reference EJB, why?

2007-05-14 Thread titou09
Alain, we reached the same point and this is a major point for us to NOT use seam all the way (This is the only problem with seam we see in fact...) The problem is the same if you use POJOs instead of EJB3 and try to isolate those POJOs in an utiliy jar deployed in your ear, and keep only the

[jboss-user] [JBoss Seam] - Search Form Scope

2007-05-14 Thread Delphi's Ghost
I have a quick question regarding the scope of a bean used in a search form. The search bean holds a fixed number of results (i.e. the first 100 results) and since it is not an unbounded query, I'd like to make it stateful so I don't have to re-query every time the user changes page number, or

[jboss-user] [JBoss Seam] - Re: Seam on Websphere 6.x backed by DB2?

2007-05-14 Thread titou09
It works on was v6.1.0.7, ...but: - You have to put all your code in a war (we were not able to make it work by splitting the code between a war and an utility jar...if you know how to do, tell us please ) - You have to use MyFaces instead of the the JSF 1.1 implementation included with was

[jboss-user] [EJB 3.0] - need help for deploying javaServer face application in jboss

2007-05-14 Thread shupingChen
when I deploy the duke's bookstore application(bookstore6) on jboss 4.2.GA, it doesn't work. The application comes from the javaee tutorial on Sun's web site. It works when I deploy it on the Sun's Application Server. org.apache.jasper.JasperException: /chooselocale.jsp(45,12) Unknown

[jboss-user] [EJB 3.0] - Re: need help for deploying javaServer face application in j

2007-05-14 Thread shupingChen
the code for the JSP page: --% | %@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c % | %@ taglib uri=http://java.sun.com/jsp/jstl/fmt; prefix=fmt % | %@ taglib uri=http://java.sun.com/jsp/jstl/sql; prefix=sql % | %@ taglib prefix=f uri=http://java.sun.com/jsf/core; % | %@ taglib

[jboss-user] [JBoss Seam] - Re: Please help: problem with running the hotel booking exam

2007-05-14 Thread ybxiang.wolf
I meet the same problem. I am sure you deleted seam.properties file when create jar file. seam.properties file contains nothing, but you cannot drop it!! May you succeed! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045649#4045649 Reply to the post :

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

2007-05-14 Thread ybxiang.wolf
Gavin king, I love you!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045650#4045650 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045650 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-05-14 Thread ybxiang.wolf
Gavin King, i love you!!! hahahaha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045651#4045651 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045651 ___

[jboss-user] [JBoss Seam] - Re: Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-05-14 Thread ybxiang.wolf
Gavin king, i love you!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045652#4045652 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045652 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: how to start remote jboss server

2007-05-14 Thread [EMAIL PROTECTED]
Personally, I use cygwin on Windows, which gives you a unix/linux-like environment, and cygwin supports ssh. Beyond that, I can't tell you much - I'm not much of a Windows user. You could also try posting the question on the Installation, Configuration Deployment forum at

[jboss-user] [Javassist user questions] - drools integration with spring frame work using java

2007-05-14 Thread kranthidalai
Hi all , i am new to drools. We are doing project on drools using java. We are at the end of the project, and here we need to know how to integrate drools with springs. Can i have required jar files and any simple example code for integration. View the original post :

[jboss-user] [Javassist user questions] - drools integration with spring frame work using java

2007-05-14 Thread kranthidalai
Hi all , i am new to drools. We are doing project on drools using java. We are at the end of the project, and here we need to know how to integrate drools with springs. Can i have required jar files and any simple example code for integration. View the original post :

[jboss-user] [Javassist user questions] - drools integration with spring frame work using java

2007-05-14 Thread kranthidalai
Hi all , i am new to drools. We are doing project on drools using java. We are at the end of the project, and here we need to know how to integrate drools with springs. Can i have required jar files and any simple example code for integration. View the original post :

[jboss-user] [Remoting] - Re: AccessControlException

2007-05-14 Thread [EMAIL PROTECTED]
I can tell you that the particular permission that is lacking is RuntimePermission(createClassLoader), but I don't have any familiarity with web start applications. You might try posting the question to the Messaging Forum at http://www.jboss.com/index.html?module=bbop=viewforumf=48. -Ron

[jboss-user] [JBoss Seam] - Re: Getting Id of Presisted object.

2007-05-14 Thread rhinosystemsinc
Sorry. I know this is slightly off topic of your question - please forgive me. but I am still having the same problem whereby, it says the sequence does not exists... I am using jboss-4.0.5.GA w/EJB installed on Window XP runing 10g XE on same machine. This one issue is enough to kill my

[jboss-user] [Installation, Configuration Deployment] - SSL Configuration

2007-05-14 Thread chandra_88
Hi , I have a war deployed in the jboss app server , that runs on the default port say war1 also i have two other wars say war2 war3 which are deployed on the same jboss servers which run on the default port . I want to secure these two wars on SSL (war2 and war3) , however war1 should run

[jboss-user] [Beginners Corner] - Re: The performance of JBoss clustering puzzled me

2007-05-14 Thread ddpie
To genmen: Thanks for your reply. I tried in the way you told me,but it didn't work either: Apache got the high CPU usage,but the JBoss didn't. Does anything wrong with the configration of ThreadsPerChild in httpd.xml? View the original post :

[jboss-user] [JBoss Seam] - checkbox in Seam

2007-05-14 Thread tonylmai
Hello, I am looking for a JSF implementation of checkbox (similar to Yahoo mailbox) that is compatible with Seam. Does anyone know of one? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045663#4045663 Reply to the post :

[jboss-user] [JBoss Seam] - Re: the terrible problem about IE browser cache

2007-05-14 Thread jyc5131
the problem is the out-of-date form submit to a unintialize bean, the bussiness willn't broken. anyone can help me out? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045664#4045664 Reply to the post :

<    1   2   3