[JBoss-user] [Security JAAS/JBoss] - Re: CertRolesLoginModule cannot find the good SecurityDomain

2006-02-01 Thread Shazz
ok found, the jaas.config file content should be in : - a fiel called auth.conf - in the %JBOSS%/cliebnt dir Easy when you know it... maybe it will help somebody, a day. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920869#3920869 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: How to configure a SFSB in EJB3

2006-02-01 Thread klaus_erber
ok, does nobody have an idea? I think I can do something like this in the stateful cache configuration. There is a an attribute 'timeToIdleSeconds' (default is 300 seconds) in 'ejb3-clustered-sfsbcache-service.xml': | ... | !-- Specific eviction policy configurations. This

[JBoss-user] [Security JAAS/JBoss] - Remote login between EJBs

2006-02-01 Thread Shazz
Hello, I've got a little architecture issue, here is the basic schema : | | | -JSP- || | | | |___\ [EJB SB] || | | | / ||___|__auth then call

[JBoss-user] [JBoss jBPM] - JBoss cache and JBPM

2006-02-01 Thread radhakn
I checked the hbm files for the jbpm tables and found that nonstrict read/write mode is being used for the 2nd level cache. 1) Therefore will I have any performance benefits when using JBoss cache instead? I think jboss cache does not support this mode. 2) I have a clustered web app using

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate3 incorrectly returning joined-subclass?

2006-02-01 Thread benjoethridge
Hi, everyone. This has to do with Mapping Class Inheritance (Table per subclass) as per the Hibernate In Action book (and other such books): In my Hibernate mapping (Person.hbm.xml), I have a class called Person (the superclass) and a joined-subclass called Professional. (Professional extends

[JBoss-user] [Installation, Configuration Deployment] - Re: Packaging External Jars

2006-02-01 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920883#3920883 Reply to the post :

[JBoss-user] [JBoss Portal] - NewbieQuestion

2006-02-01 Thread davinchi
Hi All, Does anybody know the difference between a) creating portlet instances from the management console (which comes on logging in with admin/admin ) b) creating portlet instances using *-object.xml For eg: I can create an instance of cmsportlet using management console OR I can create it

[JBoss-user] [JBoss jBPM] - Re: Process Variables stored as Date have problems...here's

2006-02-01 Thread camunda
OK, I have the same problem but has not fully understand this message. After some investigation I understand the problem: Some Hibernate Dialects (HSQL, Oracle9, ...) return a java.sql.Timestamp, instead of a java.util.Date. That's OK, because Timestamp is a subclass of Date. But because of

[JBoss-user] [JBoss jBPM] - Re: Process Variables stored as Date have problems...here's

2006-02-01 Thread camunda
But I have wondered how this Bug made it into 3.0.2 I hope, it will be fixed with 3.1? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920873#3920873 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920873

[JBoss-user] [Messaging, JMS JBossMQ] - Unexpected behaviour of MDB (JBoss 4.0.2)

2006-02-01 Thread fabiulin76
Hi, We are using JBoss 4.0.2 and we have the following problem: When we stop the destination and immediately after starting it, the MDB do not consume the messages in the queue until we do stopDelivery and startDelivery. The problem occurs randomly and we are not able to reproduce it. Often it

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.3SP1 and Hibernate3

2006-02-01 Thread [EMAIL PROTECTED]
Further investigation reveals that where I am calling openSession(), and therefore not taking part in a JTA transation) but a JTA transaction exists calls to tx.commit and session.close are being ignored as if I am in a transaction. Is this a bug, or am I missing something? View the original

[JBoss-user] [Installation, Configuration Deployment] - Re: ERROR: relation

2006-02-01 Thread Tarch82
I posted it in another topic but the only response that I recieve doesn't regard the installation of JBoss as default datasource. Bye! =) This is the log of JBoss, I shortened some StackTrace to reduce the size of the message but if you want or if you need I can post it entirely. 22:06:53,667

[JBoss-user] [Installation, Configuration Deployment] - Re: Can I deploy datasources with my EAR?

2006-02-01 Thread chrisdutz
Simply add the jar-file containing the driver to your ear-classpath, add the datasource.xml to the ear and add a java module to your META-INF/application.xml file ta-ds.xml Hope this helps. Chris View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Can I deploy datasources with my EAR?

2006-02-01 Thread chrisdutz
This time with escaped tags ;) module | javata-ds.xml/java | /module View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920882#3920882 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920882

[JBoss-user] [EJB 3.0] - Re: Unable to lookup EntityManager in 4.0.3 SP1 with EJB3 RC

2006-02-01 Thread HolgerCasties
I have the same problem. I can also see the JNDI entries of my EntityManager and EntityManagerFactory inside the JNDI view service but when executing the JNDI lookup method the same error occurs: em or emf are null! Holger View the original post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Caused by: java.lang.IllegalStateException: Engine is null?!

2006-02-01 Thread kenlohwh
When I run my xdoclet xml file, I get the following errors: | Buildfile: C:\eclipses\JBossIDE\workspace\Booking\xdoclet-build.xml | N65540: | N67546: | N68172: | [webdoclet] 16:53:50,255 ERROR [findGetterMethod] Method getVerbose not found. | [webdoclet] 16:53:50,255 ERROR

[JBoss-user] [EJB 3.0] - Re: accessing stateful session beans in ears from the outsid

2006-02-01 Thread ejb3workshop
Have a look at the classpath. I had similar problems when I used the wrong jars. In the installation docs it is mentioned : anonymous wrote : | because you patched 4.0.3SP1, the client jars in the jboss-4.0.3SP1/client directory will be invalid. Build your client classpath from: | |

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in getting database connection

2006-02-01 Thread jaikiran
Have a look at Section Common DataSource parameters at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources Specifically, the following attribute needs to be specified: use-java-context - A boolean indicating if the jndi-name should be prefixed with java: which causes the DataSource to

[JBoss-user] [JBoss jBPM] - NPE in GPD with eclipse 3.2M4

2006-02-01 Thread kresho
I have installed GPD 3.0.7 on eclipse 3.2M4. When trying to open a process definition in editor, the editor fails with exception java.lang.NullPointerException | at org.jbpm.ui.editor.DesignerContentProvider.addProcessDiagramDimension(Unknown Source) | at

[JBoss-user] [JBoss Portal] - Re: portal forum:still have charset problem.

2006-02-01 Thread bdaw
Thanks for pointing this out. This issue will be tracked and I will post here when the solution will be available in cvs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920887#3920887 Reply to the post :

[JBoss-user] [JBoss/Spring Integration] - Re: Missing BeanFactoryLoader

2006-02-01 Thread alesj
Just tried it now - on JBoss4.0.3SP1 without EJB3 support. It works normally. No idea why it doesn't find NamedXmlApplicationContext. I'm using: Spring-Version: 1.3-rc1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920888#3920888 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - custom FormAuthenticator in 3.2.3?

2006-02-01 Thread anre42
Hi, Is it possible to have a custom FormAuthenticator class in jboss-3.2.3 (i.e. Tomcat 4x)? I can't find any information about this. Thanks! /Andreas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920892#3920892 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Authentication failure at deploy time

2006-02-01 Thread armita
I am trying to add JAAS support to my web project. I did add the jboss.xml file to my application as followed: security-domainjava:/jaas/mcipro/security-domain missing-method-permissions-excluded-modefalse/missing-method-permissions-excluded-mode

[JBoss-user] [Messaging, JMS JBossMQ] - Unexpected behaviour of MDB (JBoss 4.0.2)

2006-02-01 Thread fabiulin76
The problem occurs randomly when we deploy the application or when we start JBoss. There are no errors, but the MDB do not consume the messages in the queue and the list of the listener is empty. From the log we found out that there is unexpected stop-start of the queue. Is it correct that if

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-02-01 Thread [EMAIL PROTECTED]
What I tend to do when running such tests is to give it a few 'warm up' loops (perhaps 2000) for the JIT compiler to come up to speed - I've noticed this irons out inconsistencies. I usually then run the test with about 10,000 loops... Either way though, even if there isn't a performance

[JBoss-user] [JBossCache] - Re: Finding cache instances

2006-02-01 Thread [EMAIL PROTECTED]
You could use a startup class that starts the TreeCache and binds it in JNDI - then other 'consumer threads' could look this up in JNDI. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920893#3920893 Reply to the post :

[JBoss-user] [JBossCache] - Re: Custom JDBC cacheloader

2006-02-01 Thread [EMAIL PROTECTED]
1) Yes, you can do this. 2) Yes, it will work provided you can adhere to the CacheLoader interface methods and provide the symatics expected of a CacheLoader implementation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920895#3920895 Reply to the post :

[JBoss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException on using transacti

2006-02-01 Thread [EMAIL PROTECTED]
It should - what version of JBossCache are you using, the exception should print out how many seconds it waited before it threw a TimeoutException ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920896#3920896 Reply to the post :

[JBoss-user] [JBossCache] - Re: two-phase commit protocol in jbosscache1.2.3

2006-02-01 Thread [EMAIL PROTECTED]
Nope. If you need to maintain integrity in the event of a failure when using replication, we'd recommend using transactions... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920897#3920897 Reply to the post :

[JBoss-user] [JBoss Seam] - question about application scope component?

2006-02-01 Thread liudan2005
I have an entity bean which maps to a database table. I need to retrive some data from database through this entity bean when applicaiton starts up so all other back beans and ejbs can access it. I am thinking of making an application scoped object, which retrives data when applicaton starts

[JBoss-user] [JBoss jBPM] - Task assignment - spesific question

2006-02-01 Thread yd40
Hi all, I did some test and here is my question: I saw that when the expression is expression = group(hellsangels) it's assigned in the pooledActor table as the group name - hellsangels. When the expression is: expression = group(hellsangels) -- member(leaderofthegang), and I'm sure that in

[JBoss-user] [Installation, Configuration Deployment] - Re: Web app with separate log4j.jar

2006-02-01 Thread Kaj
Some aditional information. We are using jboss-4.0.3SP1 and Hibernate 2, and we have the jars for hibernate within the lib folder of the web application. Kaj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920906#3920906 Reply to the post :

[JBoss-user] [JBoss Portal] - [Portal 2.2] Problem installing on a DB2 v7

2006-02-01 Thread Arnaud Deslandes
Hello all, I encountered a problem at the creation of the DB2 schema used by portal. Trying to create the JBP_OBJECT_NODE failed, due to a restiction in DB2 that prevents creating a unique key on a nullable column (NAME here). I used a workaround by creating manually the table without unique

[JBoss-user] [EJB 3.0] - Re: accessing stateful session beans in ears from the outsid

2006-02-01 Thread ppphoenixxx
Thanks for the fast replies - I fixed my problems by throwing temporarly the second webapp into the ear too and will make sure that on customer side things are running, as intended, in separated VMs. anonymous wrote : If you are communicating to a scoped ear, then the only safe way to

[JBoss-user] [EJB 3.0] - Re: New scoping of EntityManager and SessionBeans

2006-02-01 Thread jajansen
Bill, I understand your point on the scoping being spec mandated. But the spec is not final yet, I believe, so do you think that this should be repared in the final spec? Or do you see benifits of scoping to the JAR instead of the EAR level? Your suggestion on repacking sound a lot like what

[JBoss-user] [Testimonials] - READ THIS FIRST

2006-02-01 Thread [EMAIL PROTECTED]
This forum is to describe and discuss your success stories. Do not ask technical questions here. You will likely be ignored, go here instead: http://www.jboss.org/index.html?module=bbop=mainc=5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920908#3920908

[JBoss-user] [JCA/JBoss] - Re: Connection pool problem:No ManagedConnections available

2006-02-01 Thread [EMAIL PROTECTED]
The comments about firing connection close from cleanup() are rubbish. The rest is an FAQ. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920912#3920912 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920912

[JBoss-user] [Security JAAS/JBoss] - Re: Authentication failure at deploy time

2006-02-01 Thread armita
I got some clue, at the debug level it goves me: 16:03:03,512 DEBUG [UsersRolesLoginModule] Loaded properties, users=[200] 16:03:03,524 DEBUG [UsersRolesLoginModule] Loaded properties, users=[200] 16:03:03,529 DEBUG [UsersRolesLoginModule] Bad password for username=null 16:03:03,548 ERROR [STDERR]

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JbossMQ and Delphi as client

2006-02-01 Thread jboss2005_01
Hi, If you intend to use Delpgi 2006, you could try to use CsIL which is an Invoker for JBoss that lets you use JBossMQ from within C#. Perhaps this might solve your problem by calling this C# library from within Delphi... CsIL can be found at sourceforge.net Regard, Kurt View the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Message Size Max Limit

2006-02-01 Thread [EMAIL PROTECTED]
johnmeah wrote : | P.S. I'm not sure why these forums are treated like newsgroups. This is a major marketing tool for jBoss so great support here would further the product. | Read this: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp I wouldn't describe a dumping ground for problems

[JBoss-user] [JBoss Seam] - Seam and Servlet

2006-02-01 Thread js8523
Hi Folks I am currently writing a servelt but I wish to access seam components (in particular a Stateful session bean (working as a conversation backing bean) from the servlet. This is for generating a pdf form from the conversationally scoped information. I have tried

[JBoss-user] [JBoss jBPM] - Re: Spring is in the air

2006-02-01 Thread tsandor
Your integration TODO and beans xml seems to be great. Can you post your subclassed implementations? (e.g. jbpmObjectFactoryBeanFactoryAware, dbPersistenceService, persistenceServiceFactory, JbpmConfigurationFactoryBean) -- Thomas View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: unable to secure jmx invoker

2006-02-01 Thread voidptr
hi, i just set the org.jboss and org.jboss.management categories to debug and found out that the following exception occures while deploying the jmx invoker: | 2006-02-01 14:11:48,864 DEBUG [org.jboss.mx.modelmbean.ModelMBeanInvoker] Failed to invoke ctor(MBeanInvoker) for: class

[JBoss-user] [JBoss Portal] - Re: portal forum:still have charset problem.

2006-02-01 Thread jsports
thanks bdaw. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920925#3920925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920925 --- This SF.net email is sponsored by:

[JBoss-user] [JBoss jBPM] - deploying jbpm.sar with postgresql doesn't connect

2006-02-01 Thread katador
Hello, using th jbpm.db package, create hibernate.properties and hibernate.cfg.xml for postgresql connect, but when i try of use my java clases in jboss, doesn't work, says what nof found the jbpm_XX table. what's missing? i believe what must put this files on classpath of jboss, but i don't

[JBoss-user] [Beginners Corner] - Doubt in class access order.

2006-02-01 Thread Ayusman
Hi all, I have a query regarding the order in which JBoss access the class files in the server. To be more clear if there is a class file say a.class in the lib folder of an JBoss AS, also in the system class path and say in an ear. If my application tries to use a.class which class file

[JBoss-user] [Installation, Configuration Deployment] - Using XSLTFileDelegate parameter in binding manager

2006-02-01 Thread twenckebach
Hello, I`d like to pass a parameter other than host or port to a stylesheet in my binding manager xml input file (JBoss4.0.3 SP1). In particular, I want to be able to specify the AJP port explicitely, rather then by computing a difference from HTTP port as in the standard example. This should

[JBoss-user] [JCA/JBoss] - Re: Notification of RA removal

2006-02-01 Thread [EMAIL PROTECTED]
It works for me. Change: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCAMessageInflowExample to have | |public void stop() | |{ | log.info(Stopping, new Throwable(StackTrace)); | | for (Iterator i = activations.entrySet().iterator(); i.hasNext();) |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Unexpected behaviour of MDB (JBoss 4.0.2)

2006-02-01 Thread [EMAIL PROTECTED]
Read this. http://wiki.jboss.org/wiki/Wiki.jsp?page=HelpBugReport I am going to delete your worthless bug report. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920914#3920914 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Dynamically change document root within a web app or even j

2006-02-01 Thread mrmanishs
All, I could not find anything similar to what I'm asking. For our web apps, we want to dynamically load the web root of the jsps depending on the url: www.AWEBSITE.com == /AWEBSITE/jsp/ www.BWEBSITE.com == /BWEBSITE/jsp/ Is it possible to do this within a web app , or even just within jboss?

[JBoss-user] [Security JAAS/JBoss] - unable to secure jmx invoker

2006-02-01 Thread voidptr
hi, i am trying to secure the jmx invoker as described in the wiki [1] and the jboss: a developer's notebook [2] book. i enabled the AuthenticationInterceptor in the jmx-invoker-service.xml configuration file by uncommented the following interceptor definition for the invoke operation of the

[JBoss-user] [Security JAAS/JBoss] - Re: authentication problem

2006-02-01 Thread armita
I got some clue, at the debug level it goves me: 16:03:03,512 DEBUG [UsersRolesLoginModule] Loaded properties, users=[200] 16:03:03,524 DEBUG [UsersRolesLoginModule] Loaded properties, users=[200] 16:03:03,529 DEBUG [UsersRolesLoginModule] Bad password for username=null 16:03:03,548 ERROR [STDERR]

[JBoss-user] [JBoss AOP] - Re: Newbie: aspectizing a existing POJO

2006-02-01 Thread chfh
Hi Paolo I don't know if this can help you! I had the same problem and I solved it (momentary) by putting the full path to jboss-aop-jdk50.jar in the -javaagent option e.g. : -javaagent:C:/Java/eclipse/plugins/org.jboss.ide.eclipse.jdt.aop.core_1.1.0.beta3/jboss-aop-jdk50.jar (I use the

[JBoss-user] [JBoss Seam] - Re: Authentication failure at deploy time

2006-02-01 Thread armita
The problem is I used a @Startup tag for one of my SFSB. But I couldn't figure out what is the solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920923#3920923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920923

[JBoss-user] [Messaging, JMS JBossMQ] - Queue Stopping at startup with unknown reason

2006-02-01 Thread paciuf
Hi, Sometime I have an error during the startup of jboss. I have 2 queues stopped and restarted with no reason (or I didn't see a reason). This fact impact my mdb that subscribe one of this queue beacause the list of listeners is lost. Do you know any particular condition that conduct to this

[JBoss-user] [EJB 3.0] - Re: Unable to lookup EntityManager in 4.0.3 SP1 with EJB3 RC

2006-02-01 Thread donniedarko
..well... you might have test suites that tests all possible aspects of this, and probably I'm not adopting the new RC4_PFD ways of doing things correctly ... but I have set up a new JBoss IDE project for the sole purpose of reproducing the issue. I have uploaded it to the following url:

[JBoss-user] [JBoss Portal] - Portal 2.2 Clustering

2006-02-01 Thread martymaar
I try to get the portal 2.2 clustering to work. Downloaded the JBoss Portal + JBoss AS 4.0.3SP1 2.2.1RC2. By following the instructions in the Wikki I get an error starting with: 5:02:32,185 ERROR [MainDeployer] Could not create deployment:

[JBoss-user] [EJB 3.0] - @EJB isn't working RC4

2006-02-01 Thread lsalves
I'm using EJB3 RC4. The container throws a naming exception when it try to inject RedeFacade EJB, saying that RedeFacadeBean was not bound. PS: this code worked with RC3. My session façade class: @Stateless | public class AplicacaoFacadeBean implements AplicacaoFacade { | | @EJB

[JBoss-user] [Beginners Corner] - Re: How to run a stand alone application client

2006-02-01 Thread Ayusman
Use a simple java class that can look up the JNDI name you have given. Once the lookup is successfull you can access the application. The stand alone java application need not be on the same server. java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory

[JBoss-user] [Performance Tuning] - Removing large amount of Entity Beans

2006-02-01 Thread fretzlaff
I would like to know if is possible to optimize the remove process of a large amount of EJBs. We need to remove the old data of our database but the performance of this operation is bad because we make a find method to bring these data and do a loop over the result removing the entities but the

[JBoss-user] [Beginners Corner] - Using Jakarta Commons Fileupload

2006-02-01 Thread amylashley
I'm trying grab a file via an html form and process it using the Commons fileupload function. The issue I see is that when I do this I need to declare the form to be multipart. Like this: But when I do this, the processAction method gets nothing from the request. I have to have this enctype

[JBoss-user] [Beginners Corner] - Re: Doubt in class access order.

2006-02-01 Thread jaikiran
These might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920945#3920945 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-02-01 Thread dunks
JBoss 4.0.3.sp1 jdk 1.5 ejb3 rc4 portal 2.2.1.rc2 sqlserver 2000 I was getting the no transaction manager problem that others described earlier on this thread. I changed the configuration of the transient tree cache mbean in the portal's jboss-service.xml to the following... | mbean |

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-02-01 Thread ScottMarlowNovell
Yes, it definitely fixes a major bug and I have checked in the donated patch which resolves the bug. I have some longer term performance changes that I'm working on for CacheSetImpl. Before my longer term changes: 1. Calling add 2000 times in a loop took 39.816 seconds 2 Performing 2000

[JBoss-user] [JBoss Seam] - Re: Authentication failure possibly bug

2006-02-01 Thread armita
I solved the problem temporarily by adding unauthenticatedIdentity to login-config but it seens to my that it shound be a bug. Because I may not want to do that all the time! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920942#3920942 Reply to the post :

[JBoss-user] [EJB 3.0] - EJB3 in Default configuration does not work in RC4

2006-02-01 Thread harwell
I tried to configure EJB3 on the default configuration. In the installation documentation it is suggested to leave out the steps involving anonymous wrote : ejb3-clustered-sfsbcache-service.xml and anonymous wrote : ejb3-entity-cache-service.xml My problem is that my Stateful Session beans

[JBoss-user] [JCA/JBoss] - Re: Connection pool problem:No ManagedConnections available

2006-02-01 Thread maikyal
Hello Adrian, I think you don't understand me. I'm sorry about my english. I'm not talking about closing connecions from cleanup(). I'm talking about sending close evets to the listeners from that method. In any case I can be wrong and comments like are rubbish doesn't help me. View the

[JBoss-user] [EJB 3.0] - Re: @EJB isn't working RC4

2006-02-01 Thread lsalves
My cliente is a JSF managed bean. The lookup is working; I debug the code and see AplicacaoFacade instance. The exception throws when I call autenticarUsuario method. At JMX-Console I see the service ear=jenius.ear,jar=jenius.jar,name=RedeFacadeBean,service=EJB3. It means that RedeFacadeBean

[JBoss-user] [Installation, Configuration Deployment] - Re: Deploying 2 war's with isolation

2006-02-01 Thread kurilenko
Hi I have same problem on my JBOSS 3.2.7 I have ear with many wars and i want separate this war claspath from other. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920956#3920956 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Automatic reconnect to a database that has been disconnected

2006-02-01 Thread fgilain
Hi all, Using JBoss latest stable version under RHEL3. My application connect to a MSSQL2000 database, and all is working ok. Now, if the JBoss server can't connect to the database for any reason, it doesn't connect again ever when the databse is up and running again. i need to go to :

[JBoss-user] [Beginners Corner] - Re: Using Jakarta Commons Fileupload

2006-02-01 Thread amylashley
Looks like it stripped out my example code. :-) Basically it is a form tag with these elements method=post enctype=multipart/form-data action=portlet:actionURL/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920946#3920946 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: question about application scope component?

2006-02-01 Thread [EMAIL PROTECTED]
Just make it an APPLICATION scoped Seam component. You can use the @Startup annotation to ensure it gets instantiated during the startup cycle. Retrieve the data in an @Create method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920958#3920958 Reply to the

[JBoss-user] [JBoss Seam] - Re: Seam and Servlet

2006-02-01 Thread [EMAIL PROTECTED]
Use SeamServletFilter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920959#3920959 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920959 --- This SF.net email is

[JBoss-user] [EJB 3.0] - Re: @EJB isn't working RC4

2006-02-01 Thread ejb3workshop
Have a look at the JMX Console. The service=JNDIView allows you to list the contence of the entire JNDI tree by invoking the java.lang.String list(). From there you should be able to see what name is used by the EJB. View the original post :

[JBoss-user] [JBoss Seam] - Re: access to inherited properties of entity-ejbs

2006-02-01 Thread [EMAIL PROTECTED]
I don't understand the question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920961#3920961 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920961 --- This SF.net

[JBoss-user] [EJB 3.0] - Cannot get embedded jboss Alpha4 to boot

2006-02-01 Thread nholbrook
I get this error each time I try to run a junit test. My code is based on the example code. Any ideas on how to get this going? Thanks in advance Nic --

[JBoss-user] [Installation, Configuration Deployment] - Deploying 2 war's with isolation

2006-02-01 Thread bgonline
Hello, I'm trying to deploy 2 war's applications with a ClassLoader isolated. So, I'm usnig the follownig configurations in the jboss-web.xml file : | class-loading java2ClassLoadingCompliance=false | loader-repository | dot.com:loader=application.war |

[JBoss-user] [JBoss Seam] - access to inherited properties of entity-ejbs

2006-02-01 Thread paper
Will the beta2 support access to inherited properties of entity-ejbs which are promoted by seam to jsf? Didn't find anything in Changelogs/Feature requests. Greets Dennis View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920943#3920943 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: How to configure a SFSB in EJB3

2006-02-01 Thread [EMAIL PROTECTED]
http://docs.jboss.org/ejb3/app-server/api/index.html We don't have a nice XML way of doing this yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920963#3920963 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920963

[JBoss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException on using transacti

2006-02-01 Thread jbossuser99
I am using Jbosscache1.2.3. It prints the exact exception which I have posted here. To determine the time taken before it throws the exception, I had put debug statements in my code..before the put statement and in my catch block in the 2nd servlet. This time difference was 30s. Thanks. View

[JBoss-user] [JBoss AOP] - Packaging precompiled Aspects in JBoss 4.0.3SP1

2006-02-01 Thread chris.howe-jones
I am trying to apply an aspect to a class being deployed in an ejb3 file using the precompiled method. I have a .ear file that contains a .ejb3 file with my class that the aspect applies too, precompiled for my aspect. The .ear also contains a .aop jar file that contains my aspect class and

[JBoss-user] [EJB 3.0] - Re: New scoping of EntityManager and SessionBeans

2006-02-01 Thread [EMAIL PROTECTED]
jajansen wrote : Bill, I understand your point on the scoping being spec mandated. But the spec is not final yet, I believe, so do you think that this should be repared in the final spec? Or do you see benifits of scoping to the JAR instead of the EAR level? Well, EJB-JAR classes may be

[JBoss-user] [JBoss Portal] - Portal bridge for existing application

2006-02-01 Thread [EMAIL PROTECTED]
I currently have a web app deployed and running on JBoss 4.0.2 though I want to covert it to run in the jboss portal server. I have installed it and verified that it works, as I played around with the admin portlet in it. Basically my problem is that I have a sping webflow application and I

[JBoss-user] [EJB 3.0] - Re: Unable to lookup EntityManager in 4.0.3 SP1 with EJB3 RC

2006-02-01 Thread [EMAIL PROTECTED]
ok, i'll try it out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920969#3920969 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920969 --- This SF.net email is

[JBoss-user] [Installation, Configuration Deployment] - Re: Deploying 2 war's with isolation

2006-02-01 Thread bgonline
Some additional information : I'm using jboss-4.0.1sp1. _ _ _ bgOnline View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920940#3920940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920940

[JBoss-user] [JCA/JBoss] - Re: Connection pool problem:No ManagedConnections available

2006-02-01 Thread maikyal
ups View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920970#3920970 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920970 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [Security JAAS/JBoss] - Re: getting Custom Principal in EJBContext.getCallerPrincipa

2006-02-01 Thread jbeck
Here's an update... I was seeing the same problem in [4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054)]. So I downloaded the source code for jboss and added some log statements to find out why the web tier was returning my custom prinicipal but the EJB tier was not. Here's what I

[JBoss-user] [EJB 3.0] - Re: @EJB isn't working RC4

2006-02-01 Thread ejb3workshop
Have a look at the JMX console. The JNDI allows you to list your deployed components and their JNDI names. The default names have changed. Could you please post your client code as well as the complete stack trace. Alex ejb3workshop.com View the original post :

[JBoss-user] [JCA/JBoss] - Re: Connection pool problem:No ManagedConnections available

2006-02-01 Thread maikyal
maikyal wrote : ups!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920972#3920972 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920972 --- This SF.net email is

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - JSTL fmt Database ResourceBundle

2006-02-01 Thread kodaky
Hello all, I need to creat a database resource bundle (DBResourceBundle.java) and only one because localization will be managed from the database I hope to use fmt:setLocale value=en/ fmt:bundle basename=DBResourceBundle / But i can't get the locale defined inside DBResourceBundle in order

[JBoss-user] [Installation, Configuration Deployment] - Re: Can I deploy datasources with my EAR?

2006-02-01 Thread flarosa
Thanks for the tip! I would never have thought to specify an XML file inside the java tags. Frank View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920951#3920951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920951

[JBoss-user] [JBoss jBPM] - subprocess ? or task-node with *blocking* ?

2006-02-01 Thread forJbpm
Hi! I need to instantiate external programs in my task-node. I want that process execution is halted till the external program launched, finishes its work. Problem here is that , If I set * blocking* attribute to true It just waits for that external program to be launched. How do I achieve

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Transaction time out

2006-02-01 Thread wayha
Hello, I have got stateless session bean with long database operation. I'm using Hibernate. After 5 minutes (give or take) I see warning: WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=jprog/902, BranchQual=, localId=902] timed out.

[JBoss-user] [JBoss jBPM] - Re: How to see .par file in graphical view

2006-02-01 Thread arvidgroesser
Hi, i had the same problem. After i install some more plugins it looks correct. I think, it was the GEF plugin, who is require for the diagram view. I hope, i could help you! arvid View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920979#3920979 Reply to the

[JBoss-user] [JCA/JBoss] - Re: Connection pool problem:No ManagedConnections available

2006-02-01 Thread [EMAIL PROTECTED]
maikyal wrote : doesn't help me. This is not your thread it is preddy's. Preddy is using the JBoss JDBC RAR which does fire connection closed in the correct place. i.e. in response to | java.sql.Connection.close() | cleanup() is only invoked when the connection manager returns the

[JBoss-user] [EJB 3.0] - Re: accessing stateful session beans in ears from the outsid

2006-02-01 Thread [EMAIL PROTECTED]
Please help us expand the WIKI http://wiki.jboss.org/wiki/Wiki.jsp?page=EJB3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920965#3920965 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920965

[JBoss-user] [EJB 3.0] - ejb3 embeddable alpha 4 microcontainer deployment

2006-02-01 Thread dunks
I was wondering has anyone gotten the the micorcontainer deployment example (boss-EJB-3.0_Embeddable_ALPHA_4/docs/embedded-tutorial/advanced-deployment/microcontainer-deployment) to work? My tests started failing after i moved from alph3 to alph4 so i decided to check the example and it's

[JBoss-user] [EJB 3.0] - Re: @EJB isn't working RC4

2006-02-01 Thread lsalves
RedeFacadeBean isn't there... I saw the follow message at jboss inicialization log: --- MBeans waiting for other MBeans --- | ObjectName: persistence.units:ear=jenius.ear.ear,jar=jenius.jar.jar,unitName=JeniusEntityManager | State: NOTYETINSTALLED | I Depend On: |

[JBoss-user] [JBoss Portal] - Re: 2.2 Layout - Theme - layout Startegy

2006-02-01 Thread PMO
I fixed it: may be a bug (or a missing point in documentation) Apparently it is not allowed to use . in a name (either theme or layout) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920985#3920985 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: How to run a stand alone application client

2006-02-01 Thread shaiwolf
Hi, Thank you all for the replies. It really was the missing link in the code. Cheers, Shai :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920976#3920976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920976

  1   2   3   >