[jboss-user] [EJB 3.0] - Re: Talikng to Remote EJBs in 4.2.1 from 4.0.5

2007-12-18 Thread wolfc
http://jira.jboss.com/jira/browse/EJBTHREE-1118 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113946#4113946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113946 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-12-18 Thread [EMAIL PROTECTED]
Start a new topic, this one is old. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113947#4113947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113947 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Error selecting object

2007-12-18 Thread [EMAIL PROTECTED]
Post a new topic, piggy backing old topics is just confusing ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113943#4113943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113943 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deploy custom protocol handling class

2007-12-18 Thread eg_jboss
Can there be more than one instance of a class implementing URLStreamHandlerFactory per Jboss JVM. Is there any way i can invoke/register this class at startup time. In weblogic I use -Dweblogic.net.http.URLStreamHandlerFactory=com.acme.protocol.handler.CustomProtocolUHandler How do I make it w

[jboss-user] [JBoss Seam] - Re: @Autowired in a Seam bean

2007-12-18 Thread [EMAIL PROTECTED]
I don't really understand the question... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113944#4113944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113944 ___ jboss-user ma

[jboss-user] [EJB 3.0] - Re: Talikng to Remote EJBs in 4.2.1 from 4.0.5

2007-12-18 Thread lavh
Did you resolve your problem? I have the same problem. I have an application running in jboss 4.0.4GA using EJB 3 and other application running in jboss 4.2.1GA using EJB3 too. Tkz. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113938#4113938 Reply to t

[jboss-user] [JBoss jBPM] - GPD Deploy - fileupload not found

2007-12-18 Thread aapthorp
I've come across a problem with deploying processes with jbpm-enterprise.ear rather than jbpm-console that is bundled with JBPM 3.2.2 suit. On startup JBOSS throws a NoClassDefFoundError when it tries to load the upload servelet. I came across a similar problem on the ESB forum: http://jboss.o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - migration from jboss-4.0.5.GA to jboss-4.2.1.GA

2007-12-18 Thread chris.katsuo
Hello everybody, We have to migrate an application written with Seam 1.1.0.CR1 on jboss-4.0.5.GA ( at this time MyFaces was the built-in JSF implementation) to Seam 2.0.0.GA on jboss-4.2.1.GA. After a while, we have finally been able to port everything using default configuration (so SUN RI JS

[jboss-user] [JBoss Seam] - Re: Problem with manual flush mode for managed persistence c

2007-12-18 Thread asookazian
Does SMPC work with multiple datasources in the same app? If yes how would you configure the @In injection attribute similar to the @PersistenceContext JPA attribute which you can specify a persistenceUnit name? In the API for the Seam @In annotation there is no element similar to unitName...

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

2007-12-18 Thread DanielGallot
Hi, I am using AS 4.2.2 + portal 2.6.2. I try to configure the CMS Security. I have defined a role : myRole. And various users but I want to define CMS security only with roles. I have defined the following security on the following directories : For all directories, "Administrators" role has the

[jboss-user] [JBoss Seam] - Re: mixing javascript with JSF EL to call SFSB method

2007-12-18 Thread [EMAIL PROTECTED]
Hmm, I guess you can use a4j:actionParams for this. Post the modalPanel layout. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113931#4113931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113931 __

[jboss-user] [JBoss Seam] - Re: Jboss Seam Eclipse Plugin

2007-12-18 Thread [EMAIL PROTECTED]
http://in.relation.to/Bloggers/JBossTools20GAGoesFinal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113922#4113922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113922 ___

[jboss-user] [JBoss Seam] - Re: Adding custom timeout action

2007-12-18 Thread [EMAIL PROTECTED]
That doesn't diffentiate between the session being expired, and the session being destroyed. Probably won't make it into 2.0.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113927#4113927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: question about components and persistence

2007-12-18 Thread [EMAIL PROTECTED]
anonymous wrote : At first it would seem to the neophyte like me a more natural way to keep the object itself and perhaps merge it at the beginning of each conversation. Thats a valid alternative approach, but doesn't work so nicely with EntityHome. anonymous wrote : (issue aside I wonder if th

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-18 Thread PeterJ
Wait a minute, I think I understand now. What you posted is the code that gets the base directory, and the code that opens the properties file appends "conf/config.properties" top the base to get the file location. I added your code to my servlet, and here is the output (when all of my classes

[jboss-user] [JBoss Seam] - Re: SelectItems and cache

2007-12-18 Thread jacob.orshalick
I would definitely second this request. I will have to implement this in the not so distant future. Pete, if you blog with a tutorial on what you've done I would be much obliged :) I'm assuming you are planning to use JBoss Cache under the covers? Thanks. View the original post : http://ww

[jboss-user] [JBoss Seam] - Re: Update transactions occurring prematurely in Seam app

2007-12-18 Thread asookazian
here's the server.log output: 2007-12-18 11:08:28,146 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2007-12-18 11:08:28,146 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.afterPhase | 2007-12-18 11:08:28,146 DEBUG [org.jboss.seam.util.Na

[jboss-user] [JBoss Seam] - Thank you for in.relation.to / RichFacesPleaseWaitBox concur

2007-12-18 Thread supernovasoftware.com
I find the blogs on in.relation.to to be most helpful. I just read http://in.relation.to/Bloggers/ImplementingGracefulSessionTimeoutWithSeamJSFAndJQuery By Christian. That it cool and I hope it will be integrated into Seam/A4J. I also like http://in.relation.to/Bloggers/StoringYourMessagesInA

[jboss-user] [JBoss Seam] - identifier 'authenticator' resolved to null

2007-12-18 Thread tonylmai
Hello all, I am trying to migrate my apps to Seam 2.0GA. Somehow, I am running into an exception where Seam could not look up my authenticator. So I created a new project with plain pages. I run into the same problem. Please help! Here is the exception in the log anonymous wrote : 10:28:51,875

[jboss-user] [JBoss Seam] - Jboss Seam Eclipse Plugin

2007-12-18 Thread vikramchhetryy
Hi All, I am very new to Jboss and Seam. Can any one tell me how to use eclipse for developing seam jboss application? I have seam example applications running but i cant change it on eclipse. Where can I download eclipse plugin for seam application? i am using eclipse-3.1-4, jboss4.2.0,seam2.0 o

[jboss-user] [JBoss Seam] - Re: implementing SMPC questions

2007-12-18 Thread asookazian
When you use the following flushMode element: @Begin(flushMode=FlushModeType.MANUAL) must you use SMPC or can you use JPA Extended PersistenceContext as follows? @PersistenceContext(unitName="boIcomsSecurityAudit", type=PersistenceContextType.EXTENDED) | private EntityManager em; View th

[jboss-user] [JBoss Seam] - Re: External AJAX access to webremote?

2007-12-18 Thread [EMAIL PROTECTED]
File a feature request in jira View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113908#4113908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113908 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Does JBossPortal support mix of JSF/MyFaces/Facelets with JS

2007-12-18 Thread wciesiel
Hi all, as in the subject: does JBoss Portal (2.6.2) support mix of JSF/MyFaces/Facelets with JSPXs as templating files? I am trying to deploy application built with such mix (it was developed in Tomcat-based environment) as a portlet in JBoss Portal. I've added necessary descriptors (porlet,

[jboss-user] [JBoss Messaging] - Re: Messaging 1.3 Clustering question

2007-12-18 Thread timfox
If you have a distributed queue with an MDB consuming from that queue - one on each node, and send messages to that queue on a particular node, then the local consumer (i.e. the local MDB) will always get the messages by preference. This makes sense, since there's no point sending the messages t

[jboss-user] [JBoss Seam] - Re: Seam 2 + JBoss Portal 2.6 portlets

2007-12-18 Thread [EMAIL PROTECTED]
Wesley and Alex are still working on this (in other words its not ready yet). We'll put an announcement on in.relation.to when we have this working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113904#4113904 Reply to the post : http://www.jboss.com/index.

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

2007-12-18 Thread [EMAIL PROTECTED]
The back button just hits the browsers cache, not the server. So you can't do this server side (perhaps you can with javascript and checking to see if the session is active with Seam remoting?). Something similar http://in.relation.to/Bloggers/ImplementingGracefulSessionTimeoutWithSeamJSFAndJQu

[jboss-user] [JBoss Seam] - Re: What is the timeline for 2.0.1?

2007-12-18 Thread supernovasoftware.com
Thanks for the reply. I won't be switching until it is recommend for Seam apps or at least approved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113905#4113905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113905

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-12-18 Thread [EMAIL PROTECTED]
You should be able to use cargo for this, unfortunately it doesn't support JBoss 4.2 yet. So yes, some embedded ant script is probably best. Not sure about the -ds.xml file (I'm sure maven can do this though). Maybe ask on the maven users list. View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: What is the timeline for 2.0.1?

2007-12-18 Thread [EMAIL PROTECTED]
"supernovasoftware.com" wrote : How is JBoss AS 5.0.0.BETA3 related to the next GA release of Seam? Will it take advantage of some new features in 5.0? Embedded JBoss is based on JBoss AS 5, we want the next release of Seam to include Embedded JBoss BETA3, which will be released shortly after t

[jboss-user] [JBoss Messaging] - Re: Messaging 1.3 Clustering question

2007-12-18 Thread tim.shaw
Yes, but the distributed queue example opens 2 connections (which are given out round-robin as expected) and sends a single message on one and receives it on the other. This may be a distributed queue, but doesn't show load balancing. What I am trying to do is send 20 (or, for testing, 100)

[jboss-user] [JBoss Seam] - implementing SMPC questions

2007-12-18 Thread asookazian
So I'm trying to replace the EntityManager that is injected into my SFSB via @PersistenceContext with a SMPC (Seam Managed Persistence Context) as follows: import org.jboss.seam.annotations.In; | import javax.persistence.EntityManager; | | @In(create=true) | EntityManager em; //a Seam-m

[jboss-user] [JBoss Seam] - Re: Seam PDF and Chart component

2007-12-18 Thread [EMAIL PROTECTED]
Yes, please look at the example app for HTML usage. The original use case of the tags was to generate charts for PDF reports. The HTML support came later, but unfortunately the tags share a lot of code with the PDF versions. I'd love to detangle them some day. :) View the original post :

[jboss-user] [JBoss Seam] - Dependency Injection in Domain Model / Seam / Hibernate / Gu

2007-12-18 Thread chane
I have a fairly standard architecture for my application. I'm using SFSB/SLSB Seam components with IN/OUT injection. These methods call the EntityManager (e.g., find()) to interact with the database. | @Name("seam.editor") | @Stateful | public class SeamEditor implements ISeamEditor{

[jboss-user] [JBoss Seam] - Re: SelectItems and cache

2007-12-18 Thread [EMAIL PROTECTED]
It does? I can't see one... There is no support for caching created s:selectItems lists. If you want it, file a feature request. Following a recent conversation with Gavin I figured out how to make it work nicely. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - Re: Validation Failed exception

2007-12-18 Thread [EMAIL PROTECTED]
You are attempting to merge an invalid entity as specified by the hibernate validator annotations View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113896#4113896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113896

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Localhost/IP Address issue

2007-12-18 Thread PeterJ
Have you checked the firewall settings? Are you running with UAC on or off? What is the output from netstat (or tcpview) when you run with and without -b 0.0.0.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113893#4113893 Reply to the post : http://www.

[jboss-user] [Beginners Corner] - Re: How can I slim JBoss4.2.2 conforming to J2EE ?

2007-12-18 Thread jackhexy
Ok,thanks for jaikiran,nice to meet you.It's good for me. JBoss support EJB inherently,cann't disable EJB is understood. Remove some unused services and make JBoss efficiently is ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113891#4113891 Reply to the po

[jboss-user] [Clustering/JBoss] - Instances of JBoss in different machines

2007-12-18 Thread viswanadhvk
Hi all, I would like to set up multiple instances of JBoss in different machines. I mean to say, I want to creat 1 node in my machine, and another node (say node2) in another machine, and want to pull them into cluster. Please help me out any link or any steps to do that. I didn't find informat

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Localhost/IP Address issue

2007-12-18 Thread matthieu.siggen
Hi all, I'm having the same issue and tried the proposed solution. This works fine on Windows XP. However, I can't get it to run on Windows Vista. I tried using -b 0.0.0.0 but the only way to contact any web pages deployed on JBoss is to use localhost. Does anyone know if there is a way to

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Using custom protocol handler class (URLStreamHandlerFactory

2007-12-18 Thread eg_jboss
As far i understand I can not have more than one instance of a class implementing URLStreamHandlerFactory per Jboss JVM. Is there any way i can invoke/register this class at startup time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113885#4113885 Reply

[jboss-user] [JBoss Seam] - Re: TimeZoneSelector discussion/enhancements

2007-12-18 Thread [EMAIL PROTECTED]
Please create two jira issues, one for each feature request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113884#4113884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113884 __

[jboss-user] [JBoss Seam] - Re: Couple of basic questions to help understand Seam

2007-12-18 Thread alllle
"dustismo" wrote : Maybe this is just a typo on your part, but your page action will not work as written.. should be: | | | | | | Create new Itemdescription> | | . | | And that was the reason, thank! View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: What is the timeline for 2.0.1?

2007-12-18 Thread supernovasoftware.com
How is JBoss AS 5.0.0.BETA3 related to the next GA release of Seam? Will it take advantage of some new features in 5.0? I would like to switch to JBoss 5.0. Have you hear of an expected release date for JBAS 5.0.GA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - Re: Cant build Seam from the CR1 download.

2007-12-18 Thread [EMAIL PROTECTED]
Please report this in JIRA. I will try to test when I can get access to a windows machine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113874#4113874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113874 ___

[jboss-user] [JBoss Seam] - EL changes according to JSF 1.2

2007-12-18 Thread Newlukai
Hi, since the JBoss Tools 2 are available we decided to upgrade our Seam 1.2.1 based application to Seam 2.0. I had and still have to fiddle with JBossTools to deploy my app, but this is another problem. I made all the changes described in seam2migration.txt regarding the configuration files.

[jboss-user] [JBoss Seam] - Re: Seam sources - html tags

2007-12-18 Thread adamw
Hello, I just downloaded the 2.0.1CR1 and it work for me. Here's an example of a link: | | | | and a rule for it: | | ^/blog/view/feed.seam\?(cid=\d+&)?(from=\d+)&name=([a-z0-9_]+)(.*)$ |/blog/view/$3?$1$2$4 | | (note that you have to include the context

[jboss-user] [JBossWS] - Cannot rename web.xml - how to apply the patch?

2007-12-18 Thread cwolters
Hi I get the deployment-error of this issue: http://jira.jboss.com/jira/browse/JBWS-1940?page=all And I do not exactly know how to apply the files: http://repository.jboss.com/jboss/jbossws-jboss40/4.0.5.SP1/ to my jboss-4.0.5ga-installation. Can you provide a step-by-step description? Thank

[jboss-user] [JBoss Seam] - Update transactions occurring prematurely in Seam app

2007-12-18 Thread asookazian
This may be a EntityManager flush issue but not sure... I have the following xhtml for a Seam2.0.0.GA web app backed by 2 SFSB's (one conversation scoped and the other session scoped). The problem is when user clicks 'yes' for any radio button in any row of the form/dataTable, an update transa

[jboss-user] [Clustering/JBoss] - Re: Setting up multiple instances of JBoss in different mach

2007-12-18 Thread viswanadhvk
HI shoeb, Thanks for your reply. Let me briefly explain you, what I did . I am using windows XP , and JBoss 4.2.1. (1) I changed DefaultPartition to TestPartition at " all\deploy\cluster-service.xml " | | | | | | | | | | ${jboss.part

[jboss-user] [JBoss Seam] - Re: Server.log and large tables

2007-12-18 Thread hispeedsurfer
thank you to all @peter.hilton I don't have a category with name "org.jboss.seam" (use jboss-4.2.2.GA) @Bernix I have changed the config in the way you pointed and it's ok now View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113866#4113866 Reply to the post :

[jboss-user] [JBossCache] - Strange behaviour when replacing nodes catched

2007-12-18 Thread dancantong
Hi! I'm testing the cache service I'm using in my application based on JBoss Cache and I have a strange problem. I have selected LRU replacemente polityc, and I've created the following test. I set a maximum number of nodes in cache, I fill them with data, then I read every one except one, then I

[jboss-user] [J2EE Design Patterns] - Re: Spawning threads in server process

2007-12-18 Thread jimbrady
I have a similar request, and this thread seems to have died. I have started threads from a servlet and it works well (using a global maps and the rule one per user, one per task). My problem is how to manage the security aspect, and Scotts answer really answer that (nice to see there is a pool

[jboss-user] [JBoss Seam] - Re: What is the timeline for 2.0.1?

2007-12-18 Thread [EMAIL PROTECTED]
"cpopetz" wrote : Thanks for the information on the timeline. I'm running with the latest nightly snapshot, which allows me to continue load testing, though I'm reluctant to deploy to production with it. We are also waiting on the release of JBoss AS 5.0.0.BETA3 before releasing the next GA of

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-18 Thread PeterJ
Regarding the contents of the war archive (whther file or directory), here is where my confusion comes in. This is your illustration: deploy | +myapp.war | +conf | +config.properties | +WEB-INF This tells me that there are two entities in the deploy directory: myapp.war

[jboss-user] [Beginners Corner] - Re: Call an ejb from Servlet in different application

2007-12-18 Thread bpet36
Anyone out there, Hello. Anyway, here is my latest progress, I have added the lookup code and the exception that I am now getting. The exception is encountered at obj = ctx.lookup("ejb/UserAdmin/UserBean); Is this a classloading issue? Thanks in advance, hopefully someone has a clue as to wh

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - DB2: Communication link failure

2007-12-18 Thread sbhojraj
Hi: I am getting the following error when trying to run a query against a DB2 table. Below is the system configuration: JBoss 4.0.3.SP1 OS: Linux Db2: version 8.0 Error message: CLI0108E Communication link failure. QLSTATE=40003 If JBoss is restarted when this message o

[jboss-user] [JBoss Seam] - Re: 2.0.1.CR1 - Testing w/o Hibernate

2007-12-18 Thread [EMAIL PROTECTED]
oops, my bad, fixed in cvs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113859#4113859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113859 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Messaging] - Re: Messaging 1.3 Clustering question

2007-12-18 Thread timfox
The examples directory contains examples of distributed queue, topic and failover View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113852#4113852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113852

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: HTTP 404 not using localhost

2007-12-18 Thread PeterJ
Read the readme.html file, first bullet under JBossAS 4.2.0.GA in the Configuration Issues section. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113848#4113848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113848 __

[jboss-user] [JBoss Portal] - JBoss Portal with NTLM

2007-12-18 Thread z00k
Hi there, is there a good tutorial out there for using JBoss Portal with NTLM? What I want to do is login to a Windows Client and use this this authentication to skip the JBoss Portal login page. Thanks! greetings View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
stupid me. jboss.home was supposed to be set in build.properties and i did it in build.xml Neways..its working now thanks a lot for your help. I am really thankful to you jay -Vikram View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113845#

[jboss-user] [JBoss Seam] - Seam EJB not binding

2007-12-18 Thread felixk2
Hi, I'm new to Seam and i'm running into a problem. I've created a Seam project using seam gen (eclipse plugin), and created a new Action called TestAction which implements an interface called test. Here is my Test Action class: @Stateless | @Name("test") | @Interceptors(SeamInterceptor.c

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Here's whats going on. In the readme.txt: anonymous wrote : 2. Edit the "build.properties" file and change jboss.home to your |JBoss AS installation directory The default jboss.home property is set to "/Applications/..." and needs to be overwritten using the build.properties file. Try s

[jboss-user] [JBoss Messaging] - Re: Messaging 1.3 Clustering question

2007-12-18 Thread tim.shaw
Same for me with Messaging 1.4 and AS 4.2.2.GA Again, I presume I'm missing something ... Took an out-of-the-box configuration, using a combination of the ejb3mdb and cluster examples - deploying the MDB to both nodes and changing the client to send lots of messages (1+) results in all mess

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
build/sample.build.properties # Use this properties file to set system specific properties | # -- | # | # Location of JBoss AS and Tomcat | # --- | #jboss.home /Applications/jboss-4.2.1.GA # Default | #

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
build.properties | #See build/sample.build.properties for properties you might want to set | #Wed Dec 12 11:30:23 CST 2007 | qualifier=.CR1 | mavenized=false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113835#4113835 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Like I said the problem is most likely that the build.properties file is being read in and its values are used (configured) first - prior to the setting that you made. The first value set is used. What does your build.properties file look like? View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Cant build Seam from the CR1 download.

2007-12-18 Thread lowecg2004
I'm also having this problem: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125648 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113831#4113831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113831

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
I mean in build.xml of seam root directory i made some changes. Now it looks like this:- | | | Even then its not deplying it in jboss deploy folder View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113830#4113830 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
Following line was added by in build.xml in root directory of seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113828#4113828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113828 __

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Ant properties are immutable so that once a property is set it can not be changes. The jboss.home is set in the build.properties file in the root directory of the seam distrobution. Try changing it there instead of overriding the value. -Jay View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
thanks jay i manualy copied the ear to jboss deply directory and its working fine. But why is it creating new folder Applications, and why isnt it deploying the application directly to the jboss deply folder. My build.xml looks like this | | | | | | Thanks for ur reply View t

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
>From the build output the app was deployed to the: anonymous wrote : deploy: | [copy] Copying 1 file to /Applications/jboss-4.2.2.GA/server/default/deploy >From the properties that you listed it does not look like that is the correct >location. I would check that the path is correct.

[jboss-user] [JBoss Seam] - Re: [newbie] timezones and s:convertDateTime

2007-12-18 Thread mars1412
| * call the page 4 the 1st time | 15:37:02,640 INFO [Contexts] starting up: org.jboss.seam.web.session | 15:37:02,702 INFO [DebugObserver] JSF phase: before RESTORE_VIEW 1 | 15:37:02,811 INFO [DebugObserver] JSF phase: after RESTORE_VIEW 1 | 15:37:02,858 INFO [DebugObserver] JSF p

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
I made some changes in build.xml am i doing the right thing | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113812#4113812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113812 __

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
ant clean deploy | Buildfile: build.xml | Overriding previous definition of reference to emma.classpath | | clean: |[delete] Deleting directory /home/vikramc/.eclipse/seam/examples/registration/dist |[delete] Deleting directory /home/vikramc/.eclipse/seam/examples/registrati

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Could you run ant clean deploy The build script output that sent really did not do anything because the build artifacts were up to date. Thanks, Jay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113806#4113806 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
Hi jbalubas, could you please tell me the directory location where the application is deployed? this is the output when i type ant deploy: | Buildfile: build.xml | Overriding previous definition of reference to emma.classpath | | initcopy: | | initpoms: | [echo] Setting up de

[jboss-user] [JCA/JBoss] - org.jboss.resource.JBossResourceException: Could not create

2007-12-18 Thread eduacsp2
Hi fellas, I try to run a java routine on the oracle with jboss+datasource, but i get these errors message: anonymous wrote : | 12:20:35,125 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null | org.jboss.resource.JBossResourceException: Could not cr

[jboss-user] [JBoss jBPM] - Re: Timer Task never fired

2007-12-18 Thread Olivier.ch
Used this code in the java class LocalJbpmConfigurationFactoryBean of the spring for jbpm module : | JbpmConfiguration.Configs.setDefaultObjectFactory(objectFactory); | jbpmConfiguration = JbpmConfiguration.getInstance(); | View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: EntityQuery.refresh() doesn't clear the result list??

2007-12-18 Thread ASavitsky
I remember it was fixed in one of the releases, I think 2.0.0.GA - if not, try 2.0.1.CR1, it should be fixed there. At least, it works for me now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113791#4113791 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: session timeout handling

2007-12-18 Thread [EMAIL PROTECTED]
Hi Rich, You could try this approach from the booking example. I'm not 100% sure if it works on session timeout, or just a conversation that has ended though. The pages.xml from the booking example has a " no-conversation-view-id="/main.xhtml"" entry that I believe will handle this case. The

[jboss-user] [JBoss Seam] - Re: bug in Seam + JbossWS

2007-12-18 Thread [EMAIL PROTECTED]
No problem. I'll poke around the examples when I get a minute. -Jay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113787#4113787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113787 _

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Could you include the output of the build? At the end of the build it should show a location for where it deployed the app to. Also if it deployed it to the write location, then did JBoss have any exceptions when deploying it? -Jay View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: exception occurs while deployingDB2JDBC driver jar

2007-12-18 Thread [EMAIL PROTECTED]
Thanks! Peter. Due to our Jan release, we decide to reverse back to use the old version DB2 JDBC driver. I may continue work on it after the our release. If I got any result, I will post to let you know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113784

[jboss-user] [JBoss Seam] - Re: 2.0.1.CR1 - Testing w/o Hibernate

2007-12-18 Thread [EMAIL PROTECTED]
My first question would be what container are you attempting deploy to? Some app servers (OC4J especially) have a very eager classloader that will attempt to load all classes (and imports) whether or not the classes are used. Thanks, Jay View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Messaging] - distributed-queue does not always work?

2007-12-18 Thread bodrin
I'm experiencing problems with the message redistribution between the cluster nodes. I'm running two server nodes jboss-4.2.0.GA with jboss-messaging-1.4.0.SP2 (http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP2/html/installation.html#install.autom

[jboss-user] [JBoss Seam] - Re: s:fileUpload not actually sending output?

2007-12-18 Thread mdesignz
Posted to JIRA as: http://jira.jboss.com/jira/browse/JBSEAM-2390 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113780#4113780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113780

[jboss-user] [JBoss jBPM] - Problem in login in jbpm webapp using the new user created t

2007-12-18 Thread anuragpaliwal
Hi , I have created new user thru manager login and assign it manager role. But when new user tries to login it throws "Access to the requested resource has been denied" error message. Thanks, ANurag Paliwal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread seammer
"appendix" wrote : Hi, | | you've probably two versions of richfaces-ui*.jar in your ear package. Just put all richfaces.jars into the lib directory of your ear so they are visible to all the packages within the ear. | | Regards, Kurt Nice, your solution works. It has nothing to do wit

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread seammer
I found the problem was that I was using UITree in Stateful session bean. When I changed it to Stateless,everything worked well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113761#4113761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Tools (users)] - Re: Unable to create Seam runtime

2007-12-18 Thread [EMAIL PROTECTED]
probably because / is the runtime not just the lib folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113752#4113752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113752

[jboss-user] [JBoss Seam] - session timeout handling

2007-12-18 Thread threeps
Hi I was wondering if anyone could point me in the direction of some useful (preferably basic/simple) documentation regarding dealing witht session timeouts on seam applications? At present when my application times out, i see the 'no connection' icon (as expected), but then all links on the p

[jboss-user] [JBoss Messaging] - Clustered Connection Factories

2007-12-18 Thread tim.shaw
JBoss 4.2.2.GA + JBM 1.4.0 SP1 >From connection-factories-service.xml : I am trying to get a load-balanced cluster working (single client producing upwards of 20 tasks for the cluster to perform via MDB's), and I can only get one of the cluster members (non-determinate) to service the in

[jboss-user] [JBoss Seam] - Re: Seam sources - html tags

2007-12-18 Thread skanky78
hi :) is this fix in 2.0.1 CR1??? i defined an outboud-rule but it does'nt affect any link in the facelet...(see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126102) @adamw: can you give an example where you use an s:link which outputs an rewritten link? cheers, sven View the orig

[jboss-user] [JBoss Seam] - Re: bug in Seam + JbossWS

2007-12-18 Thread beligum
Sorry Jay, no I don't. I've been using seam since the beginning, and my build.xml doesn't even look like the one, provided with the examples. Perhaps, I should refactor it accordingly. Btw, I tried it out with the seambay example, and it works perfect, so I didn't get it from there... b. View

[jboss-user] [JBoss Seam] - TransactionCompletionEvent and @Asynchronous

2007-12-18 Thread cpopetz
I have: Events.instance().raiseTransactionSuccessEvent("doLongWorkAfterTxIsDone"); and @Observer("doLongWorkAfterTxIsDone") public void doWork() { aSLSB.anAsyncMethod(); } where anAsyncMethod() is a method marked @Aysnchronous. (I'd mark the observer itself as @Asynchronous, but that get

[jboss-user] [JBoss Seam] - Re: Scope of EntityManager

2007-12-18 Thread dapeng
anonymous wrote : The way your have everything configured Seam should never be attempting to create a transaction before a conversation is created. | Can you elaborate on this statement. I already posted my configuration. I enabled the seam transaction management and using a layered architect

[jboss-user] [JBoss Tools (users)] - Re: Unable to create Seam runtime

2007-12-18 Thread spambob
nvm - for some mysterious reason it decided to work now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113737#4113737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113737 __

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread seammer
Thanks for your reply! Wish me luck, I will try it out at once, thanks again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113733#4113733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113733 _

<    1   2   3   >