[jboss-user] [JBoss Portal] - using JSF, Facelets and RichFaces in layout jsp files

2008-04-19 Thread erezharari
How can i use the above technologies in a layout jsp file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145327#4145327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145327

[jboss-user] [Messaging, JMS & JBossMQ] - Messages never ever go out from the Queue untill restarting

2008-04-19 Thread ksamkari
After enqueuing messages into the queue, they never dequeue from the Queue until i restart Jboss, taking into account that other messages flow normally. i.e. all of the messages i send to the queue are the same, but some of them don't come out. I check them under the "Hypersonic DBStorageManager

[jboss-user] [Beginners Corner] - Can EJB 2.0 session bean be midified ?

2008-04-19 Thread Jonah
Hi all, I want to change the inhertent structure of a session bean, which should implement a interface that are not defined in home and remote. I use JBoss 4.2 and JBoss AOP dynamic weaving. Can a introduction in JBoss AOP solve the problem? If so, how? I just want the session bean to be access

[jboss-user] [Performance Tuning] - Re: JBoss 4.05 don't release free memory - Out of Memory err

2008-04-19 Thread bakry
I have monitored the memory using system tools, jboss web console and jprofiler... all gave the same result.. following is snapshot of jboss web-console main screen showing the resouce utilization JVM Environment Free Memory: 981 MB Max Memory: 1333 MB Total Memory: 1058 MB #Threads: 78 JVM Ver

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: A jsp web station's deploy question!!

2008-04-19 Thread jaikiran
The -b option is an parameter to the bat/sh script files. You cant configure that in a xml. Any specific reason why you want to do it through configuring some xml? Is it because, you do not want to keep typing this parameter every time you invoke the bat file? View the original post : http://

[jboss-user] [JBoss Portal] - Portal with customized header.jsp and tabs.jsp

2008-04-19 Thread maguri
Hi, I have the task to build two portals with highly customized headers that require to write different customized header.jsp and tabs.jsp for each one. So, the question is: Can I have different customized header.jsp and tabs.jsp for each portal created, without messing with the default ones?

[jboss-user] [JNDI/Naming/Network] - Re: RemoteBinding: attribute jndiName is undefined

2008-04-19 Thread j0llyr0g3r
Thx for the hint buddy, it is a big typo indeed..:-) One more thing: I assume some Jboss Admins / employees browse these forums from time to time? Could you please fix this error in the documentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=414531

[jboss-user] [Security & JAAS/JBoss] - ExtendedFormAuthenticator causes IllegalStateException in Se

2008-04-19 Thread cardoso
Hello, I am using the ExtendedFormAuthenticator which works fine if both username and password are correct. But after entering an invalid password and submitting the form, the following IllegalStateException is thrown, and therefore the error-page is not shown. 2008-04-19 14:23:07,780 TRACE [o

[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure queue

2008-04-19 Thread vikrant1
That file is at the following: C:\jboss-5.0.0.Beta4\server\all\deploy\messaging\destinations-service.xml C:\jboss-5.0.0.Beta4\server\default\deploy\messaging\destinations-service.xml which one do I edit? Also there is no testQueue. Both xml files contain the following: | - | - | -

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: A jsp web station's deploy question!!

2008-04-19 Thread kameron
may be server.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145310#4145310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145310 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss AOP] - Can aop applies to EJB 2.0 component?

2008-04-19 Thread Jonah
Hi all, I use JBoss 4.2 and JBoss AOP dynamic weaving. I want to change the inhertent structure of a session bean. Can a introduction in JBoss AOP solve the problem? If so, how? I just want the session bean to be accessed by a container interceptor, not a client. Many thanks for your reply!

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-19 Thread [EMAIL PROTECTED]
If you need to handle a very large number of concurrent web requests, yes, you'll need to use web tier clustering. Whether you also need to use some kind of state replication depends on whether you want to support HA -- i.e. user doesn't lose session state if their session moves from one server

[jboss-user] [Beginners Corner] - Re: Will JBoss 4.2.0 work on Vista ?

2008-04-19 Thread jaikiran
I haven't seen many people, in these forums, mention using Windows Vista for JBoss. See a comment in this thread http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123447 which says that JBoss hasn't been QAed on Vista. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Beginners Corner] - Re: Deploy/Undeploy on JBOSS

2008-04-19 Thread jaikiran
Here's the thread, i was talking about http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129293 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145301#4145301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145301

[jboss-user] [Beginners Corner] - Re: Deploy/Undeploy on JBOSS

2008-04-19 Thread jaikiran
There was a thread in the forum (i am not able to locate it), which talked about this same issue. It was mentioned there (with reference to a JIRA issue) that it was a known bug and would be fixed in a later release. Probably, that thread pointed to this issue http://jira.jboss.com/jira/browse/J

[jboss-user] [Beginners Corner] - Deploy/Undeploy on JBOSS

2008-04-19 Thread mouffi
Hello, I'm using JBOSS-beta4 and windows XP I start JBOSS Deploy my EAR archive in %JBOSS_HOME%\server\default\deploy JBOSS start my application without any error Then, i want to undeploy my EAR file without to have to shutdown JBOSS but i can't delete my EAR file coz JBOSS lock it i didn't have

[jboss-user] [J2EE Design Patterns] - suggestion box +richfaces.3.2+im[plementation

2008-04-19 Thread kamaraju
Can i know how to use suggestion box ... i am facing problem while using it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145293#4145293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145293 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Connecting to MySQL Cluster

2008-04-19 Thread sledwich
I am about to start some testing with JBOSS 4.0.5 and MySQL Cluster. I have a traditional mysql-ds.xml to connect to a single instance : mysql-propcoent-bandr jdbc:mysql://172.16.82.1:3306/mytestdb com.mysql.jdbc.Driver jboss * org.jboss.resource.adapter.jdbc.vendor

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4 static content access

2008-04-19 Thread jaikiran
"jeffgao" wrote : Hi, | | I am trying to do it for JBoss 4.3, can not get it work. | | Where does the name of "myapp.xml" come from? Is it match to something? | | Thanks! | | Jeff Jeff, Let's track your discussion in a single thread, which is at http://www.jboss.com/index.htm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Getting Log4j configured for an EAR: DLQHandler NullPoin

2008-04-19 Thread jaikiran
Which version of JBoss and Java do you use? anonymous wrote : However, once I define the loader-repository, my EJB 2.0 MDB fails to deploy Are you sure that this is the reason why your EJB2.0 fails to deploy? The log message does not show any "ERROR" messages. Those are just "DEBUG" messages.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: A jsp web station's deploy question!!

2008-04-19 Thread jaikiran
"kameron" wrote : | | But I want to know how to solve my issue by configing the xml file. Which xml file are you talking about? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145288#4145288 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JNDI/Naming/Network] - Re: JDNI Lookup - Naming Not Found with JBOSS 4.2.2

2008-04-19 Thread jaikiran
Where are you doing this lookup from? Is it a standalone java client? If yes, then the java: namespace wont be available for the standalone client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145287#4145287 Reply to the post : http://www.jboss.com/index.