[JBoss-user] [Beginners Corner] - Re: Database issues

2005-07-28 Thread vashistvishal
https://www.jboss.org/index.html?module=bb&op=viewtopic&t=36910&start=310 All the issues with this tutorial are coverd here. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887221#3887221 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [JBossCache] - Re: Multicast failing on Windows

2005-07-28 Thread [EMAIL PROTECTED]
Use run -b 1.2.3.4 when starting JBoss, or set the interface with -Dbind.address=1.2.3.4 when starting JGroups standalone View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887220#3887220 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Beginners Corner] - Database issues

2005-07-28 Thread shivani
Hi, I am workin with the Tusc tutorial and I am having the following problem.When i execute a query it jus exits the method and print the intialization value of what ever I ask for .It does not retrieve the required information from the database.Can someone please throw some light on this? Th

[JBoss-user] [Security & JAAS/JBoss] - custom security interceptor

2005-07-28 Thread colin_daly
Hi, In order to test new role based restrictions on an existing application, I'd like to hack the security interceptor to just log security violations instead of throwing exceptions. Then would significantly reduce the time necessary to weed out problems. I wrote the custom interceptor and re

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.xml.sax.SAXParseException

2005-07-28 Thread preeti12
Hi, My web.xml file is: http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";> CPSDispatcher com.gepower.geep.cps.CPSDispatcher AdminEmail driver

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.xml.sax.SAXParseException

2005-07-28 Thread vashistvishal
Can u please provide more debug on error - like stack trace for the error. On the face of it, it's coming because an element 'type' is either missing or not closed properly in some xml file. Probably in web.xml or jboss.xml View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Installation, Configuration & Deployment] - org.xml.sax.SAXParseException

2005-07-28 Thread preeti12
Hi, I am trying to deploy a war file in Jboss developed in webloic . I am getting the following exception. org.xml.sax.SAXParseException:element type "type" must be declared Can somebody tell me how to remove this exception. preeti View the original post : http://www.jboss.org

[JBoss-user] [JBossCache] - Re: Multicast failing on Windows

2005-07-28 Thread Rafael Steil
Ok, I solved the problem. It was not working because I hadn't set up the loopback interface :D Rafael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887208#3887208 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388720

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - location of compiled jsp files on jboss4.0.2?

2005-07-28 Thread cpalm
Does anybody know where the compiled jsp files are located in jboss4.0.2? I'm trying to debug a .jsp and need to see the file_jsp.java generated file. Thanks, Chris View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887207#3887207 Reply to the post : http://ww

[JBoss-user] [Clustering/JBoss] - Re: clustering problems - nodes fail to cluster

2005-07-28 Thread [EMAIL PROTECTED]
// I start jboss with "run.sh -b 0.0.0.0 -c all". Lose the -b 0.0.0.0 option View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887206#3887206 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887206 --

[JBoss-user] [Security & JAAS/JBoss] - how to setUserrprincipal()

2005-07-28 Thread prof214
hi. how to setuserprincipal() after the user login? without using j_security_check. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887203#3887203 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887203 -

[JBoss-user] [JBossWS] - JBoss + Web Service Client

2005-07-28 Thread samokk
Hi, I'm getting some trouble using Spring automatic client stub generatior for a web service.. - If I use it outside of any J2EE container, with axis and axis-jaxrpc, no problem, it works beautifully. - However, if I run it inside JBoss ( I haven't tried any other j2ee container), it crashes a

[JBoss-user] [JNDI/Naming/Network] - Re: java: prefix for datasources

2005-07-28 Thread frankgrimes
See the resource-ref tag of jboss.xml and jboss-web.xml. e.g. http://www.huihoo.com/jboss/online_manual/3.0/ch07.html http://www.huihoo.com/jboss/online_manual/3.0/ch07s22.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887192#3887192 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - how to lookup EJB deployed in weblogic from my app

2005-07-28 Thread harappa75
Hi, I need to lookup an EJB deployed in Weblogic 7.1, from my EJB in JBoss. I tried creating a context for my weblogic with weblogic.jndi.WLInitialContextFactory and t3://localhost:7021 (weblogic factory and url). I put the weblogic.jar file in my ear file. and also copied it to jboss/lib

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: jboss-hibernate.deployer/ missing commons-collections-2.

2005-07-28 Thread frankgrimes
Yes, it was accidentally omitted from the jboss-4.0.2 binary distribution. You'll need to add it manually to your server/lib directory or upgrade to jboss-4.0.3-RC1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887189#3887189 Reply to the post : http://www

[JBoss-user] [Clustering/JBoss] - Clustering and load balancing - how to disable

2005-07-28 Thread radeksoucek
Hi guys, Could you please help me with my problem regarding Jboss configuaration? I have several servers running jboss on the same network and I need to disable all comunications between the instances. I understand that the Jboss instances broadcast network messages in order to communicate with

[JBoss-user] [Beginners Corner] - JBoss 4.0.3RC1 / EJB3 / JBossIDE / Mac OS X 10.4 Tiger

2005-07-28 Thread kostaboss
Hi, i was ogling with a little iBook 12" and i was wondering if anybody got experiences with running JBoss 4.0.3RC1 with Mac OS X 10.4 and EJB3 Support. As I looked into it, there is a JAVA 5 release, so it should be possible, but I was wondering if anybody has experiences on this. And maybe

[JBoss-user] [Installation, Configuration & Deployment] - Installing JBoss 4 from jpackage.org

2005-07-28 Thread sethtrain
Has anyone installed JBoss 4 from jpackage.org? I can't seem to get it to work or understand which rpms to install. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887184#3887184 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How can I get all sessions between the JbossMQ provider

2005-07-28 Thread revol
Who can help me? Thank in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887182#3887182 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887182 --- SF.Net ema

[JBoss-user] [EJB/JBoss] - JBoss weblogic integeration

2005-07-28 Thread harappa75
Hi, We have an app in weblogic and an app in JBoss. From my session bean in JBoss I need to use some of the SeesionBeans in Weblogic. I tried setting the provider url to t3://localhost:7021 (this were my weblogic is running) and set the INITIAL_CONTEXT_FACTORY to "weblogic.jndi.WLInitialC

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-07-28 Thread nehring
The WSDL document is the contract between the server and client.Unless you're using non-standard SOAP types, i.e. passing serialized objects, the client and server language/technology doesn't matter.Passing opaque objects may require the client to be a particular technology and would re

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-07-28 Thread ibsscott
I'm thinking the problem is that my client does not have access to the jaxrpc-mapping.xml file and that I will need a J2EE client to help out. Any thoughts? Is there any other way to do this? Does a J2ee client limit me to only talking to java clients? How would a non-java app send me an xml d

[JBoss-user] [JBoss Portal] - Re: DivDecorationRenderer.java

2005-07-28 Thread matw
I have to agree with you on the maximise feature being hard being a sort of un-necessary feature. That said though, the use of portlets is somewhat to give the user the feeling of being "in control" to some degree. I like the layout you posted, the thought of setting the header border styles to

[JBoss-user] [JNDI/Naming/Network] - Re: java: prefix for datasources

2005-07-28 Thread borinsm
Is this what you are looking for? Configuring a DataSource for remote usage As of jboss-4.0.0 there is support for accessing a DataSource from a remote client. The one change that is neccessary for the client to be able to lookup the DataSource from jndi is to specify use-java-context=false as

[JBoss-user] [Beginners Corner] - XA versus non-XA datasource

2005-07-28 Thread FourierXform
Hi, I am not sure what the difference is between, say, the oracle-ds.xml versus the oracle-xa-ds.xml datasource. Which one should I use? What are the benefits? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887164#3887164 Reply to the post : http

[JBoss-user] [JBoss Portal] - Re: hot-redeploy of config files

2005-07-28 Thread matw
Hi, Re-deploying the project.war(via ant) will undeploy the the old project.war, then deploy the new project.war. The server needs to undeploy the old project first then deploy the new one so that the config files are re-read. The only other way(i think?) would be if there was a stop-start featu

[JBoss-user] [JBoss Portal] - Multipart request and jboss portal

2005-07-28 Thread patrickdalla
Does Jboss Portal functions with requests with enctype = "multipart/form-data". I'm trying to make a upload form but i'm having some problems. When I press submit it gets back to the same form without processing anything. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Security & JAAS/JBoss] - JBoss JAAS grant Principal equivalent

2005-07-28 Thread adamp
I have a standalone application that will become a web app. Security is pretty central and I use JAAS in the standalone version. I've got the login module configured under JBoss so I can login the same way I do in the standalone. However, I can't seem to get my Principals configured correctly

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - jboss-hibernate.deployer/ missing commons-collections-2.1.1.

2005-07-28 Thread vatsanc
Is the deploy/jboss-hibernate.deployer in JBoss4.0.2 missing the commons-collections-2.1.1.jar ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887154#3887154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887154 ---

[JBoss-user] [Advanced Documentation] - Re: Outside Container JNDI Access

2005-07-28 Thread borinsm
I am also looking for an answer to this question and would appreciate any help offered. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887153#3887153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887153

[JBoss-user] [Messaging, JMS & JBossMQ] - HAJMS with multiple Standalone JBossMQ ?

2005-07-28 Thread abhishek_arora1
Hi, Is it possible to use HAJMS while running multiple Standalone JBossMQ servers? Can anyone please guide me for the same. The HAJMS docs talk about, running the Jboss server in "all" mode. I just need the JBossMQ standalone, but need HA over it. Please let me know if the same is possible, if s

[JBoss-user] [JBossWS] - Re: Not Synchronized Error

2005-07-28 Thread chaseja
And here is the method signature: | public GetSupplierResp getSupplier(GetSupplierReq req) throws | business.supplier.ws.ServiceException, java.rmi.RemoteException; | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887148#3887148 Reply to t

[JBoss-user] [JBossWS] - WSDOCServiceStepByStep help

2005-07-28 Thread ibsscott
I have followed the example very carefully. I am able to receive the object on the server but when I send it back to the client, the client objects to it: This is my SEI: public WebServiceSessionEndpoint_process_ResponseStruct process(WebServiceSessionEndpoint_process_RequestStruct request) th

[JBoss-user] [JBossWS] - Re: Not Synchronized Error

2005-07-28 Thread chaseja
In fact, I get the same error regardless of whether I'm doing document literal or rpc literal. Jon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887146#3887146 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887146

[JBoss-user] [Beginners Corner] - Jboss multi-instances and queue sharing

2005-07-28 Thread xinhe
Hi, there, I created four instances of jboss AS on one machine and create a queue. I want one node to send messages and all AS instances can consume them. BUT right now each node can only consume its own message. How can I reach my goal ? I created a jbossmq-service.xml and put it to com

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - HttpSession Replication for node on different machines

2005-07-28 Thread sandeep123
please help me to configure HttpSession Replication incase of node running on differnt machines.I am able to handle replication on nodes running on same machines. Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887143#3887143 Reply to t

[JBoss-user] [EJB/JBoss] - Error: detached entity passed to persist

2005-07-28 Thread FourierXform
Hi, I have been scratching my head for days trying to figure out this error message. I went through the EJB3 Trailblazer using the JBoss-IDE. The error is shown below: [CODE] [[AuthorServlet]] Servlet.service() for servlet AuthorServlet threw exception javax.ejb.EJBException: null; CausedByExc

[JBoss-user] [JBossCache] - Multicast failing on Windows

2005-07-28 Thread Rafael Steil
Hi, I'm having some problems with multicasting here: basically, if I have my box offline (not connected to the Internet), jboss cache works fine. However, if I put it online, the program does not see the other cache nodes. I read somewhere that there are some programs that get "comfused" when

[JBoss-user] [JBossWS] - Not Synchronized Error

2005-07-28 Thread chaseja
jboss 4.0.2 Any idea why I would be getting the following error when I'm doing RPC literal? I've found that it tends to happen when using doc literal, but I'm not doing that... "The OperationDesc for getSupplier was not synchronized to a method of com.business.SupplierService" | at

[JBoss-user] [JBoss Portal] - Re: Layout: How to add EDIT and HELP into window titleborder

2005-07-28 Thread mholzner
This area of the portal is still kind of experimental in 2.0 that's why we were sort of hiding it. For the 2.2 release this will be a core feature and there will be documentation for it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887139#3887139 Reply t

[JBoss-user] [JBoss Portal] - Re: Layout: How to add EDIT and HELP into window titleborder

2005-07-28 Thread danny_hon
I found the answer, which is fairly simple. Just need to add "A.viewMode", "A.editMode", and "A.helpMode" style in the style sheet. This is specific to the divRenderer that I am using. If you are using other renderer, it may be use different style. I have to go through the source code to fig

[JBoss-user] [Security & JAAS/JBoss] - Re: How to Forward to a Particular Page if Login is of a Par

2005-07-28 Thread kenlohwh
Is there anybody who could help me with the question that I've asked ? As no answer has been forthcoming, I guess it might be that my question is ambiguous. Therefore, I'll try again to be more specific. Conventionally, using j_security_check under JBossSX, if a user fails to login, he will be

[JBoss-user] [Advanced Documentation] - httpsesssion replication

2005-07-28 Thread sandeep123
hi all, my problem is that i am able to replicate httpsession on different node running on same system.But Httpsession replication is not working in case of instance running on different machines. please help me out. Thank in advance View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Installation, Configuration & Deployment] - Re: Log4J & SMTPAppender

2005-07-28 Thread rafcio
"jiwils" wrote : Try using the HTMLLayout by using the following layout elment in your SMTPAppender element: | | | | As this is really a Log4j question, you should reference the Log4j website (http://logging.apache.org/log4j/) for help with questions like this. I did, but didn't get r

[JBoss-user] [JBossWS] - problem with babelfish

2005-07-28 Thread mwaschkowski
Hi All, I'm using similiar code as below to connect to other web services, but it doesn't seem to be working for babelfish. Anyone tell me why? I'm wondering if its an incompatible WS somehow. If so, can anyone tell me how I could figure that out? Something in the wsdl maybe? Any ideas apprecia

[JBoss-user] [Installation, Configuration & Deployment] - a few jar files in a jar, ear, or war files.

2005-07-28 Thread chwang
Hi Folks, I have many jar files that need be used. if I put these jar files into D:\jboss-4.0.1\server\default\lib, I am afraid of mess up. Can I put these jar files into a one jar fiels, or ear, or war. which way is the beast. Or Can create a directory D:\jboss-4.0.1\server\default\lib\myjar

[JBoss-user] [Security & JAAS/JBoss] - New LdapExtLoginModule added

2005-07-28 Thread [EMAIL PROTECTED]
A more flexible ldap login module has been added for 4.0.3 that has support for navigating hiearchical roles. See the following wiki page for details and examples: http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapExtLoginModule If you want to try it out ahead of a 4.0.3 release, see the following j

[JBoss-user] [JBossWS] - Re: Web Services with XML document or attachment

2005-07-28 Thread ibsscott
And one more thing... don't stop to check for the "not synchronized" problem that is stated in the example. I didn't get it which made me think I had done something wrong. I got a different error that I can't recall right now. View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JBoss Getting Started Documentation] - Very Very Beginers question -tutorial setup

2005-07-28 Thread colr__
I know this is probably something ridiculously easy, and so I?m embarrassed to even be asking, but I?m kind of stuck! I?ve been reading over the JBoss tutorial (the one that uses the Dukes Bank demo) and have got up to chapter 4 where it states: anonymous wrote : The file is packaged as a ZIP a

[JBoss-user] [JBoss Portal] - Re: Demo of JBoss Portal

2005-07-28 Thread gravyface
After struggling with the MySQL version of the installation, I just decided to download the jboss-4.0.2/jboss portal 2.0 package. All you have to do is browse to the /bin directory and double-click run.bat. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38871

[JBoss-user] [Installation, Configuration & Deployment] - Problem starting JBoss 4.0.2 in debug mode with JDK 5.0

2005-07-28 Thread rintin
Hey all, Relatively new to JBoss and am trying to run it in debug mode within JVM 5.0. The debug arguments I am passing to "org.jboss.Main" at startup are: "-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005" The server startup outputs the foll

[JBoss-user] [JBossWS] - Re: Web Services with XML document or attachment

2005-07-28 Thread ibsscott
I just followed WSDOCServiceStepByStep. Finally the server side is working. I am getting java.lang.ClassCastException: org.apache.axis.Message back on the client side, but it could be that I have not populated all of the fields of the bean. The trick is to override the SEI response and reque

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - images and html content not refreshing

2005-07-28 Thread gopinath.br
Hi, I am having strange problems with the html content. After I make a few changes to the html content in a jsp file and redeploy the war file, the new changes are not getting effected. It is not refreshed even if I restart JBoss server. Looks like the content is getting cached somewhere, but I

[JBoss-user] [JCA/JBoss] - Re: Problems with informix

2005-07-28 Thread frankgrimes
FYI, 3.00JC2 seems to have resolved the ifxjdbc.jar dependency on ifxjdbcx.jar: >From the release notes's list of fixed bugs: "171425 IFXJDBCX.JAR IS NOW REQUIRED. JAVA.LANG.NOCLASSDEFFOUNDERROR: COM/INFORMIX/JDBCX/IFXXAREUSABLECONNECTION" It's available here: http://www14.software.ibm.com/weba

[JBoss-user] [EJB/JBoss] - Re: Unable to catch the naming exception - please help!

2005-07-28 Thread abitha
Actually I am catching a general Exception in my code - but it never reaches that part of it. So I am thinking that there is a bug somewhere - even though lookup is supposed to throw NamingException, someone else is catching it and not throwing it up to the next level - probably org.jnp.interfa

[JBoss-user] [Installation, Configuration & Deployment] - Re: application specific configuration data. Where is best

2005-07-28 Thread stevecoh2
Further info here - what I am looking for is something like the PropertiesService.xml but which can read xml formatted data. And we are using JBoss 3.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887110#3887110 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Messaging, JMS & JBossMQ] - hajms wiki examples

2005-07-28 Thread itai2ee
Hi, Im trying to run the hajms-example.sar from the wiki on 2 nodes running on the same windows machine. I followed the steps and all seem well until the last steps: after stoping the master node and trying to recieve the messages from the client i get the following exception: javax.naming.NameN

[JBoss-user] [Beginners Corner] - Re: Help on using Jboss 4.0.2 and MySQL 4.1.13

2005-07-28 Thread fbiaggi
| /** | * ejbCreate method for a CMP entity bean | * @param argHad010 java.math.BigDecimal | * @exception javax.ejb.CreateException The exception description. | * @exception java.rmi.RemoteException The exception description. | */ | public SdhadKey ej

[JBoss-user] [Installation, Configuration & Deployment] - application specific configuration data. Where is best plac

2005-07-28 Thread stevecoh2
Our application has need of reading (not writing) application-specific, deployment-specific metadata from an xml file whose content would vary from one deployment site to another. I would like to drop this file somewhere like the server/conf directory. Can this be done without causing problems

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss 4.0.2 EJB3 Problem catching exception while persisting

2005-07-28 Thread Jonefun
I'm using JBoss 4.0.2 with EJB 3.0 support on Firebird 1.5 database. I intended to place a unique constraint on the Email field of my Customer entity so that I can catch instances where two users attempt to register with the same Email address. My first plan was to do a search before I attempted

[JBoss-user] [Installation, Configuration & Deployment] - .sar deployment

2005-07-28 Thread isellakuria
I have set up JBoss to work with a mySQL datasource. I want to deploy a .sar folder that comes with jbpm's starter's kit but with a few changes (in jbpm-3.0.jar and in the jbpm.sar.cfg.jar) I made to make jbpm work with mySQL. When I deploy the .sar folder I get the following error: 17:35:31,39

[JBoss-user] [EJB/JBoss] - Re: Help stuck with JBoss 4.0.2 and MySQL 4.1.13

2005-07-28 Thread fbiaggi
metainf\ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887105#3887105 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887105 --- SF.Net email is Sponsored by the Bet

[JBoss-user] [Management, JMX/JBoss] - Re: [noob] JMX for remote configuration?

2005-07-28 Thread genman
Yes JMX is the way to go. It so happens that the mail service has its properties read-only, but that's because of how it was written. Take a look at the code in CVS for MailService.java. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887101#3887101 Reply t

[JBoss-user] [JBossWS] - Re: Web Services with XML document or attachment

2005-07-28 Thread ibsscott
I don't have a valid reason other than I was concerned about how much text the String could hold. How large a document can I receive? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887100#3887100 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBossWS] - Re: Web Services with XML document or attachment

2005-07-28 Thread jplewes
We have had issues with passing XML via SOAP but only the "xml within xml" issue. Our solution was to encode the XML source and pass it as string. On the WS side we would decode and build a new XML object from the string contents. Why is it required that you do not pass your document as string

[JBoss-user] [Advanced Documentation] - Outside Container JNDI Access

2005-07-28 Thread rathorev
How can I access JNDI components from outside the Web/App Server container. (I am able to access the same from a servlet or a JSP running from same or defferent PC) My server is running on some PC, I want to write a simple Class with main (String []) method to access the JNDI components from a

[JBoss-user] [Clustering/JBoss] - ClusteredSingleSignOn - TreeCacheSSOClusterManager fails to

2005-07-28 Thread drzewo
I'am constantly getting this on both server startup as well as on each SSO replication event. 16:45:53,212 INFO [TreeCacheSSOClusterManager] Cannot find TreeCache using jboss.cache:service=TomcatClusteringCache -- | treeCacheName must be set to point to a running TreeCache before ClusteredS

[JBoss-user] [JBossWS] - EJB Exception handling

2005-07-28 Thread erik777
Does anyone know the rules of how to throw and catch exception using stateless session bean web services that also have a remote and local interface? I've noticed that it deploys without error if you throw Exception or RemoteException, although you can't throw the latter from your bean if you ha

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message no visible from QueueBrowser

2005-07-28 Thread [EMAIL PROTECTED]
The next person to say "BUG" at the drop of a hat without any evidence gets their profile deleted. :-) http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPostBug If it was a "bug", then you have a reproducable testcase that shows it is not doing what it says it is supposed to do in the documentation or

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Migrating from Weblogiv to JBoss

2005-07-28 Thread mparaz
#1 is in fact the JMS default (javax.jms.DeliveryMode.PERSISTENT). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887081#3887081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887081 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is 100 - 100KB msgs/sec achievable in JBossMQ?

2005-07-28 Thread mparaz
I got a recommendation against using MySQL for blobs here. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887080#3887080 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887080 --

[JBoss-user] [JBossWS] - Re: Timeout in connecting WS

2005-07-28 Thread pledge
I had this problem recently. Go to http://ip:8080/ws4ee/services When you hover over the wsdl link see if it pointing to the correct ip address or its internal hostname. If it is not the ip address go to deploy/jboss-ws4ee.sar/META-INF/jboss-service.xml Edit to be the external IP address. View

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - large request body

2005-07-28 Thread nitinjain
Hi there, Can anyone tell me that is there any limit in JBoss 3.2.3 for request body data. Can we set the limit of the request body data that a POST request can handle? Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887077#3887077 Reply t

[JBoss-user] [Clustering/JBoss] - Re: New to clustering

2005-07-28 Thread vignesh76
Hi Nitin, mod_jk currently supports only one method of load balancing i.e, weighted round robin. As you may be aware now, the workers.properties configuration file defines the configuration for each node as follows. # Define list of workers that will be used # for mapping reques

[JBoss-user] [JBossWS] - Re: xml encription and signature in JBossWS

2005-07-28 Thread pledge
Is there a guide to using the new xml security? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887073#3887073 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887073 -

[JBoss-user] [EJB/JBoss] - Re: A CMR collection may only be used within the transction

2005-07-28 Thread blackandwhite
Any ideas? Who can help me? Thx! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887075#3887075 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887075 --- SF.Net ema

[JBoss-user] [EJB/JBoss] - Re: Unable to passivate due to ctx lock

2005-07-28 Thread blackandwhite
Thanks Stefan for your reply. I will upgrade my jboss version. I'd glad to discuss jboss problem with you, my email is [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887072#3887072 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Beginners Corner] - Accessing application-specific configuration data

2005-07-28 Thread stevecoh2
Our application has need of reading (not writing) application-specific, deployment-specific data from an xml file whose content would vary from one deployment site to another. I would like to drop this file somewhere like the server/conf directory. Can this be done without causing problems? I

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-07-28 Thread mwaschkowski
jtsoong - just read the wiki, as suggested on DII clients. You will see example of 5 parameter method that works. Regards, Mark View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887070#3887070 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.02 with Hibernate2

2005-07-28 Thread cuoz
Hmm, I am having the exact same issue on JBoss4.0.2 with Jbpm. I thought it was something related to how Jbpm was packaged and have a post on their forum. I have been trying to repackage Jbpm to be a self-contained EAR file with it's own classloader but this issue has kept me from being able t

[JBoss-user] [EJB/JBoss] - EJB3 Entity Bean - remove record

2005-07-28 Thread aho
The examples in the EJB3 tutorial show how to add a record using EntityManager.persist. I would appreciate if someone can provide an example on how to find a record and then delete it. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887068#3887068 Re

[JBoss-user] [EJB/JBoss] - Re: EJB3 Tutorial - Entity Bean

2005-07-28 Thread aho
Thanks catton2000. In my server\default\deploy\ejb3.deployer\META-INF\ folder the contents of the persistence.xml is shown below. I guess the create-drop says it all. I would like to implement a persistence.xml file for MySQL database. Do you know an example anywhere? hibernate.transaction.ma

[JBoss-user] [JCA/JBoss] - using Cloudscape/Derby as Datasource

2005-07-28 Thread ware
Hello! I want to use Cloudscape/Derby as a Datasource for my ejbs and jms. can any one can explain me how to configure the xml files to work with Cloudscape/Derby? Thank you, Netanel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887065#3887065 Reply to

[JBoss-user] [Management, JMX/JBoss] - [noob] JMX for remote configuration?

2005-07-28 Thread dhartford
Hey all, I plead ignorance to JMX, but it seems like this may be the right place to ask. Is JMX the proper technology to allow for remote configuration of services? For example, the mail-service.xml seems to tie to an MBean...but in the jboss JMX-Console, most of those properties are read-only

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message no visible from QueueBrowser

2005-07-28 Thread schrouf
If you do not use message selectors and you are sure that the 'missing' messagehas not already been consumed, than it sound's like a bug. Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887063#3887063 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Messaging, JMS & JBossMQ] - Message no visible from QueueBrowser

2005-07-28 Thread delboy
Hi there, We are using jms in our application and we need to be able to see the messages that are in the queue at any given time. We have used the QueueBrowser to search the queue and it seemed to work ok. However upon closer inspection we found we were missing a message. If i place say, 3 item

[JBoss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2005-07-28 Thread JianfengQian
http://www.jboss.org/products/jbossas/docs at the line "JBoss AS Getting Started Guide 4.0.2 Rev 4 May 27, 2005 " point downlaod,you get a zip file. unzip it ,you well find the jbossj2ee-src.zip. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887061#3887

[JBoss-user] [EJB/JBoss] - Re: Static Reference in EJB Container

2005-07-28 Thread andrewbetencourt
Solution: In Jboss.xml add code: | |br.com.:loader=MyEntity.jar | | where br.com. - unique name in Jboss Context MyEntity.jar - jar name This xml configuration create one ClassLoader for each applicatio

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss 4.02 with Hibernate2

2005-07-28 Thread akoumar
I am trying to setup Hibernate2 in JBoss4.0.2. I have a SAR file for hibernate service with the following contents: - /meta-inf/jboss-service.xml | | jboss.jca:service=RARDeployer | jboss.jca:service=Lo

[JBoss-user] [JBoss Getting Started Documentation] - Re: looking for jbossj2ee-src.tgz

2005-07-28 Thread JianfengQian
http://www.jboss.org/products/jbossas/docs JBoss AS Getting Started Guide 4.0.2 Rev 4 May 27, 2005 point downlaod,you get a zip file. unzip it ,you well find the jbossj2ee-src.zip. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887058#3887058 Reply to the po

[JBoss-user] [Installation, Configuration & Deployment] - Re: trying to untar jboss-4.0.2 and getting a check sum erro

2005-07-28 Thread alexandre_correa
You are right jeremy. The jboss tar file is built with a GNU tar compliance. The solaris tar is different from that one. I had the same problem. Try to get the zip version, and it will work fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887057#3887057

[JBoss-user] [Installation, Configuration & Deployment] - 4.0.2 throws ClassNotFound : org.apache.commons.collections.

2005-07-28 Thread ohioedge
I looked into 4.0.1 jar-versions. It refers to http://www.jboss.org/"; implURL="http://www.jboss.org/"; sealed="false" md5Digest="a97ddbc418125b88d7ad4331d156c941" /> The 4.0.2 jar-versions.xml doesn't. Is this why I am getting ClassNotFound org.apache.commons.collections.StringStack exceptio

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication in jBoss

2005-07-28 Thread tcherel
Go through the following topic: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=66988, it should give you a good set of information to start with. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887053#3887053 Reply to the post : http://www.jboss.or

[JBoss-user] [Beginners Corner] - Non EJB classes into Business Tier

2005-07-28 Thread alexandre_correa
Hi guys, I'm developing an application whose business tier is accessed through some EJBs, that uses some non EJB classes to help them to acomplish their tasks. I would like to initialize those non EJB classes at server startup. Someone knows how can I do that? Another questions is: some of thi

[JBoss-user] [JBoss Portal] - Re: DivDecorationRenderer.java

2005-07-28 Thread scottlholmes
What I came up with is to kick the Maximize altogether. The reason for this is two-fold. One - there's no precident for maximize out there "in-the-wild". i.e. There's no web sites to my recollection that I've visited over the past five years that have maximize button. SO - this could be consid

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Rollback affects both Hypersonic database and Oracle

2005-07-28 Thread CWEAVER1321
Ok, where do I set the retry to 1. If my EJB method rollsback I don't want to try again at all. Where do I set the retries to a different number. Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887048#3887048 Reply to the post : http://w

[JBoss-user] [Beginners Corner] - hibernate class not found?

2005-07-28 Thread qwidjibo
Just a simple question, just starting out with jboss and hibernate so be gentle. I currently have two hibernate classes in my har file which share a association, but hibernate doesn't seem to recognise the classes unless they are in the same package. When I try to deploy the two classes in s

[JBoss-user] [Beginners Corner] - Fibo tutorial jboss 4.0.2

2005-07-28 Thread tomand
Hello, I've a small problem with the tutorial. I think jboss can't create the bean because he throw a exception. If I press compute the following message appears: null object name java.lang.IllegalArgumentException: null object name at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBea

[JBoss-user] [EJB/JBoss] - Unique key constraint in a CMP using JBoss 4.0.2 and MySQL 4

2005-07-28 Thread pittupgd
Hi All, I am using an entity bean to create my table in MySQL4.1.13 I have a table called user which has userid,username,password as its columns. The userid is a primary key over here. But I want the user name to be unique. I.e if a user with the name 'Adrian' is present in the database then anoth

[JBoss-user] [JBossWS] - WEB Service NOT working

2005-07-28 Thread mamato
Hi, I'm using JBoss 4.0.2 with JVM 1.4.2.07 I'm trying to make ws4ee working but without success. The relevant part of my jboss.xml: java:/jaas/JBossWS WS WSBean WSLocal WSBeanEndPoint /Omniaweb/* BASIC

  1   2   >