[jboss-user] [JBossWS] - Re: UsernameToken authentication using JBossWS

2007-12-06 Thread [EMAIL PROTECTED]
"leandroal" wrote : Do you say something like this: | | Map requestContext = ((BindingProvider)serviceSoap).getRequestContext(); | requestContext.put(BindingProvider.USERNAME_PROPERTY, "OULU"); | requestContext.put(BindingProvider.PASSWORD_PROPERTY, "810420_A");

[jboss-user] [J2EE Design Patterns] - Re: How can i invoke Servlet class file from JSP?

2007-12-06 Thread glen_almeida
you can invoke a servlet class from a jsp page by using the tags respectively. More details available on the below link http://download-uk.oracle.com/docs/cd/A87860_01/doc/java.817/a83726/basics4.htm#1013818 -Tx Glen View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [J2EE Design Patterns] - Re: Integrate multiple JVM's with single JBoss instance

2007-12-06 Thread glen_almeida
I don't think its possible to have multiple JVM's in single JBOSS instance. However you can achieve mutiple Jboss instances configured to form a logical Partition ( like a cluster) . You might have to use a load -balancer software/hardware type to channelize request to a free node on the partito

[jboss-user] [Installation, Configuration & DEPLOYMENT] - different connection node/pool

2007-12-06 Thread harish73
Hi, Can anyone tell me how to config jboss to connect different connection node/pool via one datasource? -hk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=417#417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBossWS] - Re: String[] and jax-ws

2007-12-06 Thread shoeb1981
I've not worked much with web service. Here is my speculation only. When you use web services, your use XML to communicate with the client. Not all the java in-build types are provided by xml schema (be a DTD or XSD). In this case, you are returning Stringp[] array. There probably be no corres

[jboss-user] [JBoss Tools (users)] - The VPE editor can't be run because your system environment

2007-12-06 Thread sertan76
How to solve this problem Operating System windowsxp ide environment Red Hat Developer Studio .log file content !SESSION 2007-12-05 12:00:21.515 --- eclipse.buildId=unknown java.version=1.5.0_14 java.vendor=Sun Microsystems Inc. BootLoader constant

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss server 4.2.2.GA install (urgent)

2007-12-06 Thread jaikiran
And before using the 'run' command, make sure that you have set the JAVA_HOME to point to a valid Java 5 installation(JBoss 4.2.x requires Java5) on your system. I have Java5 installed at C:\jdk1.5.0_07 and this is how i set JAVA_HOME: set JAVA_HOME=C:\jdk1.5.0_07 View the original post : h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss server 4.2.2.GA install (urgent)

2007-12-06 Thread jaikiran
See this post http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125041 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412#412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=412 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss server 4.2.2.GA install (urgent)

2007-12-06 Thread thenk
hi all, I am a beginner about jboss. I want to install Jboss server 4.2.2.GA . can anyone explain step by step ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=410#410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: TreeStateAdvisor not found

2007-12-06 Thread BerndMueller
it works in the richfaces demo therefore i think it's a seam packaging problem Bernd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=409#409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=409

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: hibernate-entitymanager & hibernate-annotations

2007-12-06 Thread jaikiran
Let's continue the discussion in your other thread at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125357 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=406#406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: hibernate-entitymanager & hibernate-annotations

2007-12-06 Thread jaikiran
You have to go for application classloader scoping. Go through the following wiki articles to understand how that can be done: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases View the original post : http:/

[jboss-user] [Beginners Corner] - building email application using mail service or jms

2007-12-06 Thread kamalsirsa
hi i need help regarding building email application using jms or mail service of jboss i am totally new to thi s. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404#404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: engineOptionsClass (ClassCastException)

2007-12-06 Thread jaikiran
Your WEB-INF/lib contains many jars which already are present in the server/< serverName>/lib folder of JBoss. If you want to retain them, then you can go for classloader isolation for your application as explained in these wiki articles: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingCon

[jboss-user] [Javassist user questions] - Exception while calling insertBefore() for a static method

2007-12-06 Thread thethoks
Hi, I am getting below Exception while i am trying to call insertBefore() for a static method. Please help me out. Thanks in advance. [java] javassist.CannotCompileException: [source error] not-available: this [java] at javassist.CtBehavior.insertBefore(CtBe

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem in creating multiple instance of Jboss running o

2007-12-06 Thread bijaya4u
Thanks Peter I tried with ur first option Then to use the binding manager, put your first ServiceBindingManager entry in the server/default/conf/jboss-service.xml file, and place the second one in the server/other/conf/jboss-service.xml. But when i tried to run 2nd instance with using anothe

[jboss-user] [JBoss jBPM] - Re: Setting ProcessVariable as a

2007-12-06 Thread kamleshkr
Hi, In spite of setting the 'to' attribute in the processdefinition.xml, I have found other way out. I have tried custome mail class, but jbpm does not delegates the call to my custom mail class, rather it calls its own Mail.class only. I have taken a normal node, and written my ActionHandler fo

[jboss-user] [JBoss Seam] - selected tab is lost on sorting of embeded datatable

2007-12-06 Thread marius.oancea
I have a page with many components. Each component has it's own dataTable (sortable and paginable). If I select second tab and try to press on sort link, the system reselects the first tab (because page is reloaded). One way to prevent this is to do something like this: 1. add selectedTab attri

[jboss-user] [JBoss Seam] - Re: seam and hibernate search give Session is closed! Except

2007-12-06 Thread thiagu.m
any help please i am still waithing By Thiagu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111088#4111088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111088 ___ jboss-u

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

2007-12-06 Thread sahoo
There is a tool called verifier in GlassFish bin directory. Can you use it to verify your ear file? You can run it as shown below: $GlassFishHOME/bin/verifier path/to/your/ear It produces a .txt file which can help you in debugging persistence unit visbility. Thanks, Sahoo View the original p

[jboss-user] [Remoting] - Re: Transporter communication across firewalls, any suggesti

2007-12-06 Thread [EMAIL PROTECTED]
Couple of points. anonymous wrote : | However since then I discovered that the Servers will not know the address of the Client's firewall. | As of Remoting version 2.2.2.GA, there is an undocumented facility for getting the address of the client as it appears to the server. If you do som

[jboss-user] [JBossWS] - Re: UsernameToken authentication using JBossWS

2007-12-06 Thread leandroal
Do you say something like this: Map requestContext = ((BindingProvider)serviceSoap).getRequestContext(); requestContext.put(BindingProvider.USERNAME_PROPERTY, "OULU"); requestContext.put(BindingProvider.PASSWORD_PROPERTY, "810420_A"); If yes, I did and it doesn't work. W

[jboss-user] [JBossWS] - Re: UsernameToken authentication using JBossWS

2007-12-06 Thread leandroal
"leandroal" wrote : Do you say something like this: | | Map requestContext = ((BindingProvider)serviceSoap).getRequestContext(); | requestContext.put(BindingProvider.USERNAME_PROPERTY, "xxx"); | requestContext.put(BindingProvider.PASSWORD_PROPERTY, "yyy"); | |

[jboss-user] [JBoss Portal] - Re: removing the default portal

2007-12-06 Thread lvcster
Hi PeterJ and Everyone, I followed all what u said above, removing the wars/sara i dont need. I ddi just that, and now the protal is clean, except for the 3 tabs(Home, News, and Weather), and the login link on the top right hand side corner. Tell me how do i get rid of this? And i want to chan

[jboss-user] [JBoss Seam] - Re: Pageflow & 3rd Party Site

2007-12-06 Thread chane
"[EMAIL PROTECTED]" wrote : I'm surprised, I think the pageflow scope state should have been maintained. But its hard to know why its not without seeing the application. I also thought the pageflow scope should have been in the conversation. I couldn't figure out what was causing it to not be

[jboss-user] [Remoting] - Re: SSL Socket in .Sar file

2007-12-06 Thread [EMAIL PROTECTED]
I'm not sure what you're trying to do. Note that a SAR file describes a service configured to run in the Application Server. Normally, on the server side you would be interested in creating an SSLServerSocket rather than an SSLSocket. I can tell you, however, that Remoting supports SSL connec

[jboss-user] [Remoting] - Re: transporterclient not thread-safe for failover

2007-12-06 Thread [EMAIL PROTECTED]
Ok, I see JBREM-857 "transporterclient not thread-safe for failover". Thanks, Craig. Depending on timing, the fix may or may not make into the next release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111076#4111076 Reply to the post : http://www.jboss.

[jboss-user] [Remoting] - Re: Request for opinion

2007-12-06 Thread [EMAIL PROTECTED]
Don't know. Again, see http://labs.jboss.com/jgroups/ for a pointer to the jgroups mailing list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111075#4111075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111075

[jboss-user] [JBoss Tools (users)] - Re: Images/CSS not recognized in Visual View

2007-12-06 Thread LocutusUT
It appears as a broken image in the Visual tab referencing the following: | | My .xhtml page is under a /requests folder relative to the folder above. Is it something to do with how I'm defining the value for the image? Perhaps I need to compute the URI or something and append it to it

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.4.0.SP2 released

2007-12-06 Thread timfox
I am pleased to announce the release of JBoss Messaging 1.4.0 Service Pack 2 (SP2). This release contains several bug fixes and several other non bug-fix tasks. The release notes are available here http://jira.jboss.org/jira/secure/ReleaseNote.jspa?projectId=12310061&styleName=Html&version=1231

[jboss-user] [Remoting] - Re: Multiple problems with ServerInvokerServlet and HttpNami

2007-12-06 Thread [EMAIL PROTECTED]
Hi Martin, I'm glad you solved at least part of the problem. I can add a couple of points. anonymous wrote : | 2. Exeption handling | Due to a bug in JBOSS remoting I downloaded the latest version of remoting in order to catch remote exceptions on my client. The tutorials say that there i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to view WAR Directory in 4.2.2?

2007-12-06 Thread PeterJ
Try changing the value of the 'listings' init-param (set it to true) for the 'default' servlet in the server/xxx/deploy/jboss-web.deployer/conf/web.xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111070#4111070 Reply to the post : http://www.jboss.c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem in creating multiple instance of Jboss running o

2007-12-06 Thread PeterJ
The first step in running multiple instances of the app server is making two copies of the configuration you want to run. For example, copy 'default' as 'other'. Then to use the binding manager, put your first ServiceBindingManager entry in the server/default/conf/jboss-service.xml file, and pl

[jboss-user] [JBoss Seam] - Re: Seam-managed persistence contexts and Glassfish

2007-12-06 Thread mirko27
That does not use seam managed persistence. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111068#4111068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111068 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: NullPointerExecption when starting the Message Bridge

2007-12-06 Thread apwalker
Tim you know the spec far too well to be able to pull those sections back so quickly...:) All add a JIRA for this Where else other than the JBossMessage class would a check be needed? Is this meta-data at the ServerPeer level or more fine grained? View the original post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2007-12-06 Thread garyaiki
Ch 3 of jbpm-jpdl-3.2.2/doc/userguide begins with instructions for importing example projects into Eclipse. This imports action and door projects which have a "jbpm.3" project on the build path. But I find no information on where jbpm.3 is. Does this project exist, or should I delete it frm the

[jboss-user] [JBoss Messaging] - Re: NullPointerExecption when starting the Message Bridge

2007-12-06 Thread timfox
JMSX properties are reserved by the JMS spec. Provider defined properties are supposed to start with JMS_, so it seems like WSMQ is not following the spec (see JMS 1.1, 3.5.9, 3.5.10). We could I guess add a flag to relax this checking. Please feel free to add a feature request. View the origi

[jboss-user] [JBoss Messaging] - Re: NullPointerExecption when starting the Message Bridge

2007-12-06 Thread apwalker
I now getting this exception | 2007-12-07 12:20:42,534 WARN [org.jboss.jms.server.bridge.Bridge] Failed to send + acknowledge batch, closing JMS objects | javax.jms.JMSException: Can only set JMSXGroupId, JMSXGroupSeq, JMSXDeliveryCount | at org.jboss.jms.message.JBossMessage.ch

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to view WAR Directory in 4.2.2?

2007-12-06 Thread kindsol
I used to be able to view contents of my WAR directories in JBossAS 4.0.4. Now that I've deployed to 4.2.2, I get a 404 error if I specify a URL to a directory. URL's to html files work fine. Example: http://localhost:8080/MyWar/tests/ returns 404. (In 4.0.4 it returned a directory listing of

[jboss-user] [JBoss Seam] - Re: Embededding within

2007-12-06 Thread jtsimikas
I actually got the inner and outer to work together. After spending quite a bit of time disecting the code line by line, it turns out that the rendered attribute was the root of the problems. | ex. rendered= "#{scsSectionDefinition.allowCriteria == 'Y'}" | Some of the edit fields incl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Oracle MapViewer in JBOSS

2007-12-06 Thread davidBoleta
Hello, I succeeded installing mapviewer 10131 on jBoss 4.0.5, although with a limitation I need to solve. Can't reach the new Mapviewer Home html application to configure cache because Jboss doesn't understand jspx. Used succesfully the AdfInstaller from OTN after copying the 36 lib files to

[jboss-user] [JBoss Seam] - Re: Why control IDs in validation messages?

2007-12-06 Thread gsegura
I experienced this too, I started from jpa example. At first the message displayed correct (with no Id). Although it doesn't seems related (and I didn't have time find out exactly the reason) I think it was about messing around with the default language and not including the proper messages_

[jboss-user] [JBoss Seam] - Re: help with this entity been updated implicitly

2007-12-06 Thread gsegura
ashamed to admit, another case of RTFM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111058#4111058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111058 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: help with this entity been updated implicitly

2007-12-06 Thread gsegura
it wasn't enough to not end the conversation, I must set manual flush mode to avoid the updating when method ends and call entityManager.flush() when I want data to be saved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111057#4111057 Reply to the post :

Re: [jboss-user] [JBossWS] - Re: UsernameToken authentication using JBossWS

2007-12-06 Thread Leandro Sales
http://www.jboss.com/ws-security/config"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd";> And yes, I already did this like.

[jboss-user] [JBoss Seam] - Re: Setting an explicit conversation id

2007-12-06 Thread koenhandekyn
i'm using it in seam 2.0.0.ga and it seams to do the job. however the id attribute is deprecated and i'm referred to ' use pages.xml ' instead ... i don't find any example that explains how to set an explicit id from pages.xml anybody a tip thanx koen View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Seam JSF controls do not work in external Facelet templa

2007-12-06 Thread sonstone
Anyone have a workaround for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111049#4111049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111049 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Remoting periodic exception.

2007-12-06 Thread [EMAIL PROTECTED]
You need to set the log4j threshold to DEBUG for org.jboss.seam.remoting.ExecutionHandler. If you're using JBossAS, it comes configured by default to log debug messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111048#4111048 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: Why control IDs in validation messages?

2007-12-06 Thread whafrog
The default messages are parameterized, I think the form control is {2}. You can include these parameters or not when you override. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111047#4111047 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBossWS] - Re: UsernameToken authentication using JBossWS

2007-12-06 Thread [EMAIL PROTECTED]
Did you try with the username element in your jboss-wsse-client descriptor? Here is some documentation about the UsernameToken Authentication in JBossWS: http://jbws.dyndns.org/mediawiki/index.php?title=WS-Security_options#Username_Token_Authentication Moreover, you'll have to set the username/p

[jboss-user] [JBoss Seam] - Re: Seam security / identity.logout

2007-12-06 Thread b.reeve
On further research I found this. http://jira.jboss.org/jira/browse/JBSEAM-2165 It has been fixed in the new release. Thanks !!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111045#4111045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossWS] - Re: UsernameToken authentication using JBossWS

2007-12-06 Thread leandroal
Just to send the correct client.xml file: http://www.jboss.com/ws-security/config"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_

[jboss-user] [JBoss Seam] - Re: trying to use

2007-12-06 Thread [EMAIL PROTECTED]
You need a different converter to s:convertEnum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111041#4111041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111041 ___ jboss-

[jboss-user] [JBossWS] - UsernameToken authentication using JBossWS

2007-12-06 Thread leandroal
Hi folks, I need to consume a certain webservice that use a UsernameToken authentication method. Using SOAPui it generate the following SOAP envelop: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:sec="http://www.xxx.com/security"; xmlns:vais="http://www.xxx.com/";> ?

[jboss-user] [JBoss Seam] - Re: Seam-managed persistence contexts and Glassfish

2007-12-06 Thread [EMAIL PROTECTED]
Did you look at the jee example? Thats an EJB3/Ear app that runs ootb on glassfish. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111040#4111040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111040 __

[jboss-user] [JBoss Seam] - Re: Entities are lost in SMPC

2007-12-06 Thread [EMAIL PROTECTED]
The "unstable" just means some tests are failing - anyway, currently this is due to problems with the test container (which I've been working on), not Seam so I would use that build. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111039#4111039 Reply to the

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread gonzalad
I'll send more info on Monday then. Have a good week end and thanks for your help ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111038#4111038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111038 ___

[jboss-user] [JBoss Seam] - Re: Pageflow & 3rd Party Site

2007-12-06 Thread [EMAIL PROTECTED]
I'm surprised, I think the pageflow scope state should have been maintained. But its hard to know why its not without seeing the application. If it works, then great :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111037#4111037 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread svadu
"gonzalad" wrote : "svadu" wrote : I wouldn't be surprised if you don't get very high performance using microcontainer because you're not using full JEE capabilities of application server. | I really don't see how MC would explain performance gain between plain jsf and seam. But I've never use

[jboss-user] [JBoss jBPM] - Re: MySQL & JBoss jBPM

2007-12-06 Thread rodosa
Thank you kukeltje! You're right. There was a problem in this file, relationated with a type of quotation mark. It's works! Thank you a lot! Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111035#4111035 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread gonzalad
"svadu" wrote : I wouldn't be surprised if you don't get very high performance using microcontainer because you're not using full JEE capabilities of application server. I really don't see how MC would explain performance gain between plain jsf and seam. But I've never used MC. Could you explain

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread gonzalad
"svadu" wrote : There is also somewhat older article from JBoss about Seam performance, might be interesting as reference information: http://www.dell.com/downloads/global/power/jbossworld_2006_june_jaffe.pdf Thanks for this review, I've already looked at it, but read it once more (in case of..

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread svadu
I wouldn't be surprised if you don't get very high performance using microcontainer because you're not using full JEE capabilities of application server. But since you didn't use MC I can't comment on your numbers (I am not a performance tuning expert). Was the JSF (without Seam) application a

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Configure Jboss 3.2.3 for MDB to listen to Remote Queue

2007-12-06 Thread jbossdevyp
I am getting following error. Any help is appreciated. Thanks jbossdevy | connecting to remote JNDI with props: {java.naming.provider.url=t3://xx.xx.xx.xx:80, java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory, java.naming.rmi.security.manager=yes} | | created context: [E

[jboss-user] [Remoting] - Re: New release: 2.2.2.SP3

2007-12-06 Thread [EMAIL PROTECTED]
The official release is now at http://repository.jboss.com/jboss/remoting/2.2.2.SP3-brew/. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111028#4111028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111028 ___

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread svadu
There is also somewhat older article from JBoss about Seam performance, might be interesting as reference information: http://www.dell.com/downloads/global/power/jbossworld_2006_june_jaffe.pdf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111025#4111025 Rep

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread gonzalad
Never in fact. Why ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111026#4111026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111026 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread svadu
Do your tests use JBoss microcontainer in all cases? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111022#4111022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111022 ___ jb

[jboss-user] [JBoss Seam] - Re: Embededding within

2007-12-06 Thread [EMAIL PROTECTED]
I think the problem is to do with runtime vs. compiletime components (so nested datatables won't work). It should work inside a c:forEach or the like. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111021#4111021 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Why control IDs in validation messages?

2007-12-06 Thread IGx89
But if I do that, maybe changing it to "required value", wouldn't that just change the resulting error to "formId:panelId:controlId: Validation Error: required value"? That doesn't help at all :/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111020#4111020

[jboss-user] [JBoss Seam] - Re: TreeStateAdvisor not found

2007-12-06 Thread [EMAIL PROTECTED]
Ask on the RichFaces forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111019#4111019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111019 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Re: Why control IDs in validation messages?

2007-12-06 Thread [EMAIL PROTECTED]
Set the correct message in messages.properties javax.faces.component.UIInput.REQUIRED=value is required View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111017#4111017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=411101

[jboss-user] [JBoss Seam] - Re: Null Pointer Exception During Integration Testing

2007-12-06 Thread [EMAIL PROTECTED]
Did you use seam-gen to set up your project? Tests defintely work here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111018#4111018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111018 ___

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

2007-12-06 Thread [EMAIL PROTECTED]
I don't understand why you are doing this in the web module? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111015#4111015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111015 __

[jboss-user] [JBoss Seam] - Re: h:dataTable, HashMap, and List

2007-12-06 Thread [EMAIL PROTECTED]
Stack trace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111013#4111013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111013 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - Re: Seam with physically separated Web and App layers

2007-12-06 Thread UTDrew
Is there another JBoss technology that I could use to address my need or am I going to need to do the remote lookups/etc myself? Thanks, Drew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111014#4111014 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Seam with physically separated Web and App layers

2007-12-06 Thread [EMAIL PROTECTED]
No, Seam apps run in a single jvm or cluster. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111011#4111011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111011 ___ jboss-use

[jboss-user] Re: UsernameToken authentication using JBossWS

2007-12-06 Thread Leandro Sales
Please, someone to help me on the implementation of user auth via UsernameToken Method 2007/12/6, Leandro Sales <[EMAIL PROTECTED]>: > Hi folks, > > I need to consume a certain webservice that use a UsernameToken > authentication method. Using SOAPui it generate the following SOAP > envelop: > >

[jboss-user] [JBoss Seam] - Reusing pages for different page flows?

2007-12-06 Thread whafrog
The answer is probably simple, but I'm having trouble reusing pages for different flows. I want to define two possible modes: 1. Edit mode: select criteria --> edit stuff --> review/confirm 2. View mode: select criteria --> review The view mode shares the first and last pages of the edit mod

[jboss-user] [JBoss Seam] - Re: ManyToMany association within conversation scope bean

2007-12-06 Thread [EMAIL PROTECTED]
Seam is not caching part of your entity - perhaps hibernate is though in the persistence context? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111009#4111009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111009

[jboss-user] [JBoss Seam] - Re: Feature request - outject to multiple context variables?

2007-12-06 Thread [EMAIL PROTECTED]
I guess file a feature request, we can see if its popular. Alternatively, outject programmatically, which is neater in this situation imo. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111012#4111012 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-12-06 Thread chocopie
hi, nobody has idea of my problem? Please help.I can't continue doing anything with jbpm, if I still have this problem. regards chocopie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111007#4111007 Reply to the post : http://www.jboss.com/

[jboss-user] [JBossCache] - Re: ClusteredCacheLoader + LOCAL CacheMode

2007-12-06 Thread nnnnn
"lovelyliatroim" wrote : | anonymous wrote : | | From your description, it sounds like you might want to use LOCAL cache mode and a TCPCacheLoader. Have you looked into that? | | | | I have read about it but the thing that i dont want is that when you add an entry into one of th

[jboss-user] [Remoting] - New release: 2.2.2.SP3

2007-12-06 Thread [EMAIL PROTECTED]
We've just release Remoting version 2.2.2.SP3. The release notes are: Release Notes - JBoss Remoting - Version 2.2.2.SP3 ** Bug * [JBREM-823] - ServerInvoker#getMBeanObjectName() returns invalid ObjectName if host value is IPv6 * [JBREM-845] - Infinite loop in BisocketClientInvoker.cre

[jboss-user] UsernameToken authentication using JBossWS

2007-12-06 Thread Leandro Sales
Hi folks, I need to consume a certain webservice that use a UsernameToken authentication method. Using SOAPui it generate the following SOAP envelop: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:sec="http://www.vaisala.com/security"; xmlns:vais="http://www.vaisala.com/";>

[jboss-user] [JBoss Seam] - Seam performance vs plain JSF

2007-12-06 Thread gonzalad
Hello, We've just finished some performance test on the jpa sample application from seam 2.0.0.GA, and Seam consumes a lot of CPU. Has anyone had a chance to optimize Seam ? Is the dev team working on this subject ? (I'm really sorry - you're doing a really good work as you know, but those ben

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2007-12-06 Thread alllle
"aborland" wrote : Is there currently any other solution/workaround for this? I'd prefer not to hack in such a change. I'm using 4.2.0.GA_CP01 and having this exact problem. This fix is pretty safe and should not have any impact to the rest of the system. As for other workaround, I guess it wo

[jboss-user] [JBoss Seam] - Re: Is it possible to use JBoss EL as the default JSP EL in

2007-12-06 Thread mraible
"[EMAIL PROTECTED]" wrote : It's all the more reason to ditch JSP for Facelets. I'd agree wholeheartedly if I was using JSF. However, I'm using Spring MVC. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111000#4111000 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: @End commits entity changes!

2007-12-06 Thread whafrog
"gsegura" wrote : I think this is related to the flush mode of the conversation, look for @Begin(flushMode=FlushModeType.MANUAL), | I think that normally when conversation ends everything is flushed autommatically. | | I just posted a somewhat related question but there the conversat

[jboss-user] [JBoss Seam] - Re: @End commits entity changes!

2007-12-06 Thread whafrog
A call to "entityManager.clear()" seems to solve the problem. Still, you'd think implicit persistence is something you'd have to turn on, not code away. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110996#4110996 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: @End commits entity changes!

2007-12-06 Thread gsegura
I think this is related to the flush mode of the conversation, look for @Begin(flushMode=FlushModeType.MANUAL), I think that normally when conversation ends everything is flushed autommatically. I just posted a somewhat related question but there the conversation is not finished and yet I

[jboss-user] [JBoss Seam] - help with this entity been updated implicitly

2007-12-06 Thread gsegura
Hello everybody, I have this use case: an item is selected from a list, the edit page for that item is shown, if the save action is invoked some validation is done inside that same method, only if everything is ok I call persist, otherwise the same edit page is redisplayed. Everything goes fi

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: second level cache

2007-12-06 Thread loic
Thanks a lot, i get it worked well. But i have another matter with cache. I use my findAll function well, and know i would like to get a subpart of the list putted in cache. So i created a new function | public void findTest() { | // TODO Auto-generated method stub |

[jboss-user] [JBoss Seam] - @End commits entity changes!

2007-12-06 Thread whafrog
How do I end the conversation without letting hibernate commit the entity changes? Editing is a two stage process: edit, then verify. If I call my action's quit method from the edit page (with immediate="true" on the button), all is fine. If I go to the verify page and make the same call to

[jboss-user] [EJB 3.0] - Does EJB 3.0 support java.util.TimeZone and java.util.Curren

2007-12-06 Thread bionicoder
Hi, According to documentation, Hibernate supports java.util.TimeZone and java.util.Currency as persistence type. I wonder if EJB 3.0 supports them as well? If not, what is the best way to define timezone and currency as property in a Entity definition class? I googled those key words already,

[jboss-user] [JBoss Messaging] - Re: Delayed Message Sucking

2007-12-06 Thread chip_schoch
anonymous wrote : | If the messages are on Q2 on L1 the consumer on L1 should receive them all. A clustered queue *always* favours local consumers. I wouldn't expect the consumer on L2 to receive any of them Hmm... Sometimes it receives all, sometimes some messages. I have been testing b

[jboss-user] [Remoting] - Re: Stupid Bisocket question, how do I do invocations on the

2007-12-06 Thread ckopec
Although a BiSocket example hasn't been implemented. I have found that the unit tests work just as well as an example. There are a whole set of unit tests for the BiSocket (see BiSocketTestCase.java). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110988#4

[jboss-user] [JBoss Messaging] - Re: Delayed Message Sucking

2007-12-06 Thread timfox
Have a look at org.jboss.test.messaging.jms.clustering.DistributedRequestResponseTest for an example of how to do this. http://anonsvn.jboss.org/repos/messaging/branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/clustering/DistributedRequestResponseTest.java View the original post :

[jboss-user] [JBoss Seam] - Re: cannot end conversation at end of pageflow

2007-12-06 Thread rafaelri
I guess Conversation.instance().getId() might fit what you want... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110986#4110986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110986 __

[jboss-user] [Remoting] - Re: Stupid Bisocket question, how do I do invocations on the

2007-12-06 Thread TheNelson
haha. New Yorkers are okay, they are always welcome. We welcome Bostonians too, we welcomed Ray Bourque to town with open arms and then retired his number and let him drink out of our big shinny hockey cup. Full credit to the Sox winning but Ray still had to come here for his glory. haha

  1   2   3   >