[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-22 Thread timfox
Can you post your entire exception please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952894#3952894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952894 Using Tomcat but need to do more? Need to support web servic

[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-22 Thread timfox
"ONIT" wrote : | This is inspite of the fact that I get a new ConnectionFactory, InitialContext, Queue, Connection, Session, and MessageConsumer everytime the EJB getResponse method is called. Well you're not really getting a new Connection, Session each time. You're using JmsXA, which is

[JBoss-user] [Installation, Configuration & Deployment] - JBOSS Ports setting

2006-06-22 Thread hYph3n
Hi! I am trying to run JBoss with oracle. But when ever i try to run jboss with the running oracle .. it gives me a lot of error for the ports ... Can any one tell me from where i can change the ports for JBOSS server ... plz reply me as soon as possible. View the original post : http://www.

[JBoss-user] [JBoss jBPM] - Re: Customization for Console Application

2006-06-22 Thread hosierdm
That's the beauty of open-source. You can tailor it, you can rewrite it, you can do whatever. Our company has chosen to do our own custom web UI from scratch. You can look at the sample web application to learn how to use the API. This all assumes that by "console" you meant "web" of course.

[JBoss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2006-06-22 Thread victorlid
I am beginner in Java Technology, I have assignment to deploy JBPM 3.1.1 on WebLogic Server 8.1. Would you mind telling me how to deploy step by step. Thank you very much in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952890#3952890 Reply to the

[JBoss-user] [JBoss Messaging] - Re: The client side message producer never ends

2006-06-22 Thread markash
Thanks, is there a schedule of when the releases will occur? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952889#3952889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952889 Using Tomcat but need to do more? Need to

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-22 Thread [EMAIL PROTECTED]
They *do* run... Follow the instructions: http://labs.jboss.com/portal/jbossseam/gettingstarted And if you can't make them work at least let us know what problem you encounter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952888#3952888 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-22 Thread williamhe
sorry! I don't know It's bug seam's portal of examples in seam 1.0.0GA and seam 1.0.1GA not run View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952887#3952887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952887 Using

[JBoss-user] [Beginners Corner] - Re: Using EJB and JSF: can they communicate?

2006-06-22 Thread SmokingAPipe
Ok, this is insane. I have spend the last week reading about JBoss and people using it for websites... surely there is some way for view components (JSPs) to display data from the model (EJBs)? Or does everyone have to write his own interface / naming system to do this? If J2EE / JBoss don't

[JBoss-user] [JBoss Messaging] - Re: MessageListener speed when connecting to local messaging

2006-06-22 Thread davidrh
Thanks Tim. There must be something on our corporate install of Windows XP that is mucking this up - maybe virus scanner or local firewall. These are locked down, so I can't turn them off. We are deploying to Solaris on Monday, so I might just wait and see if the problem occurs in that environme

[JBoss-user] [JBoss Messaging] - Re: ClassLoader issue on client

2006-06-22 Thread timfox
Did you change the name of the messaging loader repository to "cris3"? The default one is: | jboss.messaging:loader=ScopedLoaderRepository | java2ParentDelegation=false | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952883#39528

[JBoss-user] [Security & JAAS/JBoss] - Re: Couldn't apply method permissions to Session EJB method

2006-06-22 Thread atamur
It's not than I'm not going to authenticate user at web layer. Of course I will authenticate him. But I can forget something and leave a possibility for user/hacker to call my business method without authentication. That would be really bad. So now I'm trying to test this declarative permission

[JBoss-user] [Beginners Corner] - Re: Using EJB and JSF: can they communicate?

2006-06-22 Thread SmokingAPipe
And a final question: Is JBoss being used? From everything I read about it, it is designed to manage information in databases and expose it to clients of various types (web interfaces, Swing applications, etc). But it doesn't seem like there is any way for a front-end component (like a JSP) to

[JBoss-user] [Messaging, JMS & JBossMQ] - Integration of Jboss with MQ Series

2006-06-22 Thread stanwar
I am trying to integrate MQ Series with JBOSS. I have put the following xml snippet in jboss-service.xml | WSMQQueueConnectionFactory | Queue | false | TESTQMGR | localhost | | jboss:service=Naming | When i try to start the server, I am gettin

[JBoss-user] [JBoss Messaging] - Re: Integration of JBOSS with MQ series

2006-06-22 Thread timfox
Is this a JBoss Messaging or a JBoss MQ question? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952879#3952879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952879 Using Tomcat but need to do more? Need to support we

[JBoss-user] [JBoss jBPM] - [jBPM][3.1.1] Get a timer instance with API

2006-06-22 Thread ephemeris-lappis
Hello. How can i retrieve a timer instance with the API, in particular during an ActionHandler invocation, for example on the "task-create" event for a given task ? Is the whole task created when the action is called ? I've been trying several methods, among them, the getTimer of the Executio

[JBoss-user] [Beginners Corner] - Re: Using EJB and JSF: can they communicate?

2006-06-22 Thread SmokingAPipe
And a follow-up question: Actually, at this point it seems like beans can't even be used within plain old servlets. Can someone confirm that I can locate resources using JNDI's InitialContext within JBoss? Is this the right way to find resources? I am totally lost on this. It seems like a

[JBoss-user] [JBoss jBPM] - Customization for Console Application

2006-06-22 Thread ck1125
Hello, Have been listening to the talks @TSSJS-Europe and have been prompted to look at the demos for jBPM and find them interesting. There is one question, can I customize the look and feel for the console application especially in situations where it needs to be tailored to the branding specs

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-06-22 Thread CptnKirk
SelectItems are a pain in that they are a model that does not store selected state. The Seam DataBinding framework was designed for binding and selecting of model objects that do store extra selected state, like DataModel. If you want to go the easiest route you can simply not have a DataSelect

[JBoss-user] [Installation, Configuration & Deployment] - Jboss Settings

2006-06-22 Thread kamistry
I have an issue related to Jboss , Session Management. We have a Struts deployment running on jboss-4.0.2. While entering the application , we come across the login page. On a successful login,the server passes on control to the application on a different server which creates a new session.

[JBoss-user] [JCA/JBoss] - Re: JBOSS DataSource configuration for Oracle database

2006-06-22 Thread xjchen001
FollowUp questions: Failed to resolve ejb-link. I have manually created jboss-web.xml and jboss.xml for war and ejb jars respectively. The previous errors are eliminated. However, I still cannot succeed in deploying the ear file. The following is the error message. What else do I need to do?

[JBoss-user] [JBoss Eclipse IDE (users)] - can't open my index , jsp and error.jsp

2006-06-22 Thread TMary
Hi all I have jbos4.0.2, emf , and lobz3.0.1, when I follow the http://www.objectlearn.com/support/docs/creatingFirstJ2EEProject.jsp to create a simple j2ee application , I can't open my index.jsp , or error.jsp what is wrong?? Thank you View the original post : http://www.jboss.com/index.htm

[JBoss-user] [JBossCache] - Weblogic 91 and POJO Cache

2006-06-22 Thread sphinxmember
Hi I am trying to use pojo cache(JBoss Cache 1.3.0 SP2) with weblogic 9.1 cluster. I am getting following error when the second member starts the service . Any help would be great. Thanks org.jboss.cache.CacheException: Initial state transfer failed: Channel.getState() returned false

[JBoss-user] [JBoss Messaging] - Integration of JBOSS with MQ series

2006-06-22 Thread stanwar
I am trying to integrate MQ Series with JBOSS. I have put the following xml snippet in jboss-service.xml | WSMQQueueConnectionFactory | Queue | false | TESTQMGR | localhost | | jboss:service=Naming | When i try to start the server, I am getting fol

[JBoss-user] [Beginners Corner] - Using EJB and JSF: can they communicate?

2006-06-22 Thread SmokingAPipe
Hello, I am trying to make a simple "Hello World" JSF + EJB3 application. I have gotten my JSF side working fine. I have gotten some EJBs. But somehow the JSF side can never find any beans. Is it possible to do this? From what I have read people have been able to access beans from within S

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-22 Thread [EMAIL PROTECTED]
Again, this has nothing to do with Seam. You do whatever you would do in plain JSF. Try asking about this in the MyFaces forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952867#3952867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss Seam] - Re: Seam Booking example does not sorport chinese character

2006-06-22 Thread khsiow
I'm pretty new to this framework. What do you do with the filter class to get it working? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952866#3952866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952866 Usi

[JBoss-user] [Installation, Configuration & Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread xijia_chen
Peter, It works now after I did some other twists in my server/network configuration(e.g.. 8080 was used for some other purpose, I have to use another port for jboss as, etc.). The direction you pointed at is exactly right. Thanks a lot for your help and quick response! Best Regards, Frank

[JBoss-user] [JBoss Messaging] - ClassLoader issue on client

2006-06-22 Thread ashields
I'm trying to post messages to a queue from an MBean service. When I call the send method I get the following exception: anonymous wrote : | java.lang.RuntimeException: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.jms.server.container.SecurityAspect | at o

[JBoss-user] [EJB 3.0] - Re: Migration 4.0.4.CR2 -> 4.0.4.GA problem

2006-06-22 Thread gus888
I have a problem after changing List to Set. Since the data type of JSF dataTable should be List, Array or ResultSet, it is a little hard to change Set back to List to be displayed by dataTable, especially for Seam @DataModel. Anybody has some good idea? Thank you. View the original post : htt

[JBoss-user] [JBoss Eclipse IDE (users)] - Source not found.

2006-06-22 Thread TMary
Hi all, I am new in jboss and j2ee, I have Windows xp 2, jbos 4.0.2, eclip3.1.2, emf-sdo2.1.1, objectweb.lomboz_3.0.1. and I follow the tutorial on http://www.tusc.com.au/tutorial/html/chap1.html. when I reach the setp debug the server, we always got sout not found and a button edit sources l

[JBoss-user] [Installation, Configuration & Deployment] - Re: Convenience class not printing Log4J debug statements

2006-06-22 Thread [EMAIL PROTECTED]
Don't use log.info if you mean log.debug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952861#3952861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952861 Using Tomcat but need to do more? Need to support web servic

[JBoss-user] [Installation, Configuration & Deployment] - Serious Deployment Issue.

2006-06-22 Thread srivathsak
Hi team jboss, I am facing a very peculiar problem in deployment. I have an application with a customised log4j properties file in the configuration folder of the appication. When I have deployed my application as a war the application runs as expected. But when i try to deploy t

[JBoss-user] [JBoss Seam] - Re: running Eclipse TestNG plugin on a Seam project

2006-06-22 Thread [EMAIL PROTECTED]
Did you follow regstration/readme.txt? anonymous wrote : Running the TestNG Tests in Eclipse | --- | | 1. Install the TestNG Eclipse plugin from http://beust.com/eclipse | | 2. Create the jboss-seam Eclipse project with the following directories |i

[JBoss-user] [Clustering/JBoss] - Re: Data file synchronization

2006-06-22 Thread andytsoy
THX~~ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952859#3952859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952859 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

[JBoss-user] [JBoss Seam] - running Eclipse TestNG plugin on a Seam project

2006-06-22 Thread dbatcn
Hi, I am new to Seam and TestNG but familiar already with Eclipse, JBoss, and JUnit.I've built the registration example using ant and got it working in JBoss. I also successfully ran its TestNG test using ant. I'm trying to get my first simple code working as an Eclipse project by copying the

[JBoss-user] [JBoss Seam] - Blog about conversation models

2006-06-22 Thread [EMAIL PROTECTED]
I wrote down some thoughts about when/how to use conversations: http://blog.hibernate.org/cgi-bin/blosxom.cgi/2006/06/22#stages-of-adoption View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952856#3952856 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBossWS] - Re: change in run-time the soap:address location of wsdl.

2006-06-22 Thread acxsjones
Did you ever find a way to do this. I need the ability to change the url at runtime. Examples show using ENDPOINT_ADDRESS_PROPERTY, but it does not work. Any help would be great View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952858#3952858 Reply to the post

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-06-22 Thread colintoal
Does anyone have an example of this ? I'm trying to create my own @SelectItems and @SelectItemsSelection and I can't get the DataSelector implementation to fire. So I have a couple of questions: 1) What do I put in the value attribute of a tag ? Should it be just a regular bijected field of t

[JBoss-user] [EJB 3.0] - Re: ejb-jar.xml Schema verification fails

2006-06-22 Thread logankiefer
What's interesting is that when I upgrade the jboss.xml file to use the xsd for jboss_5.0.xsd deployment seems to be all good: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j email appender not working with jboss

2006-06-22 Thread krustyfur
Can anyone help me on this please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952851#3952851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952851 Using Tomcat but need to do more? Need to support web services, sec

[JBoss-user] [Installation, Configuration & Deployment] - Convenience class not printing Log4J debug statements

2006-06-22 Thread CasaDelNorte
I'm hoping someone brighter than me can figure this out... I have a convenience class, ApplicationUtil, that contains a few application-specific functions. In this case, my log4j.xml file contains the following: | | | | | which apparently works, sort of, except

[JBoss-user] [EJB 3.0] - Re: ejb-jar.xml Schema verification fails

2006-06-22 Thread logankiefer
I tried putting the mapped-name tag in like so in my ejb-jar.xml file database reference jdbc/DS java:/DS javax.sql.DataSource Container and removed all the resource-ref tags from the jboss.

[JBoss-user] [JBossWS] - Re: Install on JBoss 4.0.4.GA/JBossWS 1.0.1.GA

2006-06-22 Thread aboudank
Jason, Thanks for your help. Your workaround seems to have fixed the problem related to the communication error...but I still have the missing JAR problems: | 2006-06-23 04:03:11,453 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-4.0.4.GA/server/ccws/deploy

[JBoss-user] [EJB 3.0] - Re: ejb-jar.xml Schema verification fails

2006-06-22 Thread [EMAIL PROTECTED]
use ejb-jar.xml's | |... | java:/DS | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952841#3952841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952841 Using Tomcat but need to do more? Need to

[JBoss-user] [JBoss AOP] - Re: adding interceptors to the

2006-06-22 Thread sbivol
for 2) did you mean that the following should work? | |myaopdomain | | or were you actually referring to security-domain (it works, we're using it) Thanks Sergiu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952839#3952839 Reply to the post

[JBoss-user] [EJB 3.0] - Re: ejb-jar.xml Schema verification fails

2006-06-22 Thread logankiefer
In my ejb-jar.xml I change this: http://java.sun.com/dtd/ejb-jar_2_0.dtd";> to this: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"; version="3.0">

[JBoss-user] [JBossWS] - Re: targetNamespace for remote webservice does not like jav

2006-06-22 Thread evl123
http https and urn are not the only available URI schemes http://www.iana.org/assignments/uri-schemes.html and xml namespace has no restriction on which ones to use. http://www.w3.org/TR/REC-xml-names/ http://www.ietf.org/rfc/rfc2396.txt so since its not in the XML+Namespace part then its got to

[JBoss-user] [JBoss Seam] - Re: Beginner Question : how to configure the database

2006-06-22 Thread Holger Prause
Yeah :-) thank u very much again , i got it working :-) Now ill take a closer look at the ajax stuff, very nice beginning , finally sth works :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952834#3952834 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JBoss Seam] - Re: Beginner Question : how to configure the database

2006-06-22 Thread Holger Prause
Hello , thx to both of u ill check it , hope i get it to work :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952833#3952833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952833 Using Tomcat but need to do more?

[JBoss-user] [Installation, Configuration & Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread PeterJ
Here are the lines I added to /etc/sysconfig/iptables for JBoss: # Ports used by JBoss | -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT Then I restarted iptables: /etc/init.d/iptables restart View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [EJB 3.0] - Re: ejb-jar.xml Schema verification fails

2006-06-22 Thread logankiefer
I still have a problem with updating the xsd in the deployment but have gotten further. It seems I was compiling in JDK 1.4. Once I compiled my code in JDK 1.5 I can deploy successfully. But now I get a ClassCastException when attempting to lookup the EJB home interface. The exception occurs

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Recommendation of web.xml xsd version to use

2006-06-22 Thread logankiefer
Nope, never got an answer on this. I've noticed that the JBoss4.0.4.GA version only has the web-app_2.4.xsd. It does not have the 2.5 version, so that makes me wonder if it supports the 2.5 version. I was having problems with this. All of my JSTL tags were showing up in the JSP literally ins

[JBoss-user] [JBoss Seam] - Action not triggered

2006-06-22 Thread goeh
What should I look for when trying to find why an action is not called? I have a commandLink in an edit screen, but nothing happens when I click the button. Well... the company edit page redisplays and conversationId is disappears from the URL, but I'm not redirected to the start page as I expect

[JBoss-user] [JBoss Seam] - Re: specify a face message for @Conversational ifNotBegunOut

2006-06-22 Thread liudan2005
Great! It works now. Thanks Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952826#3952826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952826 Using Tomcat but need to do more? Need to support web services, sec

[JBoss-user] [JBossWS] - Re: String[] & jsr181

2006-06-22 Thread [EMAIL PROTECTED]
Did you try this with 1.0.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952825#3952825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952825 Using Tomcat but need to do more? Need to support web services, security?

[JBoss-user] [Security & JAAS/JBoss] - Re: Using DatabaseServerLoginModule gives Login failure

2006-06-22 Thread tefron
Now it is finally able to lookup the datasource - apperantlly the isolated flag prevented it from finiding the datasource. However, I still need this flag to prevent other null pointer exceptions. Any suggestions. P.S. I thied to use the full lookup jnp:localhost:1099/java:/jdbc/datasource with

[JBoss-user] [Installation, Configuration & Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread xijia_chen
Peter, Thank you for the quick response. the iptables is not active (when I run chkconfig --list iptables, I see all are offs) in my case I think. do you still think it is caused by iptables? Could you tell me how did you setup the iptables, did you update etc/sysconfig/iptables directly? after

[JBoss-user] [Clustering/JBoss] - AutoDiscovery Not Working in RHES 4 update 3

2006-06-22 Thread fmaredia
We want to create a cluster with three nodes. We had attempted this in Windows and it worked beautifully. This is the spec that we have for Redhat: OS: Redhat Enterprise 4 update 3 Firewall Disabled SELinux Disabled JBoss 4.0.4GA with EJB3.0 update 8 The servers are on the same V-LAN and I c

[JBoss-user] [Messaging, JMS & JBossMQ] - Where to find MDB pools in jmx-console

2006-06-22 Thread dstoleson
Sorry for the basic question, but where in the jmx-console can I view the number of MDB instances in a pool? I am trying to limit the number of MDBs in a pool and would like to verify that it is working. Thanks. -dave View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Seam] - Re: specify a face message for @Conversational ifNotBegunOut

2006-06-22 Thread [EMAIL PROTECTED]
Yes you can set the key org.jboss.seam.NoConversation in your resource bundle (messages.properties). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952820#3952820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952820

[JBoss-user] [JBoss Seam] - specify a face message for @Conversational ifNotBegunOutcome

2006-06-22 Thread liudan2005
I have defined @Conversational(ifNotBegunOutcome = Home), so when a method is invoked and the converstion is started, the user would be directed to the home page. The face message is "No conversation" by default, is there any place I can specify the message in this case? View the original post

[JBoss-user] [JBoss/Spring Integration] - issue with lazy loading of springframework

2006-06-22 Thread anicraj
Hi, Below is the one am using in my applicationContext.xml | | | | | | My app gets deployed even before the Datasource being created coz of which my app is not getting deployed. So i want the springframework to be initialized when the first call is ma

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to add notification for a queue size, Monitor a Queu

2006-06-22 Thread dstoleson
General: http://wiki.jboss.org/wiki/Wiki.jsp?page=MonitoringManagementAndProfilingTools Specific on setting up e-mail notifications: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMonitoring -dave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952817#3952817

[JBoss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2006-06-22 Thread chwang
Hi, Tony, Also I ahve a question about set JVM, you said set jvm -server -XX:NewSize=356m -XX:SurvivorRatio=16 -XX:MaxNewSize=356m -Xms400m -Xmx400m But I set JVM in run.bat set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx812m I don't where to set heap size in Jboos, please let me know. Thank you.

[JBoss-user] [JBossWS] - Re: Dependencies for running JMS Transport sample

2006-06-22 Thread dvh75
I'm really hoping to get EJB3 MDBs going with JBossWS. I know the docs state that only j2ee1.4 mdbs are supported but I was digging thru the code and was hoping to pick up some of the load. I've seen some of code for this in Fisheye, here's what I think I know: I saw where the MessageDispatcher

[JBoss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2006-06-22 Thread PeterJ
chwang, since your question is not relevant to the topic of this thread, you should start a new topic. Also, since your question is not performance related, you should post the question to a different forum, either [Beginners Corner] or [Installation, Configuration & Deployment] (but not to bot

[JBoss-user] [JBossWS] - String[] & jsr181

2006-06-22 Thread perrucci
Hi all, I'm using jbossws and jsr181 and I'm trying to expose the method @WebMethod public String[] test() { return new String[] { "a b c", "1 2 3"}; } JBossWS maps the return type of the method using the type 'xsd:NMTOKENS' which break the strings containing spaces. How can I sol

[JBoss-user] [Performance Tuning] - Re: JBoss gets 'stuck' on Win2K

2006-06-22 Thread PeterJ
I've been using tail on windows for years. It was one of the must-have utliities that I obtained when I was forced off of unix and onto windows in the early 90's. Never had a problem with it, I can even delete the file I am doing a tail on with no problems, though then I wonder why it isn't sh

[JBoss-user] [JBoss Seam] - Re: Beginner Question : how to configure the database

2006-06-22 Thread [EMAIL PROTECTED]
The docs for Hibernate EntityManager are here: http://www.hibernate.org/hib_docs/entitymanager/reference/en/html/configuration.html#setup-configuration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952811#3952811 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [Beginners Corner] - Re: ClassNotFound problems with configuration

2006-06-22 Thread fkzeljo
I have changed the structure and now it seems to work fine. The following is my current structure +harvester.ear ---ejb.harvester.jar Session.class Object.class Home.class Manifest.mf ejb-jar.xml jboss.xml ---Manifest.mf ---harvest.jar ---harv

[JBoss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2006-06-22 Thread chwang
Hi, Could you tell me how to put EJB in same class loader as Servlets. Cuurently I have an EAR, contains jar, har and war files, How can I tell they are using the same classloader ? Thank you very much. chwang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JNDI/Naming/Network] - Local EJB found when remote EJB rexpected

2006-06-22 Thread PeterJ
I am trying to access an EJB on server1 from an EJB on server2 (each server is running on its own PC). I first packaged the entire application (war and ejb-jar files) in one ear file and deployed it to server1, and verified that I could access the EJB from my web application. I then deployed t

[JBoss-user] [JBoss Seam] - Re: Proposed move of components.xml location

2006-06-22 Thread [EMAIL PROTECTED]
Yes, good point. So it naturally belongs in the war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952807#3952807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952807 Using Tomcat but need to do more? Need to support

[JBoss-user] [EJB 3.0] - Re: JIRA issue - EJBTHREE-497 - EJB3 with Java5 server and J

2006-06-22 Thread David Alves
Btw Im using JBoss 4.0.4 GA with EJB3 RC7... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952806#3952806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952806 Using Tomcat but need to do more? Need to support web ser

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Bug? Transaction timeout....

2006-06-22 Thread modjoe23
I know that I can change the default timeout value from the default 300 seconds in jta-service.xml but I am looking to change the transaction timeout for this transaction only. I've also read the spec but with no luck. Anybody out there?? Please help! View the original post : http://www.jboss.

[JBoss-user] [EJB 3.0] - Re: Bug? Transaction timeout....

2006-06-22 Thread modjoe23
I know that I can change the default timeout value from the default 300 seconds in jta-service.xml but I am looking to change the transaction timeout for this transaction only. I've also read the spec but with no luck. Anybody out there?? Please help! View the original post : http://www.jboss.

[JBoss-user] [EJB 3.0] - JIRA issue - EJBTHREE-497 - EJB3 with Java5 server and Java1

2006-06-22 Thread David Alves
Hi! This issue (the compatibility between a jdk1.4 client and a jdk1.5/JBoss/EJB3 server) appears as closed in JIRA, so I assume there is a way to use a jdk1.4 client to call a Stateless EJB3 Bean (I tryed through the previous API using PortableRemoteObject.narrow()). I of course get a major/mi

[JBoss-user] [JBossWS] - Re: ClassNotFoundException with jbossws1.0.1

2006-06-22 Thread [EMAIL PROTECTED]
JSR-181 requires JDK5 which is only in the EJB3 profile. You need to use the installer to get that. There is also an issue with the 1.0.1 release. See the sticky readme forum post for the workaround. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39528

[JBoss-user] [JBossWS] - Re: JSR 181 POJO deployment fails

2006-06-22 Thread [EMAIL PROTECTED]
Thanks, we will look into it. http://jira.jboss.com/jira/browse/JBWS-1008 -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952799#3952799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952799 Using Tomcat but ne

[JBoss-user] [Performance Tuning] - Re: JBoss gets 'stuck' on Win2K

2006-06-22 Thread Bischoje
Thanks for replying Peter, Ooh... tail utility sounds interesting. What is your experience with the windows port, does it perform well? I'm going to look into this. If tail works out, I may then just run JBoss as a system service, as described in http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBo

[JBoss-user] [JBossWS] - Re: Bug in SimpleTypeBindings marshallTimeZone

2006-06-22 Thread [EMAIL PROTECTED]
What version of SimpleTypeBinding are you looking at? This should have been fixed in: http://jira.jboss.com/jira/browse/JBXB-41 Which is 1.16 in cvs. Thanks for looking into this though. We welcome any contribution so if there are other areas of jbossws that you would like to work on let us kno

[JBoss-user] [JBoss jBPM] - Re: GPD Locking Up Eclipse

2006-06-22 Thread ibivibiv
Awesome!!! I got the latest GPD update from sourceforge and it went away. Thanks guys!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952796#3952796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952796 Using Tomca

[JBoss-user] [JBossWS] - Re: JBossWS 1.0.1.GA JSR181 and WebServiceHost property

2006-06-22 Thread [EMAIL PROTECTED]
[uri]http://jira.jboss.com/jira/browse/JBWS-1007[/uri] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952795#3952795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952795 Using Tomcat but need to do more? Need to suppo

[JBoss-user] [JBossWS] - Re: JBossWS 1.0.1.GA JSR181 and WebServiceHost property

2006-06-22 Thread [EMAIL PROTECTED]
Yes its currently zipped, we will explode it in the next update. The reason it moved from jboss-service.xml is to support decoupling from JBoss Application Server. jbossws.beans is a jboss microcontainer deployment which can be bootstrapped in other environments (provided there is the appropriat

[JBoss-user] [JBossWS] - README - 1.0.1 Installation Workaround

2006-06-22 Thread [EMAIL PROTECTED]
Hello everyone, It has been brought to our attention that there is a deployment ordering related issue with 1.0.1 that affects any jboss instance that was installed using installer (source builds, and the zip distribution don't have this problem). For more information, and the workaround see:

[JBoss-user] [JBossWS] - Re: WStools; Parameter names (Newbie question)

2006-06-22 Thread [EMAIL PROTECTED]
I should also note that we are working with sun to try and get parameter information included in the byte code. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952791#3952791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [JBossWS] - Re: WStools; Parameter names (Newbie question)

2006-06-22 Thread [EMAIL PROTECTED]
The problem is that Java does not store the paramter names in the class file. If the class is compiled with debugging, then they can be derrived, but the differing behavior would be confusing, so tools consistently goes with the type_position format. You can however use the configuration file t

[JBoss-user] [Installation, Configuration & Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread PeterJ
What are your firewall settings? I ran into the same problem until I configured iptables to open port 8080. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952786#3952786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Management, JMX/JBoss] - Re: Problem locating an MBeanServer

2006-06-22 Thread PeterJ
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84303 for a complete program. The mbean name I used was based on my data source, but you could subsistutue DefaultDS for ProductDS and it should work. Or pick a name from the jmx-console. View the original post : http://www.jboss.c

[JBoss-user] [JBossWS] - Re: Install on JBoss 4.0.4.GA/JBossWS 1.0.1.GA

2006-06-22 Thread [EMAIL PROTECTED]
Hello, See the last post here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=84783&start=10 -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952784#3952784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Installation, Configuration & Deployment] - Failed to reach an application on JBOSS AS running on a rem

2006-06-22 Thread xijia_chen
Greeting I install JBOSS AS 4.0.2 on a linux env, deployed an ear (war +jar) to the application server and start the JBOSS AS successfully( without seeing any error) by running sh ./run.sh. But, when I tried to reach the application (on a remote server machine running linux and it is

[JBoss-user] [Performance Tuning] - Re: JBoss gets 'stuck' on Win2K

2006-06-22 Thread PeterJ
What I usally do is redirect stdout and stderr to a file, this usually does the trick. You can either edit run.bat to do this all the time (this is what I do), or just remember to do it every time you run run.bat. If you need to keep tabs on the console output, you can always use the tail util

[JBoss-user] [JBossWS] - Re: EJB3 + WebServices + Type Schema Generation

2006-06-22 Thread pablojavierpy
Great! When is 1.0.2.GA scheduled to be released? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952780#3952780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952780 Using Tomcat but need to do more? Need to support

[JBoss-user] [JBossWS] - Re: JBossWS 1.0.1.GA JSR181 and WebServiceHost property

2006-06-22 Thread pablojavierpy
Any words about this issue? Do I have to change "jbossws.beans" as the only way to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952779#3952779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952779 Using Tom

[JBoss-user] [JBossWS] - Re: JSR181 and Secure Endpoints

2006-06-22 Thread pablojavierpy
Any help about this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952778#3952778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952778 Using Tomcat but need to do more? Need to support web services, security? G

[JBoss-user] [JBoss Portal] - Re: Session Timeout

2006-06-22 Thread Stefan_Tausendpfund
Hello, as far as I know there are two parameters: server/default/deploy/jboss-portal.sar/portal-server.war/WEB-INF/web.xml controlling portlet session timeout of portlets /server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml the HttpSession Timeout. regards Stefan View the original

[JBoss-user] [Performance Tuning] - Re: JBoss gets 'stuck' on Win2K

2006-06-22 Thread Bischoje
I am reviving an old topic, because I still have an issue with this. Turning off "quick edit" mode makes left-clicking on the jboss window safe, but right-clicks still get it "stuck." Even worse, a double-right click can send it into "mark" mode, which could leave it stuck indefinately! These p

[JBoss-user] JBossWS and a 1.4 JDK

2006-06-22 Thread Matthew Wringe
Hi, I am trying to follow the wiki article on how to install JBoss 4.0.4 GA and JBossWS 1.0.0 GA: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstallJBoss40x Except, that the instructions seem to be no longer valid. Building JBossWS appears to require having built JBoss with a 1.5 jd

[JBoss-user] [Security & JAAS/JBoss] - Re: No truststore by default for JBoss?

2006-06-22 Thread ljnelson
Hello; thank you for your reply. Of course we aren't doing anything with Tomcat. The chapter you mention talks about setting up a keystore for pushing a certificate out at clients who wish to connect to your secure website; we're having problems pulling a certificate from a secure server to wh

  1   2   3   >