[jboss-user] [Security JAAS/JBoss] - How to set custom authenticator for JBoss 5.x

2008-02-13 Thread barramundi
How do we set a custom authenticator for JBoss 5.x ? I tried with editing \jboss-5.0.0.Beta3\server\default\deployers\jbossweb.deployer\META-INF\war-deployers-beans.xml but it doesn't seem to pick up the new settings. With JBoss 4.0.5 it was with

[jboss-user] [JBossWS] - SecurityAdaptorImpl authentication

2008-02-13 Thread sebastians
Shouldn't SecurityAdaptorImpl process full user authentication via JaasSecurityManagerService.isValid ? Now Principals/Credentials are set directly in SecurityAssiation wihtout any JAAS authentication. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Can I use 2 different databases with JBoss?

2008-02-13 Thread dakbari
Can I use 2 different databases with JBoss? Are there some guidelines? Any hints are welcome :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129005#4129005 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129005

[jboss-user] [Remoting] - Connection refused

2008-02-13 Thread ecatum
Hello, I m actually coding a server/client application using rmi and ServerInvocationHandler for the server. When I use the client on the same system as the server, there is no problem. But when I use the client on a different system, the client catch the exception : |

[jboss-user] [Messaging, JMS JBossMQ] - Re: activationConfig for MailListener

2008-02-13 Thread koenhandekyn
any tip on configuring SSL (i want to use this with gmail) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129007#4129007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129007 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: activationConfig for MailListener

2008-02-13 Thread koenhandekyn
any tip on configuring SSL (i want to use this with gmail) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129008#4129008 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129008 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can I use 2 different databases with JBoss?

2008-02-13 Thread dakbari
I think of using 2 data source XML files. What I want is, to use 2 Oracle DBs one ProdDB and one ArchiveDB so I can move stuff from ProdDB to ArchiveDB. So far I had JBoss with one Oracle DB using one oracle-ds.xml file. But now I think I've to use 2 oracle-ds.xml files like oracle-prod-ds.xml

[jboss-user] [JBossWS] - out parameter

2008-02-13 Thread rukus
Hello All! Is there any way to create out parameters for web-methods? For example: String get_out_param(MyClass outParameter); When invoking this method outParameter state may be changed in method and returned to ws-client. View the original post :

[jboss-user] [JBoss jBPM] - Process started by the application

2008-02-13 Thread Pebbels
Hi guys, hope someone can help me: How is it done that a process is started when a particular user logges in. What I mean is that not the user has to start the process but maybe the application. Thanks Tina View the original post :

[jboss-user] [JBoss Seam] - Re: EntityManager not injected in onMessage method

2008-02-13 Thread rmcalderero
As a workaround, we have brought our code reading from the queue out of the onMessage method, an put it inside another asynchronous method periodically executed (quartz). And now the entity manager is correctly being injected and we can merge our object. @Asynchronous | public

[jboss-user] [JBossCache] - Re: Manual eviction not working

2008-02-13 Thread dmary
I see this in JbossCache docs : anonymous wrote : When the eviction policy in effect calls evict() to evict a node from the cache, if passivation is enabled, a notification that the node is being passivated will be emitted to the tree cache listeners and the node and its children will be

[jboss-user] [Installation, Configuration DEPLOYMENT] - Cannot bind transaction factory in CORBA naming service

2008-02-13 Thread argonist
Hello, I installed again new JBoss 4.0.5 with SDK6 and configured nothings. But it is still error at corba transaction On the server there are two Jboss and both server have the same problem. I am been tried only one Jboss and it is still problem. I don`t know, what ist problem. anonymous

[jboss-user] [JBossWS] - Web service hosted but client program cannot access it ERROR

2008-02-13 Thread ronyjoy
hi, pls help me, my problem is i have hosted the WEb services successfully, i can that in the below URL http://localhost/jbossws/services Environment is Jboss 4.2.2, jdk jdk1.5.0_12 web service end point is EJB3 But i when i am trying to access it through a Client i am getting some exceptions

[jboss-user] [JNDI/Naming/Network] - Re: Password encryption

2008-02-13 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords tghe command line utility does not generates but ends up with NoclassDefFound exception even its there any comments JBOSS 3.2 th hari View the original post :

[jboss-user] [JBoss Seam] - Re: ServletContext.getRequest() null ?

2008-02-13 Thread dreuzel
is FacesContext accessable in Session scope ? I can not get your suggested code active. any other suggestion ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129025#4129025 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Jboss is always using UserRolesLoginModule instead of Client

2008-02-13 Thread ssiebel
Hi, i'm currently trying to use the ClientLoginModule in Jboss 4.2.1 in a JSF based WebApp. I'm passing -Djava.security.auth.login.config==C:/auth.conf to the VM when starting the jboss app server. auth.conf looks like this: | mylogin { | org.jboss.security.ClientLoginModule

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Queries JBOSS 323 and Windows Server 2003

2008-02-13 Thread sponiza
Solved the issue myself by setting the commit-option to D in the jboss.xml descriptor. Still curious about what caused the strange behaviour, but I am glad everything runs smoothly now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129031#4129031 Reply to

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-13 Thread stephendv
Good stuff! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129032#4129032 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129032 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Timer not firing - why ???

2008-02-13 Thread francis1970
Yes, I have tried this too as last option :-) Hope somebody can shed some light. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129033#4129033 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129033

[jboss-user] [JBossWS] - Re: WebService response problem

2008-02-13 Thread EricJava
I'm running into exactly the same thing. I have put the following jars in my lib/endorsed directory: jaxb-api.jar jboss-jaxws-ext.jar jboss-saaj.jar xalan.jar | jboss-jaxrpc.jar jboss-jaxws.jar serializer.jar xercesImpl.jar | but I'm still getting the error. Is there one

[jboss-user] [JBoss Seam] - problem trying to manage exception in pages.xml

2008-02-13 Thread drim
Hello, I have a problem trying to handle exception in pages.xml : I am using this code in pages.xml to manage exception : | exception | redirect view-id=/error/exception.seam | messageerror/message | /redirect | /exception

[jboss-user] [Messaging, JMS JBossMQ] - Re: UIL2 ReadTask / WriteTask thread leak on 4.0.5 GA

2008-02-13 Thread gogoasa
Ok, I confirm it myself : ASPATCH300 didn't make it in the 4.0.5GA. But, if you look at the svn rep, you can see that it has been eventually merged : The history of SocketManager.java in 4.0.5:

[jboss-user] [JBoss Getting Started Documentation] - need cluster configuration in jboss4.0.3SP1

2008-02-13 Thread suresh.spsoft
i done some configurations. i got the following error --- WARN [ServiceController] Problem creating service jboss:service=DefaultPartition ChannelException: unable to setup the protocol stack at org.jgroups.JChannel.(JChannel.java:217) at

[jboss-user] [JBoss jBPM] - Replacing/Renaming a file in the database for a Process Defi

2008-02-13 Thread dleerob
Hi, I'm using Jbpm 3.2.2. When deploying as Process Definition from the Eclipse GPD plugin, it includes the class files (handlers etc), and any xml files or jsp files that you require. These files are stored in the database itself. My question is, how could you update/replace a file in the

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-13 Thread dreuzel
I've got about the same problem as you , and found the sollution for your part handling BMT a) components.xml switch of transactions (see seam manual) |core:init debug=@debug@ jndi-pattern=@jndiPattern@ transaction-management-enabled=false/ !--

[jboss-user] [JBossCache] - Re: Can I ask a cache for its current size?

2008-02-13 Thread mircea.markus
The cleanest way would be to programmatically perform a call to JMX server to obtain this info. Another way is to work with the CacheMgmtInterceptor directly. This is the interceptors that supplies those statistics, you can access it through ((CacheSPI)cache).getInterceptorChain() - returns a

[jboss-user] [JBossWS] - Re: WebService response problem

2008-02-13 Thread [EMAIL PROTECTED]
And what's the exception you deal with? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129050#4129050 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129050 ___ jboss-user mailing

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Erro trying to deploy JSF Web App to JBoss AS 4.2.2

2008-02-13 Thread LoorD
Hi all! I tried to create a simple hello world type of JSF Web App just to test the JSF. My IDE is Eclipse Europa (3.3) J2EE version and I installed the JBoss Tools in it. When I try to deploy my simple web app (2 jsp:s, one managed bean, asks one's name and shows it on other page) I get this

[jboss-user] [EJB/JBoss] - java.rmi.MarshalException: Failed to communicate. Problem d

2008-02-13 Thread DheerajSingh007
Hi i have an ejb3 session bean thats returns a custom object. when i try to return this object back to the the client (java app) i get the following error. java.rmi.MarshalException: Failed to communicate. Problem during marshalling/unmarshalling; nested exception is

[jboss-user] [EJB 3.0] - Re: EntityManagerFactory does not shutdown cleanly on JBoss-

2008-02-13 Thread jaikiran
Downloaded JBoss-5.0 Beta 4, which was released yesterday. This issue is not present on Beta 4. Everything works fine during shutdown: 15:41:35,556 INFO [PersistenceUnitDeployment] Stopping persistence unit persistence.units:ear=EJB3Persistence.ear,jar=myapp_ejb3.jar,unitName=EJB3Persistence

[jboss-user] [JBoss jBPM] - What have happen with the history table in jbpm-console?

2008-02-13 Thread eb123
In earlier versions of the jbpm-console it was possbile to view a table of all steps of the process. In the current version I use 3.1.2 there is no such table. Is that functionality removed? /henrik View the original post :

[jboss-user] [JBoss Messaging] - Re: How to setup multiple messaging services on single serve

2008-02-13 Thread jmesnil
seanshih wrote : Hi, | | I am trying to setup multiple messaging services for DEV, QA, and other groups on a single JBoss instance. | | However, I don't want to create multiple JBoss installation for this purpose. | afaik, you can run multiple messaging services on a single

[jboss-user] [JBoss Getting Started Documentation] - JBoss Portal giving error on startup

2008-02-13 Thread george_portal
Hi All, I'm new to JBoss products. Tried installing JBoss Portal in my machine. I downloaded the JBoss Portal 2.6.4 bundle and unzipped it as per the reference guide to C:/jboss-2.6.4 folder. Tried to run the server from bin folder but received the below error in dos window: Error : no

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate using SecureIdentityLoginModule for accessing Data

2008-02-13 Thread vineethprabhu
Hi, We have a datasource that is configured to use the encrypted password. This password was generated usingthe SecureIdentityLoginModule. Now, when i give the reference of the JNDI name in the hibernate.cfg.xml, its giving a improper authentication error. Below is the exceprt from

[jboss-user] [Beginners Corner] - JBoss log4j.xml issue

2008-02-13 Thread vivran
I am deploying an ear file in JBOSS. That ear file also has a log4j.xml file. And JBOSS installation also has a log4j.xml file in the conf directory. But the appenders defined in the conf/log4j.xml files are interfering with the appenders defined in my log4j.xml . There is a root logger defined

[jboss-user] [JBoss Seam] - Re: Bypassing validations when using EntityQuery with exampl

2008-02-13 Thread boevink
I've exactly the same problem. The default display decorator is used as generated by seam-gen. A userLsit (entityQuery) is also generated by seam-gen. I would like to search for a user by e-mail address, but validation is performed (must be a well-formed email address) since there exists an

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1GA : EJB Blockers with Weblogic 9.x/10.x

2008-02-13 Thread srinivas.c.v
Hi Lauerc, Thanks for the detail analysis and fix, for making seams to run in weblogic :-) As explained by you, I have tried to update your fix on to the latest seam version and tried to re-build the seam package, after lot of struggle due to maven artifact download/path/proxy setting(some URL

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-13 Thread gcompienne
I am using JBoss AS 5 beta 3 (so MC beta 9) with the changes in the bootstrap config that activates the MC classloading mechanism. I tried to have the AS 5 beta 3 running with the trunk version of MC but it failed on startup... I will try at some point against a trunk of MC (although I will

[jboss-user] [JBoss Portal] - Re: myFacesConfig Error and com.sun.facelets errors with sta

2008-02-13 Thread isaquexavier
Hello How did you get fix this problem ? I've the same one. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129085#4129085 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129085

[jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home?

2008-02-13 Thread eirirlar
I'm struggling with similar issues regarding natural conversations, can't get them to join existing ones in a decent way. +1 for better example in the docs. Regards, Eirik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129082#4129082 Reply to the post :

[jboss-user] [JBossWS] - Still no UTF-8 support with jbossws-native-2.0.3.GA ?!?

2008-02-13 Thread [EMAIL PROTECTED]
Hi, I have two JBoss 4.2.2 GA Servers upgraded to Native-JBossWS 2.0.3 GA from 4.2.0/1.2.1 GA (with patch to enable UTF-8) to overcome JAX-B not caching context issues... And now our WebServices cannot communicate in UTF-8 anymore AGAIN! The issue has been fixed 6 month ago:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate using SecureIdentityLoginModule for accessing

2008-02-13 Thread jaikiran
anonymous wrote : security-domainEncryptedDB/security-domain You have set the security-domain incorrectly in the oracle-ds.xml. It's name is not matching with what is specified in the login-config.xml's application-policy. Change the oracle-ds.xml to:

[jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home?

2008-02-13 Thread eirirlar
In my application I keep getting Conversation id is already in use when I try to use the same link twice to start the natural conversation. I thought I should have a look at the seam-bay example to figure out what I did wrong, but it turns out the same problem exists there. Please try for

[jboss-user] [EJB 3.0] - Re: ClassCastException within an EAR deployment

2008-02-13 Thread jaikiran
Let's try another approach then. When you start JBoss through run.bat (or run.sh) pass the -verbose:class JVM parameter. Like this(for run.bat): set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=256m -verbose:class | Then start JBoss. This will print out to STDOUT the classes being

[jboss-user] [JBoss Seam] - Re: array or list and restful or bookmarkable

2008-02-13 Thread kooudy
Post here jsp and java code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129096#4129096 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129096 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Deploy Problem

2008-02-13 Thread jaikiran
That's strange. Your (earlier) exception stacktrace shows that this piece of code is called through some Swing component. Does cs.Main class render this UI? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129099#4129099 Reply to the post :

[jboss-user] [JBoss Seam] - Re: pages.xml param

2008-02-13 Thread kooudy
even in seam 1.2.1 switching STATE_SAVING_METHOD to server breaks URLs to be bookmarkable View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129103#4129103 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129103

[jboss-user] [Installation, Configuration DEPLOYMENT] - using own log4j.xml in sar

2008-02-13 Thread sathiiish
Hi, I want to use my own log4j.xml for logging my application which is deployed as SAR file. I tried with adding appender to jboss's log4j.xml, it is working fine. but I need separate log4j.xml for my apps. I placed log4j.xml in my SAR/WEB-INF/ but it is not logging in the file specified

[jboss-user] [JBossWS] - Re: Still no UTF-8 support with jbossws-native-2.0.3.GA ?!?

2008-02-13 Thread [EMAIL PROTECTED]
Hi Greetz, thank you for pointing on this issue. I've reopened the related issue few seconds ago. You are right. The fix isn't available in JBossWS 2.0.3 release :( For more information see: http://jira.jboss.org/jira/browse/JBWS-1763 View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - lost session-cookies with jboss, iis, internet explorer

2008-02-13 Thread [EMAIL PROTECTED]
Hallo, Problem with the combination on W2003 64bit, IIS, jboss-4.2.2.GA and IE. Session cookies get lost. Isapi_redirect.dll should be the correct one. There is no problem with Firefox and Opera. A similar installation, but on Linux 64bit Red Hat, Apache, jboss-4.2.2.GA, has no problem, even

[jboss-user] [JBossCache] - Re: Manual eviction not working

2008-02-13 Thread mircea.markus
I've run the following test on 1.4.1SP3, works fine: public void testIssues() throws Exception |{ | TreeCache cache = new TreeCache(); | PropertyConfigurator conf = new PropertyConfigurator(); | conf.configure(cache, ..\\passivation-issues.xml); |

[jboss-user] [JBoss Seam] - Why a STATIC RESTRICTIONS in Seam-gen EntityQuery?

2008-02-13 Thread boevink
All sessionbean lists generated by seam-gen provide an implementation of an EntityQuery class. Why is the String[] of RESTRICTIONS marked as Static? as shown below: | package web.session; | | import web.entity.user.*; | import org.jboss.seam.annotations.Name; | import

[jboss-user] [Installation, Configuration DEPLOYMENT] - Starting an own Quartz Schedulerclass

2008-02-13 Thread praenti
Hi, I'm using here JBoss 4.0.5 GA and wanted to start an own implementation of a Quartz scheduler when I deploy the EAR file. My software consists of 3 main modules which are deployed with the EAR file. 2 of them are webapplications based on struts and jsf and the big module is the database

[jboss-user] [JBoss Portal] - Problem starting jBoss Portal 2.6.4

2008-02-13 Thread isaquexavier
Hello Guys I've just installed the jBoss Portal 2.6.4 om my PC (Win XP) and it's works. But when I call the index page (http://localhost:8080/portal/) of the Portal and after click on the register tab, I get the error below...Can some one help me ? 11:04:16,872 ERROR [STDERR]

[jboss-user] [JNDI/Naming/Network] - Re: Password encryption

2008-02-13 Thread jaikiran
I've updated that wiki. Use that command now and see if it works (i just tried it on JBoss-3.2.7 and it worked). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129122#4129122 Reply to the post :

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-13 Thread [EMAIL PROTECTED]
Go get AS5 Beta4, it's out! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129123#4129123 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129123 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Why a STATIC RESTRICTIONS in Seam-gen EntityQuery?

2008-02-13 Thread mars1412
IMO: it's static because you want to make it a class-variable (NOT instance variable) it's final, because you will never change it anonymous wrote : | The only place currently reffering to this attribute is within the class itself (getRestrictions).That's why it is private View the original

[jboss-user] [JBossCache] - Re: Manual eviction not working

2008-02-13 Thread dmary
mircea.markus wrote : I've run the following test on 1.4.1SP3, works fine: |public void testIssues() throws Exception | |{ | | TreeCache cache = new TreeCache(); | | PropertyConfigurator conf = new PropertyConfigurator(); | | conf.configure(cache,

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-13 Thread gcompienne
Ok, Thanks :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129125#4129125 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129125 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-02-13 Thread snon
Hi, I face the same issue with the JBoss Portal 2.4.1 : when I navigate to a specific page in my portal I have the error : java.lang.IllegalStateException: Default portal does not exist Since I have 2 portail instances, I'm trying to set one of them as the default portal, but I don't know what

[jboss-user] [JBoss jBPM] - subprocess exception

2008-02-13 Thread ciryll
hi, i define a subprocess, and in this one, i throw an exception. this exception is not catched by the main level exception handler, so i can't manage it by jbpm. is it normal or it's a bug ? if i want to have the subprocess exception catched, should i have to define my own process-state ?

[jboss-user] [EJB 3.0] - Listener for CMT commit/rollback

2008-02-13 Thread [EMAIL PROTECTED]
I have a requirement where I need to know when a container managed transaction (or bean managed) commits the transaction. I was hoping there would be some kind of Interceptor of Listener system that I could hook into on the TransactionManager but there is nothing obvious that provides this.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Exception in thread main java.lang.NoClassDefFoundError: o

2008-02-13 Thread fengbin98
Hi, when I use Jboss in my application, I get the above error. I unjar the file under org/jboss/tm/jboss.tar downloaded from jboss.org. TransactionTimeoutConfiguration.class does not exist. Anybody has some idea? Thanks. View the original post :

[jboss-user] [JBossWS] - Re: Still no UTF-8 support with jbossws-native-2.0.3.GA ?!?

2008-02-13 Thread [EMAIL PROTECTED]
Thank you for your quick response. Hope you release 2.0.4 soon... Greetz, GHad View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129140#4129140 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129140

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Exception in thread

2008-02-13 Thread jaikiran
Which version of JBoss? How do you start JBoss? And post the entire exception stacktrace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129141#4129141 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129141

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-13 Thread alesj
gcompienne wrote : Ok, Thanks :-) :-) We need to have the same env (at least AS5, MC, ...), so that we're really 'talking' about the same problem (if it's still there), and not just guessing. ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129144#4129144

[jboss-user] [JBoss Seam] - Re: Why a STATIC RESTRICTIONS in Seam-gen EntityQuery?

2008-02-13 Thread boevink
mars1412 wrote : IMO: | it's static because you want to make it a class-variable (NOT instance variable) | it's final, because you will never change it | anonymous wrote : | | The only place currently reffering to this attribute is within the class itself (getRestrictions).That's why

[jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati

2008-02-13 Thread mygol
can you send me your code? my email:[EMAIL PROTECTED] thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129145#4129145 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129145

[jboss-user] [JBoss Tools (users)] - Re: Tag completion

2008-02-13 Thread akazakov
Code completion for xhtml files does not use TLDs. JBoss Tools uses its own XMLs which are generated from TLDs. We need it to provide some aditional info for Code Assist. JBoss Tools recognize tags of seam 1.2 and 2.0.0. It looks at tld within project and use XML for proper version of tld. I

[jboss-user] [JBoss Seam] - Including generated HTML in an xhtml

2008-02-13 Thread earniedyke
Greetings all, I have an application in which I use and HTML editor which generates HTML as a string. When I save this HTML, I have an action on a page that pulls the HTML from a request parameter and saves it. What I need to be able to do is render this HTML on the xhtml page so that the user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Exception in thread

2008-02-13 Thread fengbin98
Version: jboss-4.0.5.GA Complete Trace: Exception in thread main java.lang.NoClassDefFoundError: org/jboss/tm/TransactionTimeoutConfiguration at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at

[jboss-user] [JBossCache] - Re: Manual eviction not working

2008-02-13 Thread dmary
Well, I've try your code + two objects (Integer) : this.cache.put(/za_node, key, value); | this.cache.put(/za_node2, key, value); | this.cache.put(/za_node3, key, value); | this.cache.put(/za_node4, key, value); | this.cache.putObject(/za_node5, new Integer(56));

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-13 Thread gcompienne
Ok, I just tried against JBoss AS 5 beta 4 and admittedly I am still having the same problem... I also just realized that it must be some default classloader mechanism that must create the BaseClassLoader because in fact the VFSTopLevelClassLoaderSystemDeployer that has been deployed for the

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-13 Thread gcompienne
Ok, so is JBoss 5 beta 4 a reasonable test environment for this issue? Or should I try and fit in it the latest MC trunk in it? (I mean, I can try but I am not sure I will succeed: I had a few issues when I tried that a few days ago with the trunk and AS 5 beta 3). View the original post :

[jboss-user] [JBoss Portal] - To make a customizable Portlet.

2008-02-13 Thread dickinson
Hello, I need to make a customizable Portlet. The Portlet, show one table with various columns. I need that when the admin instanciate the Portlet and put it visible, he can select the columns that the Portlet can show to the user. I want to know a way to make this. Thank you. View the

[jboss-user] [JBoss Seam] - Re: strange behaviour with security rules 2.0.1GA

2008-02-13 Thread jamesjmp
hi, I have solved my problem. I desfribe my solution in case it helps. The matter was that in other rule I had in my security.drl (and that I did not post to my message) I had a syntax error. With that error the rule I described before does not work, and once the syntax is correct, both rules

[jboss-user] [EJB 3.0] - Re: Listener for CMT commit/rollback

2008-02-13 Thread ALRubinger
You can register your own Synchronization implementation with the current Tx and listen in on afterCompletion, looking for a status of success: http://java.sun.com/javaee/5/docs/api/javax/ejb/SessionSynchronization.html S, ALR View the original post :

[jboss-user] [Clustering/JBoss] - Clustering of MessageDriven Bean

2008-02-13 Thread yugantshah
Hello, When I am trying to cluster an application that uses MessageDrivenbean and Queues and Connection factory,I am getting an error saying ConnectionFactory not bound. The jndi name used for connection factory lookup is ctx.lookup(ConnectionFactory); I have learnt that JMS resources are

[jboss-user] [Clustering/JBoss] - Loadbalancing and clustering JBOSS using Apache Http server

2008-02-13 Thread yugantshah
Hello, I have clustered two instances of JBOSS and I have configured the jboss web deployer for load balancing using apache http server. Consider I have 2 instances of Tomcat (embedded in JBOSS) say TOM1 and TOM2. Loadbalancer1 is TOM1 and TOM2 is Loadbalancer2 are configured in Apache server. A

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can I use 2 different databases with JBoss?

2008-02-13 Thread PeterJ
Yes, that is all there is to it. The key is the jndi-name in both of the *-ds.xml file. They must be different, and you application uses the jndi-name of the database that it wants to use. Oh, and one other thing. Make sure that the total for maximum number of connections does not exceed the

[jboss-user] [Remoting] - Re: Connection refused

2008-02-13 Thread ecatum
Solution : if the parameter jboss.bind.address is not defined with the -b [ip] or -Djboss.bind.address=[ip] option, some services bind the loopback adress whereas other one bind all network interfaces To solve my problem I remove the parameter jboss.bind.address. It allows me to bind the

[jboss-user] [JBoss Getting Started Documentation] - Re: JBoss Portal giving error on startup

2008-02-13 Thread PeterJ
You have JAVA_HOME set to a JRE, not a JDK. Set it to the JDK. This is a known bug in the startup scripts, and there is a JIRA for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129160#4129160 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Including generated HTML in an xhtml

2008-02-13 Thread mars1412
check the escape attribute of h:outputText but be aware, that it might be a bad idea, to let the users enter arbitrary html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129157#4129157 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Exception in thread

2008-02-13 Thread fengbin98
The following is the complete jboss jar files I have in my classpath. jboss.jar jboss-common.jar jboss-j2ee.jar jboss-ica.jar jboss-system.jar jboss-transaction.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129153#4129153 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Why a STATIC RESTRICTIONS in Seam-gen EntityQuery?

2008-02-13 Thread mars1412
http://java.sun.com/docs/books/tutorial/java/javaOO/classvars.html BTW: that's plain java - nothing to do with seam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129156#4129156 Reply to the post :

[jboss-user] [JBoss Seam] - Re: I can't run a simple stateless bean with my Jboss and Se

2008-02-13 Thread wluque
OK ! , New Seam Project ( EAR ! ) . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129188#4129188 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129188 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Listener for CMT commit/rollback

2008-02-13 Thread ALRubinger
You may also: * Look up the TransactionManager from JNDI (or inject it using @Resource) and register with the Thread's Tx by calling tm.getTransaction().registerSynchronization(). You might want to further abstract this using an Interceptor (AOP) if you want to apply this across many EJBs.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate using SecureIdentityLoginModule for accessing

2008-02-13 Thread vineethprabhu
I did that... the error still remains the same. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129192#4129192 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129192 ___ jboss-user

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-13 Thread alesj
gcompienne wrote : Ok, so is JBoss 5 beta 4 a reasonable test environment for this issue? Beta4 is OK. But I doubt that VFSTopLevelClassLoaderSystemDeployer is not kicking in. The deployer itself is a CLFactory impl. Perhaps you can modify this class to add more debugging. View the original

[jboss-user] [JBoss Portal] - Window property : window-state maximize

2008-02-13 Thread snon
JBoss Portal Version : 2.4.1 Downloaded Bundled version JBoss AS Version : 4.0.4 Database Vendor and Version : MySQL OS Platform : Linux / windows Hi, I have created one portal instance with 3 pages : portal-intranet |-- Admin page |-- Page 1 |-- Page 2 I am a new

[jboss-user] [EJB 3.0] - Re: Listener for CMT commit/rollback

2008-02-13 Thread [EMAIL PROTECTED]
Thanks for the reply. I have read this only applies to stateful session beans. I am using stateless. Do you know of anywhere I may obtain an example ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129187#4129187 Reply to the post :

[jboss-user] [JBoss Seam] - Form submission problems using s:decorate

2008-02-13 Thread chris.simons
I'm attempting to convert our forms using IceFaces, Seam (2.0), and some core JSF elements to use what seems to be the best way to go - s:decorate. I've taken a form that was otherwise working and converted the form to use s:decorate template=/layout/forms/edit.xhtml. edit.xhtml is your

[jboss-user] [JBoss Seam] - Re: Form submission problems using s:decorate

2008-02-13 Thread [EMAIL PROTECTED]
I need to know what you pasted. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129202#4129202 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129202 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - different workflows avec la meme definition de processus en

2008-02-13 Thread bud85
Bonjour, je suis nouveau sur jBPM et ne connait pas encore les possibilitees de cet outil, ce que nous voulons faire, c'est mettre en place des Workflows (WF) d'execution automatique (il n'y a aucune intervention humaine de prevue, le WF etant un enchainement de modules applicatifs, 1 --2 --

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Turning of INFO-logging except for some categories

2008-02-13 Thread PeterJ
The second warning is probably because you are running the default configuration and not the all configuration and is expected - some of the code dynamically determines if clustering is available and generates a warning if not. Not sure on the other one. But warning messages typically do not

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HIbernate Session Factory exception

2008-02-13 Thread vineethprabhu
My guess is that the jndi name being used to register the Hibernate Session Factory is already being used for naming some other resource when your server is started. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129203#4129203 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Including generated HTML in an xhtml

2008-02-13 Thread earniedyke
As is usually the case, 2 minutes after I submit a question to a forum I find the answer to my problem. h:outputText escape=false value=#{bean.html}/ does the trick. Earnie! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129169#4129169 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging RA configuration

2008-02-13 Thread kdeboer
I am using JBoss 4.2.2GA and JBoss Message 1.4.SP3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129196#4129196 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129196 ___

[jboss-user] [JBoss Messaging] - JBoss Messaging RA configuration

2008-02-13 Thread kdeboer
Hi Everybody I have been playing with JBoss Messaging for a few days and want to achieve something which i cannot get to work: The idea is the following: Have a JBoss Appserver procuce message to a clustered JBoss Mesaging implementation via JCA RA adapter connected to teh remote cluster. I

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Dual Processor Config

2008-02-13 Thread PeterJ
No, there is nothing special you need to do to get JBossAS (or any Java app for that matter) to use multiple processors. What OS are you running? Is there any setting in the OS that might limit apps to specific processors? I vaguely recall someone having this issue with Solaris. View the

  1   2   >