[JBoss-user] [JBoss Getting Started Documentation] - Re: XAConnectionFactory not bound?

2005-10-16 Thread hgq0011
why no people solve upon problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901444#3901444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901444 --- This SF.Ne

[JBoss-user] [JBossWS] - Securing ServiceEndPoint for Servlet type WS

2005-10-16 Thread JulianHtun
Hi, I'm pretty new to J2EE world. I'm using JBossWS and able to make them work and now I'm trying to secure them. This post is 2 folds. 1. I'm trying out 1 design whereby utilizing the SOAP header and I'm having problem. 2. I like the guru out there to suggest another better and simpler

[JBoss-user] [JCA/JBoss] - Re: JBOSS Informix XA Data Source

2005-10-16 Thread schrouf
These area INFORMIX database related locking problems, not JBoss XA problems. Your "could not position within table" error might be related to the database isolation level. Maybe a datasource entry of set isolation to dirty read will solve this issue. But be aware, that INFORMIX XA jdbc dri

[JBoss-user] [Installation, Configuration & Deployment] - Configuring XSL on JBoss4

2005-10-16 Thread terasain
Hi All, Does JBoss 4.0.2 have default support for XSLT, if not how to configure. Are there any jars which need to be added on to the lib or any chages which need to be done to any of the config xmls. Thks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [Clustering/JBoss] - Load balancing w/ Apache mod_jk - java.net.BindException

2005-10-16 Thread nitesh
Hi, I've set up Apache to load balance across two JBoss instances using mod_jk. I'm running Apache and one JBoss instance on one machine, and another JBoss instance on the 2nd machine. Load balancing happens, but under load-test with Grinder, I start getting java.net.Bind exception on the clien

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF Deployment problem in JBoss, but not Tomcat

2005-10-16 Thread gr8orange
Hi. I have tried to deploy a JSF application into JBoss and I get a java.lang.NullPointerException. But when I deploy it in Tomcat, it works fine. I have the latest versions of both. Here is the error message. java.lang.NullPointerException | javax.faces.webapp.UIComponentTag.setupResponseWr

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Message content: serialized object's values reset?

2005-10-16 Thread nic7834
Anyone got a clue on this? I'm still having trouble tracking the cause of this as no errors/exceptions are being thrown. I was thinking that perhaps this might have something to do with the JBossMQ MessageCache as described here: [url]http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigMessageCache

[JBoss-user] [JBossCache] - entity beans in jboss cache

2005-10-16 Thread schmidtse
Hi, what do you do with entity beans in jboss cache (distributed cache on a cluster)? do you cache them at all? and if you cache them (i think you do)and they get updated, do you invalidate or replicate the data on the caches (in other words: do you still use the invalidation framework to inval

[JBoss-user] [EJB/JBoss] - JBoss-EJB3.0-Cascade delete doesn't work!

2005-10-16 Thread jbossChecker
I have two CMP entities, which are mapped to a mysql schema: 1.Entity: @Table Order.java 2. Entity: @Table OrderItem.java The Order Entity has a field with a @OneToMany Realtion. I am trying to use the jboss - ejb3.0- cascade delete function, to delete the orderItems, when an order object

[JBoss-user] [Installation, Configuration & Deployment] - Re: "Access is denied" when stopping service Hypersonic...

2005-10-16 Thread dode
Just a follow-up: It seems the issue is not critical, at least I can say that persistent messages are still there after a restart of JBoss AS. Anyway, I have switched to MySQL now, works fine without problems. Torsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [JBoss Getting Started Documentation] - jbossj2ee-src.zip for JBoss 3.2.x

2005-10-16 Thread steveheckler
Hi, All, Where can I get jbossj2ee-src.zip for JBoss 3.2.x? I found the one for 4.0.x just fine, but I need the one for 3.2.x (preferably 3.2.6). 2 things I have tried: 1) Going to URLs referenced in earlier threads. The file for JBoss 3.2.x is either not there or the URL is invalid. 2) Do

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jms mysql and jboss4.0.3

2005-10-16 Thread dode
When I appended "AS TR_TABLE" to the statement, JBoss just hung on startup. Actually the query just hung. This may be related to this MySQL bug: http://bugs.mysql.com/bug.php?id=8726 I had MySQL 4.1.10a and just updated to 4.1.13, now the statement executes normal. And of course JBoss now also

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Defining a datasource in the EAR file

2005-10-16 Thread per_nyfelt
Is there a way to define a datasource in the EAR file? I would like to be able to add my-ds.xml and database-jdbc.jar to the EAR file so that the application is complete in itself (save for the actual datase setup but that is on another server) rather than having to put these files outside of t

[JBoss-user] [EMAIL PROTECTED] - Development Manager

2005-10-16 Thread [EMAIL PROTECTED]
JBoss is looking for an experienced development manager to help coordinate JEMS integration milestones across multiple participating projects. The position will be also responsible for bridging development with QA, professional services, product management and sales organizations. Required Skil

[JBoss-user] [Installation, Configuration & Deployment] - How do I know which ports jobss is running

2005-10-16 Thread nallavoluramesh
How do I know which ports jobss is running ? our jobss envirionment running in clustered environment, how do I know which ports it is running or which Ip address it is running... thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901412#3901412 Reply t

[JBoss-user] [Installation, Configuration & Deployment] - Re: Startup problems

2005-10-16 Thread dode
What OS and JDK are you using? How did you install JBoss (installer or archive)? Torsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901411#3901411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901411 ---

[JBoss-user] [J2EE Design Patterns] - Re: Packaging Configuration on EJB3.0 Project

2005-10-16 Thread alinemarchi
Hi I am starting now with the EJB and I have the same problem that you have. Have you solved this problem? can you tell how to find the Packaging Configuration using Eclipse IDE for JBoss? my email adress [EMAIL PROTECTED] Thanks. View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [Installation, Configuration & Deployment] - Re: Correct directory in JBoss where config files are hot-de

2005-10-16 Thread anders.hedstrom
Hi, have you tried to deploy your ear exploded. Then you could keep your file(s) in your folder structure and JBoss will redeploy your application every time you change the files. Cheers //Anders View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901409#39014

[JBoss-user] [JBossWS] - Re: how to obtain username of caller for a web service that

2005-10-16 Thread anders.hedstrom
Hi, implement javax.xml.rpc.server.ServiceLifecycle interface. public class SubmitSMSImpl implements ServiceLifecycle | { | | protected javax.xml.rpc.server.ServletEndpointContext ctx: | | public void init(Object context){ | ctx = context; | } | |

[JBoss-user] [JBoss Portal] - Re: portlet 'include'ing JSP, HttpServletRequest.getHeaders

2005-10-16 Thread [EMAIL PROTECTED]
it would be cool to have also a test case based on the testing framework for portlets that is present in the portlet module, would this be too much overhead for you to look at this ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901406#3901406 Reply to the

[JBoss-user] [JBoss Portal] - Re: preferences from non authenticated user

2005-10-16 Thread [EMAIL PROTECTED]
Hello Phillipe, prefs for a non authenticated user cannot be persisted because the user does not have an id. it could be possible to develop a preferences based on a cookie id that would be stored in the client though. It could even be possible to store the prefs in a client cookie, I have jus

[JBoss-user] [JBossWS] - Re: SecureWS & 4.0.3 - client certificate needed?

2005-10-16 Thread anders.hedstrom
see: http://jira.jboss.com/jira/browse/JBWS-450 and http://jboss.com/index.html?module=bb&op=viewtopic&t=70709 //Anders View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901403#3901403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [Beginners Corner] - Not able to connect to VM.

2005-10-16 Thread pvk
I had an existing installation of Eclipse 3.0. I followed the steps in the link to JBoss IDE article (link pasted below) to install the Jboss plugin. Link: http://www.devx.com/opensource/Article/20242 I followed the steps for adding the shortcuts and configured the server. My problem is that when

[JBoss-user] [Installation, Configuration & Deployment] - Recomended practice for static content with JBoss/Apache int

2005-10-16 Thread olathe
Dear fellow JBoss users I?m testing to deploy an application on a server running JBoss 4.03. The server also runs Apache 2.0.54 and forwards .jsp and servlet requests to JBoss using JkMount in the httpd.conf file of Apache. My question concerns the recommended practice when it comes to handling

[JBoss-user] [JCA/JBoss] - Re: [JBossManagedConnectionPool] Destroying connection that

2005-10-16 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossJCA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901398#3901398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901398

[JBoss-user] [JCA/JBoss] - [JBossManagedConnectionPool] Destroying connection that coul

2005-10-16 Thread jbohn
Hello, I'am using XA Transaction with Oracle 9i via a 10g jdbc driver with JBoss 4.0.3 and Hibernate 3.0.5. Sometimes I get the following message: [JBossManagedConnectionPool] Destroying connection that could not be successfully matched: [EMAIL PROTECTED] [EMAIL PROTECTED] handles=0 lastUse=112

[JBoss-user] [Installation, Configuration & Deployment] - "Access is denied" when stopping service Hypersonic on shutd

2005-10-16 Thread dode
Hello, I have enabled TCP/IP connections for the Hypersonic database following the "Getting started" guide. I disabled the "localDB" MBean and changed the dependency accordingly. It all went fine, there are no errors on startup and shutdown, and I can connect with both the DatabaseManager in t

[JBoss-user] [Installation, Configuration & Deployment] - Startup problems

2005-10-16 Thread sonnyboy73
Hi, I have just downloaded jboss 4.0.3 and started it up with default config. However when I try to access any of the deployed applications I get this error: 2005-10-16 12:00:02,421 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /_default_/ m

[JBoss-user] [JBoss Portal] - Re: forward from processAction

2005-10-16 Thread poyge394
tanks for the answer...i havent yet test your solution...what exactly do u mean with change state ? my flow is this: 1. portlet doView method send yout to one jsp file with one form in it. 2. when the user submit, processAction is called. 3. now from the processAction i whant to get prameter