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

2008-01-02 Thread Marx3
Can anybody help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116622#4116622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116622 ___ jboss-user mailing list jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: UTF-8 websites

2008-01-02 Thread jaikiran
A bit of googling led me to posts which mentioned adding the following to the jsps worked | <%@ page language="java" contentType="text/html;UTF-8" pageEncoding="UTF-8" %> | | | | Testing | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=411662

[jboss-user] [Installation, Configuration & DEPLOYMENT] - SAR and classpath

2008-01-02 Thread lzap
Hello, I need to deploy a MBean service which depends on classes from our EAR application (theproject.jar + many libraries). The application will be also deployed on the server. Is it possible to create such a dependency that will allow execution of the service and enterprise app with common l

[jboss-user] [JBossCache] - JBossCache + Hibernate + Spring

2008-01-02 Thread narendrakg
Hi, I am building demo application to validate JBoss Cache with Hibernate and WebLogic cluster. I have choosen JBoss Cache to hold table data in form of OBJECT CACHE and QUERY CACHE. I am new to JBoss Cache and facing few problems in configuring same. I have already done the setup and everyt

[jboss-user] [JBoss Seam] - Re: Ending Parent Conversation

2008-01-02 Thread Marx3
see http://developer.redhatmagazine.com/2007/10/31/continuing-the-conversation-understanding-seam-nested-conversations/ | private void endRootBeforeRedirect() { | Conversation conversation = Conversation.instance(); | | if(conversation.isNested()) { | conversation.root()

[jboss-user] [JBoss jBPM] - jBPM Configuration

2008-01-02 Thread danesharman
Hi, I have downloaded the jBPM-BPEL1.1.Betta3 and read its userguide but I am not able to deploy the jbpm-bpel service on Jboss. I just want to know whether I should change the default configurations of jBPM in hibernate.cfg.xml and jbpm.cfg.xml or other file. I think this is the reason of depl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error deploying jboss - Incomplete Deployment listing

2008-01-02 Thread jaikiran
You will have to provide more details about your application and also the exception stacktrace that you are seeing. Also post the JBoss version and the Java version you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116616#4116616 Reply to the pos

[jboss-user] [JBoss Portal] - Portal 2.6.2 + Cluster + CAS = Not Working ; -)

2008-01-02 Thread Soon5
Hy There, I am testing with a CAS Server in a Clustered environment. First I tried to setup the HA Version of Portal 2.6.2 and access the same CAS Server with both portals. I got errors, and wrote that in an other Subject. In that Subject I was told, that currently Portal and CAS Server have to

[jboss-user] [Beginners Corner] - Re: Problem starting service persistence.units (ClassCastEx

2008-01-02 Thread jaikiran
The documentation for hibernate.hbm2ddl.auto says this: anonymous wrote : Automatically validate or export schema DDL to the database when the SessionFactory is created. With create-drop, the database schema will be dropped when the SessionFactory is closed explicitly. When you redeploy your EA

[jboss-user] [JBoss Seam] - Re: Maven2 example application for Seam2

2008-01-02 Thread cory_prowse
"[EMAIL PROTECTED]" wrote : there is nothing wrong with Seam or Embedded here, just the way Maven sets up the classpath when running tests. Aha! The problem then appears to be with the thirdparty-all-beta*.jar file as it contains a separate copy of javassist. Adding an exclusion for javassist

[jboss-user] [JBoss Seam] - Ending Parent Conversation

2008-01-02 Thread mindgame
Dear all, consider the following scenario. Conversation A has multiple nested conversations, represented by 'An' (where n is an integer), (e.g, A1, A2, A3, ...) Is there a way to end conversation A directly without having to end all nested conversation individually? What I want to achieve is

[jboss-user] [JBoss Portal] - Re: Getting session in JSF backing bean

2008-01-02 Thread RastaBaby
Got it! Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116606#4116606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116606 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 2 and Spring Deployer

2008-01-02 Thread alesj
"ragavgomatam" wrote : | In my spring-inject.jar under META-INF I have a spring-inject-spring.xml 21:15:50,688 INFO [NamedXmlBeanDefinitionReader] Loading XML bean definitions from URL [vfsfile:/C:/jboss-5.0.0.Beta3/server/default/deploy/Ejb3.ear/spring-inject.jar/META-INF/jboss-spring.xml]

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Session is getting merge with other session

2008-01-02 Thread igain
So far I haven't received any session collision issue after putting session.invalidate() at the end of application workflow process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116604#4116604 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [EJB 3.0] - Re: EntityManager not auto-flushing at end of SLSB method

2008-01-02 Thread [EMAIL PROTECTED]
For sure you need to do the merge there (or a em.persist - em.merge is for overwriting data on a possibly existing entity -I suspect you really want to do em.persist here). Just "new MyEntity()" doesn't really do anything - there is no magic here for your entity manager to know that object exis

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exception creating identity

2008-01-02 Thread tmerrill
It was working fine when I initially set it up. I am running Ubuntu 7.10. I didn't change anything, I just needed to reboot. I want JBoss to bind to the localhost. I don't even know why it is picking up the my hostname fattony. I really weird part is it works just fine when I run JBoss as root.

[jboss-user] [EJB 3.0] - Re: EntityManager not auto-flushing at end of SLSB method

2008-01-02 Thread [EMAIL PROTECTED]
Perhaps its best if you post your code - what's the method look like in its entirety? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116597#4116597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116597

[jboss-user] [EJB 3.0] - Re: EntityManager not auto-flushing at end of SLSB method

2008-01-02 Thread lpmon
I decided to post the code. I just saw your comment about the "new entity ..." and that does explain part of it (purchase not saved ) as you will see. That does not explain why the changed entity (member) did not get saved. Member was injected in the calling SLSB using SEAM and passed to thi

[jboss-user] [EJB 3.0] - Re: EntityManager not auto-flushing at end of SLSB method

2008-01-02 Thread lpmon
Thanks Mazz. I am aware of the transaction layering effect (for lack of a better term) that applies if one session beans calls another. I am certain all of my session bean methods are exiting. The code is simple and basic. In this particular method I create one entity and modify another. N

[jboss-user] [EJB 3.0] - Re: EntityManager not auto-flushing at end of SLSB method

2008-01-02 Thread [EMAIL PROTECTED]
Oh, and one other thing. The entity manager will only flush changes that you made to attached POJO entities. You can't just do "new MyEntity()" and expect the entity manager to do anything with it. You must do either em.persist() to attach it as a new entity, an em.find() to load an existing

[jboss-user] [EJB 3.0] - Re: EntityManager not auto-flushing at end of SLSB method

2008-01-02 Thread [EMAIL PROTECTED]
Check your transaction demarcation. Just because you exit a method does NOT automatically mean your entity manager flushes the data to the DB. If you exit a method that also exits out of your transaction, THEN it will flush. But if you exit a method that was called with an already started tra

[jboss-user] [EJB 3.0] - EntityManager not auto-flushing at end of SLSB method

2008-01-02 Thread lpmon
JBoss AS 4.0.5.GA, MySQL, nothing unusual about config, Windows XP Examples I have seen suggest that if you modify or create CMP entitybeans inside a session bean method then at the exit of that method these changes will be saved to the DB (flushed without calling em.merge or em.persist). I am

[jboss-user] [JBoss Seam] - Re: Using Seam and Groovy together question

2008-01-02 Thread Fangzx
The above hot deployment occurs only in Glassfish v2ur1, in Tomcat 6.0.14, it is ok? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116586#4116586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116586 ___

[jboss-user] [JBoss Seam] - Re: Using Seam and Groovy together question

2008-01-02 Thread Fangzx
The above hot deployment problem occurs only in Glassfish v2ur1, in Tomcat 6.0.14, it is ok! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116587#4116587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116587 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: In Linux environment , jboss-4.2.2.GA don't startup

2008-01-02 Thread javang
Hi all My install env is sun vm, down is the trace: 16:23:33,116 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc. 16:23:33,116 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_06-b05,Sun Microsystems Inc. 16:23:33,116 INFO [ServerInfo] OS-System: Linux 2.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Cannot get Hibernate SQL logging to work in 4.0.5.GA

2008-01-02 Thread lpmon
A line of text seems to have dropped out of my post. In persistence.xml: I have property name="hibernate.show_sql" value="true" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116581#4116581 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Cannot get Hibernate SQL logging to work in 4.0.5.GA

2008-01-02 Thread lpmon
JBoss 4.0.5.GA, whatever version of Hibernate came with it In persistence.xml: I print out the property value in my app and it shows to be true. I never see any logging for hibernate of any kind. I even changed log4j.xml to have org.hibernate priority="DEBUG". I have had this working in 4.0.

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 2 and Spring Deployer

2008-01-02 Thread ragavgomatam
Ales, As mentioned before, I have an EAR (ejb3.ear) with spring-inject.jar (spring-module) , ejb3.war (web module) and ejb3.jar (ejb 3 module). In my spring-inject.jar under META-INF I have a spring-inject-spring.xml and in the application .xml I have as follows :- http://java.sun.com/xml/ns/j

[jboss-user] [JBoss Seam] - query object question...

2008-01-02 Thread minamti
I am trying to use EntityQuery for display in a data table and use Seam pagination. I seem to get an error that atleast one value binding is required in the restriction. My query is something like this.. from Employee, EmployeeComment Restriction Employee.employeeId=EmployeeComment.employe

[jboss-user] [JBoss Seam] - Re: s:button question...

2008-01-02 Thread minamti
got it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116574#4116574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116574 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss jBPM] - Re: Decision node has problem with the handler class.

2008-01-02 Thread rainhust
it's my code problem, i solve it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116573#4116573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116573 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: GWT and SeamResourceServlet

2008-01-02 Thread dbgroups
Hi Shane: Have you tried with just tomcat6 (jdk1.6) and GWT-1.4 (jdk1.4)? As explained in my posting, i use Seam-2.0.1-CR1, mapped SeamResourceServlet to /hub/resource/* and the endpoint URL in GWT widget to /hub/resource/gwt. I make sure that it works as stand-alone Seam Jpa example and GWT K

[jboss-user] [Javassist user questions] - Re: Using Javassist on J2ME MIDlets

2008-01-02 Thread zortag
No one out there has experience with javassist on MIDlets? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116564#4116564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116564

[jboss-user] [JBoss Seam] - Re: Datasource problem with seam and jbpm

2008-01-02 Thread paulie!
G'day, I have also attempted to run jbpm in a seperate data source and have hit the same problem. It was working until I did the split. I use the hibernate.cfg.xml from the examples changing only: java:/JBPMDatasource then my jbpm-ds.xml (I am using postgres): | | http://www.jboss.org/

[jboss-user] [JBoss jBPM] - Re: TaskInstance Problem

2008-01-02 Thread gutierrez.ge
I did some research and i figured (not sure..) that jbpm uses the FileDefinition object to load the class byte array from the a database, and then with a specialize class, subclass of ClassLoader, loads the class from the byte array. But i still don't know where the binary class data is stored,

[jboss-user] [JBoss Seam] - Re: Problem upgrading to Seam 2.0.1.CR1

2008-01-02 Thread seamdev
Will try latest build from CVS tomorrow. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116559#4116559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116559 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Problem upgrading to Seam 2.0.1.CR1

2008-01-02 Thread seamdev
I removed jboss-embedded-api.jar from my lib folder. I guess I goofed up while listing the jars (I listed jars from my seam2.0.0GA build) - pls refer to my first post for jars I included from seam2.0.1.CR1 build). In short I do not have jboss-deployers.jar included when I get this error. After

[jboss-user] [JBossWS] - new or old issue?

2008-01-02 Thread constantine
i have got a exception under jdk1.6/jboss-4.2.2.GA/WS-2.0.1 or ws-2.0.2/ubuntu7.10 64bit: | 22:53:04,857 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage | at javax.xml.soap.SO

[jboss-user] [JBossCache] - Re: Buddyrep issue

2008-01-02 Thread FredrikJ
2.1.0 CR2 is correct. We are not using anything extra apart from turning on buddy replication and using data gravitation. I tried to recreate it today as well in a separate unit-test but with no success so far. I will give it another shot tomorrow since I think the underlying use case scenario

[jboss-user] [JBoss Tools (users)] - Re: Seam validator always running

2008-01-02 Thread chris.simons
Will do; we also just found what seems to be a bug with the "Seam components" view. Inner classes cause a true Seam component to be ignored as such and properties on those components to not validate. I will put both of these into JIRA - thanks! View the original post : http://www.jboss.com/in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: In Linux environment , jboss-4.2.2.GA don't startup

2008-01-02 Thread PeterJ
Are you using a Sun JVM or the JVM that came with Linux? If the latter, install and use a Sun JVM. If you are not sure, post the output from running: $JAVA_HOME/bin/java -version View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116550#4116550 Reply to the po

[jboss-user] [JBoss Tools (users)] - How to configure visual editor

2008-01-02 Thread tynor
I am having trouble understanding the documentation with respect to how to configure the Visual Facelet editor to properly display CSS and taglibs. (chapter 8, figure 8.50 " Page Design Options"). My project is generated from seam-gen which I imported as a normal Java project. I've added the Se

[jboss-user] [JBoss Tools (users)] - Re: Seam validator always running

2008-01-02 Thread [EMAIL PROTECTED]
I haven't noticed the seam validator go "haywire"; so if you could describe how to reproduce it and put it in a jira then it will be looked into. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116549#4116549 Reply to the post : http://www.jboss.com

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problems with the element in the persistence.

2008-01-02 Thread benc
The best solution that I found was to use the tag instead of the tag and explicitly import every required class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116548#4116548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exception creating identity

2008-01-02 Thread PeterJ
First, it would help is you posted the full log message, including stack trace, for the error. The 'caused by' text is usually not sufficient. Second, try changing the localhost line in your /etc/hosts file to: 127.0.0.1localhost localhost.locadomain Also, the entry for fattony should prob

[jboss-user] [JBoss Portal] - JBOSS Portal and JMETER

2008-01-02 Thread ghyoju
Hi, Does any one know how to set up jmeter with jboss portal. I cannot access the portal pages which is accessible only afer login. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116546#4116546 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBossCache] - Re: Interception of cache lookup calls

2008-01-02 Thread nnnnn
JbossCache contains this functionality - look at CacheLoaders (specifically, JDBCCacheLoader). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116545#4116545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116545 ___

[jboss-user] [Beginners Corner] - Re: Hi i would like to know the way to detect if a mchine ha

2008-01-02 Thread PeterJ
As I already stated, installation consist of unzipping a zip file. Therefore, no environment variables, registry entries, or anything else gets set as part of installation. I have already listed all of the ways that can be used to determine if a machine has JBossAS installed. View the original

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Create plugin for a web application

2008-01-02 Thread loopix
Ok, thanks very much, now I'm on the good road :) So, my last idea is: - a plugin will be a .war file (it's easy to develop it on Eclipse, separately) - the web application base will load a directories with .war files - a .war files is unpackaged and will be a part of "web_plugin.war" modules (e

[jboss-user] [JBoss Seam] - Re: Problem upgrading to Seam 2.0.1.CR1

2008-01-02 Thread [EMAIL PROTECTED]
Try not including jboss-deployers.jar and jboss-embedded-api.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116542#4116542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116542 __

[jboss-user] [JBoss Tools (users)] - Seam validator always running

2008-01-02 Thread chris.simons
I am getting a large amount of warnings ( > 1000) on Seam components. On every save, build, etc., the Seam validator chisels away at these warnings. You can watch the number of warnings decrease over time. Once this number of warnings is reduced to, say, 200...the number goes right back up t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error deploying jboss - Incomplete Deployment listing

2008-01-02 Thread guru_h1
Hey, I am having the same problem. Did anybody have a solution for it. Thanks Guru View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116538#4116538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116538 __

[jboss-user] [JBoss Seam] - Re: Problem upgrading to Seam 2.0.1.CR1

2008-01-02 Thread seamdev
In addition to seam I am using jars from jaxws version: 2.1.2 (dated 2007-09-17). Here are the content of lib folder in war file: | activation.jar antlr.jar | cglib.jar | commons-beanutils.jar commons-collections.jar | commons-digester.jar

[jboss-user] [JBoss Portal] - Show/hide widgets programmatically

2008-01-02 Thread kpalania
hi, we have hidden the "configure" screen but want to be able to show or hide the widgets (all of them are exposed by default) programmatically, or via a simple SQL script. this is particularly important since we have an issue with the widgets disappearing at random and want to be able to add th

[jboss-user] [JBoss Seam] - Re: Problem upgrading to Seam 2.0.1.CR1

2008-01-02 Thread [EMAIL PROTECTED]
Sorry, I should have been clearer, I was after the contents of the web-inf/lib directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116534#4116534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116534

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2008-01-02 Thread alesj
"jhalliday" wrote : From the sounds of things it would be feasible to declare a bean with class=org.jboss.system.microcontainer.jmx.ServiceControllerLifecycleCallback in the jboss-service.xml file and inject the legacy JMX kernel into it, then reference that in the TransactionManager bean xml?

[jboss-user] [JBoss Seam] - Displaying message after logout

2008-01-02 Thread seamdev
I need to display a custom message after logout action. Can you recommend a good way to do it? Application redirects to login page after logout, so this message needs to be displayed on login page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116532#41165

[jboss-user] [JBoss Seam] - Re: Problem upgrading to Seam 2.0.1.CR1

2008-01-02 Thread seamdev
The deployable module is a war file with following folders: css images scripts meta-inf web-inf web-inf/classes web-inf/lib web-inf/data where the data folder contains some xml files read in by application scoped beans. The files are loaded using org.jboss.seam.core.ResourceLoa

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2008-01-02 Thread jhalliday
Hmm yes, that would work. All i'm trying to avoid is duplicating the java code. Duplicating a bit of xml bothers me a lot less. From the sounds of things it would be feasible to declare a bean with class=org.jboss.system.microcontainer.jmx.ServiceControllerLifecycleCallback in the jboss-service

[jboss-user] [JBoss Seam] - Re: Problem upgrading to Seam 2.0.1.CR1

2008-01-02 Thread [EMAIL PROTECTED]
Can you post the structure of your deployed archive (war, ear, ejb jar etc) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116527#4116527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116527 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - UTF-8 websites

2008-01-02 Thread livenow
Hi, jboss seems to send pages in ISO-8859-1 format, but I'd need dem in UTF-8 format. I tried: - adding the startup-parameter -Dfile.encoding=UTF-8 - setting the content-type within the html-document (contentType="text/html; charset=UTF-8") - adding the server.xml / 8080 connector-attribute URI

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2008-01-02 Thread alesj
"jhalliday" wrote : Yes, I follow (but don't necessarily agree with) the argument that the TransactionManager should be in deploy, but given that we can't put it there in the short term we need an alternative solution. | I can port my test to be used in real use case. I'll let you know when I'

[jboss-user] [EJB 3.0] - Re: Ejb 3 in Jboss 5 Beta 3

2008-01-02 Thread ALRubinger
Thanks, Nilesh...will post back. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116524#4116524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116524 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: problem with Integration test in Seam 2.0.0 GA

2008-01-02 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-2446 We need to overhaul the docs on how to set up the integration test environment IMO View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116525#4116525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Re: problem with Integration test in Seam 2.0.0 GA

2008-01-02 Thread seamdev
I think the name seam.properties is bit misleading. Usual property files are loaded from classpath. I think many developers will make this assumption and make mistake like I did. Perhaps the file should be named more appropriately like "seamscan.marker" ? Also, pointing this subtle difference

[jboss-user] [Beginners Corner] - Re: JBoss, JNDI and BMP's

2008-01-02 Thread roberthart6650
I appreciate your efforts in trying the sample application. How are you determining that the BMP isn't deployed? I see the CustomerApplication.ear and Customer.jar deployed in the J2EE section of the JMX Console output. I also see the persistence unit registered in the JNDI output. I pre

[jboss-user] [JBoss Seam] - Re: Problem upgrading to Seam 2.0.1.CR1

2008-01-02 Thread seamdev
Hi Pete, I have created a JIRA issue for this. Here is the link: http://jira.jboss.org/jira/browse/JBSEAM-2445 p.s. My application source does not refer to any files using c:/path. I only have references to some property file names that are loaded using class loader. I even searched seam source

[jboss-user] [EJB 3.0] - Re: Dependency Injection @EJB in separate jar

2008-01-02 Thread benc
I had a similar problem with two jars in the same ear. To resolve it I had to import the classes from DEF.jar into ABC.jar via the persistence.xml file in ABC.jar ABC.jar/META-INF/persistence.xml | | | java:/MyDS | com.myCo.MyClassInDEF | ... | | | View the or

[jboss-user] [JBoss Seam] - Re: Database flush problem

2008-01-02 Thread mirko27
It seems like a something basic. Doesn`t anyone have an idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116512#4116512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116512 _

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2008-01-02 Thread jhalliday
Yes, I follow (but don't necessarily agree with) the argument that the TransactionManager should be in deploy, but given that we can't put it there in the short term we need an alternative solution. Can the ServiceControllerLifecycleCallback stuff be moved such that it is available for use in t

[jboss-user] [JBoss Seam] - EntityHome with a trivial restriction

2008-01-02 Thread menashe
Hi How is it possible to setup EntityHome with a trivial restriction in the flowing case. There is a table user that has userID, and a tables item that has itemID and userID, later being a foreign key to user table. When user request to edit itemID=xx the EntityHome should check to see that tha

[jboss-user] [JBossCache] - Singleton TreeCache Provider

2008-01-02 Thread kalyan120
Hi, I want to configure JBossCache as a secondary cache in my application which uses Hibernate to load the data. I have multiple databases to connect to and to load data from each of them. I want to be able to make use of the same instance of JBoss Tree Cache to be shared across all the Sessi

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2008-01-02 Thread alesj
"jhalliday" wrote : ... but it seems that nothing in the current AS trunk actually does anything with that annotation, or at least not at a sufficiently early stage in the lifecycle to be useful. | | IMO it should be present in the AS, but I don't see it. What about this? ;-) server\all\depl

[jboss-user] [JBoss Seam] - Re: Spring and Seam managed persistence contexts

2008-01-02 Thread rhasselbaum
Good stuff. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116499#4116499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116499 ___ jboss-user mailing list jboss-user@

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 5.0.0.Beta3

2008-01-02 Thread annechildress
I've got the same issue. HEY JBOSS, can you please address this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116497#4116497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116497 _

[jboss-user] [JBoss Portal] - Re: CMS security not working

2008-01-02 Thread DanielGallot
Here is what I understand about "overriding the recursing permissions" (I am only using roles): for a given directory, if one overrides the read permission, i.e for at least one role, the read permission is redefined for all the roles (get it if explicitly selected / lose it if explicitly not se

[jboss-user] [JBoss Seam] - Re: Spring and Seam managed persistence contexts

2008-01-02 Thread youngm
Oh, ya. Seam uses a thread local to get it's "Context" and then uses the various scopes in that context to determine the actual values in the scopes. If you wanna get into much more detail on how Seam manages it's scopes it would probably be best to look at the code. I think the key here is t

[jboss-user] [JBoss Seam] - Making Spring beans into Seam components via annotations?

2008-01-02 Thread rhasselbaum
Is there any way to make a Spring bean into a Seam component using annotations? All of the examples in the Seam reference doc assume the Spring beans are configured via XML, but newer versions of Spring don't require that. Thanks. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - 2nd level cache management

2008-01-02 Thread nlebas
I'm looking for a way to tune the second level cache of jBPM (3.2.2) according to my needs. jBPM internally configures the cache concurrency strategy for several collections as "nonstrict read-write", while I need them "read-only" (to avoid prohibitive synchronization cost and eventual errors

[jboss-user] [JBoss Seam] - Re: ejb + seam from swing gui

2008-01-02 Thread [EMAIL PROTECTED]
Yes - it just needs implementing. We need to formalise the API for hooking in clients (thus meaning all the client needs to is provide a conversation id to propagate conversations). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116489#4116489 Reply to the p

[jboss-user] [JBoss Seam] - Re: Spring and Seam managed persistence contexts

2008-01-02 Thread rhasselbaum
Right, but I'm just wondering how (internally) the Seam-managed factory knows which session to return, given the fact that the object holding the factory (i.e. the DAO) is shared among all threads/conversations. Does the conversation state get put into thread-local storage and the Seam-managed s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Trouble with images outside of JBOSS_HOME...

2008-01-02 Thread Spuds
I have 2 different physical servers, one is development, one is QA. The DEV server application is in /apps/jboss/server/ The DEV images are in /usr2/dev/web//images1 The DEV server works fine. The QA server application is in /apps/jboss/server/ The QA server images are in /usr2/qa/web//images1

[jboss-user] [EJB/JBoss] - Re: JNDI Lookup error after deploying EJB3 jar as a part of

2008-01-02 Thread irajeev
Thanks a ton! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116484#4116484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116484 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Seam] - Re: pageflow and parameters transmition

2008-01-02 Thread gazadonf
Ok, after serveral tries, it works... I notice that i have to declare nox parameters in the departure page définition instead of the arrival page when using a pageflow definition, like this: | | | | Is it normal? View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Instances get lost - strange behavior in conversational

2008-01-02 Thread marcelkolsteren
I encountered the same problem in my J2EE application, which uses Seam 2.0.0.GA. It is caused by a bug in JBoss/Seam. See the JIRA issues JBSEAM-2214 and JBSEAM-2224. I got rid of the problem by installing the fix (EntityBeanList.java version 1.6). View the original post : http://www.jboss.com

[jboss-user] [Beginners Corner] - Re: Problem starting service persistence.units (ClassCastEx

2008-01-02 Thread mjhammel
I just noticed that if I shutdown JBOSS and restart it, these "create table" errors do not show up. They only show up on a redeploy of the EAR file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116477#4116477 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Propagation of Persistence Context in Seam

2008-01-02 Thread [EMAIL PROTECTED]
The scope is conversation. The same Persistence Context will injected by @In (or via programmatic lookup) during the lifetime of that conversation. If you inject via @PersistenceContext, it isn't a SMPC. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116478#4

[jboss-user] [JBoss jBPM] - Re: GPD Missing Features

2008-01-02 Thread 69cuda340s
Ronald, thanks for the tip. I was able to get it to work. One problem I do have is if I click the Generate Form button and type in field names as soon as I click or tab out of the field the name gets changed to "variable1", "variable2" etc? So I can generate forms but not with any meaningful

[jboss-user] [JBoss Seam] - Re: Weird Richfaces / pages.xml behavior

2008-01-02 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-2186 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116473#4116473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116473 ___ jboss-use

[jboss-user] [JBossCache] - Re: Buddyrep issue

2008-01-02 Thread [EMAIL PROTECTED]
"FredrikJ" wrote : I am currently using cache 2.1.0 GA I presume you mean 2.1.0.CR2. No such behaviour should have changed between 2.0.0 and 2.1.0. Some of the internal code has changed, but that is more along the lines of refactoring and performance enhancements, not logical behaviour in any

[jboss-user] [JBoss Messaging] - Re: Traying to run Bridge service

2008-01-02 Thread timfox
Please read the FAQ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116469#4116469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116469 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Messaging] - Re: Ensuring single delivery to clustered MDB subscriptions

2008-01-02 Thread timfox
The whole point of a clustered topic is that it is clustered across *all* nodes, i.e. all consumers on *all* nodes will get the message. If you don't want consumers on other nodes to get the message then don't user a clustered topic! View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Messaging] - Re: Different Message id for each listener

2008-01-02 Thread timfox
"assaf49" wrote : Scenario: | A JMS Connection is used to create 10 JMS listeners on Topic MyTopic. | By "listener" I'm assuming you mean non durable subscription (?) And I'm assuming you're not using MDBs since you haven't mentioned them. anonymous wrote : | Each Listener has a differen

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Session cookie paramter name - default JSESSIONID

2008-01-02 Thread eg_jboss
How do I configure Jboss/Tomcat to use a custom name from session cookie name in 4.0.2? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116464#4116464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=411

[jboss-user] [Beginners Corner] - Re: Problem starting service persistence.units (ClassCastEx

2008-01-02 Thread mjhammel
Excellent catch, jaikiran! I had several "version" fields in various tables, one of which (and only one) was defined as a varchar. Checking the generated hbm I found that this was being defined as a Hibernate version element, which it didn't need to be. Changing that one field to a name diffe

[jboss-user] [JBoss Seam] - Re: Spring and Seam managed persistence contexts

2008-01-02 Thread youngm
The integration uses a dummy SessionFactory that simply takes calls to SessionFactory.createSession and returns the Seam managed session instead. It's quite simple. So you just need to make sure that you use the SeamManagedSessionFactory in the correct places instead of the real SessionFactor

[jboss-user] [JBoss Messaging] - Re: Traying to run Bridge service

2008-01-02 Thread JA121
Hi, I also have a little problem with starting the Message Brdige service... According to the official guide, i had made my remote JMSProvider mbean in jms-ds.xml, and deployed my bridge-service.xml. Aftrer that i got the following exception: | javax.naming.CommunicationException [Root exce

[jboss-user] [JBoss jBPM] - Re: TaskInstance Problem

2008-01-02 Thread gutierrez.ge
damm... thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116454#4116454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116454 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [EJB 3.0] - Re: Ejb 3 in Jboss 5 Beta 3

2008-01-02 Thread sampatn
Hello Andrew, In order to reproduce this error follow the following steps. - create a simple Hello World stateless session bean - copy helloworld.jar into server/default/deploy directory - start the server using run.bat - error is reproducible - EJB3 are not successfully redeployed. H

[jboss-user] [JBoss jBPM] - Re: Making JBPM and Hibernate Work Together

2008-01-02 Thread yairfr
i found part of the problem : JBPM XML files were not mapped in the hibernate.cfg.xml file . when i mapped them all i got this error : | | 2008-01-02 17:55:14,468 INFO [STDOUT] 17:55:14,452 ERROR [[/Total-e]] StandardWrapper.Throwable | java.lang.NoClassDefFoundError: org/hibernate/hql/a

  1   2   3   >