[jboss-user] [JBoss Tools (users)] - Re: Struts tools do not work

2007-12-02 Thread [EMAIL PROTECTED]
btw. i just tested with latest build and I see no issues so try that and report it if you still see issues. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109607#4109607 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Struts tools do not work

2007-12-02 Thread [EMAIL PROTECTED]
unfortunately this is the default behavior of classpath containers in eclipse. put a request in jira and we will see if we can workaround this (yes should be doable) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109608#4109608 Reply to the post :

[jboss-user] [JBossWS] - Re: JBoss WSSecurity and .Net Client

2007-12-02 Thread [EMAIL PROTECTED]
rohstoffmond wrote : I've tried a lot to interop between .Net (C#) Client using WSE 3.0 and Jboss 4.2.0 Webservices secured with WSSecurity (Signing and encrypting the webservices). | But still it doesn't work... Using the right configuration of both .Net and JBossWS you should be able to

[jboss-user] [JBoss Seam] - Page Parameter validation - Bug in org.jboss.seam.navigation

2007-12-02 Thread wschwendt
is the code in org.jboss.seam.navigation.Pages.convertAndValidateStringValuesInPageContext() really correct? The order in which the conversion and validation of page parameters is done, looks to me like a bug. | //

[jboss-user] [Security JAAS/JBoss] - Re: Can't get Trace output from JBoss Login Modules

2007-12-02 Thread AsafM
Apparently, this step did not help. I removed the line, and also tried changing its value to TRACE. Nothing helped. Anybody has any idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109611#4109611 Reply to the post :

[jboss-user] [JBossWS] - Re: how to set headers in JAX-WS

2007-12-02 Thread [EMAIL PROTECTED]
Just tried to be sure, this is working for me. Could you please post both your wsdl contract and the server implementation (if it is done with JBossWS)? Which version of JBossWS are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109612#4109612

[jboss-user] [Beginners Corner] - java.util.zip.ZipException: duplicate entry

2007-12-02 Thread amnon77
Hi , trying to publish an ear with serveral ejb and one web project , when exporting teh web project slone to a WAR everything is ok , browsed it and everything is ok , when trying to publish the ear without the web project everything is ok after adding the web project to the ear fails : |

[jboss-user] [EJB 3.0] - Re: java:com/env not working?

2007-12-02 Thread emsa
Thanks, but is this not possible to accomplish this with annotations? Currently my beans ends up in my-ear/MyBean/local (or remote) with the default behavior with simple annotations. If I want (the local) beans in java:comp/env as well I need ejb-jar.xml as well as jboss.xml? I cannot

[jboss-user] [JBoss Tools (users)] - TestNG fails

2007-12-02 Thread hispeedsurfer
Hi, I use RHDS CR1 to develop an Seam-2 EAR-project. I saw the problems using TestNG and JBoss Tools here: http://jira.jboss.org/jira/browse/JBSEAM-2129 http://jira.jboss.com/jira/browse/JBIDE-1129, but need these tests urgently. Is there something what I can do get tests working? Thanks

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to make server's JNDI 1099 connection?

2007-12-02 Thread changemylife
If you use Eclipse to create EJB app. Inside your EJB project has jndi.properties. Go to and edit it: change your jndi.prpperties to ... | java.naming.provider.url=jnp://localhost:1099 You also use InitialContext to edit connection to any urls. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: TestNG fails

2007-12-02 Thread [EMAIL PROTECTED]
i'm waiting for the seam and mc team to do a release that fixes the issue. until then you can use seam-gen command line interface which will generate an .jar archive instead of running directly from a directory. View the original post :

[jboss-user] [JBoss Seam] - Different logging pages

2007-12-02 Thread Rostek
Hi. I'm writing here for the first time, because I have such a problem: I want to have two diffrent pages with logging form, both using the same identity object. Is it possible? I would like sth like that was possible :) : pages login-view-id=/home.xhtml no-conversation-view-id=/home.xhtml

[jboss-user] [JBoss jBPM] - installation script of jbpm tables

2007-12-02 Thread yairfr
hi, i am migrating the DataBase from oracle to SqlServer. i wonder if you can direct me where i can find insallation scripts for the JBPM tables on sqlserver . apparently it it is not a stright forward task View the original post :

[jboss-user] [JBoss Seam] - TestNG entityMnager question

2007-12-02 Thread dkane
Hello First time using TestNG with Seam components. Test class : | public class SimpleSearchCase extends SeamTest | { | EntityManager em; | | @BeforeClass | public void initEm() throws Exception | { | EntityManagerFactory emf = |

[jboss-user] [JBoss Seam] - Re: Different logging pages

2007-12-02 Thread cedric.lamalle
You could install a customized version of org.jboss.seam.navigation.pages (inherit org.jboss.seam.navigation.Pages class) and override redirectToLoginView() or getLoginViewId(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109624#4109624 Reply to the post

[jboss-user] [JBoss Seam] - Re: TestNG entityMnager question

2007-12-02 Thread [EMAIL PROTECTED]
Make sure resources is on the test classpath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109626#4109626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109626 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Job at top investment bank in NYC for JBoss Rules jBPM d

2007-12-02 Thread brianspagat
my phone number is 212-675-1116 for the jboss job position View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109625#4109625 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109625 ___

[jboss-user] [JBoss Seam] - Re: Different logging pages

2007-12-02 Thread [EMAIL PROTECTED]
the no-conversation-view-id on a page by page basis, but not the login-view-id. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109628#4109628 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109628

[jboss-user] [JBoss Seam] - Re: problem with exception handling

2007-12-02 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/2.0.0.GA/reference/en/html/events.html#d0e4435 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109629#4109629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109629

[jboss-user] [JBoss Seam] - Re: observing database updates

2007-12-02 Thread [EMAIL PROTECTED]
Alternatively define a second SMPC in components.xml from the same jndi lookup for the Persistence Unit factory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109630#4109630 Reply to the post :

[jboss-user] [JBoss Seam] - Re: NamedQuery not known in Component

2007-12-02 Thread [EMAIL PROTECTED]
Take it to the hibernate forums - its not caused by Seam afaics. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109631#4109631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109631

[jboss-user] [JBoss Seam] - Re: Custom Validator? How?

2007-12-02 Thread [EMAIL PROTECTED]
Post the source for validator, you probably need to implement Stateholder. You are probably better off asking in a JSF forum as this is pure JSF. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109632#4109632 Reply to the post :

[jboss-user] [JBoss Seam] - Re: TestNG entityMnager question

2007-12-02 Thread dkane
[EMAIL PROTECTED] wrote : Make sure resources is on the test classpath. Yes, they are in Run.. , Classpath tab here http://testng.org/pictures/launch.png The same output. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109633#4109633 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Different logging pages

2007-12-02 Thread [EMAIL PROTECTED]
You can set View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109627#4109627 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109627 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Persistence EJB Hibernate JDO

2007-12-02 Thread [EMAIL PROTECTED]
persistence.xml is for JPA/EJB3 so not relevant for JDO. Yes, you could probably use Seam with JDO but I don't know of anyone doing it. Seam shouldn't need JPA or Hibernate to run, so report issues here. But you will loose a lot of the power of Seam as there is no integration. View the

[jboss-user] [JBoss Seam] - Re: TestNG entityMnager question

2007-12-02 Thread [EMAIL PROTECTED]
Sorry, didn't read your post carefully. I don't see why you need to init the entity manager in the Java SE fashion if you are using SeamTest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109635#4109635 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Activation of SFSB and removal of it by Seam question

2007-12-02 Thread [EMAIL PROTECTED]
You will get an exception. If you can put something simple together that reliably shows this, then create a jira issue and we can take a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109636#4109636 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Startup for factory methods in components.xml

2007-12-02 Thread [EMAIL PROTECTED]
Please create a jira issue - afaics it doesn't make sense, but I need to check. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109637#4109637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109637

[jboss-user] [JBoss Seam] - Re: JPA/Hibernate Entity: broken identity between Entity O

2007-12-02 Thread pierospinelli
Ok Andy, first of all many thanks for your reply. What you wrote is very interesting, but I am not sure about a point: I understand I can get two objects for the same entity during the same request due to some implicit flush before a query (I think this behaviour is controlled by hints), but

[jboss-user] [JBoss Seam] - Re: TestNG entityMnager question

2007-12-02 Thread dkane
I need to test Seam component that uses EntityManager. My test is based on Simplicity and power beyond Java EE book example : public class HelloWorldTest extends SeamTest | { | | @Test | public void unitTestSayHello() throws Exception | { | Manager manager = new ManagerAction

[jboss-user] [JBoss Tools (users)] - Error opening XHTML editor in 2.0.0 CR1

2007-12-02 Thread vishalsaha
I'm getting an error when i open any XHTML/HTML file using JBoss Tools HTML editor. I'm using Eclipse JEE Europa 3.3.1 and have installed the latest JBoss Tools plugin (2.0.0 CR1) on it. This issue was not there in 2.0.0.beta4. I have observed that if you install MyEclipse 6.0.1 on top of my

[jboss-user] [JBoss Seam] - Re: TestNG entityMnager question

2007-12-02 Thread dkane
dkane wrote : | The only difference in my case is initializing EntityManager in @BeforeClass method to use it in different @Test methods then. Moving that to @Test method does not help, BTW. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109642#4109642

[jboss-user] [JBoss Portal] - Re: Redirect to a specific portal after login

2007-12-02 Thread ameo
addition: do I have to write my own login portlet ? Isn't it possible to chage the default login mechanism to redirekt to antother portal (redirect to a desired portal page) after logging in ? greetings, ameo View the original post :

[jboss-user] [JBoss Seam] - Re: TestNG entityMnager question

2007-12-02 Thread dkane
Solved by adding hibernate-entitymanager.jar to classpath , thanks to guide : http://dewarim.de/wms/error/no_persistence_provider_for_entitymanager It is rather difficut to collect necessary jars for TestNG + Seam, I must say. No documentation found so far. View the original post :

[jboss-user] [JBoss Seam] - Re: TestNG entityMnager question

2007-12-02 Thread dkane
Now getting java.lang.ExceptionInInitializerError | at org.hibernate.cfg.Configuration.reset(Configuration.java:168) | at org.hibernate.cfg.AnnotationConfiguration.reset(AnnotationConfiguration.java:211) | at org.hibernate.cfg.Configuration.init(Configuration.java:187) |

[jboss-user] [JBossWS] - Bug unmarshalling an array in a jaxrpc service

2007-12-02 Thread klease
I have a bug unmarshalling an array of objects in a jaxrpc webservice. Here is the incoming soap message. I am passing a collection of ProductA objects where ProductA is a subclass of Product. env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/' | env:Header/ | env:Body |

[jboss-user] [JBoss Seam] - Re: Page Parameter validation - Bug in org.jboss.seam.naviga

2007-12-02 Thread wschwendt
It does not only look like a bug, it is a bug. For page parameters, one can specify a JSF converter and a JSF validator. [SeamReference - 5.1.1.1.3. Conversion and Validation] A JSF validator can be specified by way of a JSF validator id or alternatively a value expression. If a value

[jboss-user] [JBoss Tools (users)] - Re: TestNG fails

2007-12-02 Thread hispeedsurfer
Hi Max, thank you for response. I greated this project within RHDS as Seam-Web-Project. So there is no build.xml file that I can use seam-gen command line interface. Is there an other possibility use command line interface? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Error opening XHTML editor in 2.0.0 CR1

2007-12-02 Thread [EMAIL PROTECTED]
please report in jira with info on what is in the file you open . and do please try out the latest nightly since it might already be fixed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109652#4109652 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: TestNG fails

2007-12-02 Thread [EMAIL PROTECTED]
you need to create the project with command line seam-gen to get that additional level of packaging. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109653#4109653 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109653

[jboss-user] [JBoss Seam] - how to make a ejbql query from an entity bean ?

2007-12-02 Thread vlaugier
Hello, I would like to perform ejbql queries from the entity beans. This way I could customize my getters and add some very handy transient methods. Is there a way to do this ? I have tries to declare an entityManager in the different fashion : @PersistenceContext EntityManager em;

[jboss-user] [JBoss Seam] - Re: Page Parameter validation - Bug in org.jboss.seam.naviga

2007-12-02 Thread [EMAIL PROTECTED]
Yes, please file a jira issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109657#4109657 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109657 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Security Auto-login and windows SSO

2007-12-02 Thread siarhei.dudzin
Hi all, After lot's of digging and reading various posts such as JBoss Wiki: NegotiateKerberos and some discussions that took place on this forum (http://www.jboss.org/?module=bbop=viewtopict=102042). I've decided to create a little sand-box example that would work as single sign on on

[jboss-user] [JBoss Tools (users)] - Re: how to attach Javadocs to JBoss Runtime

2007-12-02 Thread amitev
I don't see a reason too. The eclipse guys should know better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109662#4109662 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109662

[jboss-user] [JBoss AOP] - JBoss AOP ear and maven-jbossaop-plugin

2007-12-02 Thread elysch
Hi. (Sorry for such a long message) I've been trying for the past few weeks now to add some aspects to my application with no success. What I want to do, as my first step, to add some interceptors to add functionality to already existing classes. My questions are: a) I managed to run the

[jboss-user] [JBoss Seam] - Re: Page Parameter validation - Bug in org.jboss.seam.naviga

2007-12-02 Thread wschwendt
Jira issue filed, http://jira.jboss.org/jira/browse/JBSEAM-2335 And thanks for your reply Pete even on Sunday evening! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109666#4109666 Reply to the post :

[jboss-user] [JBoss Tools (users)] - org.hibernate.eclipse.feature_3.1.0.beta5 created bad menuex

2007-12-02 Thread sralpert
After installing the above via eclipse install into Europa (using jdk 1.6), I receive the error at every startup: Plug-in 'org.hibernate.eclipse.console' contributed an invalid Menu Extension (Path: 'org.eclipse.ui.run' is invalid): org.hibernate.eclipse.launch.LaunchMenuDelegateMenu

[jboss-user] [JBoss Seam] - Re: Seam 2.0 and MyFaces

2007-12-02 Thread pietruha
It is fck-faces. I have changed dependency to tomahawk and now it's working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109667#4109667 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109667

[jboss-user] [JBoss Seam] - Re: TestNG entityMnager question

2007-12-02 Thread dkane
And, the final result for today :) java.lang.NoSuchMethodError: org.hibernate.cfg.AnnotationConfiguration.getReflectionManager()Lorg/hibernate/annotations/common/reflection/ReflectionManager; | at org.hibernate.ejb.EventListenerConfigurator.configure(EventListenerConfigurator.java:152)

[jboss-user] [JBossWS] - Re: Authorization Failure using secure end point

2007-12-02 Thread [EMAIL PROTECTED]
Try adding something like @WebContext(contextRoot=/my-cxt, urlPattern=/*, authMethod=BASIC, transportGuarantee=NONE, secureWSDLAccess=false) i.e. setting the authentication method. If this doesn't help, please post the server side log too. View the original post :

[jboss-user] [JBoss Seam] - Re: s:decorate looses form values on validation error

2007-12-02 Thread utiba_davidr
I am starting to loose faith in this community. This is the 3rd time I have posted to the forum - as a last resort - and had no response. If it's something I have not said then please let me know, not responding at all tells me nothing. David View the original post :

[jboss-user] [JBoss Tools (users)] - Re: org.hibernate.eclipse.feature_3.1.0.beta5 created bad me

2007-12-02 Thread [EMAIL PROTECTED]
eh maybe use one of the 8 newer versions released since the 1.5 year release of beta5 ? ,) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109675#4109675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109675

[jboss-user] [JBoss Seam] - What to do to make @Factory method working?

2007-12-02 Thread amorfis
Hi, I have an enterprise application, and web module inside. In this module, I have some jsf page, in which I am referring to #{article.title}. I have also ArticlesManagerBean with @Factory(article) method and private variable article. In this method I am initializing variable. It should be

[jboss-user] [JBoss Seam] - Re: s:decorate looses form values on validation error

2007-12-02 Thread utiba_davidr
Could the issue be because the bean I am binding the form to is neither a Stateful session bean or an entity bean? We are not using a database back end and do not need the complexity of an entity bean. The bean annotations are as follows: @Name(agent) |

[jboss-user] [JBossCache] - Error starting protocol stack

2007-12-02 Thread rwillie6
My setup: 3 - machine glassfish cluster Hibernate 3.2 as the persistence provider TreeCache 1.4 as the second-level cache provider in Hibernate When starting my cluster, I receive the following stack trace: error 3

[jboss-user] [JBoss Portal] - Re: Newbie Portal Question

2007-12-02 Thread wesleyhales
This question may be better suited for Apache's Mod_JK mailing list, but if I had to guess, try changing: JkMount /* worker1 to JkMount /portal/* worker1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109680#4109680 Reply to the post :

[jboss-user] [JBossCache] - Re: Error starting protocol stack

2007-12-02 Thread rwillie6
UPDATE: Didn't know about the ipv6 bug in JDK 5, added the JVM option -Djava.net.preferIPv4Stack=true and that solved it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109682#4109682 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Converter Issue

2007-12-02 Thread rvkishore
xshuang, below is the code for my CategoryConverter. | import javax.faces.component.UIComponent; | import javax.faces.context.FacesContext; | import javax.faces.convert.ConverterException; | | import org.jboss.seam.Component; | import org.jboss.seam.annotations.Name; | import

[jboss-user] [JBoss Portal] - Re: Newbie Portal Question

2007-12-02 Thread dcostelloe
Thanks for the update. I also tried using your suggestion, but the site returns: The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you entered the URL manually please check your

[jboss-user] [JBoss Portal] - Re: Newbie Portal Question

2007-12-02 Thread wesleyhales
Also, try different variants of my suggestion (JkMount portal/* worker1, JkMount /portal worker1, etc...) I know it has something to do with this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109685#4109685 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Possible to advise EJB3 EntityBeans?

2007-12-02 Thread waynebaylor
i remember being able to add interceptors for classes annotated with a given annotation. in your case, a wildcard representing any class annotated with @Entity. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109686#4109686 Reply to the post :

[jboss-user] [JBoss Seam] - Re: What to do to make @Factory method working?

2007-12-02 Thread Andy Gibson
Do you have your bean setup as a seam component with a @Name annotation? It should be like : | @Name(articleManager) | @Scope(ScopeType.Conversation) | public class ArticlesManagerBean ... { | | @Factory(article) | public Article getArticle() { | init code if

[jboss-user] [JBoss Seam] - Injection not working when using thirdparty JMS library

2007-12-02 Thread raoul.schmidiger
Hi List, I use Seam 2 with JBoss AS. My problem is that I want to use a thirdparty JMS library from within Seam. I have a class that implements the javax.jms.MessageListener interface and that class is correctly hooked into my thridparty JMS lib. So far so good. But I also would like to

[jboss-user] [EJB 3.0] - Re: Stateful bean via RMI

2007-12-02 Thread hipa
waynebaylor wrote : if you remove the stateful bean lookup does the code still generate an exception? No, it works properly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109689#4109689 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Branching, merging and version management.

2007-12-02 Thread [EMAIL PROTECTED]
We use a large number of flows to better isolate the changes and reduce the risk of collision with the 10 or so process developers. We could model it with fewer flows but we'd have less process re-use and more modeling bottlenecks. The other problem is that the editor gets unwieldy with over

[jboss-user] [JBossWS] - Does JBossWS 2.0.2.GA support POJO based service?

2007-12-02 Thread thejavafreak
Dear all, From what I've seen in the JBoss WS 2.0.2.GA it seems it only supports JAX-WS? Does 2.0.x support non-annotation based services or plain POJO service? Since my company's policy don't allow us to use JDK1.5.0 yet. Or should I go with 1.2.x ? Thanks in advance View the original post

[jboss-user] [JBoss AOP] - Re: JBoss AOP ear and maven-jbossaop-plugin

2007-12-02 Thread elysch
The identation of the ear structure weren't displayed in my last post, sorry. Here it goes again with some more info: sades-1.0-SNAPSHOT.ear | META-INF | application.xml | ... | jboss-aop-2.0.0.alpha2.jar | ... | sades-aop-1.0-SNAPSHOT.aop | META-INF |

[jboss-user] [Installation, Configuration DEPLOYMENT] - -Djboss.bind.address not working anymore (4.2.2)?

2007-12-02 Thread EricJava
I know that the -b 192.168.1.1 argument works fine, but -Djboss.bind.address=192.168.1.1 should work just the same way. But it doesn't seem to have any effect. I looked at org.jboss.Main, in the process arguments function, it says: // JBAS-4119, bind to localhost by default, instead of

[jboss-user] [JBoss Seam] - Converter error after seam login

2007-12-02 Thread terryb
I have a jsf/facelts page with 2 date fields, which I initalise to some default values (in bean) from Page Action. It all works fine except: when JBoss AS is freshly restarted and I click on the link to bring up the JSF page. In which case Seam forward to Login page, and after successful login

[jboss-user] [JCA/JBoss] - Re: MSSQL XA datasource throws RollbackException on cluster

2007-12-02 Thread jaikiran
anonymous wrote : If I delete the table it will recreate it without an error, but the next time that it starts up it will throw the same exception again. Once the tables are created for the first time, how about changing the CREATE_TABLES_ON_STARTUP attribute in xxx-jdbc-state-service.xml and

[jboss-user] [JBoss Seam] - SEAM Logger issue

2007-12-02 Thread wayofdragonster
Hi All, I am trying to use the SEAM Logger, but it doesn't seem to work. Are there any special configurations that I need to do? Here is what I have done so far to enable logging for my application: 1) Declare @Logger private Log log; in my stateless session bean 2) use log.debug(...) Do I

[jboss-user] [Performance Tuning] - Regarding maxthread

2007-12-02 Thread nithiyanand
hi, I have set the MaxThread=100 in server.xml. What happens to the 101th thread if Application's load is 100? Help me on this. Regards, Nithiyanand View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109704#4109704 Reply to the post :

[jboss-user] [JBossWS] - Re: how to set headers in JAX-WS

2007-12-02 Thread tpawankumar
Hi Alessio, This is the wsdl ?xml version=1.0 encoding=utf-8 ? | wsdl:definitions xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/; xmlns:tm=http://microsoft.com/wsdl/mime/textMatching/; xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/;

[jboss-user] [Security JAAS/JBoss] - Capturing client IP address

2007-12-02 Thread kanth_seenu
How do I capture the IP of the client which is attempting to login? I browsed some resources on net and found JBAS 1486. But its not clear about how to do the configuration. I am using JAVA client to connect to my JBOSS server, during the login process I would like to print the client IP in

[jboss-user] [JBoss Seam] - Re: SEAM Logger issue

2007-12-02 Thread wayofdragonster
I am using JBoss 4.2.1 ...according to the release notes: conf/log4j.xml has been renamed to conf/jboss-log4j.xml, to allow log4j.properties override from scoped deployments Does this mean that log4j.properties in my application will be automatically loaded? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Error opening XHTML editor in 2.0.0 CR1

2007-12-02 Thread vishalsaha
Thanks Max... I tried the latest nightly build of JBoss Tools. This issue has been resolved in it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109710#4109710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109710

[jboss-user] [JBossWS] - Re: how to set headers in JAX-WS

2007-12-02 Thread [EMAIL PROTECTED]
I think your issue is due to the way the wsdl:message is defined; I would have expected you to have a binding/operation/input block specifying the two part names, instead you have two different messages for the soap header and the soap body. Take a look at the PingService.wsdl of the webparam