[jboss-user] [JBossCache] - Region based cachine (JBoss Cache + Hibernate)

2008-02-06 Thread narendrakg
Hi, I am using JBoss cache as 2nd level cache in Hibernate. But I am trying to use region based caching, so that cache regions of different tables refresh in different time intervals. I have configured my settings as per below but cache is refreshing based on default region settings i.e.

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

2008-02-06 Thread nickarls
In JBoss AS it's in .\server\default\conf\jboss-log4j.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126894#4126894 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126894 ___

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

2008-02-06 Thread vicky123
I added auto-create in components.xml but it didn't work. core:managed-persistence-context | name=filteredEntityManager | auto-create=true | persistence-unit-jndi-name=java:/pEntityManagerFactory | core:filters |

[jboss-user] [JBoss Seam] - How to propagate the execution for a Node ?

2008-02-06 Thread ricardo.almeida
Hi, I have the following process definition: ?xml version=1.0 encoding=UTF-8? | process-definition xmlns=urn:jbpm.org:jpdl-3.2 name=spa-process | | start-state name=Start | transition to=publish_node name=to_publish_node/ | /start-state | | node

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-02-06 Thread bodrin
Thanks! So, now we move the discussion to JIRA? Or I just wait you to reproduce the problem and analyse it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126887#4126887 Reply to the post :

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

2008-02-06 Thread hubaghdadi
Since I'm trying to run integration test, no JBoss AS is evolved, just JBoss Embedded container, right? So, which file to adjust in my case? Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126899#4126899 Reply to the post :

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

2008-02-06 Thread Pericles
Oh, sorry, my mistake. I explain me incorrectly. I have Seam 2.0.1.GA, I consult the version just now but the error stils. I'm going to prove it another time, I will create a project step by step. Oh, Note: I use the Seam plug-in if Eclipse. I don't use the MS-DOS entorn. I will post the

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

2008-02-06 Thread ovistanciu
No, there isn't. Just the faces message posted above (model validation failed). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126892#4126892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126892

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

2008-02-06 Thread Pericles
Pericles wrote : Oh, sorry, my mistake. I explain me incorrectly. | | I have Seam 2.0.1.GA, I consult the version just now but the error stils. | | I'm going to prove it another time, I will create a project step by step. | | Oh, Note: I use the Seam plug-in if Eclipse. I don't use

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

2008-02-06 Thread macd
I need persistable workflows: the domain objects need to be dealt with by several actors, in several steps. At this point i haven't created any relevant process steps; i've just persisted the instances. But before implementing any business logic i want to figure out if and how i can deal with

[jboss-user] [JBoss Seam] - Re: Problem with: seam-gen deploy

2008-02-06 Thread pete007
Okay, thank you, I fixed the problem by a nasty workaround, but I will take a look at it when I find some time and report if I succeeded. NASTY WORKAROUND: - create three SQL-tables nodex, nodey, nodez - change the foreignkey constraints to point to this tables - run seam-gen - change foreign

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

2008-02-06 Thread [EMAIL PROTECTED]
Any suggestions on how to try and figure out what is going on? After about 24 hours there seems to be 15-20.000 of those log entries. Micke View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126903#4126903 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - JBoss jboss-4.0.3SP1, NAT, RMI, -Djava.rmi.server.hostname,

2008-02-06 Thread [EMAIL PROTECTED]
Problem: Server IP = XXX.nnn.nn.nn Client jndi.properties file: jndi.CommandDispatcher=ejb/SessionBeanName java.naming.provider.url=jnp://YYY.nnn.nn.nn:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory

[jboss-user] [Management, JMX/JBoss] - Re: how to use twiddle to verify deployment sucessful

2008-02-06 Thread hsaha
There's no straightforward way to do this since the generated ID is not in your control. The work-around would to use the result of a 'query' operation to subsequently invoke the 'get' operation. Following would work in any unix environment: | ./twiddle.sh -s 127.0.0.1:1099 get --noprefix

[jboss-user] [JBossCache] - Re: TreeCache fails when displayed remotely in jconsole

2008-02-06 Thread mircea.markus
What do you mean by fail? Can you show the stacktrace? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126902#4126902 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126902 ___

[jboss-user] [JBoss Portal] - Re: header.jsp - How To?

2008-02-06 Thread je.a.le
JohnnyTheHun wrote : But what if one of my portals use my custom header or tabs.jsp, while another uses the default one. | Your suggestion would kill the one using the default core files, wouldn't it? just tried and not only it change tab menu for all portals but the admin portal too !!

[jboss-user] [JBoss jBPM] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2008-02-06 Thread camunda
Cool, thanks for fixing it! :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126907#4126907 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126907 ___ jboss-user mailing list

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

2008-02-06 Thread jaikiran
This may not exactly be what you are looking for. Starting Java 5, there's a tool which Sun provides for listing the instrumented HotSpot Java Virtual Machines (JVMs) on the target system. http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html. But this becomes tricky if there are

[jboss-user] [JBoss Seam] - Seam evaluation

2008-02-06 Thread resamsel
Hi people, currently I'm evaluating Seam as the future framework in our company. I already found a lot of information but still there is some missing. I hope you can help me out answering these questions. | * What experience do you have regarding performance of Seam applications? | * Is

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

2008-02-06 Thread jaikiran
Also, that documentation mentions: anonymous wrote : | NOTE: This utility is unsupported and may not be available in future versions of the JDK. It is not currently available on Windows 98 and Windows ME platforms. So does not look like a good option to use. View the original post :

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

2008-02-06 Thread mars1412
isn't that a great security risk? e.g. I could use: #{identity.addRole(admin)} to try to get more rights in your seam app (and I guess this would work in most apps) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126922#4126922 Reply to the post :

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

2008-02-06 Thread stephendv
I'm had similar problems getting this to work - eventually solved it, code is here: http://www.twisteddelight.org/downloads/contactn.tar.gz Recipients have a many to many relationship with Profiles. I used a selectManyCheckbox to allow recipients to assign themselves to profiles. AFAIK,

[jboss-user] [EJB/JBoss] - problem with usertransaction annotation

2008-02-06 Thread bridge007
Hi, I'm trying to migrate a session bean from ejb 2.1 to ejb 3.0. The migration is almost finished, but I have a problem while migrating the usertransaction. I want to use an annotation. The annotation works fine for the datasource, but for the usertransaction it has no effect. I always get a

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

2008-02-06 Thread stephendv
Not used it. But there are many many free alternatives - and there's no need to have any support for Seam. Functional testing tools work at the web layer, so the underlying application architecture is irrelevant. Some tools that come to mind: | webtest.canoo.com | WATIR | WATIJ |

[jboss-user] [JBoss Seam] - Re: How to propagate the execution for a Node ?

2008-02-06 Thread tom_goring
Hi, Is it not just a case of changing: | node name=publish_node | action expression=#{publishManager.publish}/ | transition to=input_data name=to_input_data/ | /node | to | node name=publish_node | transition to=input_data |

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

2008-02-06 Thread stephendv
Good point! Strict data validation would be essential here, so ideally should follow a whitelist validation approach where I define the specific HTML markup tags that are allowed and the EL expressions which are allowed. If the input doesn't match this, then reject it. View the original

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

2008-02-06 Thread sgrueter
Done: http://jira.jboss.org/jira/browse/JBSEAM-2589 Thank you for the fast reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126929#4126929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126929

[jboss-user] [EJB/JBoss] - JVM allocated is not getting reduced from max

2008-02-06 Thread satheeskumar
Hi All, I working with JBOSS 4.0.3.SP1 with JRoket 5.0 Jre, my application is quite bigger and consumes around 400MB-600MB, the start up size of JVM was 512MB and it keeps on increasing up 1024MB. when that JVM will come down to 512MB or do I need to do any setting to that. thanks in advance.

[jboss-user] [JBoss jBPM] - Re: Seam managed bean property not set by seam.properties

2008-02-06 Thread boocjelle
kukeltje wrote : what is the relation with jBPM? anonymous wrote : good question kukeltje, I have taken the wrong category. Do you have a suggestion to move it to Seam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126939#4126939 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Messaging Cluster issue

2008-02-06 Thread timfox
In most cases, allowing selectors on a JMS queue is an anti-pattern since it can cause the queue to be scanned frequently - i.e. give poor performance. Also JMS selectors only work on the *local* queue - i.e. each clustered queue is made up of n local partial queues - one on each node. If your

[jboss-user] [JBossCache] - Re: Region based cachine (JBoss Cache + Hibernate)

2008-02-06 Thread mircea.markus
timeToLiveSeconds and maxAgeSeconds cannot be configured for ALL eviction policies, but for LRUPolicy. what policy is your /_default_ using? Also if you use maxAgeSeconds it does not really make sense to also use timeToLiveSeconds, both having the same value ;) View the original post :

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

2008-02-06 Thread mircea.markus
By default cache replicates immediately after commit. The difference between ASYN and SYNC is that the former does not wait for the other members to acknowledge the replication and returns immediately. Batching can also be enabled, with UseReplQueue attribute. Take a look at Configuration

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

2008-02-06 Thread JUnkie
I just went into prod with a new Seam app. What experience do you have regarding performance of Seam applications? They seem to be very fast. Seam makes the connection of JSF and EJB simplier and does not seem to add overhead here. Is there a way to cluster Seam applications? Just as easy or

[jboss-user] [Security JAAS/JBoss] - Re: JBoss Federated SSO: Does it support?

2008-02-06 Thread aprilea76
Hi all, do you know if JBoss SSO Federated 1.0 RC1 is compatible with JBossAS 4.2 and 4.3 ? Many thanks Antonio A. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126950#4126950 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Ejb clustered registering

2008-02-06 Thread tfranconville
Thanks a lot for your help. I have found this solution: I need to launch jboss with a binding address. To found the jndi locally we work with, I do this: Context jbossCtx = new InitialContext(); MBeanServerConnection server = (MBeanServerConnection) jbossCtx.lookup(jmx/invoker/RMIAdaptor); name

[jboss-user] [EJB/JBoss] - Removing entity does not work!

2008-02-06 Thread hamtho2
Hi, somehow removing entities does not work using the embedded JBoss for my tests. If I open my own transaction within my test-class and try to delete an entity, everyting works fine. If I call my SessionBean, having exactly the same piece of code, it fails. Even if I try to merge my entity

[jboss-user] [JBoss Messaging] - Re: Messaging Cluster issue

2008-02-06 Thread beve
Hi Tim, thanks for the detailed explaination on this, it is much appreciated! I'll refactor our code to use temporary queues instead. Is there any perfomance loss compared to using Topics with selectors? Regards, Daniel View the original post :

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

2008-02-06 Thread [EMAIL PROTECTED]
which version are you using ? This was an issue in the old betas. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126948#4126948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126948

[jboss-user] [JBoss Seam] - Reflections uses wrong argument causing IllegalArgumentExcep

2008-02-06 Thread boevink
Hi, I'm trying to use an abstract class for some stateful beans that use a lot of similair functionality. But I'm having a lot of trouble using in-/outjections in combination with reflection. My abstract class: | package common.selectableMap; | | //imports | |

[jboss-user] [Messaging, JMS JBossMQ] - jboss-messaging-1.4.0.SP3 -clarification

2008-02-06 Thread 143564
Hi, I downloaded jboss-messaging-1.4.0.SP3 for installation.There is no sample files for clustered-oracle-persistence-service.xml. where can i get this file.but i saw the same file in 1.3.0.Is it suitable for 1.4.0sp3 ?. Thanks in advance. View the original post :

[jboss-user] [Security JAAS/JBoss] - How to configure JBoss federeted SSO

2008-02-06 Thread [EMAIL PROTECTED]
Hi All, I have downloaded jboss-sso-1.0CR1 and jboss-4.2.2.GA. I am following the document from http://labs.jboss.com/wiki/StartFedSSO. Here are the steps to test your SSO Framework installation * Install jboss-sso-test.ear into the 'deploy' directory of the 'default' configuration

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Undeploying multiple wars inside an ear causes NameAlrea

2008-02-06 Thread JohnBe
Hello Klaus, please can you give me a more detailed description, what you changed to get this running. It looks like I have exactly the same problem at deploying. John View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126960#4126960 Reply to the post :

[jboss-user] [Clustering/JBoss] - Facing problem in Integration of servicemix and jboss

2008-02-06 Thread puneetjain
Hi, I am facing problem in integrating servicemix in jboss server. Details is as bellow: Environment: = Operating System: windows XP Servicemix 3.2.1 Java 1.5 Jboss version 4.2.2.GA Steps Performed: 1. Download the servicemix jbi jboss deployer and build it

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

2008-02-06 Thread akazakov
If you save a file Seam validator must not validate all files. But I can't reproduce it :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126952#4126952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126952

[jboss-user] [JBossWS] - Re: Change the endpoint address in runtime using Dispatch

2008-02-06 Thread mrostan
Thanks Alessio, I've uploaded the patch in the JIRA issue. Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126965#4126965 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126965

[jboss-user] [EJB 3.0] - Re: Corba

2008-02-06 Thread ghz_gordo
Hello ollka !! I have the same problem.. and, if is possible, i want to know how u patching the file IORFactory... or somebody know how solve this problem ? thx a lot !!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126967#4126967 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: ClassCastException in home.create

2008-02-06 Thread ghz_gordo
Hello GBardou !!! i have the same problem... and.. if is possible... here u use the org.omg.CORBA.portable.IDLEntity ? i dont find it from my project... sorry this answer... but i new from java.. and jboss... and have other topic if the same problem...

[jboss-user] [Clustering/JBoss] - Re: Simple Clustering Problem

2008-02-06 Thread oldpasha74
Hi, No idea anyone? Could that be a network/multicast problem? On the other hand: the servers recognize each other. And farming seems to work. Regards, Oliver View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126966#4126966 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Corba

2008-02-06 Thread ollka
Hi. I just got email about new messages in this topic. You can send me an email and in reply i will send you patched jboss-ejb3.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126969#4126969 Reply to the post :

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

2008-02-06 Thread gringalet
hi, who can give me a hand? anybody see me? if it is bug from upload tag in the seam 2.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126972#4126972 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126972

[jboss-user] [JBoss Seam] - Prayed for the J2EE users lately?

2008-02-06 Thread nickarls
According to Gavin in the Javadoc of org.jboss.seam.intercept.InvocationContext we should: A copy of the EE5 standard InvocationContext API. We do this because some poor souls are still using J2EE. Pray for them. ;-) View the original post :

[jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server

2008-02-06 Thread erace
I am using Seam 2.0.1GA and it looks like this might be broken. I have configured mail session like this: mail:mail-session host=localhost port=25 username=someuser password=somepass ssl=false / and I get the exception: javax.net.ssl.SSLHandshakeException:

[jboss-user] [EJB 3.0] - Re: Corba

2008-02-06 Thread ghz_gordo
hellooo !!! my email is [EMAIL PROTECTED] Thx a lot !! =D View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126977#4126977 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126977

[jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server

2008-02-06 Thread erace
Disabling TLS in SMTP server made exception go away. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126979#4126979 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126979 ___

[jboss-user] [JBoss Seam] - How to passing through request parameters to the next page (

2008-02-06 Thread schmatz
Hello guys, I've got the following problem and I hope that somebody has an solution to that: Scenario: 1. You receive an email consisting of a link to you Seam app with a verification code as request parameter. The link looks like this:

[jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa

2008-02-06 Thread mars1412
why would you let the user login, before she even confirmed the e-mail address? in most system it works like that:* user registers | * email is sent to given address | * user clicks on the activation link (NO login required) | * account is activated | * from now on the user can login

[jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa

2008-02-06 Thread nickarls
I think you might find section 5.1.1.1. Page parameters in the reference manual interesting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126983#4126983 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126983

[jboss-user] [JBoss Seam] - Seam managed bean property not set by seam.properties

2008-02-06 Thread boocjelle
I hardly believe that the mechanism of the seam.properties does not work. So I made a project using Seam-Gen that can easily be reproduced. I would be grateful to know where I am going wrong. The project was created using Seam-Gen with the project.type=ear (please note the build.properties

[jboss-user] [JBoss jBPM] - Re: Seam managed bean property not set by seam.properties

2008-02-06 Thread boocjelle
I have choosen the wrong category. I made a copy in .. http://www.jboss.com/index.html?module=bbop=viewtopicp=4126985#4126985 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126987#4126987 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: EAR verification

2008-02-06 Thread hsaha
You have to create a NotificationListener to listen for notifications from the MBean with objectname: jboss.system:type=Server and notification type : org.jboss.system.server.started You will receive a notification once the server is started. View the original post :

[jboss-user] [JBoss Seam] - Please help ! Can't persist data into related tables

2008-02-06 Thread juk
Hello ! I'm trying to persist some data into related tables for more then a week, but it's not working at all.. Please Help ! This is the code... | package com.st.st; | // Generated 06.02.2008 1:13:21 by Hibernate Tools 3.2.0.b10 | | import javax.persistence.Column; | import

[jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server

2008-02-06 Thread [EMAIL PROTECTED]
Please read the docs mail:mail-session host=localhost port=25 | username=someuser password=somepass tls=false / View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126992#4126992 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EJB JAR inside EAR

2008-02-06 Thread starkc
Forgot to add that there ARE javax.sql.* classes included in weblogic.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126993#4126993 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126993

[jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables

2008-02-06 Thread nickarls
And the error you see is...? You seem to be calling #{insert.insert}. Which means that the method insert in the seam named component insert is being called. You shouldn't have any parameters in the method. Remove them from the local interface and then inject the beans (info?) into the insert

[jboss-user] [Beginners Corner] - Re: Illegal @PersistenceUnit? Help!

2008-02-06 Thread McJava1967
I actually getting an io exception trying to run the jar command. Might this be related to the packaging itself? In addition to being a newbie at JBoss, I'm also on Vista for the first time. When I navigate using the file system to CMPStockListApp.jar, it shows as a normal FOLDER. I

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EJB JAR inside EAR

2008-02-06 Thread jaikiran
I believe this is the reason for the ClasscastException. You are having 2 separate jar file containing the same classes (and some additional ones). I guess, you have configured a datasource (*-ds.xml) file for accessing the DB. What driver are you using there? Can you post it's contents? If you

[jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables

2008-02-06 Thread juk
Thank you for your reply ! but i don't know how to do this, can you support me with some code that shows how to inject the beans (info?) into the insert bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127000#4127000 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: jboss-messaging-1.4.0.SP3-clarification

2008-02-06 Thread timfox
[Moved from the design forum] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127004#4127004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127004 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables

2008-02-06 Thread juk
and here is an exaption.. | Exception during request processing: | Caused by javax.servlet.ServletException with message: #{insert.insert}: javax.el.MethodNotFoundException: /insert.xhtml @17,59 action=#{insert.insert}: Method not found: insertBean.insert() |

[jboss-user] [JBoss Seam] - CONTEXTS MISSING DEPENDENCIES with SeamTest

2008-02-06 Thread chawax
Hi, I try to use JBoss embedded to test Seam components in a Maven project. I use Maven 2.0.4, Seam 2.0.1.GA and JBoss embedded beta3. I use JDK 5.0.11. I have this stack trace on JBoss embedded bootstrap : org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete

[jboss-user] [JBoss Seam] - Need help to understand who to use the PAGE context

2008-02-06 Thread fredatwork
Hello, I trying to understand how to use the page context with seam and I need some expertise. I built a very simple working sample with : - two html pages (sample2.xhtml and sample2next.xthml) - sample2.xhtml holds a button that throws an action Sample2Action.init. - this action initiates a

[jboss-user] [JCA/JBoss] - deployment of RAR inside of EAR

2008-02-06 Thread pecks1976
My resource adapter works fine as standalone, but I want to add it to an EAR. So I did two things: 1. Had Eclipse add it to my ear 2. changed my *-ds.xml file from connection-factories no-tx-connection-factory jndi-nameeis/MySample/jndi-name

[jboss-user] [Beginners Corner] - Re: Illegal @PersistenceUnit? Help!

2008-02-06 Thread jaikiran
anonymous wrote : When I navigate using the file system to CMPStockListApp.jar, it shows as a normal FOLDER. Looks like the application is deployed in exploded form (http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment) which is a valid form of deployment in JBoss. anonymous wrote :

[jboss-user] [JBoss Seam] - Re: CONTEXTS MISSING DEPENDENCIES with SeamTest

2008-02-06 Thread chawax
Forgot to say that I got JBoss embedded bootstrap files from Seam 2.0.1.GA distribution. I just added my t4Seam-ds-xml.file in deploy directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127007#4127007 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa

2008-02-06 Thread schmatz
mars1412 wrote : why would you let the user login, before she even confirmed the e-mail address? Because the progress is the following: 1. Register yourself (now you have an account with username and password) 2. Get the confirmation email 3. click on the link in the mail 4. Login 5. Your email

[jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa

2008-02-06 Thread schmatz
nickarls wrote : I think you might find section 5.1.1.1. Page parameters in the reference manual interesting. Thanks for your post. I know that section. But I have to access the request parameter. In this example (from section 5.1.1.1) it's - of course - no problem to access a beans

[jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa

2008-02-06 Thread schmatz
Because of your replies until now I would like to emphasize that I'm talking about a non-faces request! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127014#4127014 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127014

[jboss-user] [JBoss Tools (users)] - Server startup slow

2008-02-06 Thread mcrandall
I'm using JBOSS server 4.2.2 GA, SEAM framework 2.0.1 GA in an Eclipse IDE (3.3.1.1). Whenever I start up my application server in the IDE (and my project EAR), it takes about 40 minutes. The console reports that the server started (that only takes less than a minute) but in the Servers view,

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

2008-02-06 Thread [EMAIL PROTECTED]
ohh - yeah that one - I banged my head against the wall with that one. Check that you not only you have the web-module class loader as application first but also the base EAR. This is the Class loader and change detection link (I think that is it - it is similar at least) on the main page for

[jboss-user] [JBossWS] - NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStreamBuf

2008-02-06 Thread thof
I downloaded jbossws-native-2.0.3.GA. Using wsconsume (contract-first) on the command line works fine but as an ant task (in eclipse) I get this error: NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStreamBuffer. JDK is 1.5.0_06. I reference following jar files in my ant task (path id):

[jboss-user] [Clustering/JBoss] - Re: To all clustering gurus: problem when deploying ear into

2008-02-06 Thread ppt
Just found that one of the servers had a firewall enabled on one of them, so the UDP packets from JGroups to enable clustering was being rejected. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127018#4127018 Reply to the post :

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

2008-02-06 Thread [EMAIL PROTECTED]
We've had reports of Selenium being used with Seam successfully. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127024#4127024 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127024

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

2008-02-06 Thread [EMAIL PROTECTED]
A load of transaction logging statements don't really help anyone. You'll need to get your debugger out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127021#4127021 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127021

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

2008-02-06 Thread [EMAIL PROTECTED]
Yes, you can only register one entity-transaction sync at a time. Probably your best bet is to use a full JEE environment, with JTA transaction which will allow you do this ootb. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127027#4127027 Reply to the post

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

2008-02-06 Thread [EMAIL PROTECTED]
Does it work if you use s:link or h:commandButton? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127028#4127028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127028 ___

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

2008-02-06 Thread [EMAIL PROTECTED]
Yes, they look correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127029#4127029 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127029 ___ jboss-user mailing list

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem clustering of MDB on JBoss.

2008-02-06 Thread ppt
Not a problem anymore because I just found that there was a firewall on one server. that caused the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127019#4127019 Reply to the post :

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

2008-02-06 Thread dexjam
Pete, you're becoming sort of my new hero here, you were right! The problem i have, that the change is not reflected in the UI after the action is executed may have s.th. to do with the JSF lifecycle i think. I am trying to set the current Page to 1 on a rich:datascroller after executing a

[jboss-user] [JBossWS] - Re: NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStrea

2008-02-06 Thread thof
Ahhh I found streamBuffer.jar ... now it works! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127033#4127033 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127033 ___ jboss-user

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

2008-02-06 Thread doballve
Cory, thanks for your effort and perseverance on this matter. I started from Michael Yuan's example (http://www.michaelyuan.com/blog/2007/10/09/jboss-seam-project-setup-with-maven-%e2%80%94-part-2-ear-deployment/), added dependencies from Seam 2.0.1.GA but got stuck on the way. Thanks to your

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

2008-02-06 Thread trouby
Well, weird, here it's going through all the files, one after another everytime I save a file, Well, I just noticed I'm using RC1 instead of GA ver, then I'll try to upgrade and see the result, Many thanks, Asaf. View the original post :

[jboss-user] [JBossWS] - Re: NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStrea

2008-02-06 Thread [EMAIL PROTECTED]
Would you like to add some docs to the WIKI? http://jbws.dyndns.org/mediawiki/index.php I think others could benefit from this as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127036#4127036 Reply to the post :

[jboss-user] [JBoss Seam] - Seam a company solution for JEE development?

2008-02-06 Thread CacheUp
Hello, consider a company in a non IT area with 100 Java JEE developers in different locations around the world working on several projects (normally 3-5 developers per project). Due to existing infrastructure (Identity Management, Web Access management, Enterprise Service Bus) in which a new

[jboss-user] [JBoss AOP] - Problems with hibernate - JBoss AOP

2008-02-06 Thread gjeudy
Hi, Since I upgraded to jboss 4.2.2 I can't get my project to work. I get several exceptions to the one below on application deployment. 2008-02-06 10:18:37,378 ERROR [org.hibernate.proxy.pojo.BasicLazyInitializer] Javassist Enhancement failed:

[jboss-user] [Beginners Corner] - richfaces richTree can't get item.type!

2008-02-06 Thread FTEngine
Hi there, i'm new to richfaces and i'm testing the richtree component. I have a problem with nodeFace!! I understand that it maps the current Tree Node with the type attribute of the possible treeNode tags. But somehow I cannot access it dynamically. If I type: nodeFace=foo and rich:treeNode

[jboss-user] [JBoss jBPM] - Jbpm Database restauration problem

2008-02-06 Thread matt_lc
Hi, I've an incomprehensible problem : I have to migrate a Tomcat/JSF/Hibernate web application using JBPM from a server to another. I use Jbpm3.1.2. The production server has many process instances launched and binded to my Object Model (in an other database). This work fine in the

[jboss-user] [Clustering/JBoss] - Re: Simple Clustering Problem

2008-02-06 Thread [EMAIL PROTECTED]
I'm guessing a network problem unrelated to multicast. My interpretation is that your SLSB is deployed on both nodes. For an SLSB, there is no intracluster traffic related to it after it deploys. If it's deployed on all nodes, there is no intra-cluster HA-JNDI traffic related to clients

[jboss-user] [JBoss Seam] - Re: CONTEXTS MISSING DEPENDENCIES with SeamTest

2008-02-06 Thread chawax
Well, it looks like my datasource is well initialized. I set the log level to DEBUG and I can see these lines in the logs : INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/t4Seam' to JNDI name

[jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa

2008-02-06 Thread mars1412
schmatz wrote : | This is not save! If you enter a wrong email address someone else gets your email, can log in, and sees your details. | well, it's not that bad:* the other user cannot login - he does not know your password* since you have never logged in before, there are no personal

[jboss-user] [EJB 3.0] - Re: Deployment error using IIOP+EJB3+Jboss 4.05

2008-02-06 Thread ghz_gordo
Hello olro !! you got some positive result? thx !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127051#4127051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127051 ___

  1   2   3   >