[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. A

[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! Ho

[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=bb&op=viewtopic&p=4113730#4113730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[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 t

[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=bb&op=viewtopic&p=4113726#4113726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[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 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=bb&op=viewtopic&p=4113724#4113724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[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 id

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=411

[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.ws:context=JmsServic

[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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113704#4113704 Reply to the post : http://www.jboss.com/index.ht

[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: | | | and | | add the following: | | and | | View the original post : http://www.jb

[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 Details--->Gener

[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 javax.faces.webap

[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=bb&op=viewtopic&p=4113691#4113691

[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 : http://www.jboss.com/index.html?module=bb&op=viewtop

[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=bb&op=viewtopic&p=4113683#4113683 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] [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=bb&op=viewtopic&p=4113679#4113679 Reply to the post : http://www.jb

[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: 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=bb&op=viewtopic&p=4113677#4113677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113677 __

[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: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>Trainingtesttesthttp://ibs.entriq.

[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 = fals

[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 r

[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 implicitly

[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: 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=bb&op=viewtopic&p=4113666#4113666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113666 ___ jboss-user mailing list jboss-user@lists.jbos

[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 : http://www.jboss.com/index.html?module=bb

[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: | @St

<    1   2   3