[jboss-user] [EJB/JBoss] - Is the default EJB pool size = 30?

2009-06-01 Thread arthurchn
I am testing ejb (2.0) pooling in JBoss 5.0.1GA and saw StrictMaxPoolFactory is configured in ejb3-deployers-jboss-beans.xml. From its source code, I saw a constant DEFAULT_MAX_SIZE defined to be 30. Can I conclude that 30 is the default size for ejb pool in JBoss 5? Another question would be

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem Using Annotated Beans with JTA. Data is not written

2009-06-01 Thread taranis
Hi, When i try to use JPA Annotated beans with JTA, data is not saved to DB. There are no exceptions but data is not committed to DB, it is like my bean is transient but i have annotated it with @Entity and it must not be Transient. I have created a war file and deployed to JBoss, tested this in

[jboss-user] [JBoss Messaging] - Re: No classloader provider, jboss 5.0.0

2009-06-01 Thread pelirr
Hello, I have changed the entry in messaging-jboss-bean-xml and the error WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK... is solved. Thank you very much. I try to see the second error by internet (WARN [AnnotationCreator] No ClassLoader provided, using TCCL:

[jboss-user] [EJB 3.0] - Remote EJB call problem

2009-06-01 Thread achalov
I have a problem accessing generated primary key for entity when call create method through remote ejb3 interface. The piece of SLSB code is | public T persist(T entity) { | getEntityManager().persist(entity); | return entity; | } | | public void flush()

[jboss-user] [EJB 3.0] - Re: Remote EJB call problem

2009-06-01 Thread jaikiran
When you use remote calls, the parameters and return types are serialized/deserialized. So your call to the persist method on the bean from the client cannot expect the country parameter to be passed by reference. Change this in client: countryRemote.persist(country); |

[jboss-user] [JBoss AOP] - Whether Compile time AOP increases size of project?

2009-06-01 Thread itramana
I am new to AOP and I am quite impressed with it. I tried compile time JBoss AOP and found that it creates lot of extra class files. I thought aopc will modify the existing class file. I am trying to understand whether compile time AOP will increase the size of the project. Just thinking if I

[jboss-user] [EJB 3.0] - Re: Remote EJB call problem

2009-06-01 Thread achalov
Thanx. I surprized that I didn't get it myself. :( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234382#4234382 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234382 ___

[jboss-user] [JBoss jBPM] - scaling of jbpm4?

2009-06-01 Thread galanfish
hi all! how is the scaling of jbpm4? is clustering supported? I could not find any examples about this. thx in advanced! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234387#4234387 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-01 Thread dakiar
It did not help, it is loaded from 15:40:00,504 INFO [TomcatDeployer] deploy, ctxPath=/recks, warUrl=file:/usr/jboss/server/all/tmp/deploy/tmp53270recks.war/ After that it just said loaded ( and which package and the class name ) So it should mean it is loaded from that war file ?!?!?!?!!?

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-01 Thread jaikiran
I'm not sure you are looking at the right logs. Can you upload those logs and the change that you did to the run script to include -verbose:class, to some accessible place? Also let us know the fully qualified classname which you think is being loaded from some old code. View the original

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.2.2.GA Hibernate configuration through JTA throw

2009-06-01 Thread taranis
I have the same problem, no data is written to DB although there's no exception. I had even debugged Hibernate source code, it turns out Hibernate thinks my class is Transient even i annaotated it with @Entity. I think this is the problem but haven't find a solution yet, have you? View the

[jboss-user] [EJB 3.0] - EJB3 unit tests, how?

2009-06-01 Thread fatbatman
How do I run EJB3 unit tests? session beans entity beans. I used to do this using Jboss Embedded when using JBoss 4.2 but we've now moved to JBossAS 5.1 Thanks in advance James View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234396#4234396 Reply to the

[jboss-user] [Remoting] - Remoting, XNIO and JBoss 5.1.0 GA

2009-06-01 Thread xmedeko
Hi, I have found the post http://www.jboss.org/index.html?module=bbop=viewtopict=155701 which says, that remoting prior to 3.x uses plain Java sockets. JBoss 5.1.0GA includes Remoting 2.5.1 and XNIO, too. Does Remoting 2.5.1 use XNIO? If not, may I safely remove XNIO from my deploy directory?

[jboss-user] [Security JAAS/JBoss] - Secure Directory Structure: Block

2009-06-01 Thread ermanishdwivedi
Hi, Jboss Version: 4.0.3 SP1. I have deployed the war under Jboss server with context root as /test. When is typed the URL e.g http://localhost:8080/test/js It shows me all the Javascript files under that folder and i am able to downlaod the same also... this is not a secure, according

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-01 Thread dakiar
I changed inside the run.sh script to the following: JAVA_OPTS=$JAVA_OPTS -Dprogram.name=$PROGNAME -verbose:class Is this correct? To get the following new message in the OUT log: 15:40:00,504 INFO [TomcatDeployer] deploy, ctxPath=/recks,

[jboss-user] [JBoss jBPM] - jbpm pressure test

2009-06-01 Thread aspider
we have developed a business system using jbpm can anyone give some hints to do pressure test in jBpm? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234414#4234414 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234414

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-01 Thread jaikiran
dakiar wrote : I changed inside the run.sh script to the following: | JAVA_OPTS=$JAVA_OPTS -Dprogram.name=$PROGNAME -verbose:class | | Is this correct? | Yes, looks correct. dakiar wrote : | To get the following new message in the OUT log: | | [Loaded

[jboss-user] [JBoss Messaging] - Re: JBoss 1.4.4.GA in AS5

2009-06-01 Thread bodrin
Hi, JBM 1.4.4.GA is available for download. I also have downloaded jboss-5.1.0.GA and in common\lib\jboss-messaging.jar I see in its manifest Implementation-Version: 1.4.3.GA (not sure if this is the right way to check the JBM version into the AS releases) I also need JBM 1.4.4. Are the JBM

[jboss-user] [Installation, Configuration DEPLOYMENT] - Invalid invocation, check your deployment packaging, method=

2009-06-01 Thread shibint
2009-06-01 02:51:27,781 INFO [STDOUT] (Thread-542) Error - general :::javax.ejb.EJBException: Invalid invocation, check your deployment packaging, method=public abstract java.util.Collection com.beo.atlas.beans2.warennummer.WarennummerLocalHome.findWarennummerUser(java.lang.String) throws

[jboss-user] [EJB 3.0] - Re: First step towards performance improvement of EJB3 deplo

2009-06-01 Thread orenh10
There's a significant improvement! Here are the timings for JBoss 5.1.0.GA, along with the timings for previous versions for comparison. == Deploy Cinco.ear == JBoss 4.2 - 1 sec JBoss 5.0.1 - 13 sec JBoss 5.1.0.GA - 3 sec == Deploy one of our real EAR's == JBoss 4.2 - 20 sec JBoss 5.0.1 - 51

[jboss-user] [EJB 3.0] - Re: First step towards performance improvement of EJB3 deplo

2009-06-01 Thread jaikiran
This is real good news :) Although 4.x numbers are still better, your numbers show that we have brought down the EJB3 deployment time significantly in AS-5.1.0.GA version. We will continue to look into other areas of improvement to try and possibly bring this down a bit more. Thanks for

[jboss-user] [JBoss Messaging] - Re: JBoss 1.4.4.GA in AS5

2009-06-01 Thread gaohoward
Yes the version currently in AS 5.1 is 1.4.3.GA. 1.4.4 is for AS 4.x. We didn't test it against AS 5.1. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234431#4234431 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234431

[jboss-user] [Clustering/JBoss] - Re: Application not getting deployed on other clusrted nodes

2009-06-01 Thread mpogra
Any help! Mahesh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234434#4234434 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234434 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem Using Annotated Beans with JTA. Data is not writ

2009-06-01 Thread taranis
Here is Hibernate Trace, it seems like Hibernate thinks that the Entity is Transient in these lines, but i can't understand why. [org.hibernate.event.def.AbstractSaveEventListener] transient instance of: test.Flight 2009-06-01 14:11:08,466 TRACE

[jboss-user] [JBoss Tools (users)] - How-to start JBoss with confihuration != standart

2009-06-01 Thread krasig
Hi, ENV: JBoss AS 5.1.0, Galileo 3.5.0 RC1, JB Tools H198 Is there any secret to start AS with configuration minimal or web. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234441#4234441 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: How-to start JBoss with confihuration != standart

2009-06-01 Thread akazakov
You can choose server configuration when you install new Server Runtime. See http://docs.jboss.org/tools/3.0.1.GA/en/as/html/runtimes_servers.html#InstNewRuntime View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=423#423 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: How-to start JBoss with confihuration != standart

2009-06-01 Thread krasig
Yes. But when is selected minimal or web it's never starts. After 450 seconds (default timeout): anonymous wrote : | Server JBoss 5.0 Runtime Server was unable to start within 450 seconds. If the server requires more time, try increasing the timeout in the server editor. View the original

[jboss-user] [JBoss Tools (users)] - Re: How-to start JBoss with confihuration != standart

2009-06-01 Thread krasig
When I’ve tried to change configuration and to save it, I’ve got the following message: http://screencast.com/t/AgToiHia View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234449#4234449 Reply to the post :

[jboss-user] JBOSS 4.2.1 JNDI ORACLE DB

2009-06-01 Thread Karthik Nanjangude
Hi I recently re-configured our application for a certain client of ours from Oracle 10gAS to JBoss 4.2.1 The application with some minor changes was able to run on JBOSS SPEC: JBOSS4.2.1 O/s Linux RedHat JDK 1.5 Problem On 10gAS with JNDI to DB was never a problem On Jboss with

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Toplink and Jbos 4.2.2

2009-06-01 Thread zaloa
Hi, I'm having the same problem. I'm using jboss 4.2.2 and toplink. My persistence.xml is like this: persistence... persistence-unit name=xx oracle.toplink.essentials.PersistenceProvider /persistence-unit When I start jboss, I get the following

[jboss-user] [Management, JMX/JBoss] - Receiving notification from other MBeans

2009-06-01 Thread joshua883
Hi all! I'm trying to receive notifications from a simple MBean component. The MBean (taken from wikis) simply dumps a Message when the operation printMessage is invoked: public class StartupService extends ServiceMBeanSupport implements StartupServiceMBean | { |// Our message

[jboss-user] [JBossWS] - Web Services failing after deployment or restart

2009-06-01 Thread martynl
Hi, We are encountering a very strange problem with JBoss. We have a number of applications deployed to JBoss using annotated EJB3 web services. Most work 100% fine except for one. Every time we deploy an unrelated app or restart the server, this 1 application keeps dropping the web service.

[jboss-user] [JBoss jBPM] - Re: visual BPEL designer plugin 0.4 for Eclipse 3.4.2

2009-06-01 Thread sai_ari
I could this make work. But NetBeans BPEL designer is way better than Eclipse designer. What do you think? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234463#4234463 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-01 Thread dakiar
16:42:57,673 INFO [ServerInfo] Java version: 1.4.2_08,Sun Microsystems Inc. 16:42:57,674 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.4.2_08-b03,Sun Microsystems Inc. 16:42:57,674 INFO [ServerInfo] OS-System: Linux 2.6.18-53.el5,i386 16:42:57,674 INFO [ServerInfo] OS-System:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-01 Thread dakiar
Excuse me I mean removing a jsp file from same war file ( not jar file ) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234478#4234478 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234478

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-06-01 Thread jaikiran
anonymous wrote : To make things even more interessing I removed the class from the war file no effect Definitely an indication that its being loaded from some place else and not from the war. Can you upload those logs if possible? Maybe they might give an hint View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Encrypt KeyStore-Password in a Tomcat-Connetctor for 4.2

2009-06-01 Thread yashendrac
Andre, I confirmed that it is broken in JBoss5.0.1, I am not sure since when it is broken but it was working on JBoss4.2.1. I also confirmed that it is fixed in JBoss5.1.0 I checked the source code for following classes under jbosswe.jar and jbossweb-service.jar

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL 1.1.1 on JBOSS 4.2.3 GA

2009-06-01 Thread sai_ari
I could make Netbeans BPEL work on JBOSS.There are some issues with partnerlinks in the Process wsdl. I rectified and working fine now. Regarding the BPEL example services, this is the error I got C:\jbpm-bpel-1.1.1\examples\accountant deploy.webservice Buildfile: build.xml detect.wsdl:

[jboss-user] [Remoting] - Re: Remoting, XNIO and JBoss 5.1.0 GA

2009-06-01 Thread david.ll...@jboss.com
Remoting 2.5.1 uses plain sockets. You can remove XNIO from your deploy and deployers folders if you wish; but the beans it defines are all on-demand so I wouldn't expect a huge savings in startup time or memory footprint. If you do see a difference of more than a few milliseconds, please let

[jboss-user] [Remoting] - Re: Remoting, XNIO and JBoss 5.1.0 GA

2009-06-01 Thread xmedeko
28s:719ms vs. 26s:594msm so more than 2 seconds faster. I have removed XNIO from deploy and deployers as well. But I have made just one experiment, thought. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234483#4234483 Reply to the post :

[jboss-user] [Remoting] - Re: Remoting, XNIO and JBoss 5.1.0 GA

2009-06-01 Thread david.ll...@jboss.com
Hmmm, interesting. That's substantially different from my experiments. Thanks for the info. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234485#4234485 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234485

[jboss-user] [JBossWS] - Re: Implementing WS-Security Usename Token Profile Authentic

2009-06-01 Thread PedroSena
Hi, I'm trying to implement this solution, but for some reason, the authentication mecanism is not reading correctly my Soap Header. I saw in log: 2009-06-01 11:09:24,265 DEBUG [org.jboss.security.auth.spi.UsersRolesLoginModule] Bad password for username=null | 2009-06-01 11:09:24,265

[jboss-user] [Installation, Configuration DEPLOYMENT] - org.apache.commons.httpclient.HttpVersion

2009-06-01 Thread mravikrish
Hello community, i am using paypal nvp sdk with jboss 4.2.2 when i run the application i am getting the following exception class org.apache.commons.httpclient.HttpVersion's signer information does not match signer information of other classes in the same package cud any one suggest me where

[jboss-user] [Remoting] - Re: Remoting, XNIO and JBoss 5.1.0 GA

2009-06-01 Thread xmedeko
Hmm, I have made 3 more experiments and the time oscillates between 26s and 28s does not matter if with XNIO or without. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234489#4234489 Reply to the post :

[jboss-user] [JBoss Portal] - Jboss Portal Clustering (SSO)issue

2009-06-01 Thread rinku05
Hello, I am using jboss portal 2.6.2 with 4.0.5 AS. I am facing an issue. I have set the clustered environment with two machines in cluster and Apache webserver2.2 as load balancer. I have uncommented in ..\server\all\deploy\jbossweb-tomcat55.sar\server.xml When I am accessing the portal

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA: toplink_essentials vs hibernate

2009-06-01 Thread bmelloni
Based on a recommendation from jBoss support, we are migrating from native Hibernate to JPA. While researching I found that the two most commonly used backends for JPA are Toplink Essentials and Hibernate. Since I am a beginner at JPA and Toplink's documentation was much easier to follow,

[jboss-user] [JBoss Portal] - Query regarding failed to register namespace portalcms - ht

2009-06-01 Thread rinku05
Hello, I am trying to setup clustering for jboss portal 2.6.2. Jboss AS used is 4.0.5 and apache2.2 as loadbalancer. I am getting the following error: 19:54:59,921 ERROR [STDERR] javax.jcr.NamespaceException: failed to register namespace portalcms - http://jboss.org/jcr/portalcms: mapping

[jboss-user] [JBoss jBPM] - Re: How to re-assign task to other/s actor

2009-06-01 Thread kukeltje
Yes, by using the api View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234495#4234495 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234495 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-06-01 Thread kukeltje
anonymous wrote : Is that right ? Yes anonymous wrote : You also recommend custom AssignmentHanlders to react to some passed variable in order to find which user the task should be assigned to. How exactly would one pass such variable to the AssignmentHanlder ? Well, it is not a real

[jboss-user] [Remoting] - Re: Remoting, XNIO and JBoss 5.1.0 GA

2009-06-01 Thread david.ll...@jboss.com
Ah, ok, that explains it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234497#4234497 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234497 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: scaling of jbpm4?

2009-06-01 Thread kukeltje
For jBPM 4, the same rules apply as for jBPM 3. Basics have not changed that much. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234499#4234499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234499

[jboss-user] [JBoss Portal] - Javascript error in clustering environment

2009-06-01 Thread rinku05
Hello, I am trying to set up clustering environment for jboss Portal 2.6.2, AS 4.0.5 and apache server2.2. When I am trying to access my jboss portal application using http://127.0.0.1/portal, I am getting javascript alert: Error:Object expected Code:0 URL:

[jboss-user] [JBoss jBPM] - Re: jbpm pressure test

2009-06-01 Thread kukeltje
If you make good unittests, you can run those in tools that support using unittests for doing stresstest. For the rest the differences on how to strees test jBPM (the core!) is not that different from how you would test other systems. View the original post :

[jboss-user] [JBoss Portal] - jboss Portal 2.6.2 java.net.SocketException: Software caused

2009-06-01 Thread rinku05
Hello, I am trying to set up clustering environment for jboss Portal 2.6.2, AS 4.0.5 and apache server2.2. iam getting below errors: 19:57:47,890 INFO [JkMain] Jk running ID=0 time=0/265 config=null 19:57:47,937 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0

[jboss-user] [EJB 3.0] - Re: Calling stopDelivery causes a

2009-06-01 Thread jaikiran
On which MBean are you calling the stopDelivery method? I could not find any EJB3 related classes in the exception stacktrace. Maybe the MBean is JBoss Messaging related? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234504#4234504 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Calling stopDelivery causes a

2009-06-01 Thread philipdodds
We are calling the stopDelivery method on the EJB3 MDB MBean - I believe this one is the container registered when deploying the MDB. The stopDelivery functionality was only re-introduced recently (I believe maybe 1.1.2/1.1.3?) and we have been keen to make use of it. Thanks for the reply and

[jboss-user] [Microcontainer] - Re: Locating the current DeploymentUnit

2009-06-01 Thread david.ll...@jboss.com
OK how about this. What is the mechanism to find the DeploymentUnit that a Class belongs to? Does jboss-cl give us something which does this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234507#4234507 Reply to the post :

[jboss-user] [Beginners Corner] - Transaction not active Error sticks to the Thread causing is

2009-06-01 Thread ravichittari
In my application, When the database is stressed I am getting the following error. I believe the txn is getting time out. Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImple ac, BasicAction: 7f000101:9fd1:4a23167a:263 status: ActionStatus.ABORTED I am

[jboss-user] [JNDI/Naming/Network] - Re: spi.NotBoundException

2009-06-01 Thread kwesy
Hi, all I have the same problem too. I try to retrieve a SessionBean from a service (SAR) at startup time. From a Web Controller | InitialContext ctx = new InitialContext(); | GroupManagerLocal groupEJB = (GroupManagerLocal) ctx.lookup(GroupManagerLocal.JNDI_NAME);

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-06-01 Thread philipdodds
We have continued to work on this one - and have upgraded to the latest JBoss 5.1.0GA release. This appears to have resolved the problem with the XA transaction - however we are using the stopDelivery method on the EJB3 MDB MBean and are getting a session cannot be found during the

[jboss-user] [JBoss Cache: Core Edition] - 1.4.1.SP3 - Node availability during nodeRemoved(pre)

2009-06-01 Thread skaffman
Folks, In 1.4.1.SP3, when my treecache listener has its nodeRemove(Fqn, pre, isLocal) is called with pre=true, should the node to which the event refers still be present in the cache? I'm seeing behaviour where the node has already gone by the time nodeRemove(pre=true, isLocal=true) is

[jboss-user] [JNDI/Naming/Network] - Re: spi.NotBoundException

2009-06-01 Thread kwesy
I think that EJB3 is not in INSTALLED state but I don't understand why? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234516#4234516 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234516

[jboss-user] [Beginners Corner] - Re: Transaction not active Error sticks to the Thread causin

2009-06-01 Thread jhalliday
Call UserTransaction.commit or .rollback, which you should be doing in a finally block anyhow. Unless it's CMT, in which case this is a container bug. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234517#4234517 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Security Features of JBoss AS 5.1

2009-06-01 Thread anil.saldh...@jboss.com
http://anil-identity.blogspot.com/2009/06/jboss-as-51-security-features.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234518#4234518 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234518

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-06-01 Thread gaohoward
Hi, I think 'session cannot be found' can happen as I explained. To further verify my reasoning, you can try to find in the server's server.log if there is something like: A problem has been detected with the connection to remote client x, jmsClientID=. It is possible the

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-06-01 Thread gaohoward
Sorry, actually the second case I supposed (shared connection) is unlikely to happen. As if it happened, there wouldn't be error messages like you have got. It should be detected by other clients before reaching that point. View the original post :

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-06-01 Thread timfox
I'm not familiar with this stopDelivery method - I guess this is something added by the EJB team. Like Howard says, perhaps it is doing something illegal, but without seeing the code for it, it would be hard to tell. View the original post :

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-06-01 Thread philipdodds
Thanks for all the help and insight - I'll jump back over to EJB3 and see if maybe it is a configuration issue in the deployment or a problem in the EJB3 container (since stopDelivery was only recently added). Thanks again P View the original post :

[jboss-user] [EJB 3.0] - Re: Calling stopDelivery causes a

2009-06-01 Thread philipdodds
I posted back to the JBM forum (I'm sorry I keep jumping between them) http://www.jboss.org/index.html?module=bbop=viewtopict=155777start=10postdays=postDayspostorder=postOrderhighlight=highlight The MDB in question is an EJB3 deployed one and it is the EJB3 container, the MBean is listed as

[jboss-user] [JBoss jBPM] - Re: Problem with the installer for JBPM beta2 - java.lang.Ab

2009-06-01 Thread kukeltje
https://jira.jboss.org/jira/browse/JBPM-2281 (it is good to search the jira first ;-)) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234530#4234530 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234530

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-06-01 Thread jpramondon
Hi Ronald, In the meantime, I gave my (yours in fact) idea a try and did exactly as I described in the previous post. Guess what ? It's working ! (of course it's working might you think ... :) ). Thanks again. Jerome View the original post :

[jboss-user] [Beginners Corner] - Seam and Google Android

2009-06-01 Thread donakalz
Hi Guys, I was wondering if I could get some help here. I am working on a project. There is a server which is running seam. And the clients are supposed to be Google Android Mobile applications. I need to be able to make android communicate with seam (for purposes of login and so on). Does

[jboss-user] [JBoss Tools (users)] - Using subdirectories for Facelets page in Seam project

2009-06-01 Thread GermanDev
Hi! First of all - I know this might not be the right board to post this question. I tried to post to few more boards but after few weeks I still got no solution so I am going to try it here ;) I am using the latest JBoss Tools with Eclipse Galileo. I created an EAR JBoss Seam v2.1. As

[jboss-user] [JBossWS] - wssecurity username token encryption

2009-06-01 Thread juno60
I am struggling with wssecurity on jboss 5.0.1.GA. I can either properly authenticate to a webservice using an username token or encrypt the whole soap communication using wsse encryption but not both at the same time. I would like to authenticate using the username token and for that token to

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-06-01 Thread kukeltje
Of course it is working :-P it was designed by Tom et al to work that way, so it's not even my idea. Still, better plugability would have been nice, so you could configure the engine to use a certain IAM solution instead of augmenting each processdefinition. View the original post :

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-06-01 Thread pratimkm
Tim, The number of client session created by remote clients are constant at 9 as they use a connection pool. However we have some local components on the jboss server which opens and closes connections while they put messages to the queues.We are using the java:/JmsXA connection factory.

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-06-01 Thread pratimkm
Howard, Nice to see your reply again. As you suggested earlier we are using the jboss-remoting version 2.2.2.SP11 Thanks, Pratim View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234547#4234547 Reply to the post :

[jboss-user] [JBossWS] - Re: Implementing WS-Security Usename Token Profile Authentic

2009-06-01 Thread PedroSena
Hi Guys, I made it work with simple Pojos, but with SLSB no way. What is the trick? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234550#4234550 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234550

[jboss-user] [JBoss Tools (users)] - Re: Using subdirectories for Facelets page in Seam project

2009-06-01 Thread akazakov
Hi, I don't see any problem with it. Could you give some examples? What is the problem there? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234551#4234551 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234551

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-06-01 Thread jpramondon
I may missing one last thing. It may sound dull, but I've been asking myself and couldn't find any cleaner solution than the one I'm finally using. So here it is : When I was using the default ExpressionAssignmentHandler, I used to pass it an Expression. (Well nothing stunning until now). This

[jboss-user] [Security JAAS/JBoss] - Re: login-config.xml refers to non-existing dtd

2009-06-01 Thread Wolfgang Knauf
Hi, see the comments on this wiki article: http://www.jboss.org/community/wiki/JBossDTDs. More users have problems with the missing DTDs/XSDs Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234559#4234559 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Failed while installing Seam 2.1

2009-06-01 Thread daemom
No, I'm creating a project from scratch. One curious thing is that creating a war project instead of an ejb one it works fine, using the same tools. Even worst, using the same tools in other machine all works fine too (including jboss as, seam framework, eclipse and java jdk). Could be possible

[jboss-user] [JBoss jBPM] - jBPM timer's Action getting locked

2009-06-01 Thread sumit.jbpm
Hi there, I am using the jbpm-jpdl-3.2 version in my project. There are certain processes in my project where I am using jbpm-timer feature. I have defined the timer in my processdefinition.xml in the following fashion: | | timer name=billingNotification duedate=5 minutes | action

[jboss-user] [Microcontainer] - Re: Classloading vs. VFS

2009-06-01 Thread ALRubinger
Ran through this a bit today. Came across in the JCA Standalone: Caused by: java.net.MalformedURLException: unknown protocol: vfsfile ...as Jesper's been encountering. It's this logic which fully inits VFS:

[jboss-user] [JBoss Portal] - References to portlet instances

2009-06-01 Thread dvanwest
Is there an easy way, via the API, to find out if a portlet instance is being used (referenced on a page)? I assume one could look at each portal and walk the tree, but that could get difficult if there are lots of dashboards. Is there another way? Thanks. View the original post :

[jboss-user] [JBoss Portal] - Setting user's roles doesn't trigger Hibernate PreInsert or

2009-06-01 Thread JohnnyTheHun
I am using JBoss Portal 2.7.0 CR1 on Windows, JDK5 I am logging JBoss Portal Admin usage via Hibernate Event listeners. I have added the listeners to server\default\deploy\jboss-portal.sar\conf\hibernate\user\hibernate.cfg.xml: | listener type=pre-update

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ssl connection to ejb in cluster env

2009-06-01 Thread smolin
Nobody knows the solution? Maybe some JBoss experts? Anybody has the same or similar problem? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234571#4234571 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234571

[jboss-user] [JBoss Portal] - Re: Setting user's roles doesn't trigger Hibernate PreInsert

2009-06-01 Thread matallen
Hi Johnny, I have to say I've not used our method to audit log the portal events before. Previously I took the extend the class and add logging approach:- So in order to audit the role events you could extend the IdentityRoleBean class of portal, and override the method: |@Override |

[jboss-user] [JBoss Getting Started Documentation] - Looking for jsf-ejb3 example

2009-06-01 Thread babernat
All, The getting started guide for 5.0 references the jsf-ejb3 application in Chapter 12. I downloaded 5.0.0.GA, 5.0.1.GA, and 5.1.0.GA and have been unable to locate this example in any of the docs/examples directories. Somebody else opened up JBAS-6932 to report the issue. In the interim, is

[jboss-user] [Installation, Configuration DEPLOYMENT] - NamingContextFactory class not found error during deployme

2009-06-01 Thread alskor
Hi all! I have a legacy app I need to migrate from JBoss 3.2.7 to 5.1.0 GA. I have found 13 problems so far and I resolved 12 of them. The problem I have now is: Jboss shows this error during startup: INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 | WARNING

[jboss-user] [JBoss jBPM] - Re: scaling of jbpm4?

2009-06-01 Thread galanfish
thanks kukeltje, but I started jbpm with jbpm4 and I have no even an idea with jbpm3... is there any jbpm4 cluster tutorial like articles that show us how do they do it? thanks in advanced! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234586#4234586 Reply

[jboss-user] [EJB 3.0] - Variable argument list in session bean method causes NoSuchM

2009-06-01 Thread ablevine1
I am in the process of upgrading from jboss 4.0.5 to jboss 5.1.0 and am getting NoSuchMethodErrors when accessing my session beans that have methods containing variable argument lists (...). Is this a know issue for jboss? I see something similar about weblogic. For example I have this

[jboss-user] [Security JAAS/JBoss] - InputTextCallback question

2009-06-01 Thread abickford4523
Do I need to implement a custom callback handler in order to accept another string of input information from our FORM based login page, or can my custom login module that extends AbstractServerLoginModule just simply create a 3rd callback in the callback handlers array (in addition to

[jboss-user] [JBoss Tools (users)] - no declaration can be found for element 'security:jpa-token-

2009-06-01 Thread benjfayle
When I have the following lines in a components.xml file: security:jpa-token-store token-class=securus.security.AutoLoginToken/ | security:remember-me mode=autoLogin/ | I get an error from the schema validation. anonymous wrote : cvc-complex-type.2.4.c: The matching wildcard is

[jboss-user] RE: JBOSS 4.2.1 JNDI ORACLE DB

2009-06-01 Thread Karthik Nanjangude
Hi Please somebody help me with the issue ... I have been looking for the same in the forms...not a satisfying answer With regards Karthik From: jboss-user-boun...@lists.jboss.org [mailto:jboss-user-boun...@lists.jboss.org] On Behalf Of Karthik

[jboss-user] [Beginners Corner] - Re: isolate a datasource ( not share for all web application

2009-06-01 Thread dickson1888
Thanks for jaikiran's correction. How to call a database by global jndi name in a jsp? (coding) Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234593#4234593 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234593

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-06-01 Thread dickson1888
Peter, Can you help to solve my LDAP authentication problem? Thanks. Thanks in advance for anyone's help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234594#4234594 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234594

[jboss-user] [Security JAAS/JBoss] - Re: basic authentication against unix password file?

2009-06-01 Thread dickson1888
does it mean that there is no existing module to implement my task (check password with unix password file)? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234595#4234595 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-06-01 Thread gaohoward
Hi Pratim, jboss remoting has fixed some ServerThread issue in 2.2.3. Can you try it to see if the fix is good for you too? Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234597#4234597 Reply to the post :