[jboss-user] [JBossCache] - Is it possible that JbossCache can use Jboss Transaction for

2006-09-19 Thread velpandian
Is it possible that JbossCache can use Jboss Transaction for transaction? Doesn any one has any idea how to use Jboss Transaction for JbossCache... Thnx VelPandian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972821#3972821 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Integrating Seam and Icefaces

2006-09-19 Thread jerome_082006
Hello, It seems that Seam and Icefaces are not ready for integration yet. See this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90059 Regards, Jerome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972820#3972820 Reply to the post : http:/

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Generate hbm.xml problem ?

2006-09-19 Thread [EMAIL PROTECTED]
yes (to the extent that the mapping conversions are implemented) note that a bug in the current release prevent it from working in the IDE and only work in the Ant version. The nightly build should work though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[jboss-user] [JBoss Eclipse IDE (users)] - Generate hbm.xml problem ?

2006-09-19 Thread ericmacau
Hello, How can I generate Hibernate mapping file (hbm.xml) with JBoss-IDE ? I am using Hibernate Annotation, I just want to generate the hbm.xml depends on those annotated class. Can the Hibernate Tools do this ? Best regards, Eric View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [EJB 3.0] - Re: EJb 3.0 primary key loose ?

2006-09-19 Thread stephan.opitz
and interface defined hier import java.util.Date; import de.Test.entity.Orders; public interface OrdersFacade { /** * Makes a Orders object persistent * * @param order *Orders object */ public void save(Orders order); an

[jboss-user] [JBoss Messaging] - Re: Cannot find free port - problem

2006-09-19 Thread [EMAIL PROTECTED]
Well, if the problem is fixed, I don't those log entries anymore :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972816#3972816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972816 ___

[jboss-user] [EJB 3.0] - Re: EJb 3.0 primary key loose ?

2006-09-19 Thread stephan.opitz
the call for my ejbs from my application is local but at this point i'm in the ejbs and have access only access to injected ejbs private @EJB OrdersFacade ordersFacade; all are stateless, except sessionFacade which i set in my application to get the correct on and have access to

[jboss-user] [JBoss Messaging] - Re: Remote JMS server

2006-09-19 Thread [EMAIL PROTECTED]
I've amended http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingUser_Enabling_access_to_remote_JBoss_Messaging_instance so it's not more general now (it doesn't apply to JBoss 4.0.4 anymore) I also created a completely separated document that explains how to deploy a scoped MDB: http://wiki

[jboss-user] [EJB 3.0] - Re: no jboss-service.xml with POJO service bean ...?

2006-09-19 Thread wolfc
Please take a look at the service_deployment_descriptor tutorial. Although it doesn't use attributes it should be no problem to add them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972812#3972812 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [EJB 3.0] - Re: SLSB Local Interface Exception - EjB 3.0 with jboss-4.0.

2006-09-19 Thread ALRubinger
"vashistvishal" wrote : | | Remote is when client calls from a different JVM environment to a Bean which is | in a seperate JVM. This is where Calls By Value comes in as everything has to be | copied (part of serailization) to be sent across the wire. | | True. "vashistvisha

[jboss-user] [EJB 3.0] - reference integrity

2006-09-19 Thread A_titov82
anonymous wrote : 1. is not possible this is not how you would work in a object model (wo persistence) But how can I provide reference integrity? If placeOfWork cannot be set to null automatically then it is possible to have references to non-existence objects. Especially in MySql database wit

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-19 Thread humanlikerobot
Thanks vmnokso1. But I can't find "JBoss servers". My preference window is here. http://sue.nae.to/screenshot/20060920.jpg I have failed in the installation of IDE ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972809#3972809 Reply to the post : http://ww

[jboss-user] [Security & JAAS/JBoss] - Re: How to marshall principal/credentials from client login

2006-09-19 Thread [EMAIL PROTECTED]
Good Day, Why don't you do something similar to how Kerberos represents the username with domain information? For example, [EMAIL PROTECTED] Your callbackhandler can take care of putting the two together and your login module on the server can seperate the two parts. Regards, Mark P Ashworth

[jboss-user] [JBoss Getting Started Documentation] - Re: Does anyone go through the Duke's Bank example in the Ge

2006-09-19 Thread visolvejboss
Hello, Refer the following link. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968821 Hope, this may help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972806#3972806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [EJB 3.0] - Re: SLSB Local Interface Exception - EjB 3.0 with jboss-4.0.

2006-09-19 Thread vashistvishal
Let me get my understanding here correct My understanding is . Remote is when client calls from a different JVM environment to a Bean which is in a seperate JVM. This is where Calls By Value comes in as everything has to be copied (part of serailization) to be sent across the wire. Where

[jboss-user] [JBoss Getting Started Documentation] - Does anyone go through the Duke's Bank example in the Gettin

2006-09-19 Thread dandanch
I downloaded the jbossj2ee-src.zip but seems under the "examples\bank\src\com\jboss\ebank", there is only web subdirectory there and 4 additional java files In the original [EMAIL PROTECTED] tutorial, there are like "j2eetutorial14\examples\bank\src\com\sun\ebank" and three more subdirectories u

[jboss-user] [Security & JAAS/JBoss] - How to marshall principal/credentials from client login to s

2006-09-19 Thread daviddpark
I am attempting to implement java security in an application that is architected as follows: We have a web tier running in a jboss instance. This web tier has no datasources available to it. The only way it has access to data is through a business tier, a set of applications running in another

[jboss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-09-19 Thread VAkuthota
I created the xa-datasource for my sql, but it does not rollback the transaction in case of failure I am using MySql5.0.20a and connection/J 5.0.2. Please help me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972802#3972802 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Issue with jBPM and EJB3 RC9 FD?

2006-09-19 Thread scotto
Hello. Since upgrading from EJB3 RC8 to RC9 on JBossAS4.0.4.GA, I am getting a new exception with jBPM in code that was previously working fine (using both jBPM 3.1.1 and jBPM 3.1.2). The exception I am getting is unusual (full exception trace shown at the end of this post): anonymous wrote :

[jboss-user] [Beginners Corner] - Re: EJB 2.0 - SLSB - Lifecycle/class member/thread safe ques

2006-09-19 Thread victork
According to EJB Spec, Session beans are non-reentrant i.e. one instance can only service one client at a time. This should be true for all EJB containers, including JBoss. Quoting the 2.0 spec: anonymous wrote : Non-reentrant instances | The container must ensure that only one thread can be

[jboss-user] [JNDI/Naming/Network] - Re: Configuring JNDI Names

2006-09-19 Thread kapil.singhal
I want to change the Default JNDI Name of EJB 3.0. I am using JBoss 4.0.4 GA I am working on the versioning of the Web Service and I want to have different JNDI Names for both the versions in case of RMI Clients. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Portal] - a non technical thing for Roy and/or Julien

2006-09-19 Thread jewhit
Guys - has JBoss ever really featured Portal during one of their On the Road "tours" or something similar. if not, they should. i went to the presentation that was in Philadelphia today... probably the best darned public relations seminar i have been to for quite some time... and i have been

[jboss-user] [JNDI/Naming/Network] - Exact behavior of CallByValue=true?

2006-09-19 Thread lhoriman
If CallByValue is set to true in the NamingService, does this extend even to local interfaces as well? Or does this setting simply extend to optimization of remote ejb interfaces? Thanks, Jeff Schnitzer http://subetha.tigris.org/ View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-19 Thread epbernard
what is the way in Informix to acquire a row lock? AFAIK this is FOR UPDATE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972796#3972796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972796 __

[jboss-user] [Remoting] - Re: Failed to accept socket connection

2006-09-19 Thread buttmanizer
BTW, on the client program, i got this error: | javax.naming.NamingException: Could not dereference object [Root exception is org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection.] | at org.jnp.interfaces.NamingContext

[jboss-user] [Remoting] - Re: JBoss Remoting vs Spring's Remoting

2006-09-19 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossremoting/docs/benchmark/performance_benchmark.html There is a readme.txt file in the src/test/org/jboss/test/remoting/performance/spring/http directory that walks through how to run those tests (which requires manual run due to having to deploy to a web contain

[jboss-user] [Remoting] - Re: Failed to accept socket connection

2006-09-19 Thread buttmanizer
but when i do not use the SSL jniBinding like so: | RoleDAO roleDAO = (RoleDAO) context.lookup("RoleSFDAOAction"); | everything works fine. i need to use ssl for my sesssion beans but i can't because of the errors i mentioned in my previous post. anyone got any idea how to solve this? tnx.

[jboss-user] [EJB 3.0] - no jboss-service.xml with POJO service bean ...?

2006-09-19 Thread wenbozhu
It doesn't seem to be applicable for POJO service bean .. defined ither via annotation or via jboss.xml. Here I looking for a way to configure attributes of the target service bean during the deployment time - like the typical sar jboss-service.xml, in which you can set the attributes of MBean.

[jboss-user] [JBoss Portal] - SOLVED Re: Exception when deploying on Mac OS X

2006-09-19 Thread timcu
"[EMAIL PROTECTED]" wrote : I don't have any issue deploying 2.4.0 on 4.0.4.GA on OS X. Have you by any chance modified the descriptors? Thanks for your advice. I tried a third Mac and it worked. Going back to the other two Macs I discovered they had some files in the Java Extensions directori

[jboss-user] [Installation, Configuration & Deployment] - Multiple JBoss instances - different context

2006-09-19 Thread vannguyen0
Hi, I've configure two JBoss instances. This is what I want to accomplish: instance1 = http://www.mydomain.com instance2 = http://www.mydomain.com/someContext How would I configure instance2 to start with /someContext? Would I even need two instances? I've tried to create a /someContext direc

[jboss-user] [JBoss Portal] - chinese word in portal 2.4.0 and application4.0.4GA

2006-09-19 Thread kevnlin
in my portlet , when I sumbit this page (form) the request.getParameter is not cognoscible how can I encode to getparameter chinese word thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972788#3972788 Reply to the post : http://www.jboss

[jboss-user] [JBoss Messaging] - Re: Cannot find free port - problem

2006-09-19 Thread anshah1
Okay got this fixed. It seems the server was set up incorrectly and could not resolve "localhost" ... Sorry i can't find those log entries as I fixed the problem before reading your post.. Anuj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972787#3972787

[jboss-user] [JBoss Seam] - I have some problems with an exeption, I need help!!!!

2006-09-19 Thread carojas
Hi, I have a seam application and this application presents some times errors in diferents parts. The error is the same but the invoking expression is diferent sometimes. This is the exeption: 17:28:57,272 ERROR [SeamExceptionFilter] uncaught exception handled by Seam javax.servlet.Servlet

[jboss-user] [Remoting] - JBoss Remoting vs Spring's Remoting

2006-09-19 Thread vivash
I was wondering if there are some performance benchmarks comparing JBoss Remoting with Spring's Http Invoker and others (Rmi, Hessian etc.). Any document would be great. Does anyone knows which one is better (feature and performance wise) - using Spring's remoting to JBoss Remoting. I did see t

[jboss-user] [EJB 3.0] - Re: entityManager.find() returns null

2006-09-19 Thread ALRubinger
Yep, that's what I said. :) Will try to get a use case and will post back here if indeed I can reproduce it. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972784#3972784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Messaging] - Re: Replacing persistence database - Hibernate to Postgres

2006-09-19 Thread anshah1
Yeah that document helps. Finally got the replacement working and can see that the tables are created in my postgres db. however there's now a very strange behavior that I have noticed. I have written a Queue client that listens on myQueue. It's a stand alone java program and here's how I initi

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-19 Thread fbadt
yup. It is my DB. I can get to it fine with the same ID/pass via a test program to just select from the table, without "for update" and isql also. * note: using - strategy=GenerationType.TABLE and informix drivers from http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=ifxjdbc He

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-19 Thread epbernard
hibernate cannot read the db table apparently, check that it is in your DB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972780#3972780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972780 ___

[jboss-user] [EJB 3.0] - Re: entityManager.find() returns null

2006-09-19 Thread epbernard
"ALRubinger" wrote : Some of my coworkers have reported similar behaviour of a sporadic nature...simple calls to EntityManager.find(Class,id) return null when the object is clearly in the DB. They've also stated that using EntityManager.createQuery("SELECT obj FROM ClassName obj WHERE obj.id=?"

[jboss-user] [EJB 3.0] - Re: EJb 3.0 primary key loose ?

2006-09-19 Thread epbernard
you need to show the code for // make persistent customersFacade.save(customer); local or remote bean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972778#3972778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972

[jboss-user] [EJB 3.0] - Re: How to cause related entities to update when base entity

2006-09-19 Thread epbernard
1. is not possible this is not how you would work in a object model (wo persistence) 2. can be done through cascade=CascadeType.REMOVE on the @OneToMany association View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972777#3972777 Reply to the post : http://www.

[jboss-user] [EJB 3.0] - Re: Group By Error

2006-09-19 Thread epbernard
As per the spec The HAVING clause must specify search conditions over the grouping items or aggregate functions that apply to grouping items. Same restriction as in SQL AFAIK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972776#3972776 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Please help: cannot integrate ICEfaces into Seam applica

2006-09-19 Thread [EMAIL PROTECTED]
Very cool :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972775#3972775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972775 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Portal] - login portlet and CMS admin

2006-09-19 Thread noicangi
hi, i'am using win xp + mysql + jboss portal 2.2sp3 + jboss 404 my question is the following: i would like to know how can i modify loggin portlet to create diferent instances of the portlet , like connecting to other databases and validating user after. also i would like to diferent people c

[jboss-user] [JBoss Seam] - Re: Please help: cannot integrate ICEfaces into Seam applica

2006-09-19 Thread TedGoddard
As has been observed, the current ICEfaces 1.0.1 release does not yet work with Seam. Internally, however, ICEsoft is actively working on Seam integration as follows: - carrying conversationID across Ajax and redirect HTTP requests - support for the .seam extension with ICEfaces Ajax servlets - m

[jboss-user] [JBoss Seam] - Re: When a component is not found should Seam warn or fail?

2006-09-19 Thread CptnKirk
The thing about this is that null or not found is a valid use case. Many ppl have pages that rely on this functionality to not display something when a variable isn't in context and then to "come alive" once an action puts this variable into context. In this case you wouldn't want a log messag

[jboss-user] [Security & JAAS/JBoss] - Re: how i set one security role in my ejb

2006-09-19 Thread [EMAIL PROTECTED]
Moved to user forum as this is not a design question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972769#3972769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972769 ___ j

[jboss-user] [JBoss Seam] - Re: Please help: cannot integrate ICEfaces into Seam applica

2006-09-19 Thread CptnKirk
home.iface doesn't appear to be handled by the Faces Servlet. Have you tried home.seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972767#3972767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972767 _

[jboss-user] [JBoss Seam] - Re: When a component is not found should Seam warn or fail?

2006-09-19 Thread gcomnz
Good point, and that was the missing link that explains it to me. On the other hand, at the EL level shouldn't the non-existence of a referenced context variable typically indicate an error condition? I know it's not all that uncommon to be rather sloppy with the contexts, but aren't these vars

[jboss-user] [JBoss Eclipse IDE (users)] - Re: problem with JBoss IDE 1.6.0.GA

2006-09-19 Thread jhudson
Oh, well that explains it :) Is there a version that is compatible? Thanks. Joe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972763#3972763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972763

[jboss-user] [JBossCache] - Re: TreeCache put causes

2006-09-19 Thread [EMAIL PROTECTED]
Looks like you've got HttpSession replication traffic being handled by your HAParition channel. These should be separate and distinct channels. Make sure the UDP configurations in cluster-service.xml and tc5-cluster.sar/META-INF/jboss-service.xml are using different values for mcast_port. Als

[jboss-user] [JBoss Seam] - Re: Combine Seam application with OpenCms

2006-09-19 Thread marius.oancea
s/but until now/but until then/ ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972760#3972760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972760 ___ jboss-user mailing l

[jboss-user] [JBoss Eclipse IDE (users)] - Re: problem with JBoss IDE 1.6.0.GA

2006-09-19 Thread [EMAIL PROTECTED]
JBoss IDE 1.6.0 is not compatible with Eclipse 3.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972758#3972758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972758 ___ jbos

[jboss-user] [JBoss Seam] - Combine Seam application with OpenCms

2006-09-19 Thread marius.oancea
I have a Seam Application and the customer asked me to combine it with opencms. Actually, as I understand he wants to add a "left menu" a banner, a new in right part using opencms. My question is if anybody here has such an experience. Should I try to embed Seam App into an OpenCms page or the

[jboss-user] [JBossWS] - Re: org.jboss.axis.ConfigurationException: No engine configu

2006-09-19 Thread kdgregory
"[EMAIL PROTECTED]" wrote : | So if you are going to pick up jars from other directories in JBoss, then what is the point in JBoss developers taking the pain to package jars and place them in the client directory? The client configuration in jboss-ws4ee-client.jar is named "axis-client-confi

[jboss-user] [JBoss Seam] - Re: When a component is not found should Seam warn or fail?

2006-09-19 Thread [EMAIL PROTECTED]
How on earth is Seam supposed to know that you mis-spelled a component name!? Context variables are allowed to hold values that are not Seam components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972753#3972753 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBossCache] - Re: Jboss 4 startup error: jgroup or Tree cache?

2006-09-19 Thread [EMAIL PROTECTED]
The port *must* be different between cluster-service.xml and tc5-cluster-service.xml. See http://wiki.jboss.org/wiki/Wiki.jsp?page=TwoClustersSameNetwork for info on isolating clusters. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972752#3972752 Reply to

[jboss-user] [JBoss Portal] - Re: Weather Portlet :

2006-09-19 Thread [EMAIL PROTECTED]
Which version of Portal exactly? Did you try 2.4.0 final? Are there any error messages in the server log? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972751#3972751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972

[jboss-user] [JBoss Portal] - Re: Exception when deploying on Mac OS X

2006-09-19 Thread [EMAIL PROTECTED]
I don't have any issue deploying 2.4.0 on 4.0.4.GA on OS X. Have you by any chance modified the descriptors? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972750#3972750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBossWS] - Re: WS 181 and my own security module - call problems

2006-09-19 Thread georgesberscheid
The feature request says that @SecurityDomain is already supported for EJB endpoints. In the example above I am using an EJB endpoint, but it's still not using the right security domain. What would be a work-around? Using a deployment descriptor? View the original post : http://www.jboss.com/in

[jboss-user] [JBossCache] - Re: Minimizing POJOCache impact on existing codebases

2006-09-19 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Greg, | | To answer your questions regarding load-time instrumentation. | | 1. You will notice in the examples dir, I have not put any load-time examples there. The main reason actually is that we don't encourage load time option for production usage. This is

[jboss-user] [EJB 3.0] - Re: Ant script for CalculatorBean stateless bean

2006-09-19 Thread javaupmc
Thank you very much for the reply. I was able to find it with your direction. All is working well now. Thanks, Steve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972745#3972745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Installation, Configuration & Deployment] - Invalid in servlet mapping

2006-09-19 Thread dalingxu
Hi, I am trying to migrate my enterprise application to JBoss 4.0.4. In my web.xml, there is a servlet mapping like: MyServlet /MyApp/package1/package2/1.2/ServiceName When I deploy the ear (which enclosing the war file), the Jboss gave me this error message: java

[jboss-user] [JBoss/Spring Integration] - Re: Use of Deployed Spring Beans directly on webapp

2006-09-19 Thread alesj
As you mentioned - bean factory is registered to JNDI. As so, you can look it up - in JNDI, via @Spring jndiName attribute. You can exchange ContextLoaderListener with your own, which registers .spring bean factory as root context. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [Installation, Configuration & Deployment] - hot redeploy a single WEB-INF/classes accessed through EJBs

2006-09-19 Thread msprague
I have an extremely large project (thousands of classes) which takes forever (10-20 minutes per cycle on souped up PCs) to compile, package, copy, and deploy I am trying to set it up so I can change a class and have the appserver redeploy that one class and I am being stopped by something. he

[jboss-user] [JBoss jBPM] - can an async wait state have a timeout on it?

2006-09-19 Thread wyckoff
I want to release my thread while waiting for something so want to use async, but I also want to have a timer on it. Is that possible? or are timers implemented on the waiting thread itself and thus cannot work with async. thanks, pete View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBossWS] - Re: JBoss and C++

2006-09-19 Thread [EMAIL PROTECTED]
Have a look at our benchmark tests http://jira.jboss.org/jira/browse/JBWS-75 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972739#3972739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972739 _

[jboss-user] [EJB 3.0] - Group By Error

2006-09-19 Thread jgilbert
I get the following execption: java.sql.SQLException: Not in aggregate function or group by clause: when I try to run this EQL statement: select p.agency.name, p.customer.name, sum(p.amount) | from Payment p | group by p.agency.name, p.customer.name | having

[jboss-user] [JBoss Seam] - Re: Please help: cannot integrate ICEfaces into Seam applica

2006-09-19 Thread SergeySmirnov
Take a look at http://www.michaelyuan.com/blog/java/?postid=160 . It helps to bypass a couple bumps on the road to integration. P.S. I am not a "Seam maker", but from the Ajax4jsf team. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972737#3972737 Reply to

[jboss-user] [EJB 3.0] - Re: Ant script for CalculatorBean stateless bean

2006-09-19 Thread bdecoste
The build script and source are in the docs/tutorial/stateless subdirectory of the EJB3 RCX installation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972736#3972736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972

[jboss-user] [JBossWS] - Re: Reading cookies in a web service

2006-09-19 Thread [EMAIL PROTECTED]
WebServiceContext is JAXWS specific, it'll not go in jbossws-1.x View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972735#3972735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972735 __

[jboss-user] [JBossWS] - Re: EJB3 web service interface

2006-09-19 Thread [EMAIL PROTECTED]
In fact, you dont have to have any SEI View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972734#3972734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972734 ___ jboss-user maili

[jboss-user] [JBossWS] - Re: Message Style Service Problem

2006-09-19 Thread [EMAIL PROTECTED]
Did you have a look at http://labs.jboss.com/portal/jbossws/user-guide/en/html/getting-started.html#message-endpoints View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972733#3972733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Security & JAAS/JBoss] - Re: SPNEGO/Kerrberos SSO - Request.getRemoteUSer()

2006-09-19 Thread Jose Inacio Silva Junior
Have you implemented this solution? How could I get the Kerberos Ticket on the server? Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972732#3972732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972732 ___

[jboss-user] [EJB 3.0] - Ant script for CalculatorBean stateless bean

2006-09-19 Thread javaupmc
I am trying to complile and test the sample EJB 3.0 application from the link below. The directions indicate that there is an ant script to run, but I cannot seem to locate it. I am pretty new to jboss and am trying to get my feet wet with EJB. I am hoping that someone can point me in the rig

[jboss-user] [JBossWS] - Re: WS 181 and my own security module - call problems

2006-09-19 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1212 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972730#3972730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972730 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: When a component is not found should Seam warn or fail?

2006-09-19 Thread gcomnz
I should have more clearly said that the current behavior for Seam is to continue silently, not fail. On a page with a incorrect component name, this just displays blank for that expression, without other indications. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - When a component is not found should Seam warn or fail?

2006-09-19 Thread gcomnz
Current it appears that when a Seam component is not found Seam will spit out a debug message if debug is turned on. Otherwise it will just fail silently. I can't figure out if I'm just not seeing the big picture, but it seems like this should fail or at least warn instead of debug. Am I missing

[jboss-user] [JBossWS] - Re: JSR 181 JBoss 4.0.4

2006-09-19 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1211 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972727#3972727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972727 ___ jboss-user

[jboss-user] [JBossWS] - Re: WSTools Nullpointer exception

2006-09-19 Thread [EMAIL PROTECTED]
Please create a JIRA issue and show us how to reproduce this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972726#3972726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972726 _

[jboss-user] [JBoss Eclipse IDE (users)] - problem with JBoss IDE 1.6.0.GA

2006-09-19 Thread jhudson
I am unable to add a JBoss server (4.0.x). Basically, nothing happens but I do receive an error in the log (shown below). Look farther below to see my configuration details. Any idea as to how I could fix this problem? Thank you very much. Joe !ENTRY org.eclipse.ui 4 0 2006-09-19 14:44:17

[jboss-user] [EJB 3.0] - How to cause related entities to update when base entity is

2006-09-19 Thread A_titov82
I have two entities: public class Employee { | ... | @ManyToOne | public Organization getPlaceOfWork() { | return placeOfWork; | } | public void setPlaceOfWork(Organization placeOfWork) { | this.placeOfWork = placeOfWork; | if(pla

[jboss-user] [EJB/JBoss] - PermGen memory leak

2006-09-19 Thread arons
A memory leak into the PermGen space was found during the execution of the method: @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) | public E detach(E entity) { | return entity; | } The PermGen memory use increase each time the method is invoked. The me

[jboss-user] [JBoss Seam] - Re: Breadcrumbs within the same conversation / pageflow

2006-09-19 Thread ngeadah
Thanks Gavin. I will assume from your answer that breadcrumb creation in this way is not a built-in Seam component. Is this being considered as a roadmap item for the future? IMHO, breadcrumbs are more prevalent within a single conversation as opposed to the breadcrumb support from Seam which

[jboss-user] [JBossWS] - Re: JBoss and C++

2006-09-19 Thread ncapito
Give me the numbers. Can you please send me the results, point me in the direction, of benchmark/performance tests that have been done. I am trying to gauge the type of throughput the AS can handle View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972720#

[jboss-user] [Messaging, JMS & JBossMQ] - Re: C++ and JMS

2006-09-19 Thread ncapito
I am very interested in some throughput numbers. It seems that i keep getting the run around. Can someone please tell me, or point me to some results, of testing that has been done. I am trying to architect a system and i need to know if JMS can handle 100,000+ messages a second. And if it c

[jboss-user] [JBossWS] - Re: EJB - WEB SERVICE

2006-09-19 Thread [EMAIL PROTECTED]
The *.wsr deployment is Apache Axis specific and not J2EE standard. Have a look at the user guide how to migrate your JBoss.NET endpoints to portable j2ee endpoints View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972718#3972718 Reply to the post : http://www

[jboss-user] [JBossWS] - Re: JSR-109 service endpoint and EJB3

2006-09-19 Thread [EMAIL PROTECTED]
We do not plan to add support for EJB3 + JSR109 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972717#3972717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972717 ___ jboss-u

[jboss-user] [JBossWS] - Re: JbossXB bindings

2006-09-19 Thread [EMAIL PROTECTED]
Custom serializers will be supported in jbossws-2.0 via JAXB XML/Java adapters View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972716#3972716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972716

[jboss-user] [JBoss Seam] - Re: Breadcrumbs within the same conversation / pageflow

2006-09-19 Thread [EMAIL PROTECTED]
A page action mapped to "*" is a better choice than a servlet filter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972712#3972712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972712 _

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA persistence primary key loose

2006-09-19 Thread stephan.opitz
i make a customer object persistent // create a new customer customer = new Customers(); // fill with data customer.setEmail(email); customer.setPassword(password);

[jboss-user] [EJB 3.0] - EJb 3.0 primary key loose ?

2006-09-19 Thread stephan.opitz
i make a customer object persistent // create a new customer customer = new Customers(); // fill with data customer.setEmail(email); customer.setPassword(password);

[jboss-user] [JBoss Seam] - Re: Seam Object in JSP Scriptlet

2006-09-19 Thread [EMAIL PROTECTED]
There is NEVER any good reason to use scriptlets. Please don't do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972711#3972711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972711 ___

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-09-19 Thread PeterJ
Did you try: ic.lookup( "ConnectionFactory" ); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972709#3972709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972709 ___ jboss-us

[jboss-user] [EJB/JBoss] - JBoss is not beginning transaction

2006-09-19 Thread holmes.j
Hi, I'm using JBoss 4.0.4-GA with Hibernate 3.2CR4 and EJB 2.1. Hibernate is complaining that "load is not valid without active transaction" This comes form the TransactionManager that is checking to see if the Transaction is active. The transaction exists, it just has not begun. I have a st

[jboss-user] [JBoss Seam] - Re: PAGE scope DataModel's selection not correct

2006-09-19 Thread Holy Joe
Thanks for the info. Changing the bean to be page scoped made the selection work again, but it breaks some behavior in my app. The real bean in my app lets the user enter search text into the text field, and shows the results in the list. The data from which the list is generated, however, is

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-09-19 Thread etolson
I think I am managing to deploy JBoss messaging because I'm getting the output below from run.sh which seems to roughly match what the documentation (http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/guide-1.0.1.CR4/html_single/index.html#installation) says the outpu

[jboss-user] [JBoss jBPM] - Re: Announcing the release of jBPM BPEL 1.1.Beta2

2006-09-19 Thread KVAK_TNT
First question: I use eclipse and get this error when I import the archive: Unbound classpath container: 'JBoss 4.0.4' in project jbpm.bpel I have added a user_library in my Eclipse Options -> but where to point? Will it be problematically if I don't point to the right library? Can I delete this

[jboss-user] [Installation, Configuration & Deployment] - Re: Oracle Connection Pooling with JBoss / Hibernate

2006-09-19 Thread PeterJ
Use jmx-console and look at the mbean named jboss.jca:service=ManagedConnectionPool,name=XXX where XXX is the JNDI name of your data source. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972702#3972702 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Any experiences with the Tomahawk components?

2006-09-19 Thread bfo81
It works. That's what this thread is about. Maybe you should open a new one and explain your problem in detail. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972701#3972701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

  1   2   3   >