[jboss-user] [Clustering] - Tibco Ems Cluster - JBoss MQ

2009-09-15 Thread tzman
JBoss - 4.2.3.GA We are trying to deploy an application that was previously not clustered into a clustered environment. The application has heavy usage of tibco ems with both consumers and producers. When initially configuring the system, we used the wiki document on integrating JBoss with

[jboss-user] [JBoss Seam] - Persistence provider suggestions needed.

2007-11-22 Thread tzman
We have implemented a Custom JPA EntityManager, yes we are either masochists and/or not very bright. The real reason behind this endeavor is that operations on entities (CRUD) actually occurs via xml messaging with a number of services. So, the EntityManager manages creation of the correct

[jboss-user] [JBoss Seam] - Ejb reference in Glassfish

2007-11-13 Thread tzman
I am trying to get an application up and running in Glassfish that currently works in JBoss. Seam 2.0 Beta 1 The deployed ear file is milton-core.ear In the web.xml file I have the following !-- JEE5 EJB3 names -- ejb-local-ref ejb-ref-namemilton-core/Authenticator/local/ejb-ref-name

[jboss-user] [JBoss Seam] - Re: Ejb reference in Glassfish

2007-11-13 Thread tzman
My eyes deceived me. Changing core:init jndi-pattern=milton-core/#{ejbName}/local debug=true/ To core:init jndi-pattern=java:comp/env/milton-core/#{ejbName}/local debug=true/ as per the jee5 example gives me the following stacktrace. Did I miss something else??

[jboss-user] [Security JAAS/JBoss] - Looking for some insight/advise on predetermining authorizat

2007-09-22 Thread tzman
Reading through the faq's on security as well as documentation on different forms of security, I have not seen any references to complex authorization pre-checks. I was hoping to get some insight, as I am not an expert in this area and may have missed the reference. We have implemented

[jboss-user] [JBoss Seam] - A few issues.

2007-08-13 Thread tzman
My apologies if these issues have already been fixed/mentioned. 1.) org.jboss.seam.mock.BaseSeamTest | |protected void startJbossEmbeddedIfNecessary() throws DeploymentException, IOException |{ | if ( !started ) | { | Bootstrap bootstrap =

[jboss-user] [JBoss Seam] - Re: A few issues.

2007-08-13 Thread tzman
anonymous wrote : I will try to put a patch in for this if I can get a moment to update from cvs. Never mind, you already fixed it. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073583#4073583 Reply to the post :

[jboss-user] [JBoss Seam] - Re: A few issues.

2007-08-13 Thread tzman
1.) Thanks 2.) Here is the JIRA issue http://jira.jboss.com/jira/browse/JBSEAM-1794 I will try to put a patch in for this if I can get a moment to update from cvs. 3.) anonymous wrote : I don't know what you mean by a base class. By base class I mean a base class we code for our

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate sessions post-Seam2 migration

2007-07-17 Thread tzman
Richard, Did you find a solution to the datasource not being bound? I am running into the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065100#4065100 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065100

[jboss-user] [JBoss Seam] - Context listener

2007-05-23 Thread tzman
As a learning/debug helper I am trying to catch events when components are stored/removed from any context. org.jboss.seam.preSetVariable and the like do pretty much what I am looking for, but I would like to set this in a more coarse grained manner. As it is now, to use this I need to create

[jboss-user] [JBoss Seam] - 1.2.1 GA -- Split deployments

2007-04-20 Thread tzman
I have been trying to split the registration example into 2 non-nested/root level deployments ( war and ear ). So far this has been unsuccessful and it appears as though the reason is that the loading of the jboss-seam.jar kicks off the seam deployment scanner. This means that it should be

[jboss-user] [JBoss Seam] - Re: Deploying seam app along side standard jsf app problem

2007-04-19 Thread tzman
From http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration anonymous wrote : | With nested modules, only the top level file may specify class loader scoping. If you have a .ear file containing other modules, only scoping specified in the .ear's META-INF/jboss-app.xml is used.

[jboss-user] [JBoss Seam] - Re: Pros/Cons of war vs. ear deployments (Jboss 4.2)

2007-04-18 Thread tzman
I pointed out Exadel only because I was just trying it out. The server publish action calls into a generated ant script that bundles and moves the file to the deploy directory. I believe this is actually a part of jst or wst? Really the point of the comment is that having the ability to do hot

[jboss-user] [The Lizzard's corner] - JavaOne 2007 - JBoss Reception?

2007-04-18 Thread tzman
Will ther be one this year? Haven't heard anything and have really enjoyed it the times I have gone. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038590#4038590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038590

[jboss-user] [JBoss Seam] - Re: Pros/Cons of war vs. ear deployments (Jboss 4.2)

2007-04-17 Thread tzman
With applications having 500k+ lines of code, it is very important to us to shrink the amount of time it takes to code/test/redeploy. We have had success in the past with deploying the ejb's in an ear file and hot deploying the web components in an exploded war outside of the ear; the ejb