[jboss-user] Re: Using @Resource causes NPE at org.jboss.ejb3.JndiUtil.lookup

2008-04-15 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=30772 Posted on behalf of a User I have had a similar problem with MDBs. My problem was that the resource is was referring to via the mapped name was not infact a QueueConnectionFactory but infact something completely different... the provi

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-15 Thread [EMAIL PROTECTED]
I don't know how that's on the JEMS installer. I believe the JEMS installer will only install the JBossMQ? I remember we talking about possibly having the installer replacing JBossMessaging automatically for us, but I don't think that ever happened. If it did actually, you should be careful as

[jboss-user] [JBoss Portal] - Re: WSRP: IBM Websphere Portal Server

2008-04-15 Thread [EMAIL PROTECTED]
Are there any conditions to replicate this issue? More precisely, are you able to access the remote portlets at all? Or does it fail the very first time? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144348#4144348 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-15 Thread [EMAIL PROTECTED]
I mean no harm... But you should read the manual ! :-) You need to replace the persistence manager by the mysql-persistence version. Look at docs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144344#4144344 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Remoting] - How to add ConnectionListener in JBoss ?

2008-04-15 Thread Rhodan
Hello, i'm currently evaluating jboss-remoting for our project. Therefore i tried to implement a server-side connection listener. I understand, that i declarative can configure and deploy a (socket-) connector via jboss-service.xml or an own *-service.xml. But how can i bind MyOwnConnectionLis

[jboss-user] [JBoss jBPM] - Workflow monitor for JBPM BPEL

2008-04-15 Thread evster
I installed jbpm-bpel-1.1.GA but I can't figure out how to use the workflow monitor. Is there one available for bpel? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144336#4144336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Tools (users)] - JBoss Tools plugin with EclipseIDE doesnt show updated auto-

2008-04-15 Thread gjeudy
Hi, I'm using richfaces 3.2.0 and found that I cannot select certain sort attributes in eclipseIDE/JBoss tools: sortable & sortExpression are the only available attributes on the rich:column using auto-completion in eclipseIDE. According to docs I should have sortable, sortBy, sortOrder ava

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-15 Thread tnine
Also, its creating all tables using the MyISAM engine. MySQL doesn't support transactions in MyISAM tables. http://dev.mysql.com/doc/refman/5.0/en/ansi-diff-transactions.html I had to use the ALTER TABLE command to set the engine to InnoDB. My default storange engine is InnoDB. Should the cr

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-15 Thread [EMAIL PROTECTED]
Just to complete my last post... On the zip distribution files there is a directory for each persistence-manager, for several databases. We test those extensively on every release. Look under ./zip-file/examples/config View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-15 Thread tnine
No offense taken. A read the manual response is an appropriate one, however I wasn't clear on exactly which doc I need to read. I've changed the default data source to use our MySQL cluster for all of JBoss. In the JBoss AS documentation, it simply defines the default source as MySQL, and do

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-15 Thread tnine
Thanks for the help. I've hit a bit of a snag, and I've found the solution. I changed the default datasource to use MySQL. Whenever I started jboss, I received this error | 2008-04-16 09:02:40,752 DEBUG [org.jboss.messaging.core.impl.JDBCSupport] Failed to execute: CREATE TABLE JBM_POSTOF

[jboss-user] [Installation, Configuration & DEPLOYMENT] - @postconstruct problem

2008-04-15 Thread gcameo
I have a Bean with a method whic i want to call after the bean is created. I have anotated it with the postConstruct anotation. but the bean is not deploying anymore When i remove the anotation, the application deploys fine. I'm using jboss 4.2.2 Is there sth i shd do when i add the anotation

[jboss-user] [Advanced Documentation] - Re: Jobss reloading of Java Compiled class

2008-04-15 Thread PeterJ
The touch utility is a linux utility. You can get a Windows version at http://unxutils.sourceforge.net/. Sorry, but I don't trust Eclipse to properly build or deploy anything, so I can't help you there. But I think you could set up a post-build script in Eclipse that will run touch. View the o

[jboss-user] [JBoss Portal] - Question on SSO (OpenSSO)

2008-04-15 Thread CarstenRudat
Hi all, now I have OpenSSO running as as SSO-Server for JBoss Portal 2.6.4.GA. I uncommented the | http://myhost.genloop.com:8080/opensso"; | logoutURL="http://myhost.genloop.com:8080/opensso/UI/Logout"; | appendLoginGoto="true" | appendLogoutGoto="true" | authType="FO

[jboss-user] [Security & JAAS/JBoss] - Re: Federation 1.0 CR1 & jboss 4.2.1

2008-04-15 Thread salaboy21
i'm running with JBoss 4.2.2.GA and works fine... did you try to log in both http://node1.jboss.com:8080/test and http://node1.jboss.org:8080/test separately? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144329#4144329 Reply to the post : http://www.jboss

[jboss-user] [Beginners Corner] - Re: How can I find out from command line if JBoss is current

2008-04-15 Thread thoste
"PeterJ" wrote : No, there is not other solution that I have been able to find. (In one of my apps I had the same problem - I needed to be able to tell if various app servers were running and I used a similar solution with similar caveats; though my apps were web apps.) Isn't that a feature whi

[jboss-user] [Advanced Documentation] - Re: Jobss reloading of Java Compiled class

2008-04-15 Thread ahmadshakil
When we configure eclipse with jobss then it automatically reloads java classes. Does eclipse uses touch utility at backend View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144328#4144328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Advanced Documentation] - Re: Jobss reloading of Java Compiled class

2008-04-15 Thread ahmadshakil
touch utility some thing new to me Let me do some goolging View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144326#4144326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144326

[jboss-user] [JBoss Portal] - Re: portlet window preferences and transactions

2008-04-15 Thread PeterJ
You do not need to worry about transactions when accessing portlet preferences. But if you update the preferences in processAction() method, make sure your call PortletPreferences.sator(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144324#4144324 Reply t

[jboss-user] [Security & JAAS/JBoss] - Re: Federation 1.0 CR1 & jboss 4.2.1

2008-04-15 Thread p-nat
"aamonten" wrote : did you read the Readme.txt file that comes with the bundle? | | Yes. But patches are for Jboss 4.0.4 and 4.0.5. Not for Jboss 4.2.1! | | can you post the error, so we can evaluate what happens. I've amended the windows hosts file as suggested in order to simulate two

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Logging

2008-04-15 Thread PeterJ
I will assume that you added a new file appender to jboss-log4j.xml. Let's assume that this appender is named MYFILE. Assuming your app uses the package name com.xxx.myapp, add this category: | | | View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Advanced Documentation] - Re: Jobss reloading of Java Compiled class

2008-04-15 Thread PeterJ
Nothing, just change the timestamp on the file - that is what the 'touch' utility does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144322#4144322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144322 __

[jboss-user] [JBoss jBPM] - small GPD tutorial

2008-04-15 Thread akakunin
Hello! as a part of bigger tutorial (http://www.emforge.org/wiki/EmForgeWorkflowDevelopment) we published small tutorial related to GPD (at least how to start process project and create simplest process definition): http://www.emforge.org/wiki/SimplestWorkflowDevelopment Maybe will be helpful

[jboss-user] [JBoss Tools (users)] - Seam Generate Entities crashes

2008-04-15 Thread redbird
When I tried to do a new/Seam Generate Entities, I got the following error: Can't generate seam entities org.hibernate.console.HibernateConsoleRuntimeException: Could not load JPA Configuration Could not load JPA Configuration org.hibernate.console.HibernateConsoleRuntimeException: Could

[jboss-user] [JNDI/Naming/Network] - binding the TodoDao stateless session bean in jsfejb3

2008-04-15 Thread JCurious
in the jsfejb3 example in the getting started guide, the client class TodoBean.java has the following lines. InitialContext ctx = new InitialContext(); return (TodoDaoInt) ctx.lookup("jsfejb3/TodoDao/local"); However none of the configuration files specity this binding in JNDI. Does

[jboss-user] [JBoss Portal] - portlet window preferences and transactions

2008-04-15 Thread erezharari
is it so that in order to read/write portlet window properties from within the portlet i must declare the portlet as requires a transaction? is there a way to access properties (portlet window / page / portal) without transactions? View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Logging

2008-04-15 Thread jwilleke
I have spent the day trying to configure the ability to log to a file for ONE application with no success. Any help is appreciated. -jim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144314#4144314 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Advanced Documentation] - Re: Jobss reloading of Java Compiled class

2008-04-15 Thread ahmadshakil
I mean what entries in web.xml needs to be modified. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144313#4144313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144313 ___ j

[jboss-user] [EJB 3.0] - problems with @Idclass

2008-04-15 Thread lastra
well i will explain a bit, i have one table with 3 fields how primary key, i'm using @Idclass and when i'm using any function of .find i get that exception: javax.ejb.EJBException: javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not load an entity: [co

[jboss-user] [JBoss Tools (users)] - Debugger opens wrong file

2008-04-15 Thread mfinegold
Hello, I am having an issue where the Eclipse Debugger opens the wrong java file when I use the JBoss Tools Eclipse plugin to start JBoss in Debug mode (using eclipse 3.3.1.1 and JBossAS 1.0.0.GA/JBossTools Core 2.0.0.GA) I have 2 Eclipse projects with many of the same java class names and the

[jboss-user] [JBoss jBPM] - Problem in deploying processdefinition in a war file

2008-04-15 Thread syedtaj
Hi, I have a war file, which has a servlet that will load on startup to deploy my process definitions like the following - | pdSubProcess = processDefinition.parseXmlResource("AutomationService/processdefinition.xml"); | jbpmContext.deployProcessDefinition(pdSubProcess); I get a j

[jboss-user] [JBoss Getting Started Documentation] - Re: In jboss how to create new user for durable topic subscr

2008-04-15 Thread PeterJ
Continued at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133722 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144287#4144287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144287 __

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-15 Thread PeterJ
I am not sure which JMS example you are using. The only use of the user/password of john/needle that I could find was for some of the JMS tests. It appears that for those specific tests, a database login module is used, so the account information is stored in the database. To add new accounts,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Please Let Me Knw How to Stop a running JBoss thru Comma

2008-04-15 Thread jvitor
In your shutdown.bat file add after ":end" : set ARGS=%ARGS% -S View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144280#4144280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144280 _

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-15 Thread [EMAIL PROTECTED]
JCA is to be used internally on the application server. If you have external clients, why do you need the JCA adapter, why you can't just use ClusteredXAConnectionFactory from the client side? anonymous wrote : java.naming.provider.url=jnp://devapp2.qa.cin.int:1100,jnp://devapp1.qa.cin.

[jboss-user] [JBoss Cache: Core Edition] - Distrubuted cache without replication, please help needed!!

2008-04-15 Thread ngoundger
Hello, I'd like to create a JBoss clustered cache without replication beetwin cache instance. Could anybody help me to achieve this goal? I have read the jBossCache user guide but I still don't understand how to realize it. Sorry for my bad english... Regards View the original post : http://www

[jboss-user] [JBoss jBPM] - Re: jBPM concurrency

2008-04-15 Thread jorgemoralespou_2
I have been throughly reading the forums, reading through the code, and find that although orchestration is a feature??? , as theres is some other people using jBpm to orchestrate services , it doesn't seem to fit the suit. Has anyone use jBpm to do service orchestration, and having solved p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Could not restore EJB timers error

2008-04-15 Thread kmekme
Hi everyone, I've installed JBoss AS and portal on two machines (2 nodes on a machine and the other one on the other) , it worked fine at first. But now, I've got this error on 2 of my nodes : | 08:10:41,777 INFO [ClusterFileTransfer] Finished cluster pull of file hgpp_patient_ejb_worklis

[jboss-user] [JBoss Messaging] - Re: Per destination statistics.

2008-04-15 Thread [EMAIL PROTECTED]
Read the ... errr... manual ;-) http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.1.Beta1/html/configuration.html#conf.serverpeer.attributes.messagecounterstatistics View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: installing and running jboss on linux -- 4957 Bus error

2008-04-15 Thread PeterJ
You will not be able to run JBossAS with this JVM. You need to install the JVM from Sun. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144258#4144258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144258 _

[jboss-user] [Advanced Documentation] - Re: Jobss reloading of Java Compiled class

2008-04-15 Thread PeterJ
I do not understand what you are asking... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144256#4144256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144256 ___ jboss-user m

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-15 Thread [EMAIL PROTECTED]
anonymous wrote : | 1. Change the DefaultDS to use MySQL XA connections. Can more than 1 node share the same database on MySQL if I set up the DefaultDS to point to the same database across all nodes? You actually need a shared database across the nodes to guarantee a proper failover. You d

[jboss-user] [EJB/JBoss] - Accessing Applet behind NAT firewall [EJB application]

2008-04-15 Thread SandeepDJboss
Hi Everyone, I need to know the details of using applet based application in JBOSS - the clients are connecting from NAT enviornments. I have implementd RMI over HTTP protocol for EJB communication. But the Client Connect address configuration which is used in Nat'ed IP scenario is to be done at

[jboss-user] [Performance Tuning] - Re: Server problem alerts

2008-04-15 Thread mark.spritzler
This is exactly one of the features of the JBoss Operations Network (JON) application. And we are very very close to releasing the next version of JON. Version 2.0 will have some incredible new features that will allow for better management and monitoring of your Servers, Apps, and resources.

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2008-04-15 Thread [EMAIL PROTECTED]
Glad things are working well for you. You mentioned a "below url" that helped you but I don't see it in your post. Can you add it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144248#4144248 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Messaging] - Clustered server preference

2008-04-15 Thread chip_schoch
JBoss AS 4.2.2.ga, JBM1.4.0.SP1. I several clients that connect to a 2 machine cluster (devapp1 and devapp2). Below is the JMSProvider I use. On one machine I have the naming provider with devapp1 first in the list. On the second I have devapp2, as shown here. The second machine always conn

[jboss-user] [JBoss Tools (users)] - Problem with freemarker plugin

2008-04-15 Thread dinger55
I get the following stack trace when I try to open a file in eclipse using the freemarker plugin: !ENTRY org.eclipse.ui.workbench 4 2 2008-04-15 15:28:57.770 | !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". | !STACK 0 | java.lang.NullPointerExceptio

[jboss-user] [JBossWS] - Re: NullPointerException from JBossXSEntityResolver

2008-04-15 Thread smartz
Using JBossWS out-of-box from 4.2.1-GA or 4.2.2-GA - same problem Is any workaround available? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144245#4144245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144245

[jboss-user] [JBoss jBPM] - Re: Getting SQLGrammarException when installing jBPM BPEL 1.

2008-04-15 Thread marcotizzano
Surely, there is an error in the configuration of your datasource, regarding the value of tag . In fact, when you use Oracle10g, the value to set is Oracle9i. In any case, my problem there is yet. Please, can someone help me? thanks a lot. View the original post : http://www.jboss.com/index.

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2008-04-15 Thread umailkamal
"umailkamal" wrote : Here is my code resolved the issue! | | | | Order deny,allow | Allow from all | BalancerMember http://localhost:8180/sysmaintenance | | | Order deny,allow | Allow from all | BalancerMember http://localhost:8080/fcls | | | Order d

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2008-04-15 Thread umailkamal
Here is my code resolved the issue! Order deny,allow Allow from all BalancerMember http://localhost:8180/sysmaintenance Order deny,allow Allow from all BalancerMember http://localhost:8080/fcls Order deny,allow Allow from all BalancerMember http://localhost:8280/lrwjsp Pr

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Please Let Me Knw How to Stop a running JBoss thru Comma

2008-04-15 Thread jaikiran
"uttam_lovesjava" wrote : As shutdown.bat file is not working for me Which version of JBoss do you use? How do you start JBoss? And what errors do you see when you use the shutdown.bat? Do you pass any parameters to the shutdown.bat? View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2008-04-15 Thread umailkamal
Hi Manu & JBOSS Team: Thanks a lot for your help and providing such a great solution to me! I was struggling with Apache + JBOSS + mod_proxy configuration and the below url helped me a lot! In fact i was able to complete my project prior to 10 days because of this article. Mod_jk contains many l

[jboss-user] [JBossWS] - Wsconsume and inner classes

2008-04-15 Thread regget
Is there a way to have wsconsume tool not generate inner classes? I have been playing around with jax-b bindings but have not gotten it to work. An example of my problem: xsd: ... ... wsconsume generates an A class with a B inne

[jboss-user] [JBoss jBPM] - Re: Query certain processes for tasks

2008-04-15 Thread salaboy21
first of all figure out what query are you trying to generate in the DB... then.. translate it to HQL.. so the question is... can you do it in one query in your DB? If you use in ( :actorIds ) why you don't use in ( :processInstances )?? View the original post : http://www.jboss.com/index.htm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: installing and running jboss on linux -- 4957 Bus error

2008-04-15 Thread ericomtx
running java -version as my user in gnome terminal : java -version java version "1.4.2" gij (GNU libgcj) version 4.1.2 20061115 (prerelease) (Debian 4.1.1-20) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; no

[jboss-user] [JBoss jBPM] - Re: Query certain processes for tasks

2008-04-15 Thread twiceknightly
no one willing to help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144225#4144225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144225 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Portal] - Using JBOSS portal with Ajax framework

2008-04-15 Thread yanivc24
Hi I'm using the latest stable release of JBoss portal 2.6.4 GA/win XP/native hypersonic database, which was downloaded from the following link: http://downloads.sourceforge.net/jboss/jboss-portal-2.6.4-src.tar.gz I would appreciate any tips regarding the following: My company has a web applicat

[jboss-user] [JBoss Messaging] - Re: JMSServerInvocationHandler deadlock

2008-04-15 Thread timfox
Short answer - don't use 1.3.0.GA. I believe this was fixed ages ago - look in JIRA and you should find the report. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144220#4144220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Messaging] - Re: JMSServerInvocationHandler deadlock

2008-04-15 Thread jmesnil
"azafran" wrote : Similar to post http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051404#4051404, we are facing a dead lock in the JMSServerInvocationHandler. | | JBM version 1.3.0 GA | ... | Hi, I'd suggest you to update JBM to the latest release. A lot of bugs have been fi

[jboss-user] [JBoss Messaging] - JMSServerInvocationHandler deadlock

2008-04-15 Thread azafran
Similar to post http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051404#4051404, we are facing a dead lock in the JMSServerInvocationHandler. JBM version 1.3.0 GA JBAS version 4.2.0 GA Java 1.5.0_08 OS Sun sparc 5.10 on Sun-Fire-V490 This is the stack trace of the running tread: Threa

[jboss-user] [EJB 3.0] - dependency graph issues with durable MDBs

2008-04-15 Thread [EMAIL PROTECTED]
I have a queue defined statically, in a *-service.xml file. I have an MDB listening to this durable queue. As a consequence of the data processing that happens upstream, this queue has messages inserted into it in bulk, so it's possible that a user will shutdown the app server while there ar

[jboss-user] [Security & JAAS/JBoss] - Security with Web Services

2008-04-15 Thread thoism
Hi everybody, I have implemented some web services residing in a war file deployed on my Tomcat. The web services module is a client to some EJBs deployed on my JBoss. I need to log the user in my realm on each WS request and log the user out before the WS response. I have implemented security

[jboss-user] [JCA/JBoss] - Re: Resource adaptor and clustered connection factories (wit

2008-04-15 Thread vickyk
The JMS RA in Jboss basically pools the JmsSession which is of type javax.jms.Session . If this JMSSession is associted with the clustered ConnecitonFactory then the invocation from this session object would be delegated to appropriate ConnectionFactory anonymous wrote : JBoss Messaging has "co

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss-web.xml file help

2008-04-15 Thread tamilnandhu
Hi, I am running jboss+josso. i faced an error while using josso that, 16:15:16,582 ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing | java.lang.ClassCastException: org.jnp.interfaces.NamingContext and i removed thetag from WEB-INF/jbo

[jboss-user] [JBoss Portal] - Portal / Active Directory / Single Sign-On Bit confused?

2008-04-15 Thread jvitor
Hello everyone, I could use some tips regarding JBoss Portal and single sign-on, heres the situation: My company wants to migrate to JBoss Portal and integrate it with Microsoft Active Directory. They also have an important Java Web Application (running on JBoss AS) with a big user database, w

[jboss-user] [JBoss Tools (users)] - Support for richfaces 3.2

2008-04-15 Thread lcurros
I am developing with jboss tools 2.0.1 and RichFaces 3.2. My web application is working fine with all richfaces components, but my problem is that content assist (eclipse) is not working for new components of RichFaces 3.2 like fileUpload. Is there an easy way to solve this? Thanks, in advance

[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-04-15 Thread dleerob
If/when you do add your documentation to the wiki or create a link, please post back on this forum where we can find it. I'm sure everyone will appreciate your effort :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144199#4144199 Reply to the post : http:

[jboss-user] [JBossWS] - Re: WS-Security - Invalid timestamp, message claimed to be c

2008-04-15 Thread [EMAIL PROTECTED]
This is now committed and ready to be included in JBossWS 3.0.2. The configuration options are described here: - http://jbws.dyndns.org/mediawiki/index.php?title=WS-Security_options#Advanced_tuning:_timestamp_verification View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Portal] - Re: portal / javascript / hyperlinks in portlet

2008-04-15 Thread r.dwarak
iam forwarding the jsp via struts forward View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144190#4144190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144190 ___ jboss-user ma

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Please Let Me Knw How to Stop a running JBoss thru Command L

2008-04-15 Thread uttam_lovesjava
As shutdown.bat file is not working for me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144189#4144189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144189 ___ jboss-user m

[jboss-user] [JBossWS] - Post subject: ConfigurationException:axis.deployment.wsdd.WS

2008-04-15 Thread aneesh62003
WE are having a webservice client in our application. During the deplyment time we are facing an issue. Our jboss version is. Jboss 4.02 Rc1 Axis version. Implementation-Version: 1.2RC3 2236 February 28 2005 we have put the jboss-net-client.jar in the lib path from the docs Now we are gett

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss load command and PermGen error

2008-04-15 Thread kmekme
Yes, it did !! Thanks for your answer. For the load command error, I tried to reinstall all (JBoss AS and portal) and it works fine now. Gd! Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144174#4144174 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Portal] - Re: Admin Portlet: Strange Behavior with Oracle-DB

2008-04-15 Thread ssolfaroli
I change the question: there is someone that is using Oracle10g with JBoss portal without having this problem? If so, I could exclude a bug or an incompatibily with this database... Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144170#4144170 Reply

[jboss-user] [JBoss Portal] - A couple of bug in clustered environment

2008-04-15 Thread ssolfaroli
I think I found a couple of bug when using portal in a clustered environment. First bug: doing a search in CMSAdminPortlet I obtain a NullPointereException with the stack trace in the portlet window. The error orginated in org.jboss.portal.search.impl.jcr.JCRQuery, and the in portal-cms.sar\port

[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-04-15 Thread kukeltje
Uploading to the wiki is always possisble. But if you have it in html and do not want to convert it to something else, maybe put it up somewhere else and refere to it from a wiki page. If it is realt interesting maybe it can become part of the default jBPM docs View the original post : http://

[jboss-user] [JBoss Cache: Core Edition] - Re: Expiring elements after restarting cache

2008-04-15 Thread tugman
I only use it with FCL, so I don't know what's the behaviour with other CLs. I have a small java program that recreates it, I don't have a JUnit, for example. Do you want me to send it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144160#4144160 Reply to

[jboss-user] [JBoss jBPM] - Re: Getting SQLGrammarException when installing jBPM BPEL 1.

2008-04-15 Thread marcotizzano
I have the same problem simply deploying the jbpm-console.war under jboss 4.2.2 GA please help me. :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144157#4144157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=414415

[jboss-user] [JBossWS] - Re: Generate WSDL (From JBoss Eclipse IDE or Command line)

2008-04-15 Thread hekeji
I am search the way how to slove it.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144155#4144155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144155 ___ jboss-user mailin

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Referenced datasource not found with JBoss 5.0 (Beta4)

2008-04-15 Thread jaikiran
"depryf" wrote : | | I am going to try to add the references in the EJB context. This is not very simple because we don't currently have a ejb-jar.xml or jboss.xml file; we only use annotations to define our session beans. I can easily add those files, but I have to define every single EJB

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Referenced datasource not found with JBoss 5.0 (Beta4)

2008-04-15 Thread jaikiran
"depryf" wrote : | although this is not something I would expect to change from 4.X to 5.0 ;-) | | I don't know how its working for you on JBoss-4.2.2. On my local setup, this does not work on 4.2.2 nor on 5.0, as expected. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Messaging] - Per destination statistics.

2008-04-15 Thread boniek
How to enable per destination statistics in JBM 140SP3? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144149#4144149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144149 ___

[jboss-user] [JBoss Messaging] - MQ migration help

2008-04-15 Thread tnine
Hi all, I'm upgrading our processing cluster from AS 4.0.5 to AS 4.2.2. Part of this upgrade includes a migration from JBoss MQ to JBoss Messaging. I have some questions regarding HA and data sources. In our current MQ installation, we have left the DefaultDS as the HSQL DB and created an

[jboss-user] [Advanced Documentation] - Re: Jobss reloading of Java Compiled class

2008-04-15 Thread ahmadshakil
any further detail? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144145#4144145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144145 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Portal] - own portlet's table is not build in oracle

2008-04-15 Thread fab52
Hi, I used jboss portal 2.6.3 and Jboss AS 4.2. Running on windows XP sp2 and using Oracle10g XE as my db. I don't use SYSTEM for the db instead my portal ds looks like this: | | | PortalDS | jdbc:oracle:thin:fab/[EMAIL PROTECTED]:1521:XE | oracle.jdbc.driver.OracleDr

[jboss-user] [Beginners Corner] - Problem in Deploying- Failed to setup client ENC; - nested t

2008-04-15 Thread padmarathiprithvi
Hi, I have an EAR1 which is deployed with Message driven bean and JMS. Now i have EAR2 which interacts with EAR1 and this has the EJB in it. When i try to depoly EAR2 i get the following error. I checked with my Jboss.xml too.I am not sure what could be the problem. Can someone help me out on this

[jboss-user] [JCA/JBoss] - Re: javax.resource.spi.SecurityException: No Password creden

2008-04-15 Thread vickyk
I don't see this similar option | jboss.jca:service=TxCM,name=JmsXA | Look at this http://wiki.jboss.org/wiki/ConfigJCALoginModule Also have a look at this http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095879#4095879 If you don't get it working I can give it a try , but only

[jboss-user] [Performance Tuning] - Server problem alerts

2008-04-15 Thread chakrijboss
Hi friends, i am new this forum and i am using jboss4.0.2 application server. i deployed one ejb3.0 application. but some times it throws exceptions like mysql problem, nested exceptions, socket exceptions and all. But, my requirement is how to detect these alerts and send emails or sms to my m