[jboss-user] [EJB 3.0 Users] - Re: JBoss 6.0.M1 and ejb 3.1 (JSR 318)

2009-11-22 Thread grdzeli_kaci
Hi jaikiran And what is the stage of ejb 3.1 project? is there any release date scheduled? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266909#4266909 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266909

[jboss-user] [JBoss Cache Users] - Error in accessing pojocache mbean

2009-11-22 Thread torakesh
Hi, I am new to the jboss cache, I want to use jboss cache in my application using MBean feature. I have created MBean using following configuration: ?xml version=1.0 encoding=UTF-8? jboss:service=TransactionManager !-- Configure the TransactionManager --

[jboss-user] [JBoss Microcontainer Users] - Re: How to get DeploymentUnit?

2009-11-22 Thread Juergen.Zimmermann
I've to implement a class as follows: | import java.lang.reflect.Type; | import javax.ejb.EJB; | import javax.naming.Context; | import javax.naming.InitialContext; | import javax.naming.NamingException; | import javax.ws.rs.ext.Provider; | import

[jboss-user] [JBoss Microcontainer Users] - Re: How to get DeploymentUnit?

2009-11-22 Thread Juergen.Zimmermann
BTW, the whole deployment is in an EAR, the class EJBProvider (see above) is in a web module, and the referenced EJB of course in an EJB module. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266914#4266914 Reply to the post :

[jboss-user] [JBoss Microcontainer Users] - Re: How to get DeploymentUnit?

2009-11-22 Thread alesj
Juergen.Zimmermann wrote : | So my 1st problem is: how to get the jndi name when the interface of an EJB is available? | Dunno, this is EJB question not MC. ;-) Either ask on their forum or check Weld-int where, afair, something similar had to be implemented. Juergen.Zimmermann wrote :

[jboss-user] [JBoss Microcontainer Users] - Re: How to get DeploymentUnit?

2009-11-22 Thread alesj
Juergen.Zimmermann wrote : the class EJBProvider (see above) is in a web module You can use MC-int to get DeploymentUnit from ServletContext. * http://anonsvn.jboss.org/repos/jbossas/projects/mc-int/trunk/servlet/ View the original post :

[jboss-user] [JBoss Microcontainer Users] - Re: How to get DeploymentUnit?

2009-11-22 Thread Juergen.Zimmermann
Thank you very much for your help! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266918#4266918 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266918 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: How to create a new profile outside theJboss-as/server d

2009-11-22 Thread jaikiran
By profiles do you mean, you want to place the deployments outside the JBoss AS folder structure? Or do you want to complete create a new set of profile which includes the lib, deployers etc...? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266922#4266922

[jboss-user] [Installation, Configuration Deployment] - Re: Unable to re-publish war to jboss without restart (Sprin

2009-11-22 Thread jaikiran
Is that the complete stacktrace? It isn't completely informative. bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/pcas-data.xml]: Invo | cation of init method failed; nested exception is java.lang.reflect.UndeclaredThrowableException | at

[jboss-user] [Installation, Configuration Deployment] - Re: How to create a new profile outside theJboss-as/server d

2009-11-22 Thread jdabbi
Jboss comes with a set of ptofiles such as default, all, web, etc. they are in the jboss-as/servers directory. I would like to create a new profile for each node of my cluster. however, i would like to place this profile on a separate drive and directory that is outside the jboss-as directory

[jboss-user] [Clustering] - Re: INSTRUCTIONS FOR JBOSS 2 NODE HORIZONTAL CLUSTER INSTALL

2009-11-22 Thread babazs
Drools does not work with Seam in clustered environment. :( http://seamframework.org/Community/ClusteringSeamApplicationDroolsSerializationErrpr View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266926#4266926 Reply to the post :

[jboss-user] [Persistence] - Re: how to create PersistenceUnit and map to dataSource prog

2009-11-22 Thread javatwo
Thanks for help. If one peristence unit is mapped to many data sources(with same tables), is there any problems with Hibernate caching? We tried the following in a stateless session bean: Map configOverrides = new HashMap(); EntityManagerFacotry emf =

[jboss-user] [jBPM Users] - what enterprise integration in jbpm use for?

2009-11-22 Thread optixpro
i saw jbpm-enterprise.jar can you tell me what it use for? thanks you View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266928#4266928 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266928

Re: [jboss-user] [Security] - JAAS - more data about the user

2009-11-22 Thread Jari Fredriksson
On 21.11.2009 20:56, ndario wrote: So far I developed webapps with User object in session that holds username, full name, role name etc. Now I setup declarative security using LoginModule and all is well but all I have from current user is it's principal which is username only. What

[jboss-user] [jBPM Users] - Re: what enterprise integration in jbpm use for?

2009-11-22 Thread kukeltje
running jbpm with ejb3 timers and a jms queue for async nodes instead of the custom implementation. The rest is the same. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266929#4266929 Reply to the post :

[jboss-user] [EJB 3.0 Users] - EntityManager.refresh() works only on managed entities.

2009-11-22 Thread CatchSandeepVaid
Why can't EntityManager.refresh() work on detatched entities? Any reason behind this ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266932#4266932 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266932

[jboss-user] [Installation, Configuration Deployment] - Re: How to create a new profile outside theJboss-as/server d

2009-11-22 Thread PeterJ
Yes, you can do this - just set the appropriate system properties to let the app server know where to look. For example, if you copy server/default to /opt/myconfig, then when starting up the app server, add the following to the JAVA_OPTS: -Djboss.server.base.dir=/opt/myconfig

[jboss-user] [Performance Tuning] - Re: Upgraded jboss As 4.1 to 5.1 and performance degrated

2009-11-22 Thread PeterJ
Do you mean just slow startup times, or response times in general? If the former, check the JBoss AS Users forum - it contains a lot of entries related to this issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266935#4266935 Reply to the post :

[jboss-user] [jBPM Users] - JBoss AS jBPM

2009-11-22 Thread StevenMayhew
Hi all, I'm having a few issues sorting out an installation of JBoss to configure it correctly with jBPM. Currently I have a JBoss AS instance running correctly on the machine and it all works perfectly. However its integrating it with jBPM that I'm having issues with. The only tutorial that I

[jboss-user] [jBPM Users] - WebLogic 10 : couldn't lookup 'UserTransaction' from jndi

2009-11-22 Thread dtoch
I'm trying to use JBPM 4.2 in WebLogic 10, but I get: org.jbpm.api.JbpmException: couldn't lookup 'UserTransaction' from jndi: Unable to resolve 'UserTransaction'. Resolved '': Unable to resolve 'UserTransaction'. Resolved '' at

[jboss-user] [jBPM Users] - Re: JBoss AS jBPM

2009-11-22 Thread sebastian.s
What exactly are your problems? Have you referred to the user's guide and have you tried using the supplied ant-script to install jBPM into an existing instance of JBoss AS? http://docs.jboss.com/jbpm/v4/userguide/html_single/#jboss View the original post :

[jboss-user] [EJB 3.0 Users] - Re: Custom StrictMaxPool settings in ...-aop.xml ignored

2009-11-22 Thread shreyasshinde
Okay. I have a solution for this. It turns out that when EJBs applications are deployed, the properties in ejb3-interceptors-aop.xml file under the deploy directory are applied first. The following annotation in the file says if the class is not present then apply this property. |

[jboss-user] [JBoss Portal Users] - Why does request URI change between processAction and doView

2009-11-22 Thread JohnnyTheHun
We are calling an action url: https://mine.com/authsec/portal/myportal/mypage/myportletWindow?action=1myparam=myvalue We are checking the underlying HttpServletRequest in the processaction and the doview methods: | HttpServletRequest req = (HttpServletRequest)

[jboss-user] [jBPM Users] - Re: what enterprise integration in jbpm use for?

2009-11-22 Thread optixpro
thankyou kukeltje View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266952#4266952 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266952 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging Users] - Re: How to set socket timeouts?

2009-11-22 Thread gaohoward
Did you find any exceptions in your log? You can turn on the TRACE log level to see more details. If you believe it's a real problem, you can raise a jira and attach logs/tests if any. Thanks Howard View the original post :

[jboss-user] [jBPM Users] - mysql and JBPM Integration Problem

2009-11-22 Thread Sunay
Hello All, I got following stack trace when i migrated from hsql to mysql java.lang.NullPointerException at org.jboss.jms.server.ServerPeer.getPostOfficeInstance(ServerPeer.java:1382) at

[jboss-user] [jBPM Users] - Re: Process is not restored after restart?

2009-11-22 Thread 4ntoine
kukeltje wrote : Yes... but is it IN your database Is it a bug or feature? Please, give a link to doc, if it is documented. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266956#4266956 Reply to the post :

[jboss-user] [jBPM Users] - Re: Process is not restored after restart?

2009-11-22 Thread 4ntoine
kukeltje wrote : Yes... but is it IN your database Is it possible to have process just in the same state as before restarting? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266957#4266957 Reply to the post :

[jboss-user] [Persistence] - Re: how to create PersistenceUnit and map to dataSource prog

2009-11-22 Thread javatwo
From debugging, the issue seems to be in method: PersistenceUnitDeployment.start(); which is in the jar jboss-jpa-deployer.jar. Where can I find the source code for the jar? I could not find it under http://anonsvn.jboss.org/repos/ Thanks! View the original post :

[jboss-user] [JBoss Messaging Users] - Re: Slow consumer is blocking producer

2009-11-22 Thread gaohoward
Hello, I did a simple test and I couldn't see there is a problem. I used the topic example in JBM 1.x with some changes. I sent 40k messages and had a message listener. In its onMessage() I gave a 5 sec sleep. Tests shows in about 10 sec all messages have been sent while at the receiving end

[jboss-user] [JBoss Messaging Users] - Re: Problems with examples.

2009-11-22 Thread gaohoward
in etc/jndi.properties under the queue folder. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266961#4266961 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266961 ___ jboss-user

[jboss-user] [Spring Integration] - Spring Integration with JBOSS 4.2.3.GA and 4.3.0.GA Servers

2009-11-22 Thread rangarajrayappan
I'm new to spring integration. I need to know which version of Spring Framework and Spring Security can be used with JBOSS-4.2.3.GA and JBOSS-4.3.0.GA. I am using Jboss 4.2.3 and Jboss4.3.0 for different environments. Thanks in advance, Rangaraj Rayappan View the original post :

[jboss-user] [Persistence] - Re: how to create PersistenceUnit and map to dataSource prog

2009-11-22 Thread javatwo
the previous message is for deploy phase. I was wrong. From further debug, the exception is thrown in SessionFactoryImp.java throw new HibernateException(The chosen transaction strategy requires access to the JTA TransactionManager); if ( settings.getTransactionManagerLookup()!=null ) {

[jboss-user] [jBPM Users] - Re: SQLException throws after changing C3P0 configuration

2009-11-22 Thread darshgohel
Hi All, One more thing i would like to ask is whether its is allowed to use both JDBC and JBPMContext for data retrival? Like as mentioned in the example, fist the JDBC query is firing and based on the results we get, rs.getString(headquarteraddressid), Address Data is populated. So there

[jboss-user] [JBoss Cache Users] - Re: Null element in the Vector

2009-11-22 Thread roman.mandel...@gmail.com
Here is the output of simple concurrency test Thread: [44] pushing | Thread: [45] poping | Thread: [45] | [null], | Thread: [45] poping | Thread: [44] | [23], | Thread: [44] pushing | Thread: [44] | [23], [23], | Thread: [45] | [null], | Thread: [44] pushing | Thread:

[jboss-user] [jBPM Users] - Re: Process is not restored after restart?

2009-11-22 Thread kukeltje
yes, that is normal jbpm behaviour. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266967#4266967 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266967 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Process is not restored after restart?

2009-11-22 Thread 4ntoine
kukeltje wrote : yes, that is normal jbpm behaviour. can you link to doc describing that situation, please. probably, i made smth wrong like params or configs View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266968#4266968 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: Custom StrictMaxPool settings in ...-aop.xml ignored

2009-11-22 Thread jaikiran
shreyasshinde wrote : It turns out that when EJBs applications are deployed, the properties in ejb3-interceptors-aop.xml file under the deploy directory are applied first. That's because, your configuration instructs the container to do so: domain name=Strictly Pooled Stateless Bean