[jboss-user] [JBoss Seam] - Re: Reset list in @DataModel

2007-01-13 Thread [EMAIL PROTECTED]
A couple of possibilities come to my mind: - maintain a conversation around the access so that you can do your edits in the same persistence context as you are showing results in - don't save the results in the session and redirect back to the main view so they will be reloaded - have a page act

[jboss-user] [JBoss Seam] - Re: Multiple WARs in one Seam application?

2007-01-13 Thread [EMAIL PROTECTED]
Have you configured the hosts in the tomcat jboss-service.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001471#4001471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001471

[jboss-user] [JBoss Seam] - Re: manual validation in Seam

2007-01-13 Thread [EMAIL PROTECTED]
I have no idea if it is a bug. I'm not familiar with those components. I'm only telling you how to make facesMessages show up. You should first verify that it works for you. Then you can add back in the foreign components and figure out what is wrong. Maybe it is a bug. Maybe you don't hav

[jboss-user] [EJB 3.0] - Re: Dynamic MDB Definition

2007-01-13 Thread ariekz
Hi Not an idiot Same problem here, my application works in two kinds of configuration: directly or through proxy. In the ?through proxy setup? I need to allow communicate both directly and through proxy, since that only on startup I know which configuration is used, I have to dynamically creat

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - TSL javaMail by sending message problem

2007-01-13 Thread este1212
Hi, I kann sending emails über javamail in a j2se application with a main methode, just wenn I writte the same code in my ejb class, and I try to send the same email, that was already successful by a j2se application, hier then I have the failure. I writte for you my javamail debug Infomationen

[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-01-13 Thread michea
Also when I use JNDI to get the service (adding fake a client application with service-ref), I manage to get the port but obtain the exception : | ERROR [CallImpl] Call invocation failed with unkown Exception | javax.xml.soap.SOAPException: Could not transmit message | at org.jboss

[jboss-user] [JBossWS] - EJB3 and JBossWS (JAXWS), is WSgen even needed for bottom to

2007-01-13 Thread dwin
Hey guys I relatively new to web services I am deploying a stateless session bean (EJB 3.0) on JBoss 4.0.5 with JBossWS 1.2 (JAXWS). Bottom to top development. I use the @WebService and @webmethod annotation on my EJB with no real config files (other than the application.xml). I deploy the E

[jboss-user] [Beginners Corner] - Re: Please help with EJB3 ClassCastException.

2007-01-13 Thread kingcu
As for jboss.xml, I don't have it in my ear; I think if I use annotation, I can avoid xml configuration. Also, since JBoss 4.0.5 doesn't support J2EE 5 yet, my application ear is still J2EE 1.4; not sure if this will cause any problem. Here is what my application.xml looks like: | http://

[jboss-user] [Beginners Corner] - Re: Please help with EJB3 ClassCastException.

2007-01-13 Thread kingcu
Here is the exception: 22:33:03,944 ERROR [[action]] Servlet.service() for servlet action threw exception | java.lang.ClassCastException | at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:229) | at javax.rmi.PortableRemoteObject.narrow(Portab

[jboss-user] [JCA/JBoss] - shouldn't local-tx-datasource have auto-commit = false?

2007-01-13 Thread jhudson
Hello, I am using the configuration below (local-tx-datasource) because I would like to use transactions. Based on the documentation found here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources I would assume that the connections would have auto-commit set to false (as an exception wi

[jboss-user] [JBossWS] - Re: in required but not legal?

2007-01-13 Thread michea
"[EMAIL PROTECTED]" wrote : | You can always use: | | | service = Service.create(wsdlURL, serviceQName) | | port = service.getPort(MySEI.class); | | | Using this in a stateless EJB3, where should we put the jaxrpc mapping file ? anonymous wrote : | You have the choice betw

[jboss-user] [JBoss Messaging] - Re: Are there performance numbers available comparing MQ vs

2007-01-13 Thread [EMAIL PROTECTED]
"batter" wrote : | Any ideas ? Incompatible remoting versions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001447#4001447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001447

[jboss-user] [JBossWS] - Help: how to consume webservice in ejb3 ?

2007-01-13 Thread michea
For days know i try to consume a webservice in a stateless EJB3... with no success. I use jboss4.0.4 with EJB3 RC9 and develop with NetBeans5.5 and SOAPUI plugin In an ejb-module I have jaxws2 jsr-181 webservices in stateless EJB3 that should themselve consume webservices. I tried to use jaxws2

[jboss-user] [JBoss Messaging] - Re: JMS client and JBossAS/JBossMessaging in different machi

2007-01-13 Thread [EMAIL PROTECTED]
"frodeh" wrote : | I have tried "ant -Djboss.messaging.callback.bind.address=10.1.3.104" with no good response (the message is delivered, but the response is never returned). The IP is of course the client's address, but the client has another address as well, and the server doesn't hav a rou

[jboss-user] [JBoss Messaging] - Re: Can't start jboss messaging a 2nd time

2007-01-13 Thread [EMAIL PROTECTED]
1.2.Beta1 is supposed to use clustered-mysql-persistence-service.xml. The installation script puts the correct configuration file in place. Have you use it? And yes, there are schema chages between 1.0 and 1.2. We plan to provide a migration tool from 1.0 to 1.2 which will be available by 1.2.0

[jboss-user] [Installation, Configuration & Deployment] - Re: Loose admin password

2007-01-13 Thread PeterJ
For which application? And for what login module? If for web console or jmx console, and the default login modules, look at the files in server/xxx/conf/props, where xxx is your server configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001422#4001

[jboss-user] [Management, JMX/JBoss] - Re: Retrieving properties of an MBean

2007-01-13 Thread PeterJ
If the property is marked as write only, there is no way to read it. Use the jmx-console to determine the read or write-ability of the property you are interested in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001419#4001419 Reply to the post : http://w

[jboss-user] [Installation, Configuration & Deployment] - Re: JBOSS SMTP+TLS

2007-01-13 Thread este1212
Hallo, I have the same problem, have you find any idea? radouane View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001392#4001392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001392

[jboss-user] [JBoss Seam] - Reset list in @DataModel

2007-01-13 Thread VinceCallagan
Hello, I have a list annotated with @DataModel comming from database. When clicking on a row, users can update the record but the list is not refreshed. How can I make the list "resetable" ? Thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=400139

[jboss-user] [JBoss Seam] - Re: Multiple WARs in one Seam application?

2007-01-13 Thread SmokingAPipe
Actually it appears that it is not working. Hmm. It is just giving me "no host matches name". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001386#4001386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001386

[jboss-user] [Beginners Corner] - Re: Please help with EJB3 ClassCastException.

2007-01-13 Thread Knuffelbert
I had the same problem when I started a couple days ago, maybe the solution is the same... In my jboss.xml file, the specified jndi name was incorrect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001383#4001383 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: Refresh entities

2007-01-13 Thread hispeedsurfer
Hi, what can I do to refresh the rerenderd result from Entitymanager? Any idea? Thanks andi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001381#4001381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001381 __

[jboss-user] [JBoss Seam] - Re: Multiple WARs in one Seam application?

2007-01-13 Thread SmokingAPipe
I just now tried it simply by moving the WAR file into the EAR file and modifying the application.xml of the EAR and it worked. Of course the virt. hosts need to be all configured in JBoss' server.xml too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40013

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

2007-01-13 Thread steveb3091
Using a 2 node cluster, jboss 4.0.3. In some cases we have to put the jsessionid parameter on the URL. In those cases I can send that URL to another person and they can hijack my session. Is this how jboss is supposed to behave ? View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Multiple WARs in one Seam application?

2007-01-13 Thread SmokingAPipe
Simple question: I have a Seam app that goes into a .ear file. Within that EAR file there is a WAR file with all the web pages. If I want the same application (EAR) to serve more than one domain name with different content (ie, two virtual hosts within the EAR) can I do that just by putting mo

[jboss-user] [JBoss Seam] - Re: manual validation in Seam

2007-01-13 Thread pdpantages
Hello liudan2005 Is the closing quote missing from the id in the a4j:outputPanel ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001365#4001365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001365 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem with JSF 1.2 RI and Facelets on JBoss 4.0.4

2007-01-13 Thread mjais
Hello I want to use JSF 1.2 reference implementation + facelets (instead of JSP) on JBoss 4.0.4. I have setup my own class loader in jboss-app.xml (it is an ear file) but I get this error messages: INFO: JSF1018: [scheduler] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'clie

[jboss-user] [Beginners Corner] - Re: Please help with EJB3 ClassCastException.

2007-01-13 Thread MmarcoM
can you pls post her eyour exception? i remember having same problem and i fixed it by changing a parameter in ejb3-deployable regards marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001360#4001360 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss jBPM] - Re: rules engine, bpm, esb, msg'ing - functionality overlap?

2007-01-13 Thread kukeltje
the jbpm examples contain a workflow/rules example. the esb comes in when e.g complex external services have to be called. an example of that has to de done by by yourself for the moment, but don't hasitate to post an example on the wiki. View the original post : http://www.jboss.com/index.ht

[jboss-user] [Installation, Configuration & Deployment] - Re: performance problem with JBoss running as Windows Servic

2007-01-13 Thread remiserrano
Use the Java Service Wrapper : http://wrapper.tanukisoftware.org/doc/english/introduction.html No more performance issue ... :-) Regards, Rémi[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001348#4001348 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Eclipse IDE (users)] - "Module Type Not Compatible" when trying to add JBoss EJB3 l

2007-01-13 Thread pablojavierpy
Hi All, I am using JBoss Eclipse IDE 2.0.0 beta2. When I try to add "JBoss EJB3 libraries" I can't add it to my project because I get an error message that says: "Module Type Not Compatible". Mi project is a J2EE 1.4 project. Best regards. View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Portal] - Re: access to outer request/session from within portlet

2007-01-13 Thread radzish
I still do not know whether there are any API to get outer request, but I have found the way how to do that. Here it is: | public static final HttpServletRequest getOuterRequest(JBossRenderRequest request) { | PortletInvocation portletInvocation = (PortletInvocation) request |

[jboss-user] [JBoss Seam] - Re: manual validation in Seam

2007-01-13 Thread liudan2005
The jsf code I've posted was copied from Seam doc: http://docs.jboss.com/seam/1.1GA/reference/en/html_single/#validation I don't understand why it doesn't work. Removing a:components would lose ajax support. Is this a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Eclipse IDE (users)] - Creating servlets with JBossIDE for Eclipse 2.0.0.Beta2

2007-01-13 Thread pablojavierpy
Hi All, Is it possible to create servlets with Wizard, in JBossIDE 2.0 inside projects that were not created with "Dynamic Web Project" profile? Best regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001341#4001341 Reply to the post : http://www.jboss

[jboss-user] [EJB 3.0] - No default persistence unit in this deployment

2007-01-13 Thread lalit2583
Following is the Session bean and entity class... Session1Bean.java package com.jboss.sessionbeans; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import com.jboss.entity.Login; public @Stateless class Session1Bean implements Se

[jboss-user] [JBoss Portal] - access to outer request/session from within portlet

2007-01-13 Thread radzish
Hi All! Are there any utility API to access outer request and/or outer session from within portlet ? thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001318#4001318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBossCache] - Finding regions in runtime

2007-01-13 Thread nenorbot
Hi everyone, Is there any way I can find how many regions TreeCache has during runtime? Thanks :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001317#4001317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001317 _

[jboss-user] [JBoss Seam] - Re: Recursive facelets

2007-01-13 Thread petemuir
You might be better asking this on the facelets list - I'm pretty sure it has been discussed there in the past. http://facelets.dev.java.net View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001272#4001272 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & Deployment] - Loose admin password

2007-01-13 Thread jflf83
How can I retrieve the admin´s password? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001266#4001266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001266 ___ jboss-user ma

[jboss-user] [Beginners Corner] - Problems with session

2007-01-13 Thread jflf83
When I 'destroy' one session, the JBOSS throw one 'popup' who say that the session expired. when I press the button "OK" of this 'popup' I go to the togin page of my application. It´s fine :). But, sometimes, when a destroy the session, my apllication becames iddle and I must use the refresh but

[jboss-user] [Beginners Corner] - Detecting client disconnects

2007-01-13 Thread Knuffelbert
Hello there, Just a quick question, hopefully a quick answer too :) Normally the client application will call the ejbremove method on the stateful session bean running within JBoss 4.0.something . However cases where the app crashes or the internet goes down have to be caught as well. Is there

[jboss-user] [Installation, Configuration & Deployment] - Change lanquage

2007-01-13 Thread jflf83
How can I change the language of some "popups"? For example: When we invalidate the session, jboss throw a popup who say that the session expired. How can I change the language of this popup? Someone can help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: java.io.InvalidClassException: org.hibernate.collection.

2007-01-13 Thread jflf83
My problem was an incorrect annotation, I didn´t write the anotation '@oneToMany' in one relationship. Now, I don´t have problems, with persistence View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001256#4001256 Reply to the post : http://www.jboss.com/index.

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

2007-01-13 Thread fudeus
"mjais" wrote : I now found out that I can not access the "java:" context outside of JBoss. | The "java:"-context is only valid for "in-vm"-lookups. "mjais" wrote : calling the code from within a JSF application (deployed on the JBoss where the | Quartz datasource is) doesn't work either

[jboss-user] [JBoss Seam] - Re: What is the table structure for booking table in JBOSS b

2007-01-13 Thread JeyaLouis
Problem solved, The table structure is CREATE TABLE BOOKING ( ID INTEGERNOT NULL, USER_USERNAME VARCHAR2(255 BYTE), HOTEL_ID INTEGERNOT NULL, CHECKINDATEDATE, CHECKOUTDATE DATE, CREDITCARD

[jboss-user] [JBossCache] - Re: Problem with JBossCache configuration

2007-01-13 Thread S0d0
Hi, I'm LGSW_Sam's colleague. We have now updated jboss cache to 1.4.1GA. We are still getting | 10:49:34,285 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_4] TwoPhaseCoordinator.afterCompletion - failed for [EMAIL PROTECTED] | Those NPE problems went aw

[jboss-user] [JBoss Seam] - What is the table structure for booking table in JBOSS booki

2007-01-13 Thread JeyaLouis
I am trying to run the Booking example for Hibernate. I am able to register new user, But when i login i am getting an error message like "BOOKING0_"."USER_USERNAME": invalid identifier". I feel the relationship between the User table & booking is not correct. need some help for this. View t

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6DR security functionality Issues

2007-01-13 Thread [EMAIL PROTECTED]
Hello, if you don't want to show access denied on a window: See 6.2.2 in: http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/xmldescriptors.html CHange: core.render.window_access_denied to hide. By default it is set for development mode, where you want to know why a window is not showi

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6DR security documentation Issues

2007-01-13 Thread [EMAIL PROTECTED]
The management portlet is being reworked. Ctrl+click is not really a feature :) Mostly a non-usability bug . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001218#4001218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40