[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=bbop=viewtopicp=4113835#4113835 Reply to the post :

[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 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

[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

[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) |

[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 :

[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 :

[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=bbop=viewtopicp=4113848#4113848 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113848

[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=bbop=viewtopicp=4113852#4113852 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113852

[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=bbop=viewtopicp=4113859#4113859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113859 ___ jboss-user mailing list

[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

[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

[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] [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] [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

[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: 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=bbop=viewtopicp=4113866#4113866 Reply to the post :

[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 | server | |!--

[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

[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] - 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: | s:link view=/view/feed.xhtml value=#{feed.title} propagation=none | f:param name=name value=#{feed.name}/ | /s:link | and a rule for it: | outbound-rule |

[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

[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=bbop=viewtopicp=4113874#4113874 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113874

[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 :

[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: | | | | page view-id=/firstpage.xhtml action=#{actionComponent.begin} | | descriptionCreate new Itemdescription | | . | | And that was the

[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=bbop=viewtopicp=4113884#4113884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113884

[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=bbop=viewtopicp=4113885#4113885 Reply

[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] [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

[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=bbop=viewtopicp=4113891#4113891 Reply to the

[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=bbop=viewtopicp=4113893#4113893 Reply to the post :

[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=bbop=viewtopicp=4113896#4113896 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113896

[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 :

[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: 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] - 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

[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] - 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

[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 :

[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=bbop=viewtopicp=4113905#4113905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113905

[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

[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=bbop=viewtopicp=4113904#4113904 Reply to the post :

[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

[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 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=bbop=viewtopicp=4113908#4113908 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113908 ___ jboss-user mailing list

[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 the

[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

[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 :

[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

[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 :

[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: 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

[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

[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=bbop=viewtopicp=4113927#4113927 Reply to the post :

[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=bbop=viewtopicp=4113922#4113922 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113922 ___

[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=bbop=viewtopicp=4113931#4113931 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113931

[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: 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] [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

[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:

[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=bbop=viewtopicp=4113938#4113938 Reply to

[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=bbop=viewtopicp=4113944#4113944 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113944 ___ jboss-user

[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

[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=bbop=viewtopicp=4113943#4113943 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113943

[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=bbop=viewtopicp=4113947#4113947 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113947 ___ jboss-user mailing list

[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=bbop=viewtopicp=4113946#4113946 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113946 ___ jboss-user

[jboss-user] [JNDI/Naming/Network] - Incompatibility between Jboss server versions?

2007-12-18 Thread wandi
Incompatibility between Jboss server versions? Hi guys, can anybody help-me with a problem? I'm currently using JBossAS 4.2.1 and I was trying to make a lookup in an EJB3 Session Bean - in another JbossAS (different VM - version 4.0.4GA) - , but I received an Exception... Caused by:

[jboss-user] [EJB/JBoss] - Incompatibility between Jboss server versions?

2007-12-18 Thread wandi
Hi guys, can anybody help-me with a problem? I'm currently using JBossAS 4.2.1 and I was trying to make a lookup in an EJB3 Session Bean - in another JbossAS (different VM - version 4.0.4GA) - , but I received an Exception... Caused by: javax.naming.CommunicationException [Root exception is

[jboss-user] [EJB 3.0] - Incompatibility between Jboss server versions?

2007-12-18 Thread wandi
Incompatibility between Jboss server versions? Hi guys, can anybody help-me with a problem? I'm currently using JBossAS 4.2.1 and I was trying to make a lookup in an EJB3 Session Bean - in another JbossAS (different VM - version 4.0.4GA) - , but I received an Exception... Caused by:

[jboss-user] [JBoss Tools (users)] - Editors not shown first when an xhtml file is opened in the

2007-12-18 Thread evdwaard2
When we open a xhtml file in the jboss html editor, the first time there isn't anything show, just a grey background. The tabs at the bottom of the pane are shown, and if you click another tab the editor is shown and you can use all different edit modes. We are running Eclipse on Windows Vista

[jboss-user] [JBoss Tools (users)] - Re: Editors not shown first when an xhtml file is opened in

2007-12-18 Thread [EMAIL PROTECTED]
I don't have access to a vista 64 bit so can't really help. I would have assumed that running with a Java 5 32 bit should work, but if that does not work then report in jira ...but again, we don't have access to a 64 bit vista so would need help on getting xulrunner to work on 64 bit vista.

[jboss-user] [JBoss Tools (users)] - Re: Editors not shown first when an xhtml file is opened in

2007-12-18 Thread evdwaard2
Thanks for the fast reply max! I did take a look at xulrunner and 64 bit vista, but when i switched tabs once, everything works until i close the editor. I was trying to call the change tab event myself in the sourcecode of VpeEditorPart.java, in a way that when i open the editor, it

[jboss-user] [JBoss Seam] - Error selecting object - SEAM 1.2.1GA

2007-12-18 Thread james_hays
I'm using SEAM 1.2.1GA and have all of a sudden run into random errors selecting objects out of a drop down list. It doesn't have all the time and seems very random. I've attempted to enhance the equals() method and the hashcode, but nothing seems to matter in that regard. When I debug the

[jboss-user] [JBoss Tools (users)] - Re: Editors not shown first when an xhtml file is opened in

2007-12-18 Thread [EMAIL PROTECTED]
hmm...so as long as you toggle the tabs the editor works fine ? you can close the editor and open a new one and it works again after toggling the tab? Please report that in jira - then we can track it there. View the original post :

[jboss-user] [JBoss Messaging] - Re: Message paging not working

2007-12-18 Thread [EMAIL PROTECTED]
Can you attach your testcase here? http://jira.jboss.com/jira/browse/JBMESSAGING-1211 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113959#4113959 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113959

[jboss-user] [Beginners Corner] - java.lang.ClassCastException: org.jboss.util.id.GUID cannot

2007-12-18 Thread bpet36
Hi, I am attempting to lookup and call methods on an ejb from a servlet where the two are deployed in separate ear files on the same JBoss server. I believe I have encountered a classloading issue, if so, I am not sure how to resolve it. Can anyone help me resolve this problem? Anyway,

[jboss-user] [JBoss Seam] - Re: Same element ID in many forms on the page

2007-12-18 Thread [EMAIL PROTECTED]
What does isn't initialised mean here? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113962#4113962 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113962 ___ jboss-user mailing

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

2007-12-18 Thread [EMAIL PROTECTED]
The configuration seems ok to me. Possible things you should look at: - Are you sure you didn't change anything on the test? - Can you try the same test again, after dropping/creating your database (or clearing the data on the tables). - Are you sure you have your UDP working fine? - Do you

[jboss-user] [JBoss Seam] - Re: @Asynchronous mail example fails

2007-12-18 Thread [EMAIL PROTECTED]
The unified classloader has nothing to do with UseJBossWebLoader. Use RichFaces 3.1.x - this allows the use of RichFaces components in your action beans. Place the richfaces-api.jar into your ear/lib directory. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Editors not shown first when an xhtml file is opened in

2007-12-18 Thread evdwaard2
yeah, when i toggle the tabs (change to another and then change back) it's working. We tried a redraw and update on the sourceditor object in setVisualMode in VpeEditorPart.java, but that didn't fix things. I added this in Jira, http://jira.jboss.org/jira/browse/JBIDE-1531. Thanks! View the

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

2007-12-18 Thread james_hays
New Topic: http://www.jboss.com/index.html?module=bbop=viewtopicp=4113953 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113954#4113954 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113954

[jboss-user] [JBoss Seam] - Test database with Seam2, Maven and TestNG?

2007-12-18 Thread andrew.rw.robinson
I have finally got the maven unit tests through testng running, but they are failing. I want to have two databases, one for tomcat deployment and one for my unit tests. The problem is that the seam configuration is picking up my src/main/resources/META-INF/orm.xml and

[jboss-user] [JBoss Seam] - Re: occasional could not acquire lock on @Synchronized compo

2007-12-18 Thread [EMAIL PROTECTED]
Well, you'll need increase the timeout for trying to obtain the lock. By default a second. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113966#4113966 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113966

[jboss-user] [JBoss Seam] - Re: how to dis-manage entities?

2007-12-18 Thread [EMAIL PROTECTED]
gsegura wrote : And that is the problem because when more than one user are inserting CourseNotes to the collection, the second one will get an optimisticlockexception at the time he tries to merge his instance of the course I would just used managed entities at all times. anonymous wrote : At

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

2007-12-18 Thread dapeng
Hi, I think I've found the reason for this problem. I think it is a bug in combination with richfaces. The error occurd when serving a request for anonymous wrote : /mywebapp/a4j_3_1_1-SNAPSHOTorg/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAGLZKr5DAADWQHL which is a resource for a

[jboss-user] [JBoss Seam] - Re: Duplicate calls to functions

2007-12-18 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113973#4113973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113973 ___

[jboss-user] [JBoss Seam] - Re: Exception redirection broken. 404 thrown

2007-12-18 Thread [EMAIL PROTECTED]
Please file a jira issue so we can investigate View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113974#4113974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113974 ___ jboss-user

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

2007-12-18 Thread [EMAIL PROTECTED]
We haven't got Seam working with WAS and EJB3. We do however have it working with JPA - see the JPA example for more. Jay is currently working on app server compatibility - he hasn't got to WAS yet, but when he does you can expect *much* better docs on how to get your app running. If you can

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

2007-12-18 Thread viswanadhvk
Hi all, I solved the problem. The problem was my system is not having mcast open. So instead of using UDP, Iam using TCPPING. It was working fine. Thanks! vvk View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113976#4113976 Reply to the post :

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

2007-12-18 Thread viswanadhvk
HI all , I solved the problem. The problem is in my system there is no mcast open. So I used TCPPING now I am able to see both the machines as well as able to deploy the stuff. Thanks! Vvk View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113979#4113979 Reply

[jboss-user] [JBoss Seam] - Re: Seam 2.0 GA - seambay example deployment fails

2007-12-18 Thread [EMAIL PROTECTED]
Can you try with a clean install of JBoss AS 4.2.2 and Seam 2.0.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113980#4113980 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113980

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

2007-12-18 Thread seamdev
I am trying to use integration test in Seam 2.0.0GA and getting authenticator not found error. Please tell me what is wrong in my setup? I had tried to setup classpath for testing by reverse engineering the build.xml in examples dir and info in readme.txt - pls let me know if something is wrong

[jboss-user] [JBoss Seam] - Re: ReRender does not update the Form drop down values

2007-12-18 Thread [EMAIL PROTECTED]
There is a caching problem with s:selectItems in 2.0.0.GA. Try with a simple f:selectItems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113982#4113982 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113982

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

2007-12-18 Thread seamdev
Thanks. I got it working using HttpAttributeListener. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113981#4113981 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113981 ___

[jboss-user] [JBoss Seam] - Re: Chained select boxes

2007-12-18 Thread [EMAIL PROTECTED]
syzork wrote : seam-ui example is not working. How? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113984#4113984 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113984 ___

[jboss-user] [JBoss Seam] - Re: Injected Logger is null on tomcat, seam 1.2

2007-12-18 Thread [EMAIL PROTECTED]
Lots of sample code in the examples directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113985#4113985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113985 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Forms - JBPM with Seam

2007-12-18 Thread [EMAIL PROTECTED]
No special integration, no. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113986#4113986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113986 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Default message.properties

2007-12-18 Thread holmes.j
I'm having some problems with the default message.properties and how to override them. I've managed to override a few of the messages... | org.jboss.seam.loginSuccessful = Aren't you cool #{identity.username}? | org.jboss.seam.loginFailed = Invalid username/password combination. |

[jboss-user] [JBoss Seam] - Re: Redirect based on identity-roles

2007-12-18 Thread [EMAIL PROTECTED]
Start a new topic, nothing to do with this one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113988#4113988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113988 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Using Seam with Facelets and EL Parameters

2007-12-18 Thread [EMAIL PROTECTED]
Why are you using managed beans with Seam? I suggest you start from the JPA example for WAS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113991#4113991 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113991

<    1   2   3   >