[jboss-user] [JBoss Seam] - Re: seam-gen: behaviour of an generated app

2007-04-19 Thread Lundegaard
| h:commandButton action=/path/to/Car.html immediate=true / | or | a href=Car.htmlDone/a | or | s:link view=/path/to/Car.html? value=?Car?/ | should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038864#4038864 Reply to the post :

[jboss-user] [JBossWS] - Re: JBossXBException: Failed to parse source

2007-04-19 Thread electren
I use 1.0.4 and have this problem also... I there a solution already?? Can't find some Jira-Tasks... My exception: | Exception in thread main javax.xml.ws.soap.SOAPFaultException: org.jboss.ws.binding.BindingException: org.jboss.ws.jaxb.UnmarshalException: Failed to parse source: Requested

[jboss-user] [JBoss Seam] - Re: Error while using Email validation Annotation

2007-04-19 Thread sandytech
I solved this problem that was because of not importing the class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038863#4038863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038863

[jboss-user] [Beginners Corner] - Email Service in JBoss

2007-04-19 Thread cbalde
Hello, how can I access and use the Email service in JBoss? Thanks for any help. balde - View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038867#4038867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038867

[jboss-user] [Installation, Configuration Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread matienzar
Structure: kyrian.ear ---kyrianWeb.war ---kyrianEJb.jar ---META-INF --- application.xml --- jboss-app.xml application.xml | ?xml version=1.0 encoding=UTF-8? | application id=Application_ID version=1.4 xmlns=http://java.sun.com/xml/ns/j2ee;

[jboss-user] [Installation, Configuration Deployment] - Re: running executable on JBoss

2007-04-19 Thread NasirMunir
It is now up and running on remote machine, but I would still like to know why I couldn't otherwise. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038871#4038871 Reply to the post :

[jboss-user] [JBossWS] - Re: Is there a wsconsume sample available?

2007-04-19 Thread msandoz
one thing is you should run the ant install first. other than that its mostly just making sure the env. variables are set. for command line heres an example of my use: wsconsume -k -p package.name -o ./bin -s ./src http://localhost:8080/pathto/myservice?wsdl View the original post :

[jboss-user] [JBoss Seam] - Re: Tomcat target for your use (almost done - need help with

2007-04-19 Thread tim_perrett
Brilliant, have been looking for a Tomcat Ant script as ive been having problems with it still including the serverlet-api JAR. Is everything as it should be with your other XML configs? What about the DB driver, have you included connector/j ? cheers Tim Perrett View the original post :

[jboss-user] [JBoss Seam] - Re: Security Auto-Login Question

2007-04-19 Thread dilator
[EMAIL PROTECTED] wrote : It would be great if you could post the NTLM part of your solution on the Seam wiki. | Sounds like it could be JCIFS http filter - jcifs.samba.org View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038877#4038877 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Multiple catchall error

2007-04-19 Thread petemuir
The xml you've posted isn't correct - there is no from-outcome on the navigation element View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038878#4038878 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038878

[jboss-user] [Security JAAS/JBoss] - Re: Jboss 4.2RC1 and deployment roles for war/ear(no ejb)

2007-04-19 Thread rshedde
Looks like this will be resolved in JBoss 5.0 Acc. to release notes it is broken for Beta2. http://jira.jboss.com/jira/browse/JBAS-3326;jsessionid=F72A86272BA79DC75CB90717DF311620?page=all Will wait for the next rev or the final release to test this. -Rajesh View the original post :

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

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

[jboss-user] [JBoss Seam] - Re: Multiple catchall error

2007-04-19 Thread Sammy8306
well that explains alot... could've sworn I lifted this from an example though (of course I can't find it anymore ;) ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038881#4038881 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - JBoss Email service

2007-04-19 Thread cbalde
Hello, how can I configure, access and use the Email service in JBoss? Thanks for any help. balde - View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038884#4038884 Reply to the post :

[jboss-user] [EJB 3.0] - Re: recurring timer and app re-start issue

2007-04-19 Thread ajay662
Exactly. So the persisted state should be that initial timer has been delivered. And hence when I re-start jboss initial timer should not be re-delivered. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038885#4038885 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - JBoss Email service

2007-04-19 Thread cbalde
Hello, how can I configure, access and use the Email service in JBoss? Thanks for any help. balde - View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038886#4038886 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-19 Thread henschkowski
This solution does not work for me as my proxy here needs a password. Anyhow, this should work without an internet connection. So I looked into this and the problem are the xhtml files in the examples/websale folder. They reference the DTD. I removed the first line with the DTD reference in

[jboss-user] [Clustering/JBoss] - Understanding Buddy Replication

2007-04-19 Thread hollowm
I'm just trying to get a clearer picture of the Buddy Replication process and how it works. I've read the articles on Buddy Replication for JBoss Cache 1.4.0 Jalapeno (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheBuddyReplicationDesign), and on BuddyReplicationAndHttpSessions

[jboss-user] [Beginners Corner] - Unable to Run an EAR or WAR File

2007-04-19 Thread jhimmel
I noticed that if I deploy a EAR file or WAR file into the deploy folder of JBoss, I am unable to run that application. Normally, I develop and run JSF applications on JBuilder, which runs JBoss. But if I start JBoss directly and type the url of the application in the browser as follows:

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-19 Thread petemuir
It's working fine for me (both normal and async) - there is a deployment error for meldware's calendar.ear (JBSEAM-1182) but it doesn't affect functionality of the mail example View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038894#4038894 Reply to the post :

[jboss-user] [JBossWS] - jbossws 1.2.1 error

2007-04-19 Thread pcankar
Hi, I'm using JBoss 4.0.4 (jboss-4.0.4.GA-Patch1-installer.jar) and java 5 (jdk-1_5_0_09-windows-i586-p.exe). I've upgrade JBossWS to version 1.2.1 (jbossws-1.2.1.GA.zip) using ant deploy-jboss40 command. When I start JBoss I get the folowing error: | 15:16:30,250 ERROR [JUDDIService] JNDI

[jboss-user] [JBoss Eclipse IDE (users)] - EJB3 Deployment from JBoss Eclipse IDE

2007-04-19 Thread yaqub80
Hi, I am facing a problem in deploying an EJB3 project on JBoss AS 4.0.5.GA using the JBoss Eclipse IDE (Version: 2.0.0, Build id: 2.0.0.Beta2). There is no Deploy to feature as presented in http://docs.jboss.com/jbosside/tutorial/build/en/html/deployment.html Has someone been able to deploy

[jboss-user] [Installation, Configuration Deployment] - Re: Installing the APR native libraries in JBoss 5

2007-04-19 Thread [EMAIL PROTECTED]
I'd say 1 is unlikely because the installer will be potentially huge. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038902#4038902 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038902

[jboss-user] [JBoss Seam] - redirect on AuthorizationException

2007-04-19 Thread vdanda
As we need to specify the view-id on the redirect element, is there any way I can redirect to the same page the request came from? Basically I need to redirect to the same page when AuthorizationException thrown by Identity class. I do not want to use 'back' button on my error page. Also I

[jboss-user] [JBoss Seam] - Re: seam-gen: behaviour of an generated app

2007-04-19 Thread baz
Hello, thanks for the answer i have tried immediate = true and s:link Both solution do not work. I get the well known behaviour. I have to do a reload (on CarEdit or on Car) for getting the old value:-( Ciao, Carsten View the original post :

[jboss-user] [JBoss Seam] - Re: Is it good to code JSP-specific information in EJB??

2007-04-19 Thread hsiung
hi Peter thanks for your reply. I agree with you: pages.xml may remove JSF information from the EJB layer. And what about UIData instances? If UIData instances live on the Web Container we do not have JSF information in the EJB layer but how can you implement it without backing bean (that Seam

[jboss-user] [JBoss Seam] - Re: Is it good to code JSP-specific information in EJB??

2007-04-19 Thread petemuir
If you use the Seam Application Framework (or even @DataModel) you shouldn't need to put UIData into your Seam components. Unfortunately we still haven't got it that good for trees yet (the other case where you need to put JSF stuff in the backing layer) - but that is really the only case when

[jboss-user] [JBoss jBPM] - deploying jbpm-enterprise.ear on Jboss4.0.5.GA

2007-04-19 Thread rishikumarsharma
Hi I am trying to deploy the jbpm-enterprise.ear on Jboss4.0.5.GA with mysql data, I deployed successfully, but when I go to http://localhost:8080/jbpm-console I got login screen, when I try to login i am getting bellow error, Where i need to configure this properties file. Serious answer

[jboss-user] [Beginners Corner] - unkown source when passing classes as args

2007-04-19 Thread mikeeprice
I have included a simple application (listings after the error printout) to show the problem I am having. Essentially, when I try to use cetain classes as method arguments or a return value for methods implemented in a session bean I get unkown source in the Client. I keep having the feeling I

[jboss-user] [Clustering/JBoss] - Re: Clustering and Load Balancing in Jboss-4.0.2 using Apach

2007-04-19 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Saying it implements Serializable is insufficient; all of its fields must also implement Serializable or be declared transient. Somewhere in the DmWebSession's object graph there is a non-transient reference to the session itself (aka

[jboss-user] [JBoss jBPM] - Re: task waiting for event's

2007-04-19 Thread ricardomarques
I've reading the workflow patterns and what i'm talking about is triggers, pattern 24 and 25. Is this implemented? If not, maybe i can do it, if a have a little support on the API, since is completely unknowned to me. Need some urgent feedback on this issue. Thanks in advance. View the

[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-19 Thread michele.curioni
I'm using 4.0.2. Did you try to deploy, stop the MDB with JMX console, and restart it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038914#4038914 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038914

[jboss-user] [Installation, Configuration Deployment] - Re: How to shutdown one of multiple jboss instances that are

2007-04-19 Thread lian68616888
Find which JNP port number the instance is binding then use following command: ./shutdown.sh -s yourhostname_or_ip:JNP_PortNumber for example: ./shutdown.sh -s localhost:1099 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038915#4038915 Reply to the post :

[jboss-user] [EJB 3.0] - 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread grdzeli_kaci
hi all, i have some mission critical tasks into my project, is it possible to persist 10 000 record per seconds, 1. AS - JBoss Application Server 4.0.4GA 2. Database - Oracle 10G 10.2.0.1 3.EJB - 3.0 Framework 4.OS - SunOS 5.10 4.Server - Memory: 16G phys mem, 31G swap, 16 CPU, i know that i

[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-19 Thread [EMAIL PROTECTED]
Yes. I did not test against 4.0.2, I used 4.2. I will set that up. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038919#4038919 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038919

[jboss-user] [JBoss Seam] - Can't set Character encoding for submitted form data

2007-04-19 Thread idylle
Hi, I've got a problem with character with accent in my forms. I type a é in a inputtext field, I submit the form, and then the character appears like é. I've read in the documentation that I should put that line : web:character-encoding-filter encoding=UTF-8 override-client=true / in the

[jboss-user] [JBoss Messaging] - Re: Usage of onException in clustered JBM

2007-04-19 Thread xkong
Hi Tim, Could you please tell me where I can get the fixed copy of code? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038922#4038922 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038922

[jboss-user] [JBossWS] - Re: wsconsume and IllegalStateException

2007-04-19 Thread bypaik
i'm attempting to on getting jbossws-1.2.1 working with jboss-4.0.5 with jdk1.4. i tried building from jbossws-1.2.1 src and i'm running into an issue with IllegalStateException constructor. apparently, jdk1.4 does not have the IllegalStateException(String, Throwable) constructor defined.

[jboss-user] [JBoss jBPM] - Re: Problems starting process from MDB (EJB3, JBPm 3.2 alpha

2007-04-19 Thread agafoor
how did u solve this...? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038925#4038925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038925 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Problem Closing a connection for you. Please close them yo

2007-04-19 Thread holtak
After being inactive in with an open conversation presenting some values from an Entity in the view, after recontinuing work (saving something into the entity) I get this exception: | 16:49:40,565 INFO [CachedConnectionManager] Closing a connection for you. Please close them yourself:

[jboss-user] [Beginners Corner] - Re: unkown source when passing classes as args

2007-04-19 Thread jaikiran
What's the java version that you are using at the client? Looks like there is a mismatch between the java version on the server and at the client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038927#4038927 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Getting SessionId IP address if client

2007-04-19 Thread FredF
fhh wrote : Via | facesContext.externalContext.request.session.id | facesContext.externalContext.request.remoteAddr | | Regards | | Felix If the request turns out to be a JBossRenderRequest (because the request was made from a jsf-portlet), how can I then get the ip address? View

[jboss-user] [Clustering/JBoss] - Re: Understanding Buddy Replication

2007-04-19 Thread [EMAIL PROTECTED]
It's configurable per cache. If different apps share the same cache (e.g. web session replication), then, no, it's not configurable per app. As for the process of picking buddies, I'd say its more extensible than configurable. That is, you specify your buddy locator class, so you could write

[jboss-user] [Management, JMX/JBoss] - jboss JMX notification type

2007-04-19 Thread leonz11
Where can I find a documentation for available JBoss JMX notification type? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038932#4038932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038932

[jboss-user] [JBoss Seam] - SelectOneMenu

2007-04-19 Thread KoniKoni
Value of two selectOneMenu will not set, just for one in the middle for Model. s:div style=margin-top:5px | h:form | | s:validateAll | | rich:panel | h:panelGroup id=frms

[jboss-user] [JBoss Seam] - Re: SelectOneMenu

2007-04-19 Thread KoniKoni
In early version of seam that code does work and with cvs from today not. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038933#4038933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038933

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

2007-04-19 Thread leman_1
Thank you for that. I read the same thing and was trying to set the classloading in the war files as a desperate measure. Upon startup I get warnings saying that JBoss is going to ignore the loader in the war files because only the root deployment can set it. It must be a classloading issue

[jboss-user] [JBoss Portal] - Portal Structure Export / Looking for tools.

2007-04-19 Thread laurent.vernet
Hello, Working on JBoss Portal 2.6, i am looking for tools (Graphical or command line) to export all my portals structures in a portal-object_2_6.dtd, xml files. I would like to build my portals in a WYSIWYG way and then export the result. Thanks a lot. View the original post :

[jboss-user] [JBoss Portal] - Customize The Navigation Tabs

2007-04-19 Thread Frozen4Time
I am trying to get ahead of the curve in our plans to migrate from jboss portal 2.4.1 to the new 2.6 version. In our current implementation using 2.4.1 we made a copy and modified the navigation portlet to render the tabs in slightly a different way. Looking at the 2.6 version I see that

[jboss-user] [EJB/JBoss] - Re: Invoking equals() on EJB

2007-04-19 Thread fastbob
I'm certainly not an expert in the spec, so I wouldn't know where to start. It sounds like I should probably file a bug report. Bob View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038937#4038937 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Customize The Navigation Tabs

2007-04-19 Thread [EMAIL PROTECTED]
You can either write your own Interceptor (or base it from the default one), or if it just a matter of look use a different theme for your other portals. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038939#4038939 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-19 Thread rainstar79
Hi Agus, thanks for your help. I was now able to deploy my process!! But here is my next question :-) What is my next step after I ran: ant deploy-definition I got the right message: 17:31:35,559 INFO [[/jbpm-bpel]] processDeployServlet: | deployed process definition: Planets I

[jboss-user] [JNDI/Naming/Network] - Re: [[EJBInvokerServlet]] Servlet.service() for servlet EJB

2007-04-19 Thread nidget
I think there is a small problem in the code of the org.jboss.console.remote.InvokerServlet In the processRequest() method, it has this in case an error occurs: catch(Throwable t) | { | t = org.jboss.mx.util.JMXExceptionDecoder.decode (t); |

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-19 Thread gus888
Thanks, Peter. Since I also got the deployment error for calendar.ear, I thought the whole mail deployment failed. Thanks again for your very kind help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038942#4038942 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Installing the APR native libraries in JBoss 5

2007-04-19 Thread javidjamae
Unless the installer knows how to detect the OS and download the appropriate library off the Web. I guess the other question is whether the binary distribution will come prepackaged with the APR native libraries. That would necessitate different downloads for different OSes. I guess the way

[jboss-user] [JBoss Portal] - Re: Portal Structure Export / Looking for tools.

2007-04-19 Thread [EMAIL PROTECTED]
We don't have such tool, but it is already in Jira. http://jira.jboss.org/jira/browse/JBPORTAL-1038 Contribution would be very welcome :) Merci ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038944#4038944 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Webservices ETA?

2007-04-19 Thread szaccaria
[EMAIL PROTECTED] wrote : Web services are working now in CVS - I'm still working on getting conversations working across multiple web service requests, but hopefully this problem should be solved in the next week. Take a look at the seambay example in CVS for a taste of how it works. Hi

[jboss-user] [JBoss Seam] - Seam without EJB, AKA Seam with JavaBeans, why bother?

2007-04-19 Thread grettke_spdr
Seam without EJB, AKA Seam with JavaBeans, why bother? The documentations suggests that you ought to use EJB because Seam was designed to run with EJB, but if you can't, you should go ahead and use JavaBeans. Is this just marketing's take on Seam or what? The reference manual talks about

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread fhh
Your @local annotation is missing. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038948#4038948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038948 ___

[jboss-user] [JBoss Seam] - Can you use Seam-Remoting via AJAX when you are using JavaBe

2007-04-19 Thread grettke_spdr
Can you use Seam-Remoting via AJAX when you are using JavaBeans rather than EJB? Is Seam-Remoting used for anything else rather than AJAX calls? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038949#4038949 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal Structure Export / Looking for tools.

2007-04-19 Thread laurent.vernet
Thanks for your 'quick' answer, Thomas. I think this features have to be developped. The integration process should be shorten whith a tool like that. I have been working on other portal solutions like I_M WP, which can import/export all the configuration with a command line tools 'XmlAcces'. I

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread fhh
If all you want to do is to insert 10.000 meaningless records than write a stored procedure. If not - well, tell us what you want to do. Regards felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038947#4038947 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss AS 4.2.0.CR2 does not start

2007-04-19 Thread fcorneli
The content of my /etc/hosts file is: anonymous wrote : | # Do not remove the following line, or various programs | # that require network functionality will fail. | ::1 localhost localhost.localdomain | 127.0.0.1 localhost | View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - VH

2007-04-19 Thread KoniKoni
How can i set up virtual hosting on 4.2.0.CR2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038955#4038955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038955 ___ jboss-user

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Frequently Asked Questions[Tomcat/Http/Apache/Servlets/J

2007-04-19 Thread KoniKoni
How can i set up virtual hosting on 4.2.0.CR2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038954#4038954 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038954 ___ jboss-user

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

2007-04-19 Thread [EMAIL PROTECTED]
There is no comprehensive list of notifications, although I tried to make start in the JMX FAQ. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038956#4038956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038956

[jboss-user] [Installation, Configuration Deployment] - Virtualhosting

2007-04-19 Thread KoniKoni
How can i set up virtual hosting on 4.2.0.CR2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038957#4038957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038957 ___ jboss-user

[jboss-user] [JBoss Seam] - Programatic SFSB instantiation and associating w/conversatio

2007-04-19 Thread stu2
I need to hand off from 1 SFSB to another at a certain point. I see that Manager has everything I need to manipulate conversations. But looking through Seam source I didn't see where Seam instantiates beans AND associates them with contexts. I'd like to do this correctly. Should I just do

[jboss-user] [JBoss Seam] - Re: Programatic SFSB instantiation and associating w/convers

2007-04-19 Thread stu2
Btw, what I think might be the way to do this is the following: | // get the mapping action | CatalogMappingAction mappingAction = (CatalogMappingAction) Component.getInstance(catalogMapping, true); | assert mappingAction != null; | | //

[jboss-user] [JBoss Seam] - Re: Seam without EJB, AKA Seam with JavaBeans, why bother?

2007-04-19 Thread [EMAIL PROTECTED]
Yes, it's all marketing. Seriously though, you use whatever works for you. If you don't need EJBs, use JavaBeans. If you need EJBs, use them. Isn't it nice that both component types work with Seam? View the original post :

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread unsavory
From reading the documentation I shouldn't need @local for a stateless session bean right? Or am I missing something? All the examples I look at do not have the @local annotation. Where would I put that annotation? On the interface? Thanks. View the original post :

[jboss-user] [JBoss Seam] - @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
I am trying to get the following code to work that was taken almost verbatim from the ui example in Seam 1.2.1. By the converter is never called. In fact is does not work for me in the ui example either. I put a System.out and recompiled the example and I never see any output. Any help would

[jboss-user] [JBoss Seam] - Re: Seam without EJB, AKA Seam with JavaBeans, why bother?

2007-04-19 Thread stu2
Looks to me like the biggest losses when not using EJB are the conversational stuff around SFSB and the JMS tie-ins. Neither are essential though. Seam without this stuff is very much intact. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038967#4038967

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread petemuir
I'm afraid that's a (fixed) bug in the example. Reference the converter as converter=newlineConverter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038968#4038968 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038968

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
Worked like a charm. Thanks a million. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038969#4038969 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038969 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Seam without EJB, AKA Seam with JavaBeans, why bother?

2007-04-19 Thread [EMAIL PROTECTED]
Asynchronous processing also requires EJB (timers). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038970#4038970 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038970 ___

[jboss-user] [JNDI/Naming/Network] - Re: Difference between 'java: Namespace' and 'Global JNDI Na

2007-04-19 Thread kooudy
OK, but, I have datasource within java namespace and I am not able to get this one (within JBoss JVM) until I move it in global namespace, as I have mentoined. Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038971#4038971 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam without EJB, AKA Seam with JavaBeans, why bother?

2007-04-19 Thread [EMAIL PROTECTED]
Oh, and of course you definitely want EJBs if you have to run your conversations in a cluster, because SFSBs provide all the necessary machinery for replication of state. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038972#4038972 Reply to the post :

[jboss-user] [JBossCache] - Re: JBossCache and readonly transactions

2007-04-19 Thread genman
Andrea, I agree that what or how things are replicated, cached, or invalidated should be entirely up to you. However, there are many valid reasons to replicate read-only data to all nodes of the cache. And there are just as many good reasons to use an invalidation strategy. To label one

[jboss-user] [Installation, Configuration Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread artd
I'm seeing the same thing with JBOSSAS 4.2.0 RC2 but it only seems to fail when I declare more than one class with the @WebService annotation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038973#4038973 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-5.0.0.Beta1 BUILD FAILED

2007-04-19 Thread mrines77
But I am getting the same error: MXBeanUtils.java:845: incompat ible types and am running: C:\jboss-head\namingjava -version java version 1.5.0_10 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode) Besides, java6

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread genman
Let me just say that you first need to understand what it takes to get Oracle to insert 10,000 records per second. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038977#4038977 Reply to the post :

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread unsavory
Ok, I found this in the JBoss docs. EJB 3.0 beans must be packaged in a JAR file with the suffix .jar. http://docs.jboss.org/ejb3/app-server/tutorial/stateless/stateless.html Does anyone know if it is possible to have the JBoss deployer scan for class files outside of a .jar? View the

[jboss-user] [JBoss jBPM] - Re: Transition Exception Handling with Tasks

2007-04-19 Thread vtysh
Try to process an exception in your application while you are ending taskInstance. With session transaction mechanism you able to rollback it if ending of task fails. But i don't know how to correctly close JbpmContext after rollback, because default close method begin to throw exceptions after

[jboss-user] [EJB 3.0] - Re: Reverse entity Mapping on a @SecondaryTable

2007-04-19 Thread ablevine1
Thanks for the resonse. That's what I'm doing now but I'd like to avoid having to write delgator methods to access properties from the secondary object from the primary object in order to make it appear as one object View the original post :

[jboss-user] [JBoss Seam] - Help: get exception when using EL to reference a EJB member

2007-04-19 Thread qzhengyy
Hi, I am new to Seam. I am playing with the hotel example. I modified main.xhtml to use my own search bean. | | h:form id=searchCriteria | fieldset |h:inputText id=searchString | value=#{edaSearch.searchString} | style=width: 165px; |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Rules editor doesnot sinalize error in Problems View

2007-04-19 Thread [EMAIL PROTECTED]
it should just happen, if not then its bust. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038985#4038985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038985 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread artd
I just installed jbossws-1.2.1.GA onto JBOSSAS 4.0.5 GA, and I'm getting the same exception. I wasn't getting this with the JBossWS-1.2.0.SP1 on 4.0.5GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038987#4038987 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Using SecurityAssociation

2007-04-19 Thread dgouvea
Hi all, sorry by my bad english, but I need your help I have one WEB App and one EJB App. I'm using JAAS and SSO Valve of Tomcat. How I can send user information in EJB call? The SecurityAssociation work with ThreadLocal. Where I set Principal and Credential information in

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-3.2.GA - incomplete project creation in eclips

2007-04-19 Thread [EMAIL PROTECTED]
the movie is not in sync with 3.2.GA i'm going to create a tutorial that should fix this in the next couple of months. if you use the suite, then check if you can install the gpd as documented in there. then you can use the wizard to create a new project. View the original post :

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread Sammy8306
Can I ask how you use this converter? Afaik it only works when turning of escaping of the outputText tag? I'm having this problem myself, not wanting to turn of the escaping safety-net and still be able to handle newlines correctly.. View the original post :

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread fhh
anonymous wrote : | From reading the documentation I shouldn't need @local for a stateless session bean right? | Nope. On the the page you linked in your first ppost it clearly says: anonymous wrote : | Take a look at CalculatorRemote.java. To define this as the remote interface of

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread fhh
Insering 10.000 rows into an empty table is not that difficult. Any Oracle database should be able to handle that. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038993#4038993 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
Use the converter posted previously and the code shown below. h:outputText escape=false value=#{messageL.text} converter=newlineConverter/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038997#4038997 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
Sorry I missed the part out the output dissable. I used to use a tag, but I like this better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038998#4038998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038998

[jboss-user] [Installation, Configuration Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread [EMAIL PROTECTED]
Could it be that you have more than one ejb tagged @WebService within the jar? If yes, what do the annotations look like? Could it be that you have different context root's specified within the same ejb.jar? View the original post :

[jboss-user] [JBoss Seam] - Re: New Conversation issue

2007-04-19 Thread rbalaga
I have one question about difference between Event scoped componets and Conversation scoped componets. I know that Conversation componets can span a few requests etc. But what is difference between Event and Conversation if the Conversation componet is not promoted to long running

[jboss-user] [Installation, Configuration Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread artd
The 2 classes are annotated as such (simplest configuratio causing a failure) | @Stateless | @WebService | public class EchoBean implements EchoRemote{ | And the other: | @Stateless | @WebService | public class foobar { | View the original post :

[jboss-user] [JBossCache] - Arrays of Objects

2007-04-19 Thread geoharp
Does PojoCache support arrays of arbitrary objects? or just primitives? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039004#4039004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039004

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread Sammy8306
Right, but that way I loose all the protection provided by outputText, and all I want to is handle the friggin' newlines... if only the convertor could be applied after the escaping. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039005#4039005 Reply to the

<    1   2   3   >