[jboss-user] [JBoss Seam] - taglib error...

2007-02-27 Thread waheed.murad
i am using sem-gen. my facelets page has a -display tag library. http://www.w3.org/1999/xhtml"; xmlns:d="http://displaytag.sf.net";> i used its compunent table as 123 abc nocomment

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-27 Thread alesj
Can you look if KernelControllerContextAware interface is present with v1.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023514#4023514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023514 __

[jboss-user] [JBoss Seam] - Declaring session beans in ejb-jar.xml

2007-02-27 Thread persabi
In the case where there exists an abstract base class with member level annotations and an inheriting subclass SFSB, a basic Seam app works fine where the @Stateful annotation exists in the inheriting subclass. In this case, the jboss logs show: | Component: register, scope: EVENT, type: ST

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Shared session context

2007-02-27 Thread [EMAIL PROTECTED]
See http://www.jboss.org/wiki/Wiki.jsp?page=SingleSignOn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023510#4023510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023510 __

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-27 Thread nirajal
The Stack Trace for the problem is pasted below: I am using Jboss cache version 1.4.1.GA. 12:56:19,980 INFO [TxInterceptor] There was a problem handling this request java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Shared session context

2007-02-27 Thread dkrleza
Hello! Well, what we need is shared session context between multiple WEB modules inside single enterprise application. I know that this is not allowed by servlet specification, but... Few other app.servers support that: BEA, WAS. Well, this feature is very interesting because you don't need to

[jboss-user] [JBoss jBPM] - Re: problem with getVariable of serializable Object value

2007-02-27 Thread [EMAIL PROTECTED]
Apparently the class loader under which the object is deserialized is not the same loader under which the object was serialized. You mention you put the class in the lib directory of the server so that jBPM could get the value. How was it serialized in the first place? That is, where does the c

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread [EMAIL PROTECTED]
I highly doubt that you have a class called "login_user", so I'm sure this query never worked in any version of Hibernate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023503#4023503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread tonylmai
1.2 did not solve the problem. I am still running into the error: | 23:02:21,453 INFO [Lifecycle] starting up: org.jboss.seam.security.identity | 23:02:22,625 INFO [Pages] reading pages.xml | 23:02:23,546 INFO [STDOUT] Verify login for tony | 23:02:23,718 ERROR [SeamLoginModule] Error

[jboss-user] [JBoss jBPM] - Re: Problem with process composition

2007-02-27 Thread dohoangn
I found the problem: This is my main process: This is my sub process: When I deploy the sub process and main process: public void deployProcessDefinition() { // / Extract a process d

[jboss-user] [EJB 3.0] - Re: SSL on EJB3 not working for jboss4.0.5GA ?

2007-02-27 Thread sunilbabu
I have the same problem after I tried to use SSL with jboss-4.0.5.GA. I am getting this exception from server 00:32:35,114 ERROR [SSLSocketServerInvoker] Failed to accept socket connection java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance

[jboss-user] [Remoting] - Re: Possible failure mode?

2007-02-27 Thread [EMAIL PROTECTED]
Hi Alex, This discussion is independent of the transport; that is, it applies equally well to the socket transport, for example. Here's an abstraction of the behavior for the case of a synchronous invocation. 1. The application calls Client.invoke(). 2. The client side of the transport marshal

[jboss-user] [Messaging, JMS & JBossMQ] - Re: EJB3 Cluster application JMS Error-JBoss 4.0.5GATrailBla

2007-02-27 Thread mp123
Hello folks, I got the Error while trying to Login in the clusterstore application in web console. Error: Incorrect credentials, please try again I have read the Wiki link http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQSecurity But, still not able to configure my jbossmq security doma

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread tonylmai
With the (created=true) flag, I now got this: | 21:54:46,578 INFO [Lifecycle] starting up: org.jboss.seam.security.identity | 21:54:46,734 INFO [Pages] reading pages.xml | 21:54:46,843 INFO [STDOUT] Verify login for tony | 21:54:46,843 ERROR [SeamLoginModule] Error invoking login metho

[jboss-user] [JBoss Portal] - Reporting tool integration with jboss portal

2007-02-27 Thread anu123suya
hi, The requirement is to explore the possibility of integrating reporting tools with jboss portal server. I understand that jasper reports can be integrated with jboss portal thro the API exposed. Similarly,are there any other reporting tools that can be integrated? Particularly,Business Object

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF Warnings at EJB3 Cluster application-JBoss 4.0.5GATrailB

2007-02-27 Thread mp123
Hello JBoss Folks, I'm trying to deploy the EJB3 POJO Cluster TrailBlazer Demo application called "clusterstore" in EJB3 Cluster server configuration of JBoss AS 4.0.5.GA, MySQL in HP-UX OS. I have used the tomahawk-1.1.3.jar and modified the web.xml file as told in the JBoss Wiki http://wiki

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-02-27 Thread gopinathb4u
Thanks for the immediate response. I am new to EJB. Can you please provide me a link to get the datasource using remote session bean facade? Thank you, Gopi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023488#4023488 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread grdzeli_kaci
"petemuir" wrote : | | Foo is the backing bean on which you wish to set the application property. It could be just #{application} - though I'm not sure how well this works on the whole. ok, 1. i had entityconverter.jar into my war file 2.my project component.xml file looks like : |

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Patch release: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=163777&release_id=489903 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023484#4023484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - Re: Problem with process composition

2007-02-27 Thread dohoangn
I have the same problem even I already have deployed sub processs and the sub process name is in the table jbpm_processdefinition. Could you please give us a solution? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023483#4023483 Reply to the post :

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-27 Thread eknathkadam
I believe all this JMX support is for microcontainer that is supplied with Jboss5, I think the MC release is 2.0, is there any JMX support in prior release, the one supplied with Jboss 4.x (release 1.0, I guss.) ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss jBPM] - Undeploy ProcessDefinition........

2007-02-27 Thread daresan
I am trying to undeploy processdefinition from oracle database by using jbpm api. but it is throughing error. these are follows code: JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { | ProcessD

[jboss-user] [Security & JAAS/JBoss] - Re: Can secure jmx-console but not my own web app!!!

2007-02-27 Thread cgt001
Hi jaikiran, Thanks, it worked! Just copied that part from the other posts and overlooked that part. Thanks and regards, cgt001 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023480#4023480 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [EJB 3.0] - Re: NamingException: Could not dereference object - EJB 3.0

2007-02-27 Thread jaikiran
Looks similar to this issue: http://jboss.com/index.html?module=bb&op=viewtopic&t=98072&view=previous View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023479#4023479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=402347

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-02-27 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIAccessADataSourceFromAClient However, this is not a recommended approach as mentioned at http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources anonymous wrote : Note: JBoss does not recommend using this feature on a producti

[jboss-user] [Security & JAAS/JBoss] - Re: Can secure jmx-console but not my own web app!!!

2007-02-27 Thread jaikiran
anonymous wrote : java:/jass/My-web Looks like a typo, that should have been: anonymous wrote : java:/jaas/My-web View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023476#4023476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Security & JAAS/JBoss] - Can secure jmx-console but not my own web app!!!

2007-02-27 Thread cgt001
Hi, Can anybody out there show me how to secure a web app? I have successfully secured jmx-console using the DatabaseServerLoginModule but can't access a deployed web (sample web) in my JBOSS AP server. Below are the configurations made for my sample web. login-config.xml entries

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread mandarkul
Hi Weston .. Thanks a lot. You have made my day. :) We did a small change in notifyClose by passing the reference of connection object as a connection handle to connection even object and things worked fine once again thanks a lot... u r a genious View the original post : htt

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread mandarkul
Hi Weston, I will just explain the scenario, 1) When I call factory.getConnection() method the container calls the "createManagedConnectionConnection" method with an instance of "ConnectionManager" being passed as an argument.If I print the class-name the output is "BaseConnectionManager2" clas

[jboss-user] [JBoss jBPM] - unable to observe result of action handler on console

2007-02-27 Thread ramyasr
hi, i'm able to call action handlers and the process is executing without giving any exceptions("error calling action handler"). but i'm NOT ABLE to observe the result of executing an action handler on the console.what has to be done? thanks. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Messaging] - Jboss ESB Generic methods + Documentation

2007-02-27 Thread mishra.piku
Hi Guys , >From the documentation I was able to run the sample application provided by >Jboss People. But I am unable to track the flow of the application. I want to >develop a generic method so that the developer will call that method to send a >Message and he will get a response Message. Can

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
http://fisheye.jboss.com/changelog/JBoss/jboss-seam?cs=MAIN:gavin:2007022825 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023465#4023465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023465 __

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
Based on the stack trace below, I don't think my little hack worked. Since the this server running this code sits behind a fairly restrictive proxy, how can I fix this problem? tia, -Doug Exception during request processing: org.dom4j.DocumentException: Connection timed out: connect Nested ex

[jboss-user] [Beginners Corner] - Two basic questions from a new potential user

2007-02-27 Thread wjscott
Hello all, I really appreciate the time you are taking to look into this. Thanks in advance. Question 1: J2EE Question I want to implement EJB3 using JBoss on a Solaris server for JSP, Servlets, and Web Services. Is it possible to implement a persistent/transactional model with using enterpris

[jboss-user] [JBoss Portal] - Re: Non-coding contributions?

2007-02-27 Thread Oberiko
My apologies, I thought I had posted this to the Beginners Corner. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023451#4023451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023451

[jboss-user] [Beginners Corner] - Non-coding contributions?

2007-02-27 Thread Oberiko
Hello. Does JBoss accept contributions from non-coders / testers? I'm a systems analyst, so my training and experience is focused on the logical system design. While I can get by in Java, I'm hardly an expert. Would there be any use for my skills (UML, UI, database modeling, business logic etc

[jboss-user] [JBoss Portal] - Non-coding contributions?

2007-02-27 Thread Oberiko
Hello. Does JBoss accept contributions from non-coders / testers? I'm a systems analyst, so my training and experience is focused on the logical system design. While I can get by in Java, I'm hardly an expert. Would there be any use for my skills (UML, UI, database modeling, business logic e

[jboss-user] [JBoss Seam] - null exception on @inject in ICEfaces PanelTabListener

2007-02-27 Thread gus888
Hi there, I tried to inject a Seam session bean into panelTabListener, but I always got null value. The code is follows:@Name("tabListenerImpl") | @Stateless | public class TabListenerImpl implements TabChangeListener { | | @In (create=true, required=true) | @Out (required=fals

[jboss-user] [JBoss Seam] - Re: http://www.karwell.com/apropos/equipe/JMP/seam_me_gettin

2007-02-27 Thread xuzhenhua21
This is the content of my ejb-jar.xml: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"; version="3.0">

[jboss-user] [JBoss Seam] - http://www.karwell.com/apropos/equipe/JMP/seam_me_getting_st

2007-02-27 Thread xuzhenhua21
I practiced the example follow this: http://www.karwell.com/apropos/equipe/JMP/seam_me_getting_started/index.htm I got errors cofused me: 11:13:21,921 INFO [EARDeployer] Init J2EE application: file:/C:/Program Files/jboss-4.0.5.GA/server/default/deploy/jboss-seam-registration.ear/ 11:13:22,484 WA

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread [EMAIL PROTECTED]
Probably you need auto-create=true in components.xml, or @In(create=true) in the Java. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023436#4023436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023436 ___

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
Ah, it appears the updated dtd is in the jar, but when you explode jboss-seam.jar you'll find a components.xml under META-INF that references the 1.1 version of the DTD. :%s/1.1/1.2/g should hopefully have fixed this for me. I'll find out soon enough. View the original post : http://www.jbo

[jboss-user] [JBossWS] - Re: receiving a AxisFault in the client

2007-02-27 Thread khkachn
Hi, I struggled with Jbossws to create a client for a while and then finally gave up and used Axis-1.4. There are working examples in their getting started document. Ken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023434#4023434 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - msyql and postgresql - identity columns

2007-02-27 Thread hanasakijiji
how can the same ejb3 entity code be used with both MySQL and PostgreSQL on the primary keys (integers). The databases already exist - and cannot be modified mysql is AUTO_INCREMENT postgresql is SERIAL It looks like Identity can be used with mysql but not postgresql? Is the only way to fall

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
ooops. Somehow ended up quoting the end of the message when I hit submit... Last quote was unintended. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023431#4023431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40234

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
"[EMAIL PROTECTED]" wrote : Note that there is one silly minor issue in this release that you need an internet connection to run Seam. (We missed updating the version number of the DTD of the components.xml file in the Seam jar.) | | We might do a patch release to fix this, but anyhoo it is

[jboss-user] [JBoss Seam] - Seam Readers Choice - Vote...

2007-02-27 Thread [EMAIL PROTECTED]
http://jdj.sys-con.com/general/readerschoice.htm where is seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023425#4023425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023425 __

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread tonylmai
I am using Seam-managed PC. But it's throwing me the above error. Here is a snippet of stacktrace: | 18:07:03,015 INFO [Lifecycle] starting up: org.jboss.seam.security.identity | 18:07:03,562 INFO [Pages] reading pages.xml | 18:07:03,625 ERROR [SeamLoginModule] Error invoking login metho

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-27 Thread petemuir
In fact http://jira.jboss.com/jira/browse/JBSEAM-950 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023413#4023413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023413 ___ j

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-27 Thread petemuir
Brad, just to keep you updated: I'm still working on the testcase - I should manage to get it all finished tomorrow, so the next time my laptop meets the internet after that there should be a testcase at least :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread [EMAIL PROTECTED]
If you want to use @PersistenceContext, you need to make your Authenticator a session bean. Otherwise, you need to config a seam-managed PC. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023406#4023406 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread tonylmai
Hi Gavin, I am using Seam 1.1.6, not 1.2 and I received the following error when I copied the Authenticator example code (http://docs.jboss.com/seam/1.2.0.GA/reference/en/html/security.html#d0e6073) Server log --- Caused by: org.jboss.seam.RequiredException: In attribute requires value

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
It means integration into seam-gen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023404#4023404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023404 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread svadu
Gavin what is actually meant by "integration of Ajax4JSF", as far as I know Seam works well with ajax4jsf, is there something new? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023403#4023403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread [EMAIL PROTECTED]
@Name("org.jboss.seam.core.identity") | public class MyIdentity extends RuleBasedIdentity {//or Identity, if no drools | public String login() { | String outcome = super.login(); | //do whatever you like | } | } View the original post : http://www.jboss.com

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to deploy two web applications in certain order?

2007-02-27 Thread steveli100
Finally found out the answer at http://wiki.jboss.org/wiki/Wiki.jsp?page=DeploymentOrder View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023396#4023396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023396 _

[jboss-user] [JBoss Seam] - How to use Seam Identity?

2007-02-27 Thread tonylmai
I like Seam Identity. It simplifies my login session verification process significantly. What I would like to do next is to outject a LoginSession with account ID, etc... once the user has login. How do I go about overriding/suplementing the Identity.login method? (I am assuming there is an Ide

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-27 Thread [EMAIL PROTECTED]
I'll investigate the NPE. For JBossWS 1.0.3.SP1, the stack trace points here: private void processOperationInput(Definition srcWsdl, Operation srcOperation, WSDLInterfaceOperation destOperation, PortType srcPortType) |{ | Input srcInput = srcOperation.getInput(); | if (sr

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread [EMAIL PROTECTED]
1.2.0 will go GA tomorrow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023392#4023392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023392 ___ jboss-user mailing list jbo

[jboss-user] [Installation, Configuration & Deployment] - Re: How do you abort the startup process?

2007-02-27 Thread genman
Otherwise, you could contribute some sort of patch for JBoss to do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023391#4023391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023391 __

[jboss-user] [Installation, Configuration & Deployment] - Re: How do you abort the startup process?

2007-02-27 Thread genman
The easiest would be to create an MBean that did a check of the service deployer at some point for any failed deployments, then call the shutdown MBean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023390#4023390 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: Help getting all tasks for a user

2007-02-27 Thread kukeltje
If what there is is not sufficient for you and the proposed solutions are obscure (your words, not of many, many other users), then implement your own hibernate query et voila View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023389#4023389 Reply to the pos

[jboss-user] [JBoss jBPM] - Re: jPDL and BPEL Integration

2007-02-27 Thread kukeltje
discussion: some info on... http://blogs.jboss.com/blog/tbaeyens/ but if you use google, I'm sure you can find more You need to be more specific in what you want. calling a small amount of webservices from a human workflow: jpdl, orchestrating lots of (web)services into more complex ones: bpel

[jboss-user] [Management, JMX/JBoss] - Re: Monitoring jboss

2007-02-27 Thread genman
Yes, check out the JMX console. There is a System information MBean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023385#4023385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023385 __

Re: [jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread Ovidiu Feodorov
1.2.0 will go GA tomorrow. imaeses wrote: Hi Tim, Thanks for the reply. Here's my problem: we aren't prepared to roll the 1.2 version into production because it's not a general release yet. We'd prefer to use the 1.0.1 version since it is stable. However, this one feature is quite important

[jboss-user] [Installation, Configuration & Deployment] - Re: How do you abort the startup process?

2007-02-27 Thread bobbalou135711
Same question. Is there a particular config I can set or a particular exception I can throw to abort the startup? I would like the server to shutdown if the MBean fails to start. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023380#4023380 Reply to the pos

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Note that there is one silly minor issue in this release that you need an internet connection to run Seam. (We missed updating the version number of the DTD of the components.xml file in the Seam jar.) We might do a patch release to fix this, but anyhoo it is fixed in CVS. View the original po

[jboss-user] [Remoting] - Re: server bind address - documentation

2007-02-27 Thread [EMAIL PROTECTED]
Let me try that again. The logic is | if (serverBindAddress is set) | use it | else if (the host is present in the InvokerLocator and clientConnectAddress is not set) | use host from InvokerLocator | else | use local host address View the original post : http://www.jbo

[jboss-user] [Remoting] - Re: server bind address - documentation

2007-02-27 Thread [EMAIL PROTECTED]
Hi John, That paragraph really is correct. I think the point is that clientConnectAddress is only meant to be used when the client connects through a router that maps an external host name to the actual name of the actual host. The fact that clientConnectAddress is set tells the server that t

[jboss-user] [JBoss Seam] - Re: Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-02-27 Thread [EMAIL PROTECTED]
The location is: Levende Lounge 1710 Mission St. @ Duboce San Francisco, CA 94103 Phone: 415.864.5585 http://www.levendesf.com/ At 7 PM. Please email me if you intend to come to this event. There is usually a cover charge for this place on a Friday night, so I need to get people's names on the

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
BTW, the more "official" announcement is here: http://blog.hibernate.org/cgi-bin/blosxom.cgi/2007/02/27#seam-120 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023367#4023367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Thanks for the release, Norman! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023366#4023366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023366 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Using the JPA delegate

2007-02-27 Thread [EMAIL PROTECTED]
Perhaps it was an EJB3 container bug - in which case I'm sure the fix will be in JBoss 4.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023365#4023365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023365 __

[jboss-user] [JBoss Seam] - Re: Where are the generated SQL db statements for the EJBs?

2007-02-27 Thread [EMAIL PROTECTED]
Depends upon the modification. If you just add an attribute, then yes... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023363#4023363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023363 __

[jboss-user] [JBoss Seam] - Re: Using the JPA delegate

2007-02-27 Thread eirirlar
It seems that the entityManager.getDelegate() returns either a SessionImpl or a EntityManagerImpl, depending on wether or not you have the following set up in your components.xml: and persistence.xml: That is - if this is set up, SessionImpl is returned. Otherwise EntitiyManagerImpl is ret

[jboss-user] [JBoss Seam] - Re: How to store Conversation in database or cache?

2007-02-27 Thread [EMAIL PROTECTED]
HttpSession View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023361#4023361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023361 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [Remoting] - Re: InvokerCallbackHandler.getSessionId() ?

2007-02-27 Thread [EMAIL PROTECTED]
Hi James, I think the reason your initial question was a bit ambiguous (besides the fact that addListener() isn't a method of InvokerCallbackHandler) might have been that, on the client side, an InvokerCallbackHandler can be reused by many Clients and callback Connectors, so it's not associated

[jboss-user] [JBossWS] - Re: How to control port name in generated WSDL

2007-02-27 Thread dwin
If you could wait until tomorrow (or alittle after), JBoss 1.2 should be out soon (binary release). That supports 181 annotations and is much simpler to develop. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023349#4023349 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Error Loading AJAX Library with JSF 1.2 RI

2007-02-27 Thread tonylmai
Hello all, I don't even use AJAX in my app. Perhaps somewhere in the config files that reference this AJAX? Does anyone know where or what to look for that reference this lib? Thanks - Server log - SEVERE: Error Loading Library: jar:file:/D:/JBoss/jboss-4.

[jboss-user] [JBoss Seam] - Re: a javax.faces.convert.Converter that is a Seam component

2007-02-27 Thread petemuir
Oops Or, just use the entityconverter (this is heading for Seam, I just need time to work on it a bit) linked off the wiki in combination with s:selectItems View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023352#4023352 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: a javax.faces.convert.Converter that is a Seam component

2007-02-27 Thread petemuir
"codelion" wrote : Question: What kind of component (with what annotations) would that have to be so it can be used as a javax.faces.convert.Converter and yet have a working @In EntityManager entityManager? Take a look at the converters component in the seam ui example. anonymous wrote : PS:

[jboss-user] [JBoss Seam] - Re: Where are the generated SQL db statements for the EJBs?

2007-02-27 Thread tonylmai
I created the tables and the error went away. What if I modified the entity bean? Would the table got updated automatically? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023350#4023350 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Where are the generated SQL db statements for the EJBs?

2007-02-27 Thread tonylmai
I remembered during seam-gen setup process, it asked if we wanted the db tables to be dropped and recreated upon every build. Does it generate the SQL statements for each table corresponding to each Entity bean? If yes, where would the SQLs be located? Once again, many thanks ;-) View the ori

[jboss-user] [JBoss Seam] - Re: No active application scope in long running process

2007-02-27 Thread apushadow
Ahh, ok. This answers a lot of my questions. I'm looking forward to a solution to this problem. I use Seam 1.1.6 with Tomcat and Embedded EJB. I'm trying to prototype being able to run a method at a specified time - the method must (1) send an email, (2) update the database and (3) raise an

[jboss-user] [JBoss jBPM] - Re: BPEL generate-artifacts error

2007-02-27 Thread [EMAIL PROTECTED]
Apparently inline XML Schemas are handled by copying them to temporary files. While the error message may be misleading, it does indicate that definitions in your second schema cannot be located. Some items in the first schema reference items that are defined later in the second schema. Try mov

[jboss-user] [JBoss Seam] - a javax.faces.convert.Converter that is a Seam component ?

2007-02-27 Thread codelion
An enum converter is nice, but one step further we'd like to implement a javax.faces.convert.Converter that for its getAsObject does a query. In contrast, the getAsString was easy. Would be nice to use an @In EntityManager entityManager. Question: What kind of component (with what annotations

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-27 Thread meghanai_99
I could get wscompile to work on the client side by editing the build.properties file in the \config folder. Only thing I had to change war replacing with . However on 'ant deploy' JBoss's bundled wstools takes over and I get the exception I have posted at the start of the thread. How to I mak

[jboss-user] [JBoss Seam] - Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
1.2? Where did that come from? It seems just last week we were releasing 1.1.7RC1... Well, after looking over what we were putting into the release, we realized that this needed to be the start of the 1.2 branch. Gavin explains the reasoning in his blog: http://blog.hibernate.org/cgi-bin/

[jboss-user] [Security & JAAS/JBoss] - ClientLoginModule on external Tomcat using declarative Secur

2007-02-27 Thread meme
Hi there, I'm working on an ejb3 application with an web-frontend wich is located on an external tomcat. When I use the ClientLoginModule in a test-Client there is no problem, but when I try to use it in a security-constraint in the web-app always the declared error-page is shown. I've read in

[jboss-user] [Remoting] - Re: Timeout parameter - can I specify timeout per request?

2007-02-27 Thread [EMAIL PROTECTED]
Per timeout invocation now works for the HTTP transport as well. For jdk 1.5 the timeout is set on the HttpUrlConnection. For jdk 1.4 this option is not available, so it is simulated by executing the invocation on a separate thread and waiting until the timeout has expired. The thread comes f

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-27 Thread [EMAIL PROTECTED]
If wstools fails (as in your case) please switch to wscompile and see what happens. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023332#4023332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023332 __

[jboss-user] [JBoss Seam] - Re: How to store Conversation in database or cache?

2007-02-27 Thread adambrod
Are conversations explicitly stored in the http session? Or are they stored with the JSF View state - whereever that is stored? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023331#4023331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Re: Where are the generated SQL db statements for the EJBs?

2007-02-27 Thread [EMAIL PROTECTED]
Its done dynamically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023330#4023330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023330 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-27 Thread piotr.walczyszyn
Yes unfortunetly it doesn't work with JSF 1.2, I will try to switch tomorrow to myfaces and test it in thi environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023326#4023326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: JSF and TransactionalSeamPhaseListener

2007-02-27 Thread awheeler
Thank you for your help. I am now using Seam's EntityConvertor http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEntityConverter [/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023325#4023325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossCache] - Re: 1.4.1.SP1 Installation Instructions

2007-02-27 Thread jnorris10
"jnorris10" wrote : "[EMAIL PROTECTED]" wrote : There never have been specific installation instructions, you basically just use the new jars in the distro to overwrite the jars in your current distro. | | | | May be a good idea to wiki-ise some of these steps though; let me know if you

[jboss-user] [EJB/JBoss] - Re:

2007-02-27 Thread gduan2000
After installed the patch suggested by the bug page: http://jira.jboss.com/jira/browse/JBAS-3839, I still have exactly the same issue I have had: Wrong target, when re-deploying my app. Help!... "m-krausse" wrote : Hi | | I created a bug report: http://jira.jboss.com/jira/browse/JBAS-3839

[jboss-user] [JBoss Messaging] - Re: Issues w/ JBoss Messging Cluster Environment when using

2007-02-27 Thread rpkavuri
Are you saying that my setup is correct? Additionally, could you please review my examples and let me know why I am not receiving messages published through the publisher? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023320#4023320 Reply to the post : ht

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - DatabaseMetaData and HTTP connections

2007-02-27 Thread wcydaip
Hi, I began working with the con.getMetaData() object today and soon after began getting the following: org.jboss.deployment.DeploymentException: Too many open files; - nested throwable: (java.io.IOException: Too many open files) | at org.jboss.web.AbstractWebContainer.init(AbstractWebCo

[jboss-user] [JBoss Seam] - Re: Using the JPA delegate

2007-02-27 Thread [EMAIL PROTECTED]
This was a bug in older versions of HEM. It *should* work right in JBoss 4.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023317#4023317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023317 ___

  1   2   3   4   >