[JBoss-user] [Security & JAAS/JBoss] - Re:

2004-08-10 Thread [EMAIL PROTECTED]
Roles not in the 'Roles' group do not exist as far as the standard apis are concerned. You would have to get the Subject and uses the Application role group yourself. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844755#3844755 Reply to the post : http://ww

[JBoss-user] [Security & JAAS/JBoss] - "Roles" and rolegroups

2004-08-10 Thread spiritualmechanic
I'm writing a small web app to modify/maintain roles.properties and eventually have versions for database/ldap. How do roles that aren't in "Roles" work? Are they even visible to the web tier? I'm using this test JSP: <% out.println(request.isUserInRole("Role3")); %> <% out.println(request.isUs

[JBoss-user] [JCA/JBoss] - Re: Connection failure during managed transaction

2004-08-10 Thread jadigby
We've had a similar problem for a long running bean. We're running JBoss 3.2.1 against an Interbase database. The exception (javax.resource.ResourceException: "Interrupted while requesting permit!") is thrown in the following piece of JBoss code: | class org.jboss.resource.connectionmanager.

[JBoss-user] [Installation & Configuration] - Re: Disabling all messages show in console window

2004-08-10 Thread muralikri_bng
thanx genman wht i have done so far is that in log4j.xml i have given the 'Threshold' to FATAL for appender 'Console'. So i am not recieveing any messages as of now. but i didt find anything which which turns it off. Thanx again. Murali View the original post : http://www.jboss.org/index.html

[JBoss-user] [HTTPD, Servlets & JSP] - Re: conf/web.xml gets truncated

2004-08-10 Thread [EMAIL PROTECTED]
Yes, create a bug report to track it. I don't see how putting the directory on the classpath can cause this behavior though. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844751#3844751 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Beginners Corner] - JBoss does not find query tags in ejb-jar.xml

2004-08-10 Thread lordjoe
I am trying to add custom finder methods to a CMP entity bean using xdoclet. When I deploy I get the following errors Bean : Player Method : public abstract Collection findByValues(String, String, String, String) throws FinderException, RemoteException Section: 10.5.6 Warning: Every finder met

[JBoss-user] [Beginners Corner] - Re: After Jboss crushed, will not start

2004-08-10 Thread hanxuerui
I removed the tmp and work directory of the server, and it fixed the problem. Everything is working now. (8-] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844749#3844749 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Security & JAAS/JBoss] - SSL and Redirection

2004-08-10 Thread techiestuff
Hi, We are using JBoss 3.2.1,Struts1.1,stxx. Whenever the user logs in, we need to do it on https and after login it should be back to http protocol. For SSL communication the url needs to be a different one(different server, different context root etc.) My question is, is such a thing possible

[JBoss-user] [Clustering/JBoss] - Re: JBoss 3.2.5 distributable and form login does not work t

2004-08-10 Thread [EMAIL PROTECTED]
Ok, I created a bug report for it. http://sourceforge.net/tracker/index.php?func=detail&aid=1006976&group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844744#3844744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread jae77
the code you are using is more or less directly out of the examples included w/ the jboss admin book. (at least w/ the paid subscription) if you're in a hurry to get this done, there's nothing wrong w/ deploying the code yourself and then migrating once > 3.2.4 is supported. you're still going t

[JBoss-user] [JCA/JBoss] - Re: Connection failure during managed transaction

2004-08-10 Thread rdebay
I still don't know what the problem is, but it happens when requesting a connection, so I immediately request another and continue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844742#3844742 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [EJB/JBoss] - Re: javax.naming.CommunicationException - help

2004-08-10 Thread [EMAIL PROTECTED]
The default win32 socket configurations are notorious for not being able to deal with a large number of sockets. See the http://www.winguides.com/registry/category.php?310 for the tcp/ip registry parameters. More reasonable defaults for testing are: | Windows Registry Editor Version 5.00 |

[JBoss-user] [Persistence & CMP/JBoss] - Re: Inst. Per Tx with Cache Invalidation?

2004-08-10 Thread ioparra
Sorry, one more thing... For #2, how do you configure optimistic+pessimistic at the same time if only one locking policy is available per container? -I View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844740#3844740 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Persistence & CMP/JBoss] - Re: Inst. Per Tx with Cache Invalidation?

2004-08-10 Thread ioparra
Thanks Alex- Read through the documentation(including paid docs) and have a few more clarifications: 1)AdminDevel_323.Page 302 anonymous wrote : The JBoss developers are currently exploring ways to allow commit-option ÃÂÃÂAÃÂÃÂ as well (which would allow the use of caching for this option). Re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Throwing javax.ejb.CreateException from ejbCreate() of a

2004-08-10 Thread genman
You can throw EJBException, which is unchecked. CreateException is checked, which is not allowed. It's also for home interfaces, not JMS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844738#3844738 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [EJB/JBoss] - Re: javax.naming.CommunicationException - help

2004-08-10 Thread chuckharris
I have tested the Converter ejb in two other testing envronments. Both still generate errors (see below) but with many more threads. It seems that this is a system/network issue. The first environment is win2003/dual zeon processor servers and errors started occuring with two clients running

[JBoss-user] [Persistence & CMP/JBoss] - Re: Trouble Using OracleConnection

2004-08-10 Thread sankas75
Problem has been fixed by replacing classes12.zip wih ojdbc14.jar file. Thanx, Sanjeev View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844734#3844734 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844734 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Composite key -CMP Bean

2004-08-10 Thread yantriki
Hi anil, Did you find the solution to your composite key problem. I am also having the same problem. I however can write records to table, but it crashes on me whenever I try to read the record. I struggled with it for a while before I realized it's the composite key problem. I was for a long t

[JBoss-user] [JBoss.NET] - Re: JBoss Axis deployment question

2004-08-10 Thread efrinmn
Check out http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-net-HelloWorld.shtml which talks about how to tweak simple Axis webservices to work with JBOSS.NET. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844731#3844731 Reply to the p

[JBoss-user] [JBoss.NET] - Re: WSRs Inside EARs Do Not Deploy

2004-08-10 Thread efrinmn
try: phoneappend.wsr /org in your application.xml. The context-root may be incorrect View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844730#3844730 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss.NET] - Re: Large message - Streaming?

2004-08-10 Thread efrinmn
See post "Performance with large SOAP messages" in this forum. You could try switching from an ejb exposed as a webservice to a simple webservice described in that post. This may or may not help with the response time. View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [EJB/JBoss] - Re: Please help: Problem with Timestamp datatype in CMP key

2004-08-10 Thread yantriki
Hi, I changed the timestamp column to BIGINT and still get the same error. So I think there must be some other problem with my code. 16:26:50,399 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: public abstract java.lang.Long optinel.iface.CardHistoryLocal.getPollTime(), ca

[JBoss-user] [JBoss.NET] - Re: Web Services over JMS?

2004-08-10 Thread efrinmn
See the posting in "Is it possible to use JMS instead of HTTP with Web Services?" The Axis download has a sample. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844727#3844727 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBoss.NET] - Re: Is it possible to use JMS instead of HTTP with Web Servi

2004-08-10 Thread efrinmn
JBOSS.NET is actually the Apache Axis engine and there is a JMS example in the Axis download (http://ws.apache.org/axis/releases.html). If you want a stable non alpha release, try 1.1rc2. After downloading, look in the \samples\jms directory. There is a AxisJMSSample.pdf file that describes

[JBoss-user] [Beginners Corner] - Re: After Jboss crushed, will not start

2004-08-10 Thread hanxuerui
I saw a couple word like: locked, wait Does that mean anything? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844725#3844725 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844725

[JBoss-user] [Beginners Corner] - Re: After Jboss crushed, will not start

2004-08-10 Thread hanxuerui
Thansk, Genman, here is the stack: Full thread dump Java HotSpot(TM) Server VM (1.4.2-p6-root_06_may_2004_20_11 mixed mode): "TP-Monitor" daemon prio=5 tid=0x09c5da00 nid=0x9c35800 in Object.wait() [9eff000..9effcdc] at java.lang.Object.wait(Native Method) - waiting on <0x2d174f1

[JBoss-user] [JBoss.NET] - Re: Exception:: Cannot invoke Call with null namespace URI f

2004-08-10 Thread efrinmn
xmlns:Axis="http://localhost:8080/axis/services/Axis"; after targetNamespace (line 5) maybe. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844722#3844722 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844722 --

[JBoss-user] [JBoss.NET] - Re: My wsdl has no messages defined!

2004-08-10 Thread efrinmn
Sorry, half my message seems to get truncated: "parameter name="beanJndiName" value="UserManagerLocal"" in your web-service.xml may be incorrect. Are you using jndi-name="" in your @ejb:bean tag?(I am assuming you are using XDoclets to generate the home and remote ejb interface). Also check yo

[JBoss-user] [Beginners Corner] - Re: After Jboss crushed, will not start

2004-08-10 Thread genman
Get a stack trace, do ctrl-\ or kill -3 pid View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844720#3844720 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844720 ---

[JBoss-user] [Beginners Corner] - Re: Loading an imagem from a war file

2004-08-10 Thread Zuvirandu
Hi, all... I did it! In a servlet I put: | public void init() throws ServletException { | String path = null; | path = this.getServletContext().getRealPath("/image/"); | Tools.IMAGEM_URL = "file:/" + path + "/"; | super.init(); | } | Thank

[JBoss-user] [JBoss.NET] - Re: My wsdl has no messages defined!

2004-08-10 Thread efrinmn
in your web-service.xml may be incorrect. Are you using jndi-name="" in your @ejb:bean tag?(I am assuming you are using XDoclets to generate the home and remote ejb interface). Also check your @jboss-net:web-service urn= tag. View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JBoss.NET] - Re: Excel 2002 calling JBoss.NET Web Service

2004-08-10 Thread christian.harms
Since I've got authentication working with the help of a former post (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=51898) and the "JBossNET with XDoclet" tutorial from the WIKI , I'd like to put my findings here: 1. I've followed the steps described in the tutorial on setting up auth

[JBoss-user] [Clustering/JBoss] - Re: JBoss 3.2.5 distributable and form login does not work t

2004-08-10 Thread gudmundsonsc
This is the change I had made that exposes the problem: in server\all\deploy\jbossweb-tomcat50.sar\META-INF\jboss-service.xml | | false View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844715#3844715 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBoss.NET] - Re: What SOAP version does JBoss 3.2.5 Server Supports ?

2004-08-10 Thread tdiesler
#1 The current jboss-3.2.x release and jboss-4.x are both build on a axis-1.1 derivative. They support SOAP-1.1 #2 http://www.jboss.org/wiki/Wiki.jsp?page=JBoss.NET View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844716#3844716 Reply to the post : http://

[JBoss-user] [EJB/JBoss] - Re: Please help: Problem with Timestamp datatype in CMP key

2004-08-10 Thread yantriki
Another thing I noticed. When I have just one record, I am able to use the CMP bean to read the data. however it throws this exception as soon as there are more than 1 record. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844714#3844714 Reply to the post :

[JBoss-user] [JBoss.NET] - Re: jboss-4.0-rc1 and ws4ee

2004-08-10 Thread tdiesler
Please use the JBossWS forum, for ws4ee related questions. http://www.jboss.org/index.html?module=bb&op=viewforum&f=200 JBossWS does not generate a wsdl. It simply feeds back the wsdl from the ws4ee deployment, with a corrected service endpoint address. What are the differences you are seeing?

[JBoss-user] [Beginners Corner] - Is there is News Server for JBoss Forum?

2004-08-10 Thread yantriki
Can I setup a NNTP client like outlook express or Netscape to read the forums listed here? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844712#3844712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844712

[JBoss-user] [JCA/JBoss] - Re: Problem moving oracle related code from 3.2.3 to 3.2.5?

2004-08-10 Thread genman
The ResultSet is wrapped. You'll have to find the actual class name and look up how to get its underlying result set. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844711#3844711 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss.NET] - JBoss Axis deployment question

2004-08-10 Thread junkmailer
Hi everybody: I am new to web services. I am trying to learn to create web service using Jboss 3.2.4 on Winddows XP box. I am trying to deploy the example3 from Axis User Guide's examples. This essentially exposes a simple Java class as a web service. I have everything compiling. What I am not

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread cuoz
Ok. I had found the DynamicLoginConfig, but I'm not able to use the supported versions of JBoss yet, so needed something more immediate. If the work to make Nukes run on a late model JBoss will take considerable effort, the 1 or 2 hours of effort to implement my code would probably be worth it

[JBoss-user] [EJB/JBoss] - Re: Please help: Problem with Timestamp datatype in CMP key

2004-08-10 Thread yantriki
Oops! Following is my EJB finder definitions for CardHistory CMP: * @ejb.finder * signature = "java.util.Collection findAllByParamAndCard(java.lang.Integer cardHistoryParamID, java.lang.String serialNo)" * query = "SELECT OBJECT(p) FROM CardHistory as p WHERE p.card

[JBoss-user] [Installation & Configuration] - Re: Disabling all messages show in console window

2004-08-10 Thread genman
You can modify the log4j configuration, look for it in jboss/conf directory. There should be a cooresponding category and you can turn it off. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844707#3844707 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [EJB/JBoss] - Please help: Problem with Timestamp datatype in CMP key

2004-08-10 Thread yantriki
Hi All, I am stuck up with a desparate problem. I can write data using my bean but can't read data back (Please see the exception attached). My CMP has a java.sql.Timestamp data in the composit primary key. I think I am doing something wrong with the jdbc-type sql-type mapping, but even after us

[JBoss-user] [Management, JMX/JBoss] - Bug: MdbEjb.jsp Still 404 in JBoss Web Console

2004-08-10 Thread dsicore
Anybody have any idea when this will be fixed? As of 3.3.5 this problem still exists. Just wondering. There's a bug in the console that displays a 404 when you select an MDB in a deployed ejb-jar. See: SourceForge Bug Tracker for the bug entry. You'll see: HTTP Status 404 - /MdbEjb.jsp ty

[JBoss-user] [Beginners Corner] - After Jboss crushed, will not start

2004-08-10 Thread hanxuerui
I am using FreeBSD, Jboss instance crushed today, and then I can not get it startup. Says: web-tomcat41.sar/tomcat-jk2.jar 11:25:23,053 INFO [STDOUT] Apache Tomcat/4.1.29 11:25:23,263 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on port 8080 11:25:23,264 INFO [Engine] CoyoteConnector Coyo

[JBoss-user] [JBoss.NET] - Re: EJB as webservice - client authentication

2004-08-10 Thread efrinmn
Any possibility of moving to a more recent level of JBOSS (3.2.6 perhaps). It supports a newer level of Tomcat (5 I beleive) as well as using Axis 1.1 (JBoss.NET). I am not sure what 3.2.1 used. You might have better luck with suggestions in the forum using the newer levels. I have seen atlea

[JBoss-user] [JBoss.NET] - Re: Example of Jboss.net/.NET interop/WSDL generation?

2004-08-10 Thread efrinmn
1 -yes 2 - yes (3.2.4) 3 - yes 4 - no but I have taken wsdl from a webservice (not deployed in JBOSS) and used it to generate a .NET client AWHILE ago. Can you use the WSDL to generate a .NET client? I don't think your issue is the local vs remote interface. Since you are exposing your

[JBoss-user] [HTTPD, Servlets & JSP] - Re: SSL tomcat/jboss error during startup and when hit the s

2004-08-10 Thread captrespect
We have the same problem. Basicly we want the data encrypted but don't care (for the moment) about the certificate being verified. So basicly we would like to just get rid of the warning that prints on every single connection. View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [JBoss.NET] - Re: Can't deploy wsdd file to Axis on JBoss

2004-08-10 Thread efrinmn
JBOSS does not understand deploy.wsdd files even though it use Axis as it's soap engine. It understands web-service.xml. This link describes how to tweak a simple axis webservice to deploy in JBOSS: http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-net-HelloWorld.shtml Vie

[JBoss-user] [JBoss.NET] - Re: wsr do not redeploy without a jboss restart ?

2004-08-10 Thread efrinmn
Your correct, there is no hot deploy for simple webservices (.wsr archives). I have been searching to discover whether this will be supported soon. JBOSS uses the Apache Axis Soap implementation and from what I had last seen, it does not support hot deployment. View the original post : http:

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread theute
I still want to stick with DynamicLoginConfig as it's fully integrated with JBoss: http://www.jboss.org/wiki/Wiki.jsp?page=DynamicLoginConfig I understand the drawback is that Nukes won't be compatible with JBoss 3.2.3 and lower. Julien the project leader will decide. If there is more to say ab

[JBoss-user] [JBoss.NET] - Re: Webservice runtime configuration

2004-08-10 Thread efrinmn
http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-net-HelloWorld.shtml describes the changes needed to deploy a simple Axis webservice in JBOSS (a non ejb implementation). Most JBOSS examples illustrate exposing an ejb as a webservice (which I assume is what you refer to as

[JBoss-user] [JBoss.NET] - Re: What SOAP version does JBoss 3.2.5 Server Supports ?

2004-08-10 Thread efrinmn
1. How can I find out what version of SOAP v1.1 or v1.2 does JBoss support ? Search the forum for Jboss.net or read thru the messages in the section you posted. JBOSS 4.0 according to this forum now uses Axis 1.2 which supports SOAP v1.2. 2. How to deploy web services in to JBoss 3.2.5 Server

[JBoss-user] [Performance Tuning] - Re: StackOverflow Error while making EJB Calls - JBOSS 3.0.0

2004-08-10 Thread genman
JBOSS 3.0.0 is a little crusty, can you test on a newer version? Likely, there's an infinite loop, but who knows? Turn on trace logging (org.jboss) and see... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844695#3844695 Reply to the post : http://www.jbo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: CreateQueue: This destination does not exist

2004-08-10 Thread genman
RTFM anonymous wrote : | public Queue createQueue(String queueName) | throws JMSException | | Creates a queue identity given a Queue name. | | This facility is provided for the rare cases where clients need to dynamically manipulate queue identity. It all

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread cuoz
I can't take full credit for all of the code because I found the concept and most of the code via google. But, I can't locate the original source it seems. I've tried some searches but no luck so far. If I can find the URL for where I found the original code, I will post it to give credit to

[JBoss-user] [JBoss.NET] - Re: Performance with large SOAP messages

2004-08-10 Thread efrinmn
Can you share your SOAP message sizes: average size vs large size? Also what platform you are running JBOSS on? I am interested in the performance impact of JBOSS.NET on large soap messages. I think you may be correct in that the parsing is not scaling well on the larger messages. I'm assu

[JBoss-user] [Beginners Corner] - Re: What is good anatomy of a JBoss EAR?

2004-08-10 Thread Sacha Labourey
pack all these files (ear, sar, etc.) in a single JAR and deploy it. This is called the russian dolls packaging View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844691#3844691 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Beginners Corner] - What is good anatomy of a JBoss EAR?

2004-08-10 Thread minmay
I am deploying my ears, however my ears have several dependencies: 1) a datasource 2) a hibernate sar I would like my ear to be a completely independent "thing." How would I would package my ear to internally include the datasource and sar, so that I don' t have to seperately manage the other re

[JBoss-user] [Installation & Configuration] - Can't Find class PropertyEditors

2004-08-10 Thread tim5901
I am trying to view the JNDI list in the JMX-CONSOLE. But I keep getting this error. I uncommentd a section in the jboss-service.xml that referenced not being able to find the propertyeditors but this did not help. org.apache.jasper.JasperException: Unable to compile class for JSP Generated s

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread theute
I am interested, please tell me more on how you did here on the forum or you can email me if you want to add some code at users.sourceforge.net preceded by theute@ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844688#3844688 Reply to the post : http://www.

[JBoss-user] [Nukes User] - Re: Another live JBoss/Nukes site

2004-08-10 Thread cuoz
Thanks! and good idea. I added our info. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844687#3844687 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844687 --- SF

[JBoss-user] [EJB/JBoss] - Re: javax.naming.CommunicationException - help

2004-08-10 Thread chuckharris
I removed: home.remove(currencyConverter.getHandle()); initial.close(); and the errors from the remote client in the second post are not thrown. The intermittant error in the first post are still an issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=384468

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread cuoz
I created a .sar file for one of my applications that dynamically adds it's security domain to JBoss without mucking with login-config.xml. It was extremely easy to do and took about an hour. If you are interested, I can post further info. I'd love to see this feature implemented earlier rath

[JBoss-user] [Nukes User] - Re: Another live JBoss/Nukes site

2004-08-10 Thread theute
Nice and fast ! You could put it in the Wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=NukesReferences with your system specifications and OS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844684#3844684 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Persistence & CMP/JBoss] - Re: Single call commits a dozen times.

2004-08-10 Thread komone
I probably should have mentioned it's a CMR table, and using hsqldb. But it seems that JBoss commits a bazillion times after any entity activity. /k1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844681#3844681 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Beginners Corner] - Loading an imagem from a war file

2004-08-10 Thread Zuvirandu
Hi all! I need to render an image to put in a report and the image is in the war file. The structure: app.ear > web.war -> /img/image.gif How can I know the path to access the file? Greeting, Zuvirandu View the original post : http://www.jboss.org/index

[JBoss-user] [Persistence & CMP/JBoss] - Single call commits a dozen times.

2004-08-10 Thread komone
Just curiosity... why is this? INSERT INTO GROUP_USERS_USER_GROUPS VALUES('494bfb331884f2a40083b18f57a669e9','494a1d3f1884f2a401ab3cda8947512c') | COMMIT | COMMIT | COMMIT | COMMIT | COMMIT | COMMIT | COMMIT | COMMIT | COMMIT | COMMIT | COMMIT | COMMIT | COMMIT | Vie

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread theute
I looked at it and decided to wait for the port of Nukes to a more recent JBoss to use a class of JBossSX that doesn't exist in the JBoss version we support. That new class will offer more flexibility. The problem is that we want an easy install process for default behavior. We don't want users

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread cuoz
No takers on this? Somebody, somewhere has to have done this before. It's a pretty critical subject IMO. The last thing I want is to have a site that is like every other PHP/Perl site out there where you have to login to all the cobbled together applications because there is no common authent

[JBoss-user] [Nukes User] - Another live JBoss/Nukes site

2004-08-10 Thread cuoz
I finished porting our open-source user group site to JBoss/Nukes. Check it out: www.scosug.org It's running on a fairly low-end system (AMD K6-2 300) and uses Debian GNU/Linux, PostgreSQL, and is fronted by Apache and jk connector. Cheers, gary. View the original post : http://www.jboss.o

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts unload() causes NPE

2004-08-10 Thread Lviz
hi randahl yes, some ideas ;) be ABSOLUT sure that all your apps use the SAME struts version you can try to use the tomcat specific class loader.. (that may help !?) edit: /deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml false I/we had several problems with several struts/jboss version

[JBoss-user] [Security & JAAS/JBoss] - Re: What's the point?

2004-08-10 Thread [EMAIL PROTECTED]
Which is why the server does its own authentication using the JAAS configuration established by the server admin. Clients are untrusted. Read the JAAS howto in this forum to get started. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844668#3844668 Reply to

[JBoss-user] [Beginners Corner] - Re: Jboss 4.0 RC1, jmx-console

2004-08-10 Thread Jboss_achan
Mac I'm not sure about the conflict of other ports You can try to change the port number of JBOSS I have experienced the problem with the conflict of the oracle jserver(8080) and i have changed the JBOSS port number to any numbers like (89,77,808) etc and i have run the jboss server and i m able t

[JBoss-user] [JBoss Getting Started Documentation] - Re: startup problems

2004-08-10 Thread Sjakiepp
I solved the first two. They we're related to the postgres database. The last one I still can't figure it out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844666#3844666 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Beginners Corner] - Re: Accessing external files from EJBs

2004-08-10 Thread darranl
EJBs are not allowed to access the filesystem in this way. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844665#3844665 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844665 --

[JBoss-user] [Beginners Corner] - Accessing external files from EJBs

2004-08-10 Thread alexb_1593
Hi all, I have the following problem: suppose I upload a file via FTP to a directory somewhere (exactly where I don't know) inside the all deloyment. How can an EJB read the contents of this file? Thanks, Alex View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Persistence & CMP/JBoss] - JBoss 3.23 CMP and ant ejbjar task

2004-08-10 Thread ppaulakh
I am getting a Nullpointer exception when I try to use the ant ejbjar task on a CMP 2.0 bean. I've included the relevant parts of the code. I've never used the ejb-jar task before, I've always used the jar task. It seems that the jbosscmp-jdbc.xml is getting linked in just fine, but it is dying

[JBoss-user] [HTTPD, Servlets & JSP] - Re: CookieDoamin

2004-08-10 Thread jburugupalli
Can you eloberate a little bit, why u need this feature do u use apche in front of tomcat and use the rewriting rules .. regards Janardhan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844661#3844661 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [JBoss.NET] - jboss-4.0-rc1 and ws4ee

2004-08-10 Thread Scharlau
Hi all, I'm working on trying to get some simple jaxrpc examples going using the integrated axis-1.1 under jboss-ws4ee.sar, and find that my generated wsdl files don't match the one generated by axis from the http://localhost:8080/ws4ee/services wsdl link. Nor does it seem that the jaxrpc serv

[JBoss-user] [Persistence & CMP/JBoss] - Re: ebjQl, ho do I get COUNT while using LIMIT/OFFSET

2004-08-10 Thread triathlon98
I think there is no alternative but using count(*). If Jboss needs to count the number of records in the DB, then the resultset will need to be traversed, causing an even bigger bottleneck. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844657#3844657

[JBoss-user] [Clustering/JBoss] - Re: Farming documentation

2004-08-10 Thread darranl
What don't you understand? The document contained everything that I needed to know to get farming working. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844656#3844656 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Persistence & CMP/JBoss] - EJB Container Managed Persistance Not Rolling Back Transacti

2004-08-10 Thread ckokotsis
Help - I have an ejb session bean (A), with a transaction attribute set to required. This invokes ejb session bean (B) which also has a transaction attribute set to required. Session bean (B) persists data to the database via Hibernate v2.1.3. Session bean (A) then persist data to the database

[JBoss-user] [Clustering/JBoss] - Farming documentation

2004-08-10 Thread lac_raz
Where can I find farming documentation ? The farming documentation on the payed PDF is very poor . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844653#3844653 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844653 --

[JBoss-user] [HTTPD, Servlets & JSP] - CookieDoamin

2004-08-10 Thread preeti123
Hi, Can any one pls help me out reg..how can I set my cookieDomain name in JBoss Thanks and Regards Preeti123 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844652#3844652 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Installation & Configuration] - Disabling all messages show in console window

2004-08-10 Thread muralikri_bng
Hi All, As i am a new to JBoss, any help on how to disable all the exceptions shown in the console window, but still all the exceptions that may occure should be logged in server.log Thanx in Advance Murali View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844

[JBoss-user] [Performance Tuning] - Re: PreCompilation of JSP Pages

2004-08-10 Thread darranl
And how long have you spent looking for this information in these forums? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844650#3844650 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844650 ---

[JBoss-user] [JCA/JBoss] - Re: Connection failure during managed transaction

2004-08-10 Thread newgro
PS: I'm using JBoss 3.2.5 and mysql 3.18 on linux View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844648#3844648 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844648 ---

[JBoss-user] [JCA/JBoss] - Re: Connection failure during managed transaction

2004-08-10 Thread newgro
I do not have a solution for that, but same trouble. I tried to import a hughe number of records coming from a byte[] within a session bean. My trace is: Caused by: org.jboss.util.NestedSQLException: Interrupted while requesting permit! Waited 0 ms, invocation time: 1092136290623; - nested throw

[JBoss-user] [Performance Tuning] - PreCompilation of JSP Pages

2004-08-10 Thread rajeshs1
Hi.. I needed some urgent information on this. Does JBoss support PreCompilation of JSP Pages when the App Server starts up. I guess this feature is provided by SunOne. Kindly let me know if this is possible. Regards, Rajesh View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Persistence & CMP/JBoss] - Configuring MySQL with JBoss 4

2004-08-10 Thread davecasserly
Firstly, the error im getting is: [STDOUT] java.sql.SQLException: Table not found: USERS_TBL in statement [SELECT * FROM users_tbl] Im executing this using the code: | try { | Context ctx = new InitialContext(); | Object ob = ctx.lookup("java:comp/env/jdbc/MySqlDS"); | conn

[JBoss-user] Running JMS results Shut downing the JBOSS

2004-08-10 Thread Thilina Anjitha
HI i run the following JMS application in Jboss. URL : http://www.jboss.org/wiki/Wiki.jsp?page=QueueExample Then the Jboss server is automatically shutdown with following error. 16:35:27,781 INFO [STDOUT] Queue name is testQueue 16:35:27,781 INFO [STDOUT] JNDI API lookup failed: javax.naming.N

[JBoss-user] [Persistence & CMP/JBoss] - ebjQl, ho do I get COUNT while using LIMIT/OFFSET

2004-08-10 Thread SilvioMatthes
Hi all, We're using LIMIT/OFFSET with DynamicQL in our JBoss-application for a complex query. That works fine. Now I want to know how many rows are in the full result. I know that JBoss does not send the LIMIT/OFFSET-clause to the database but handles this itself. So, JBoss should know how ma

[JBoss-user] [Installation & Configuration] - exporting statistics from web-console

2004-08-10 Thread BDV
Looking for an easy way for exporting statistics from web-console. (on a daily basis for example) JBoss 3.2.3 Anyone can help??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844640#3844640 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Messaging, JMS & JBossMQ] - CreateQueue: This destination does not exist

2004-08-10 Thread thecrow
Hi, i get the following Errormessage: rg.jboss.mq.SpyJMSException: Cannot get the Queue from the provider; - nested throwable: (javax.jms.JMSException: This destination does not exist !) | | at org.jboss.mq.SpyConnection.createQueue(SpyConnection.java:258) | | at org.jboss.mq.Sp

[JBoss-user] [EJB/JBoss] - Re: Transaction timeout configuration for a specific Statele

2004-08-10 Thread herbherby
Thanx Collin, I will try that, even though I can't understand why this feature isn't possible with Container Managed Transactions !? ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844638#3844638 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Clustering/JBoss] - Re: [ChannelSocket] connection timeout reached messages

2004-08-10 Thread tokobayashi
If you don't need a connectionTimeout, You can discard those messages by setting connectionTimeout to "0" in jbossweb-tomcat41.sar/META-INF/jboss-service.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844637#3844637 Reply to the post : http://www.jboss.

[JBoss-user] [Security & JAAS/JBoss] - What's the point?

2004-08-10 Thread rowson
Hi, I suppose I'm missing a point somewhere, so please tell me. I just don't see in what way JAAS authentication can guarantee knowledge of a client stand alone application user. Example: I'm writing a client application which connects to EJBs. I've used JAAS authentication to authenticate the

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts unload() causes NPE

2004-08-10 Thread randahl
Sure it is related to Struts. Look: "Servlet action threw unload()" And in my system the servlet name "action" refers to the Struts action servlet. This is confirmed by the fact that if I disable struts, the problem goes away. As soon as struts is enabled, the error occurs - even if I disable a

[JBoss-user] jbossMQ configuration problem

2004-08-10 Thread Thilina Anjitha
Hi all, i'm refering the following link for writing simple JMS application. http://www.jboss.org/wiki/Wiki.jsp?page=QueueExample But i still not be able to configure the JbossMQ server. Can you tell me what configuration files and entries I need to change while running a JMS application. such as

  1   2   >