[jboss-user] [JBoss Portal] - Cannot Start JBoss Portal 2.6.1RC1

2007-07-25 Thread vollerchris
When I try to start run.bat I always get following error: Could not create deployment:file: c:/jboss/server/default/conf/jboss-service.xml No ClassLoaders found for: org.jboss.management.j2ee.LocalJBossServerDomain... OS: WinXP SP2 Java: JDK 5 SP12 Portal: 2.6.1 (Bundled Download from Jboss Pag

[jboss-user] [JBoss Seam] - Re: Double submit problem

2007-07-25 Thread amitev
Thank you for the answer. In my page.xml i already have: | | | | But this does not solve the problem. The problem comes from em.merge() method. Each time it is invoked it saves the changes (don't know why because it performs a select query and should save the changes only o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassCastException while while class transfering from ea

2007-07-25 Thread Trumml
Is the AccountManagerBean an interface? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067686#4067686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067686 ___ jboss-user mail

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassCastException while while class transfering from ea

2007-07-25 Thread Trumml
Is the AccountManagerBean an interface? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067685#4067685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067685 ___ jboss-user mail

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassCastException while while class transfering from ea

2007-07-25 Thread Trumml
Is the AccountManagerBean an interface? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067685#4067685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067685 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Stafull session bewn - set new reference

2007-07-25 Thread kooudy
I have a question: I have statefull bean: @Stateful | @Scope(ScopeType.SESSION) | @Name("hotelSearch") | public class HotelSearch implements HotelSearchLocalIF { | @DataModelSelection | private Hotel hotel; | | @DataModel | private List hotelList; | | /** |*

[jboss-user] [Microcontainer] - How to emulate ServiceMBeanSupport using AOP

2007-07-25 Thread genman
I got this to work, it's pretty slick actually... Thanks Ales. Service.java : | /** | * Interface defines the basic operations for a service. | */ | public interface Service { | | /** | * Possible states for a service. | */ | enum State { |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How do AJP connections get reused?

2007-07-25 Thread ramdas
My application uses JBoss 3.2.6 running Tomcat 5.5 on Debian Linux using the 2.4 kernel. I have not specified the connectionTimeout attribute on the AJP connector between Apache and Tomcat running within JBoss - with the idea that the connections get reused between web requests. 99% of the reque

[jboss-user] [JBoss Seam] - Re: [Bug?] noSelectionLabel, , equals()

2007-07-25 Thread Sammy8306
"matt.drees" wrote : I think you should just fix your equals method so that if it's passed null, you return false. Which is exactly what it should do according to the spec anyway: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object) (last bulletpoint) View th

[jboss-user] [JBossCache] - Re: Could this be deadlock when modifying TreeCache

2007-07-25 Thread ramdas
"[EMAIL PROTECTED]" wrote : JBoss's concurrent.jar is based on the same sources, but recompiled. So, go ahead and replace the one from JGroups with the one from JBoss, no problem. Thanks. I placed the jgroups-all.jar which was part of the JGroups zip in the $JBOSS_HOME/server//lib folder. Is th

[jboss-user] [EJB/JBoss] - Re: org.hibernate.LazyInitializationException

2007-07-25 Thread veeseekay
hmmm...i am surprised to knw that I am not supposed to create my own threads within the AS... My situation is that I have to perform some job over the ntw and it cannot be done serially, i need multi threading to speed up the job. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Portal] - Re: Does JBoss Portal support usernames with special charact

2007-07-25 Thread [EMAIL PROTECTED]
Thanks for the report, do you mind filing a Jira bug report ? http://jira.jboss.com (user the same username/password than here) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067677#4067677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [EJB/JBoss] - Re: Fail to lookup entity bean inside a stateless session be

2007-07-25 Thread calsonli
Thanks a lot for your reply, Waynebaylor. My lookup code is as follows, which is generated from XDoclet. | /** | * Utility class for Staff. | * @xdoclet-generated at ${TODAY} | * @copyright The XDoclet Team | * @author XDoclet | * @version ${version} | */ | public class Sta

[jboss-user] [JBoss Portal] - Re: Does JBoss Portal support usernames with special charact

2007-07-25 Thread kpalania
This is definitely a JBoss bug. Go to this link, http://portal.demo.jboss.com/portal/default, and try adding a user with a "." in the username. And login as that user. Click on dashboard. It will fail. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067674#406

[jboss-user] [Microcontainer] - Re: Neither 2.0-SNAPSHOT nor 2.0.Beta work with Maven build

2007-07-25 Thread genman
Thanks ... There's some libraries such as junit.jar and jboss-test which are leaking into dependencies as well. It seems these are explicitly added to the kernel: microcontainer/kernel/pom.xml : | | | | jboss | jboss-test | ${version.jboss.tes

[jboss-user] [JBoss jBPM] - Re: Exception when deploying a process definition to Mysql

2007-07-25 Thread sujeewanie
Actually I am trying to run the Db example in the chapter 3 of the tutorial. When the code to deploy the process runs I get the below exception. In the stack trace it complains that able 'jbpm.jbpm_transition' doesn't exist. Actually the scripts in the db\jbpm.jpdl.mssql.sql does not create such a

[jboss-user] [JBoss Seam] - Re: [Bug?] noSelectionLabel, , equals()

2007-07-25 Thread matt.drees
If I remember right, the equals() method gets called by jsf - it has to make sure that the selected value is one of the options in s:selectItems, so it does a list.contains() call or something, which uses the equals() method. I think you should just fix your equals method so that if it's passed

[jboss-user] [JBoss Portal] - PortletBridge woes

2007-07-25 Thread cdelashmutt
Is anyone out there successfully using PortletBridge (www.portletbridge.org) with JBoss Portal? I know this is the JBoss Portal forum, but I wanted to see if anyone has had any luck with it. I've spent the better part of today trying to use it, and although XSLT seems to be the right way to go

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassCastException while while class transfering from ea

2007-07-25 Thread zebathon
I guess i should also add the exception heh anonymous wrote : 2007-07-25 19:26:35,390 ERROR [org.codehaus.xfire.handler.DefaultFaultHandler] Fault occurred! | java.lang.ClassCastException: $Proxy94 | at com.ifyouwannabecool.impl.ApiClientWSImpl.addApiClient(ApiClientWSImpl.java:61) | at

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassCastException while while class transfering from ea

2007-07-25 Thread zebathon
I should add that I posted in here because could there be an error in my deployment, or jboss config? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067665#4067665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067665

[jboss-user] [JBoss Tools (users)] - Re: Problems with xdoclet in Jboss IDE

2007-07-25 Thread koonkay
pls change the perspective Window -> Open perspective -> Jave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067664#4067664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067664

[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-07-25 Thread [EMAIL PROTECTED]
Does getConfiguration() get hit when you set a breakpoint there? You may need to extend Identity and override the getLoginContext() method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067663#4067663 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - ClassCastException while while class transfering from ear to

2007-07-25 Thread zebathon
Hello, I'm getting ClassCastException while while class (AccountManagerBean) loading from my ear to a war. I'm pretty sure that I don't have two versions of my class floating around (which I know can cause such an exception). Any help at all would be appreciated. Here is the code from the servl

[jboss-user] [JBoss Seam] - Re: SQL script execution on deployment?

2007-07-25 Thread samdoyle
"[EMAIL PROTECTED]" wrote : Yes, it is trivial to use Hibernate as the persistence provider in Glassfish. You only need to add one line in persistence.xml and put the Hibernate jars on classpath. Thanks, I'll try it out. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Re: SQL script execution on deployment?

2007-07-25 Thread [EMAIL PROTECTED]
Yes, it is trivial to use Hibernate as the persistence provider in Glassfish. You only need to add one line in persistence.xml and put the Hibernate jars on classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067660#4067660 Reply to the post : http://

[jboss-user] [Beginners Corner] - implement a store and forward mechanism in jboss (from one d

2007-07-25 Thread geeky2
hello everyone, i am just starting to use jboss in the workplace. until now - i have only done "academic" projects. subject: implment a store and forward mechanism with jboss environment: jboss 4.2.1 on linux suse 10.1 with mysql we have a legacy socket listener that accepts connections, reads

[jboss-user] [Performance Tuning] - Re: Threading scalability concerns using Linux ??

2007-07-25 Thread jbride
Thank you Peter! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067655#4067655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067655 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: Examples: Code Police ;-)

2007-07-25 Thread [EMAIL PROTECTED]
Ugh, that's a lot of changes! Want to submit them as patches in JIRA? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067653#4067653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067653 _

[jboss-user] [JBossWS] - Re: how to get wstools working in jboss 4.2

2007-07-25 Thread chui
Hey, here I had to add this: set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/wsdl4j.jar | set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxrpc.jar | set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxws.jar | set WSTOOLS_CLASSPATH=%WS

[jboss-user] [JBossWS] - Re: Problems with Web Services on JBoss 4.2.1

2007-07-25 Thread chui
Phew! So sorry... but I solved the problem!!! The replacement wasn't functioning because, for some reason, I had to shutdown JBoss AS! When I runned the server again, the arg0 was found... Well... but it's so strange, do I really need to replace everything?!? I'll do this, but if anyone knows h

[jboss-user] [JBoss Seam] - Re: SQL script execution on deployment?

2007-07-25 Thread samdoyle
I don't see anyway to do something similiar with TopLink. I've always used TopLink since it is the default provider with GlassFish. Is it trivial to use Hibernate in place of TopLink in GlassFish? This is certainly a useful feature. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Clustering/JBoss] - Maximum number of nodes supported?

2007-07-25 Thread kingcu
Hi, We are planning on a J2EE application with fair amount of web flow and also expected even more flow in the future. We want to achieve the best performance/price ratio, so what we planned is to use commodity quality desktop PCs to construct a server grid. JBoss AS as a leading open source J2

[jboss-user] [JBoss Portal] - Re: Does JBoss Portal support usernames with special charact

2007-07-25 Thread kpalania
Also, Gary, with everything else being the same, things work fine for me when I replace the "." in the user name with some other character.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067641#4067641 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - Re: Does JBoss Portal support usernames with special charact

2007-07-25 Thread kpalania
Thanks Gary.. Hmm.. That is really weird.. Which version of JBoss are you using? I am using 2.6.1 (the latest version) and have created a custom login module that extends DBIdentityLoginModule. I verified this with a standalone test case - used the OOTB login module and tried to sign in as a use

[jboss-user] [JBoss Seam] - Re: How to setup Seam 1.2.1 with JBoss 4.2.1?

2007-07-25 Thread SmokingAPipe
"tonylmai" wrote : Hello all, | | I've just upgraded JBoss to 4.2.1. How do I get configure Seam 1.2.1GA to work with JBoss 4.2.1? I remember reading some postings about not needing to run jems installer. | | Can someone help? | | Thanks AFAIK the JEMS installer is gone as of 4.2.

[jboss-user] [JBoss Seam] - Re: SQL script execution on deployment?

2007-07-25 Thread [EMAIL PROTECTED]
"samdoyle" wrote : So I take it this will not work if I'm using TopLink for the persistence provider? Right. This is a hibernate property. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067638#4067638 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: SQL script execution on deployment?

2007-07-25 Thread samdoyle
So I take it this will not work if I'm using TopLink for the persistence provider? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067637#4067637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067637 ___

[jboss-user] [JBoss Portal] - Re: Does JBoss Portal support usernames with special charact

2007-07-25 Thread cuoz
I use the entire email address as the username in the portal application that I am developing. I don't use LDAP (yet), but am using the DB login module. It works fine. I would do a bit more research into the problem. Sorry I can't give you any ideas of specifically what may be wrong, but I c

[jboss-user] [EJB/JBoss] - Re: HELP: Logger incompatatible version for client with 4.2.

2007-07-25 Thread tonylmai
BTW, the exception is as followed: anonymous wrote : java.lang.NoSuchFieldError: TRACE And the stacktrace where the exception occurred: anonymous wrote : Log4jLoggerPlugin.isTraceEnabled() line: 85 | Logger.isTraceEnabled() line: 122 | NamingContext.lookup(Name) line: 622 | N

[jboss-user] [EJB 3.0] - Re: Invalid invocation of local interface (null container)

2007-07-25 Thread piscean
Jaikiran, Yes, as you suspected, jndi.properties was not in the jar. I added that. Now the jar contents are META-INF META-INF/MANIFEST.MF jndi.properties ejb ejb/hello ejb/hello/HelloBean.class ejb/hello/HelloLocal.class ejb/hello/HelloRemote.class jndi.properties has contents -

[jboss-user] [JBoss Seam] - Re: Any way to debug why Seam isn't registering a component?

2007-07-25 Thread SmokingAPipe
I got it working, using: http://chiralsoftware.com/blog/PropertyNotFoundException-Target-Unreachable-identifier-resolved-to-ead71296c05a98ec.html blog entry Conclusion: Wrong seam jar file in WEB-INF/lib. I'm not sure how that prevented the ejbs from being installed, but it did. Debugging was

[jboss-user] [EJB 3.0] - Re: Invalid invocation of local interface (null container)

2007-07-25 Thread jaikiran
anonymous wrote : Caused by: java.lang.Exception: Can not make remoting client invocation due to not being connected to server. I havent seen that error before. Do you have a jndi.properties in the classpath of your client application (the HelloTestRemote client). I believe, you do have one. W

[jboss-user] [JBoss Seam] - Re: Seam on OAS

2007-07-25 Thread [EMAIL PROTECTED]
OC4J 11 supports EJB3. So, you can use EJB3 beans with Seam if you deploy there. See the examples/jee5 example for more details. If you are stuck with J2EE 1.4 version of OC4J, you cannot use EJB3 session beans. Instead, you use POJOs with Seam managed transactions. They are really the same as

[jboss-user] [JBoss Seam] - [Bug?] noSelectionLabel, , equals()

2007-07-25 Thread fmars
Hi, After i added noSelecteionLabel to my , i got a NullPointerException in my entity's equals method, because the parameter was null. if noSelectionLabel is selected, the equals method of the entity is called and because "Please select ..." doesn't exists, it sent as null object. My suggestio

[jboss-user] [EJB 3.0] - Re: Invalid invocation of local interface (null container)

2007-07-25 Thread piscean
Thanks Jaikiran, I added remote interface and a client HelloRemote.java package ejb.hello; import javax.ejb.Remote; @Remote public interface HelloRemote { public String hello(); } - HelloTestRemote.java - package ejb.

[jboss-user] [JBoss Seam] - Seam on OAS

2007-07-25 Thread omilian3
The Seam homepage states: "you can use Seam in any J2EE application server, with one caveat: you will not be able to use EJB 3.0 session beans. However, you can use either Hibernate or JPA for persistence, and you can use Seam JavaBean components instead of session beans" (http://labs.jboss.com

[jboss-user] [EJB 3.0] - Re: Invalid invocation of local interface (null container)

2007-07-25 Thread jaikiran
You are trying to lookup a local bean interface from the standalone client (remote client). Local interfaces are not meant for that. Local interfaces can be used when the client is part of the same JVM as the application server. Lookup the remote interface instead of the local interface from you

[jboss-user] [JBoss Seam] - Re: How to render tables in iText without borders?

2007-07-25 Thread grettke_spdr
"dustismo" wrote : | | | | | | | | | | -Dustin Thanks so much Dustin! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067626#4067626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406762

[jboss-user] [EJB 3.0] - Invalid invocation of local interface (null container)

2007-07-25 Thread piscean
I am a newbie to EJB3. I have some experience with EJB2, but having hardtime with EJB3. I am trying to write one very simple stateless session bean. The files are, 1. ejb.hello.HelloBean.java 2. ejb.hello.HelloLocal.java 3. WEB-INF/jndi.properties The files contents are, ejb.hello.HelloBean.jav

[jboss-user] [JBoss Seam] - exception during destroy... need help

2007-07-25 Thread henrik.lindberg
I get the exception below when the session context times out, and a stateful bean in conversation is destroyed. I have no clue as to how to get rid of this exception. Any hint is of value. I am running seam 2.0 Beta 1 and Jboss 4.2.1.GA. | 00:39:24,109 WARN [Component] Exception calling st

[jboss-user] [JBoss Seam] - FYI: Another JSF component library YUI4JSF (now based on YUI

2007-07-25 Thread mgrouch
YUI4JSF (based on yahoo toolkit) Home page http://yui4jsf.sourceforge.net/site/index.html Demo page http://www.nightdev.devisland.net/yui4jsf-examples/main.jsf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067621#4067621 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: How to setup Seam 1.2.1 with JBoss 4.2.1?

2007-07-25 Thread tonylmai
I did not encounter any problem with Seam's app running in JBoss 4.2.1GA. I do have problem using external (EJB3) client connecting to JBoss AS 4.2.1 server however. Otherwise, my webpages are served correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Seam] - Re: How to render tables in iText without borders?

2007-07-25 Thread dustismo
| | | | -Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067619#4067619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067619 ___ jboss-user mailing li

[jboss-user] Migrating from JBoss 4.0.0 to 4.2.1

2007-07-25 Thread Richard Boehme
Hi. I'm migrating from JBoss 4.0.0 to 4.2.1 so that I can use Hibernate 3 in my application. I have copied all of the jboss/lib/* and jboss/server/all/lib as well as the jars from the hibernate3 distribution to my server's lib directory. In a nutshell, it's looking for org.jboss.xml.binding.Objec

[jboss-user] [JBoss Seam] - @Id attribute not found for entity class

2007-07-25 Thread mgrouch
I've run out of options how to fix this issue. I'm still getting exception: @Id attribute not found for entity class @Id annotation is there in correct place (it is seam-gen reverse engineered classes anyway) Ideas? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Messages always persistent in Topic

2007-07-25 Thread fljmayer
I can do that, but I am still trying to figure out which FAQ you mean. - Your wiki entry (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQInterceptorExample)? - A newer wiki entry which contradicts your wiki entry (http://wiki.jboss.org/wiki/Wiki.jsp?page=DeliveryMode)? We tried this and it did

[jboss-user] [JBoss Seam] - Re: Subclassing Seam identity component

2007-07-25 Thread [EMAIL PROTECTED]
"mgrouch" wrote : Upon user login we need to load user preferences, accounts, permissions etc (user specific information). This logically should be Session scope. | I though more proper way of doing it is to create a bean which | extends identity. I recommend that you do this kind of stuff

[jboss-user] [EJB 3.0] - EJB3 & JBossMQ JMS Unexpected delivery of messages

2007-07-25 Thread karl.martens
I'm trying to get JBossMQ on JBoss AS 4.2.1 to participate in a JTA transaction. The client is an EJB 3.0 stateless session bean and I'm using and EJB 3.0 message driven bean to accept the messages. It appears that the messages are participating in the JTA transaction and being delivered proper

[jboss-user] [EJB/JBoss] - HELP: Logger incompatatible version for client with 4.2.1GA

2007-07-25 Thread tonylmai
Does anyone know what JBoss jar to use for a client to connect to JBoss AS 4.2.1. I am having incompatible version problem with Logger. It's frustrating since this is such a prerequisite for using JBoss AS and the jars in the client directory is not working out as expected. Please help. Thanks

[jboss-user] [JBoss Seam] - Re: XML Parsing Error: not well-formed

2007-07-25 Thread [EMAIL PROTECTED]
Great. I fixed it in CVS now. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067611#4067611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067611 ___ jboss-user mailin

[jboss-user] [EJB 3.0] - HELP: Logger incompatatible version for client with 4.2.1GA

2007-07-25 Thread tonylmai
Does anyone know what JBoss jar to use for a client to connect to JBoss AS 4.2.1. I am having incompatible version problem with Logger. It's frustrating since this is such a prerequisite for using JBoss AS and the jars in the client directory is not working out as expected. Please help. Thank

[jboss-user] [JBoss Seam] - How to render tables in iText without borders?

2007-07-25 Thread grettke_spdr
Seam 1.2.0GA How does one render tables in iText without borders? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067609#4067609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067609

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Unexpected redelivery of messages

2007-07-25 Thread karl.martens
Adrian, Thanks for your reply, I attempted to get the suggested XARecovery configuration operational. I did run into an error. Admittedly I'm new to reading the Jira but as I read it; the patch should be included in my version of the Application Server 4.2.1 and all that I should have to do

[jboss-user] [JBoss Seam] - Re: Double submit problem

2007-07-25 Thread [EMAIL PROTECTED]
I mean, add the | | tag View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067607#4067607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067607 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: Double submit problem

2007-07-25 Thread [EMAIL PROTECTED]
Use the Redirect-After-Post pattern: http://www.theserverside.com/tt/articles/article.tss?l=RedirectAfterPost This is easy in JSF -- just add tag to your page navigation rule. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067606#4067606 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Double submit problem

2007-07-25 Thread amitev
Ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067605#4067605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067605 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process

2007-07-25 Thread jdickins
I was unsuccessful in deploying the getting started example. I also tried the InsuranceRuleFlow example and it deployed successfully from the IDE and then did not display on the web app. I received the same error message for both process definitions when I attempted to deploy them from the web a

[jboss-user] [JBoss Portal] - Re: Does JBoss Portal support usernames with special charact

2007-07-25 Thread kpalania
The dot in the username is what is causing this issue. This is blocking for us, as our users have dots in their usernames. Besides, it is not possible to have entire email addresses as usernames because of this bug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Security & JAAS/JBoss] - Re: Is JBoss 4.0.2 using JAAS or OpenSSL ???

2007-07-25 Thread dare
Let me clarify: I have my JBoss setup for HTTPS. Am I using JAAS? I'm trying to figure out if I need to update my JDK or not. Cheers, Rob. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067601#4067601 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link

2007-07-25 Thread wise_guybg
Just to get rid of background noise: - my nick has no meaning - i have done my homework (i agree that many people don't do it) - i'm new in this forum but that does not mean a thing about me I think that so far no response was actually targeted towards my little question and this is really frustr

[jboss-user] [JBoss Seam] - Re: Subclassing Seam identity component

2007-07-25 Thread mgrouch
Solved by extending RuleBasedIdentity View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067599#4067599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067599 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Re: When will Seam 2.0 GA be released?

2007-07-25 Thread wise_guybg
http://jira.jboss.org/jira/browse/JBSEAM?report=com.atlassian.jira.plugin.system.project:openissues-panel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067597#4067597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40675

[jboss-user] [JBoss Seam] - When will Seam 2.0 GA be released?

2007-07-25 Thread cjunge
Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067596#4067596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067596 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Messaging] - Re: clustered-oracle-persistence-service.xml in JBM 1.4. wh

2007-07-25 Thread timfox
Yes, we have simplified clustering considerably in 1.4.0. One of the changes is there are no longer separate clustered and non clustered persistence config files. I recommend you look at the 1.4.0 userguide, since a few other things have changed in clustering too (no more default router policy

[jboss-user] [JBoss Messaging] - Re: Messaging bridge question

2007-07-25 Thread timfox
I think this is the same as this: http://jira.jboss.com/jira/browse/JBMESSAGING-999 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=111456 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067594#4067594 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Security & JAAS/JBoss] - Is JBoss 4.0.2 using JAAS or OpenSSL ???

2007-07-25 Thread dare
Sun Microsystems has released a security warning for DoS attacks on Java various Java versions using JSSE. http://sunsolve.sun.com/search/document.do?assetkey=1-26-102997-1 How do I find out if my JBoss 4.0.2 is using OpenSSL or JSSE ? Thanks, Rob View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - JBoss Seam, EJB3 and Tomcat clustering

2007-07-25 Thread cistern64
Hello jboss. We are developing an application that uses JBoss Seam 1.2.1.GA and EJB3. (Stateful and Stateless SB) We are running into problems when deploying our application into a 4 node tomcat cluster. Is it possible to get this to work? I see there are other users who are running into simi

[jboss-user] [JBoss Messaging] - Re: JMS Example?

2007-07-25 Thread timfox
This should help http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureTheJMSResourceAdapterToUseARemoteConnectionFactory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067591#4067591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link

2007-07-25 Thread wise_guybg
I think there is something wrong. Maybe I'm using the wrong terms. I don't know!? #{sel.label} is evaluated and it is displayed on my page. No action, no nothing. Only text on the page. Example... I can iterate with ui:repeat and display the supported locales. It is not a method binding. A Met

[jboss-user] [JBoss Seam] - Practical JBoss Seam now available

2007-07-25 Thread jim.farley
Practical JBoss Seam (published by APress) is now available. It covers Seam 1.2.1. It is available as an eBook as well as in print. You can find it on amazon.com, apress.com and bn.com, among other places. [/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: Subclassing Seam identity component

2007-07-25 Thread mgrouch
Is there more to the configuration? I get exception on startup anonymous wrote : [java] Caused by: java.lang.IllegalArgumentException: no such setter method: com.test.portal.web.common.CurrentUserBean.securityR | ules | [java] at org.jboss.seam.util.Reflections.getSetterMethod

[jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1

2007-07-25 Thread jasondlee
Sigh. I haven't. Thanks for pointing that out. I'll try to adapt that to my app and see what happens. :) Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067586#4067586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error with Installation of JBOSS Application Server 4.2.

2007-07-25 Thread ag03902
Thanks again for explaining this to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067585#4067585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067585 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1

2007-07-25 Thread wise_guybg
Have you consulted http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamOC4J11g ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067584#4067584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067584 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error with Installation of JBOSS Application Server 4.2.

2007-07-25 Thread PeterJ
You can safely ignore this warning. JBoss AS 4.2 includes the new JBoss Web Server, which uses the Apache Portable Runtime (APR). This technology allows you to provide platform-specific libraries to handle HTTP/HTTPS requests. JBoss AS does not ship with those platform-specific libraries. But t

[jboss-user] [JBoss Seam] - Re: Is org.jboss.logging.Logger in JBoss 4.2.1 compatible wi

2007-07-25 Thread [EMAIL PROTECTED]
It has to be something to do with a bad log4j.jar version somewhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067582#4067582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067582 __

[jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link

2007-07-25 Thread [EMAIL PROTECTED]
anonymous wrote : #{sel.label} - can be evaluted because this is all happening inside ui:repeat and sel is an item from the collection returned by localeSelector.supportedLocales No it is not, this is the source of your whole misunderstanding. It is a method binding. It is never evaluated while

[jboss-user] [JBoss Seam] - Re: Reccomend me a SEAM book

2007-07-25 Thread jim.farley
Practical JBoss Seam (APress) covers Seam 1.2.1. What details are you looking for, specifically? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067580#4067580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067580 _

[jboss-user] [JBossWS] - Re: WS-Security header encryption?

2007-07-25 Thread andycooper
Well it appears that this is http://jira.jboss.org/jira/browse/JBWS-1296 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067579#4067579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067579 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error with Installation of JBOSS Application Server 4.2.

2007-07-25 Thread ag03902
Peter, I have another issue, I am getting this when I try and start the jboss server: # 13:28:07,224 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/jdk/instances/jdk1.5.0/jre

[jboss-user] [JBoss Seam] - Re: Is org.jboss.logging.Logger in JBoss 4.2.1 compatible wi

2007-07-25 Thread tonylmai
I am using Seam 1.2.1GA anonymous wrote : 12:29:06,046 INFO [ServletContextListener] Welcome to Seam 1.2.1 | I dropped in the latest log4j.jar from JBoss 4.2.1GA build in front of the client's classpath. Made no differences. I am starting to doubt if it's Seam at all since I have Seam's co

[jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link

2007-07-25 Thread wise_guybg
Hi, Gavin, thanks for the response. I should have taken in account the time zone difference long ago and write my posts only at night so that someone can see them in the US at a normal time. I think you're not talking in the same scope as I do so there is a little misunderstanding. #{sel.label

[jboss-user] [JBossWS] - Re: Problems with Web Services on JBoss 4.2.1

2007-07-25 Thread chui
Oh, I don't know if this could help, but I'm using EJB3 Stateless Session Beans exposed as services and I set everything with annotations (instead of using deployment descriptors, webservices.xml, etc). At least this used to run with 4.0.5. View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Deploying to OC4J 10.1.3.1

2007-07-25 Thread jasondlee
I have a Seam 2 app that deploys to GlassFish v2 and works fine. When I deploy it to OC4J 10.1.3.1, though, it dies in this method: public static Component forName(String name) { if ( !Contexts.isApplicationContextActive() ) { throw new IllegalStateException("No applica

[jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link

2007-07-25 Thread [EMAIL PROTECTED]
anonymous wrote : #{sel.label} -> can be evaluated No it can not! How the hell is an arbitrary page variable going to be available when the method expression is evaluated on the faces request?? It's a whole different request! Now, Seam is actually pretty cool, and *if* "sel" is a variable that

[jboss-user] [JBoss Seam] - Re: Is org.jboss.logging.Logger in JBoss 4.2.1 compatible wi

2007-07-25 Thread [EMAIL PROTECTED]
This looks like a bug that was already fixed in Seam, but I did not think that the bug was in Seam 1.2.1. Are you sure you are really using 1.2.1. Anyway, it can be solved by upgrading to a more recent log4j. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067

[jboss-user] [Messaging, JMS & JBossMQ] - Re: NPE when closing connection

2007-07-25 Thread [EMAIL PROTECTED]
And there's no NPE in that stacktrace or even a reference to the DestinationManager for that matter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067569#4067569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067569 _

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Sequential processing of messages with the same Key

2007-07-25 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | And JBoss supports multiple subscriptions for an MDB (not in the spec) | by configurating multiple invoker-proxy-(bindings) in jboss.xml | And before you ask, you'll need to configure the MDB singleton otherwise it behave like (4 - multiple receivers - even f

[jboss-user] [JBossWS] - Problems with Web Services on JBoss 4.2.1

2007-07-25 Thread chui
Hi there! I'm trying to run my application with JBoss AS 4.2.1, but I found some strange differences between 4.2.1 and 4.0.5 (which I was using before). It seems like JBoss 4.2.1 uses default values or default manners of naming everything!! Examples: 1-) With 4.0.5 I was using the namespace ht

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process

2007-07-25 Thread [EMAIL PROTECTED]
Were you able to deply the simple example process that is available when you create a new jBPM project with the plugin? Also, what is the version of your jBPM runtime? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067566#4067566 Reply to the p

  1   2   3   4   >