[jboss-user] [JBoss jBPM] - Why my jbpm-console does not recognize jbpm4jsf

2007-12-18 Thread pedroluppi
I generated by the button Generate New Form ... a form for a task. In taskname.xhtml file have xmlns:tf=http://jbpm.org/jsf/tf; and xmlns:jbpm=http://jbpm.org/jsf;. And also have some tag using both, like jbpm:dataform. But when jbpm-console try to open the task page, I got the error

[jboss-user] [JBoss Messaging] - how to send message to remote server with http

2007-12-18 Thread libinggang
hi,all i want to send messages to a remote server with http,but i don't know how . how can i get ConnectionFactory from jndi that resides on the remote server (with http)? or can i create a ConnectionFactory that connects to the remote server without jndi? Thanks a lot ! binggangli

[jboss-user] [JBoss Seam] - Re: Search entity doesn't need to be validated

2007-12-18 Thread jazir1979
I don't use seam-gen, and my project doesn't use entity fields to carry across search values... but I wonder, why would you even have your search fields inside s:validate in your UI? menashe wrote : After looking at the seam examples and seamgen code on how the search is done. It seams to me

[jboss-user] [JBoss jBPM] - Re: Why my jbpm-console does not recognize jbpm4jsf

2007-12-18 Thread pedroluppi
I have this jbpm.taglib.xml: ?xml version=1.0? | | !DOCTYPE facelet-taglib PUBLIC | -//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN | http://java.sun.com/dtd/facelet-taglib_1_0.dtd; | | facelet-taglib | | namespacehttp://jbpm.org/jsf/namespace | | tag |

[jboss-user] [JBoss Seam] - Re: Search entity doesn't need to be validated

2007-12-18 Thread menashe
it is not s:validate it is hibernate validator that is the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114052#4114052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114052

[jboss-user] [JBoss Seam] - Re: Search entity doesn't need to be validated

2007-12-18 Thread jazir1979
From my understanding, you need s:validate to trigger hibernate validator at the JSF level. Otherwise, the validations only trigger when you try to persist an entity? I could be wrong, however. Another thing I'd point out is that using an entity for search values only works in the simplest

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2007-12-18 Thread hirowla
See http://www.jboss.com/index.html?module=bbop=viewtopict=122361 for the exact error being found at the moment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114054#4114054 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Search entity doesn't need to be validated

2007-12-18 Thread menashe
date range point well-taken jazir1979 wrote : | Another thing I'd point out is that using an entity for search values only works in the simplest of cases - you can't easily do date ranges, for example. | | menashe wrote : it is not s:validate it is hibernate validator that is the

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

2007-12-18 Thread riwright
I would like to know how to do this as well, I am having some problems that I need to debug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114058#4114058 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114058

[jboss-user] [JBoss Seam] - Re: jboss seam project deploy error

2007-12-18 Thread [EMAIL PROTECTED]
Did you restart JBoss after copying the driver over? JBoss does not hotdeploy from the lib directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114061#4114061 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114061

[jboss-user] [JBoss Seam] - Re: jboss seam project deploy error

2007-12-18 Thread myfuture1
sure,i have restarted jboss but the jboss AS still cann't find the com.microsoft.sqlserver.jdbc.SQLServerDriver class what's wrong? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114063#4114063 Reply to the post :

[jboss-user] [Beginners Corner] - javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
Hi, I am trying to configure JMS queue in JBOSS. I have added the following entry in jbossmq-destinations-service.xml depends optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager But the same was not listed in JNDIVIEW. Whenever I tried to lookup this

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
One correction in the previous mail The jbossmq-destinations-service.xml entry is the following depends optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager Please help me to resolve this issue at the earliest. Thanks in advance Bidhudas View the

[jboss-user] [JBoss Portal] - Portal 2.6.2 with CAS on different Server

2007-12-18 Thread Soon5
Hy There, I am running a JBoss 4.2.1 environment with Portal 2.6.2 deployed. I am using CAS Authentication, which works fine. Now I tried to move the CAS Webserver to another JBoss Server on a differnet machine. I changed the settings in the context.xml file in the portal-server.war folder.

[jboss-user] [JBoss Seam] - Re: Seam PDF and Chart component

2007-12-18 Thread thejavafreak
Thanks Norman, Somehow I just get the impression that it is to be displayed to a PDF because it uses the p namespace. I'm going to have a look at the examples. Cheers, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114068#4114068 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Test database with Seam2, Maven and TestNG?

2007-12-18 Thread thejavafreak
Try to add it in: src/test/resources/META-INF I haven't done this though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114071#4114071 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114071

[jboss-user] [JBoss Seam] - Re: SeamFramework.org Alpha Test

2007-12-18 Thread [EMAIL PROTECTED]
Note that you'll need to register at the new site before you can post or create wiki pages. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114075#4114075 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114075

[jboss-user] [JBoss Seam] - SeamFramework.org Alpha Test

2007-12-18 Thread [EMAIL PROTECTED]
For the past few months we've been developing a Wiki-based collaboration platform using Seam. This will be the foundation of seamframework.org, and will also be released as Seam Wiki when we're happy that it is really solid. Our first test case for the Wiki was http://in.relation.to. Now that

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
Again the same problem in pasting the mbean details. I just want to mentio that I have added RequestQ in jbossmq-destinations-service.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114074#4114074 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Incompatibility between Jboss server versions?

2007-12-18 Thread jaikiran
This looks similar to whats been reported at http://www.jboss.com/index.html?module=bbop=viewtopict=116994 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114076#4114076 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Incompatibility between Jboss server versions?

2007-12-18 Thread jaikiran
wandi, Let's continue this discussion in your other thread at http://www.jboss.com/index.html?module=bbop=viewtopict=126187. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114078#4114078 Reply to the post :

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread jaikiran
While posting the xml content use the Code button in message editor window to wrap the contents in a code block. Then use the Preview button to make sure the contents of your post will show up correctly. View the original post :

[jboss-user] [EJB/JBoss] - Re: Incompatibility between Jboss server versions?

2007-12-18 Thread jaikiran
wandi, Let's continue this discussion in your other thread at http://www.jboss.com/index.html?module=bbop=viewtopict=126187. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114079#4114079 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM Designer jbpm-jpdl-suite-3.2.2

2007-12-18 Thread dleerob
Unfortunately I don't think anyone will respond to your question. I would suggest you start where everyone else does. Read the documentation, wiki, Getting Started guide, search the forums etc. Once you have some solid questions on something specific, ask away. Good luck! View the original

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread jaikiran
As for the lookup problem, can you post the entire exception stacktrace? Where is the queue being looked up from? If you are looking up the queue from your code then post the code here (and the contents of the jndi.properties, if at all you have one) View the original post :

[jboss-user] [JBoss Seam] - Re: Does Seam support remote ejb?

2007-12-18 Thread thejavafreak
Has anyone succeed on this? Cheers, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114070#4114070 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114070 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Re: java.lang.ClassCastException: org.jboss.util.id.GUID can

2007-12-18 Thread jaikiran
bpet36 wrote : | | obj = PortableRemoteObject.narrow(ctx.lookup(ejb/UserAdmin/UserBean , Class.forName(className)); | Change this code to: obj = ctx.lookup(ejb/UserAdmin/UserBean); | UserBeanHome home = (UserBeanHome) PortableRemoteObject.narrow(obj,UserBeanHome.class); | Also,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: migration from jboss-4.0.5.GA to jboss-4.2.1.GA

2007-12-18 Thread chris.katsuo
hi everybody, I forgot one line in the error caused by the digester : anonymous wrote : | 2007-12-19 10:57:36,171 INFO [org.apache.myfaces.config.FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml | 2007-12-19 10:57:36,234 INFO

[jboss-user] [JBoss Seam] - A customer JSF tag to display Graphics2D in Seam PDF output

2007-12-18 Thread EricJava
I posted a long blog entry, along with source code, about how to create a custom JSF tag to do more in Seam PDF: http://chiralsoftware.com/blog/JBoss-Seam-iText-PDF-custom-JSF-4642a90cb4d7412d.html The motivation: I wanted to be able to include arbitrary java.awt.Component s in the output, so

[jboss-user] [Beginners Corner] - Re: Call an ejb from Servlet in different application

2007-12-18 Thread jaikiran
bpet36, You seem to have made progress and appear to be running into a different exception now. Let's continue this discussion in your other thread which you started at http://www.jboss.com/index.html?module=bbop=viewtopict=126192 View the original post :

[jboss-user] [JCA/JBoss] - Re: org.jboss.resource.JBossResourceException: Could not cre

2007-12-18 Thread jaikiran
anonymous wrote : Could not create connection; - nested throwable: (java.sql.SQLException: Exceção de E/S: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153094144)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4) Are you sure the connection-url you have mentioned in the ds.xml file

[jboss-user] [JBoss Portal] - How to change the default page??

2007-12-18 Thread littlefish
I am using JBoss Portal 2.4. I would like to change the default page from portal admin page to another page. would any brother know that how to custom the default page of portal?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114091#4114091 Reply to the post

[jboss-user] [JCA/JBoss] - Re: org.jboss.resource.JBossResourceException: Could not cre

2007-12-18 Thread vickyk
eduacsp2 wrote : | org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Exceção de E/S: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153094144)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4) | Looks like

[jboss-user] [JCA/JBoss] - Re: org.jboss.resource.JBossResourceException: Could not cre

2007-12-18 Thread vickyk
Also make sure that SID is correct , this is already been pointed by jaikiran http://www.cryer.co.uk/brian/oracle/ORA12505.htm View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114093#4114093 Reply to the post :

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
See the code I am using for getting queue private static InitialContext getInitialContext() throws NamingException { if(iniCtx == null) { try { InputStream stream =

[jboss-user] [JBoss Seam] - redirect based on roles

2007-12-18 Thread lsabin
Hi. In my application after the user logs in I want to redirect to a different page based on the user role. This is the relevant portion of my pages.xml: | navigation from-action=#{identity.login} | rule if=#{s:hasRole('user')} | redirect

[jboss-user] [JBoss Seam] - Re: seam-gen : reverse DB : many-to-many convention ?

2007-12-18 Thread damienhuriet
Hello, Thanks for the reply, but it seams to do. Indeed, I've managed to generate a many-to-many relationship with seam-gen between two tables NAME1 and NAME2: The many-to-many relationship table should: - its name should be NAME1_NAME2 - it has the right to have only 2 columns : a double

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

2007-12-18 Thread damnh
[EMAIL PROTECTED] wrote : Post some info about the logout action. This is my logout button: s:button value=Logout styleClass=button view=/login.xhtml | action=#{identity.logout} rendered=#{identity.loggedIn}/ This is my authenticator: | @Stateless |

[jboss-user] [JBoss Seam] - Re: Seam PDF and Chart component

2007-12-18 Thread ng.tech
Hey, Yes it is possible, look into the seam examples, you will find an example called seam-itext. In this one, there is a JFreeChart embedded in a html richface panel. the name of the xhtml file is chartimage.xhtml. regards, View the original post :

[jboss-user] [JBoss Seam] - Re: ui:fragment and pdf generation problems

2007-12-18 Thread ng.tech
Ok Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113666#4113666 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113666 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Call to a servlet from an action in a bean

2007-12-18 Thread jlrocam
Hi, I have a problem. I need to call a sevlet from an action in my bean. This servlet need two parameters sending in POST method. I can run de servlet, but i cant't pass the parameter/attributes. The code i use is: FacesContext context = FacesContext.getCurrentInstance(); ExternalContext ectx

[jboss-user] [JBoss Seam] - Re: how to dis-manage entities?

2007-12-18 Thread gsegura
Probably I'm missing some fundamental knowledge about this issue, I do not think this scenario is that uncommon: how to retrieve an entity by query (or otherwise) in 'read-only mode' that is, avoid updating it at flush time? Given that it is been managed by EntityManager, it will be

[jboss-user] [JBoss jBPM] - Re: error in build cvs source code

2007-12-18 Thread fengzhi
hello everybody, has (had) nobody this same problem, I have now? I'm still waiting for any help. I'm a newbie in this area, pls give me some clues for my error. Should this zip file org.jbpm.gd.jpdl.feature-3.1.0.SP1.zip be created by building or can I get it manually anywhere from the jbos

[jboss-user] [JBoss Seam] - Why PAGE context variable = NULL

2007-12-18 Thread damnh
Why variable mode = NULL when inject, outject to PAGE scope: | @Stateful | @Name(listAction) | @Scope(SESSION) | @Restrict(#{identity.loggedIn}) | public class ListAction implements | IListAction { | . | @In(required = false) | @Out(required = false,

[jboss-user] [JBossWS] - Re: soap header wsdl required=true ??

2007-12-18 Thread johper
Simple 7 lines of code WS client implemented in C# .NET produces this message to Web Service with TCPMon inbetween: ?xml version=1.0 encoding=utf-8?soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBoss jBPM] - Re: Jboss jBPM/jBoss ESB link

2007-12-18 Thread Arutha
Yes, a Dutch word. I've been speaking with you a few months back here as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113677#4113677 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113677

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-18 Thread lovelyliatroim
anonymous wrote : | Did you really mean the the WAR is as follows: | First off I had everything packed in the war, then i did like you suggested and exploded the WAR in a directory so it looked like | deploy | +myapp.war | +conf | +config.properties | +WEB-INF

[jboss-user] [JBoss jBPM] - Re: Adding New User Problem

2007-12-18 Thread anuragpaliwal
Hi Tushar, Can you help me out in adding new user in jbpm webapp as I am also getting the same problem which u had mentioned in your first post. Regards, Anurag View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113679#4113679 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-18 Thread lovelyliatroim
Ok using 4.2.2.GA I see the difference now. In 5.0 version the whole lib directories are copied over into the work directory, this is not the case in 4.2.2GA, My dir structure in the work directory looks like this 5.0 version anonymous wrote : | myapp |+org |+WEB-INF |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-18 Thread lovelyliatroim
Sorry in that last post it might look a bit confusing, the indentation didnt come through but the lib directory is under the web-inf directory. Just in case any confusion!! ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113683#4113683 Reply to the post :

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2007-12-18 Thread vbatista
Hi! Many thanks for your help. Now it is working ok. With the Include/Exclude tags, the startup time is only a little worst than when I hadn't loadtimeWeaving. Many thanks. Best regards, Victor View the original post :

[jboss-user] [JBoss Seam] - Re: need help with url rewriting

2007-12-18 Thread skanky78
thank you for your reply :) but my problem ist that i don't know how to handle s:links and form submits. how do i rewrite these urls? i have already an outbound rule but it is'nt applied... sven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113691#4113691

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JBoss 4.2.2: How to deploy a JSF web app with Sun's JSF

2007-12-18 Thread bojanidis
Can you please describe in details all modifications that should be done for this to work 'cause it doesn't work for me this way. I got the following stacktrace: 11:19:37,933 ERROR [[/ConfigurationGUI]] StandardWrapper.Throwable | java.lang.NullPointerException | at

[jboss-user] [JBoss jBPM] - jBPM Designer jbpm-jpdl-suite-3.2.2

2007-12-18 Thread dadajboss
I'm new to BPM and I'm starting to evaluate the jBPM (jbpm-jpdl-suite-3.2.2.zip). Which are the steps to use the Configure task check box? When I check this box appear some tabs (General, Details, Assignment, Controller, Reminder). If I want define some input fields I must use

[jboss-user] [JBoss Seam] - Re: Server.log and large tables

2007-12-18 Thread Bernix
I think you can try to edit the log4j configuration. e.g. edit JBOSS_HOME/server/default/conf/jboss-log4j.xml remove the following: category name=org.jboss.management | priority value=INFO/ |/category | and category name=org.jboss.serial | priority value=INFO/ |

[jboss-user] [JBoss Seam] - Disable Seam debug logging?

2007-12-18 Thread peter.hilton
You could just disable Seam's debug logging in the Log4J configuration. In my JBoss I have the following in server/default/conf/jboss-log4j.xml category name=org.jboss.seampriority value=WARN//category View the original post :

[jboss-user] [JBossWS] - wsdl binding address

2007-12-18 Thread paoletto
i have 2 interfaces on my machine, one , loopback, is 127.0.0.1, and the other is eth0 , 192.168.1.10. how can i choose which one to bind to wsdl exposed? i have this on http://localhost:8080/jbossws/services : | Registered Service Endpoints | ServiceEndpointID

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread appendix
Hi, you've probably two versions of richfaces-ui*.jar in your ear package. Just put all richfaces.jars into the lib directory of your ear so they are visible to all the packages within the ear. Regards, Kurt View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - HTTP 404 not using localhost

2007-12-18 Thread AJanz
hi, i installed jboss on a server. http://localhost:8080/web-console works fine. but when i try to call from extern using the ip adress i get http 404 i installed tomcat on the same server, using the ip adress to access tomcat admin pages...no problem. so i got some problem with jboss. any

[jboss-user] [JBoss Seam] - Re: EntityQuery.refresh() doesn't clear the result list??

2007-12-18 Thread jamesjmp
did you find a solution? the same happens to me. When I press F5 the query does not refresh porperly. thanks you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113724#4113724 Reply to the post :

[jboss-user] [JBoss Seam] - HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
Hi All, I tried installing seam on jboss but when i try to access registration example it says HTTP Status 404 - /registration/ wild guesses:- http://localhost:8080/seam-registration/ http://localhost:8080/jboss-seam-registration/ as suggested i made two changes in build.xml which looks like

[jboss-user] [JBoss jBPM] - Re: Current state

2007-12-18 Thread kukeltje
by using the api??? But there can of course be multiple 'states' in in parallel if you e.g. have forks or joins... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113726#4113726 Reply to the post :

[jboss-user] [JBoss Portal] - Configuring drag and drop on a per region basis

2007-12-18 Thread J4S0N
Hello, I've seen questions similar to mine already posted, but I don't think anyone has asked this question specifically: Can I enable/disable DnD at the region level for a given layout? For example, I want to inject portlets A and B into region one. I want to disable DnD on region one so

[jboss-user] [JBoss Seam] - Re: Enum in components.xml

2007-12-18 Thread Toby451
Just noted at this has been closed as of BSEAM-2045. Marked my jira feature request as an duplicate and closed it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113730#4113730 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Unable to create Seam runtime

2007-12-18 Thread spambob
Hello, could you please enlighten me how I am supposed to create a new Seam runtime? It always complains Home folder points to a location that does not look like seam home folder ('jboss-seam.jar' is missing) while this clearly is not the case. And yes, i double triple checked the path! How

[jboss-user] [JBossWS] - How to write Jboss Web Service Client for JBoss 4.0.4 GA - J

2007-12-18 Thread techie_techie
Hi, I have a web service that up and running in the JBoss 4.0.4 GA - JBoss WS 1.0.2 GA. I can view the service and browse through the WSDL. Now I need to write a client for this which will be delployed on the same Jboss of same version ( either same machine or different machine) as war file.

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread seammer
Thanks for your reply! Wish me luck, I will try it out at once, thanks again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113733#4113733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113733

[jboss-user] [JBoss Tools (users)] - Re: Unable to create Seam runtime

2007-12-18 Thread spambob
nvm - for some mysterious reason it decided to work now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113737#4113737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113737 ___

[jboss-user] [JBoss Seam] - Re: Scope of EntityManager

2007-12-18 Thread dapeng
anonymous wrote : The way your have everything configured Seam should never be attempting to create a transaction before a conversation is created. | Can you elaborate on this statement. I already posted my configuration. I enabled the seam transaction management and using a layered

[jboss-user] [JBoss Seam] - TransactionCompletionEvent and @Asynchronous

2007-12-18 Thread cpopetz
I have: Events.instance().raiseTransactionSuccessEvent(doLongWorkAfterTxIsDone); and @Observer(doLongWorkAfterTxIsDone) public void doWork() { aSLSB.anAsyncMethod(); } where anAsyncMethod() is a method marked @Aysnchronous. (I'd mark the observer itself as @Asynchronous, but that gets

[jboss-user] [JBoss Seam] - Re: Seam sources - html tags

2007-12-18 Thread skanky78
hi :) is this fix in 2.0.1 CR1??? i defined an outboud-rule but it does'nt affect any link in the facelet...(see http://www.jboss.com/index.html?module=bbop=viewtopict=126102) @adamw: can you give an example where you use an s:link which outputs an rewritten link? cheers, sven View the

[jboss-user] [JBoss Messaging] - Clustered Connection Factories

2007-12-18 Thread tim.shaw
JBoss 4.2.2.GA + JBM 1.4.0 SP1 From connection-factories-service.xml : !-- A clustered connection factory that supports automatic failover and load balancing of created connections. This factory is not suitable to be used by MDBs. -- I am trying to get a load-balanced cluster

[jboss-user] [JBoss Seam] - session timeout handling

2007-12-18 Thread threeps
Hi I was wondering if anyone could point me in the direction of some useful (preferably basic/simple) documentation regarding dealing witht session timeouts on seam applications? At present when my application times out, i see the 'no connection' icon (as expected), but then all links on the

[jboss-user] [JBoss Tools (users)] - Re: Unable to create Seam runtime

2007-12-18 Thread [EMAIL PROTECTED]
probably because seam-checkout/ is the runtime not just the lib folder. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113752#4113752 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113752

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread seammer
I found the problem was that I was using UITree in Stateful session bean. When I changed it to Stateless,everything worked well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113761#4113761 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Why I got java.lang.NoClassDefFoundError when using some

2007-12-18 Thread seammer
appendix wrote : Hi, | | you've probably two versions of richfaces-ui*.jar in your ear package. Just put all richfaces.jars into the lib directory of your ear so they are visible to all the packages within the ear. | | Regards, Kurt Nice, your solution works. It has nothing to do with

[jboss-user] [JBoss Seam] - Re: bug in Seam + JbossWS

2007-12-18 Thread beligum
Sorry Jay, no I don't. I've been using seam since the beginning, and my build.xml doesn't even look like the one, provided with the examples. Perhaps, I should refactor it accordingly. Btw, I tried it out with the seambay example, and it works perfect, so I didn't get it from there... b. View

[jboss-user] [JBoss Seam] - Re: s:fileUpload not actually sending output?

2007-12-18 Thread mdesignz
Posted to JIRA as: http://jira.jboss.com/jira/browse/JBSEAM-2390 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113780#4113780 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113780

[jboss-user] [JBoss Messaging] - distributed-queue does not always work?

2007-12-18 Thread bodrin
I'm experiencing problems with the message redistribution between the cluster nodes. I'm running two server nodes jboss-4.2.0.GA with jboss-messaging-1.4.0.SP2

[jboss-user] [JBoss jBPM] - Problem in login in jbpm webapp using the new user created t

2007-12-18 Thread anuragpaliwal
Hi , I have created new user thru manager login and assign it manager role. But when new user tries to login it throws Access to the requested resource has been denied error message. Thanks, ANurag Paliwal View the original post :

[jboss-user] [JBoss Seam] - Re: 2.0.1.CR1 - Testing w/o Hibernate

2007-12-18 Thread [EMAIL PROTECTED]
My first question would be what container are you attempting deploy to? Some app servers (OC4J especially) have a very eager classloader that will attempt to load all classes (and imports) whether or not the classes are used. Thanks, Jay View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: exception occurs while deployingDB2JDBC driver jar

2007-12-18 Thread [EMAIL PROTECTED]
Thanks! Peter. Due to our Jan release, we decide to reverse back to use the old version DB2 JDBC driver. I may continue work on it after the our release. If I got any result, I will post to let you know. View the original post :

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Could you include the output of the build? At the end of the build it should show a location for where it deployed the app to. Also if it deployed it to the write location, then did JBoss have any exceptions when deploying it? -Jay View the original post :

[jboss-user] [JBoss Seam] - Re: bug in Seam + JbossWS

2007-12-18 Thread [EMAIL PROTECTED]
No problem. I'll poke around the examples when I get a minute. -Jay View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113787#4113787 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113787

[jboss-user] [JBoss Seam] - Re: session timeout handling

2007-12-18 Thread [EMAIL PROTECTED]
Hi Rich, You could try this approach from the booking example. I'm not 100% sure if it works on session timeout, or just a conversation that has ended though. The pages.xml from the booking example has a no-conversation-view-id=/main.xhtml entry that I believe will handle this case. The

[jboss-user] [JBoss Seam] - Re: EntityQuery.refresh() doesn't clear the result list??

2007-12-18 Thread ASavitsky
I remember it was fixed in one of the releases, I think 2.0.0.GA - if not, try 2.0.1.CR1, it should be fixed there. At least, it works for me now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113791#4113791 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Timer Task never fired

2007-12-18 Thread Olivier.ch
Used this code in the java class LocalJbpmConfigurationFactoryBean of the spring for jbpm module : | JbpmConfiguration.Configs.setDefaultObjectFactory(objectFactory); | jbpmConfiguration = JbpmConfiguration.getInstance(); | View the original post :

[jboss-user] [JCA/JBoss] - org.jboss.resource.JBossResourceException: Could not create

2007-12-18 Thread eduacsp2
Hi fellas, I try to run a java routine on the oracle with jboss+datasource, but i get these errors message: anonymous wrote : | 12:20:35,125 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null | org.jboss.resource.JBossResourceException: Could not

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
Hi jbalubas, could you please tell me the directory location where the application is deployed? this is the output when i type ant deploy: | Buildfile: build.xml | Overriding previous definition of reference to emma.classpath | | initcopy: | | initpoms: | [echo] Setting up

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Could you run ant clean deploy The build script output that sent really did not do anything because the build artifacts were up to date. Thanks, Jay View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113806#4113806 Reply to the post :

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
ant clean deploy | Buildfile: build.xml | Overriding previous definition of reference to emma.classpath | | clean: |[delete] Deleting directory /home/vikramc/.eclipse/seam/examples/registration/dist |[delete] Deleting directory

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
From the build output the app was deployed to the: anonymous wrote : deploy: | [copy] Copying 1 file to /Applications/jboss-4.2.2.GA/server/default/deploy From the properties that you listed it does not look like that is the correct location. I would check that the path is correct.

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
thanks jay i manualy copied the ear to jboss deply directory and its working fine. But why is it creating new folder Applications, and why isnt it deploying the application directly to the jboss deply folder. My build.xml looks like this | property name=jboss.home value=/opt/jboss-4.2.2.GA /

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Ant properties are immutable so that once a property is set it can not be changes. The jboss.home is set in the build.properties file in the root directory of the seam distrobution. Try changing it there instead of overriding the value. -Jay View the original post :

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
Following line was added by in build.xml in root directory of seam property name=jboss.home value=/opt/jboss-4.2.2.GA / View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113828#4113828 Reply to the post :

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
I mean in build.xml of seam root directory i made some changes. Now it looks like this:- property name=jboss.home value=/opt/jboss-4.2.2.GA / | property name=deploy.dir value=${jboss.home}/server/default/deploy / | | property name=webroot.dir

[jboss-user] [JBoss Seam] - Re: [newbie] timezones and s:convertDateTime

2007-12-18 Thread mars1412
| * call the page 4 the 1st time | 15:37:02,640 INFO [Contexts] starting up: org.jboss.seam.web.session | 15:37:02,702 INFO [DebugObserver] JSF phase: before RESTORE_VIEW 1 | 15:37:02,811 INFO [DebugObserver] JSF phase: after RESTORE_VIEW 1 | 15:37:02,858 INFO [DebugObserver] JSF

[jboss-user] [JBoss Seam] - Re: Cant build Seam from the CR1 download.

2007-12-18 Thread lowecg2004
I'm also having this problem: http://www.jboss.com/index.html?module=bbop=viewtopict=125648 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113831#4113831 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113831

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
I made some changes in build.xml am i doing the right thing property name=jboss.home value=/opt/jboss-4.2.2.GA / | property name=deploy.dir value=${jboss.home}/server/default/deploy / | !--property name=webroot.dir value=${deploy.dir}/jbossweb-tomcat55.sar/ROOT.war / -- | property

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Like I said the problem is most likely that the build.properties file is being read in and its values are used (configured) first - prior to the setting that you made. The first value set is used. What does your build.properties file look like? View the original post :

  1   2   3   >