[JBoss-user] [HTTPD, Servlets & JSP] - JSTL xml tags, JAXEN conflict?

2005-06-05 Thread tmccobb
I have a JSTL 1.0/JSF app deployed to 3.2.7, and everything works fine EXCEPT the JSTL X (xml) tags. As soon as I try a x:forEach, I get java.lang.NoSuchMethodError: org.jaxen.dom.DocumentNavigator.getInstance(). jaxen-full.jar is in the /WEB-INF/lib as well as in the jbossweb-tomcat50.sar,

[JBoss-user] [Management, JMX/JBoss] - How to lookup RMI Adapter

2005-06-05 Thread sivaku
when i try to lookup the RMIAdapter(using the jndi name:jmx/rmi/RMIAdapter ),i get the exception like "NameNotFoundException: jmx not bound" . i used the following code to lookup the RMIAdapter String adapterName = "jmx/rmi/RMIAdaptor"; ctx = new InitialContext(); Object obj = ctx.lookup(ada

[JBoss-user] [Beginners Corner] - Re: JBoss & J2EE: Starting.....

2005-06-05 Thread raja05
There is a good example application on using jboss and eclipse at http://www.tusc.com.au/tutorial/html/ This might be helpful even if you are not using the lomboz plugin. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880366#3880366 Reply to the post : http

[JBoss-user] [Security & JAAS/JBoss] - Re: Anyway of removing the MDB username and password from th

2005-06-05 Thread gray1
That's brilliant Scott. Works like a charm... Thanks, Graeme. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880362#3880362 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880362 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: Sorry, but another prinicpal propegation issue

2005-06-05 Thread monowai
Cheers Scott. You are of course correct. My misunderstanding about Form Based Authentication (RTFM!). Interestingly once I got past this, the first call to any secured EJB would generate an insufficient permissions for principal [mikeh] error to occur. A second call to the EJB container and

[JBoss-user] [Security & JAAS/JBoss] - JAAS:Form login

2005-06-05 Thread kalmmo
I'm trying to setup authentication for my application with a form login module. I think that I make all good and in fact I do not obtain errors during the deployment but if I define many security roles only the first in list gains access.For example, this is my web.xml Restricted amministrazi

[JBoss-user] [HTTPD, Servlets & JSP] - Testing DB and other connections

2005-06-05 Thread pv0428
We have around 100's of applications deployed in Weblogic 5.1. We are planning to migrate it to JBoss in the coming week. After i migrate i wanted to know is there any simple way to check all my DB Connections,LDAP connections and any other configurations with external systems are fine. We have a

[JBoss-user] [Beginners Corner] - Re: JBoss & J2EE: Starting.....

2005-06-05 Thread giscard_aioba
Hi. Unfortenely I already try to see the examples, get the deployment descriptor and a lot of things else, but. Let me define more precisaly my question!!! I sure about the file structure and a few things more. But I continue get the same exception. I really need only one thing, a

[JBoss-user] [JBoss Portal] - Re: No object found at /schemes

2005-06-05 Thread [EMAIL PROTECTED]
can you give the full stack trace please ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880352#3880352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880352 --- Th

[JBoss-user] [JBoss Portal] - Re: Some simple user comments on RC2

2005-06-05 Thread [EMAIL PROTECTED]
what is your database ? it seems to be an hibernate issue in their dialect mapping. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880351#3880351 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880351

[JBoss-user] [Beginners Corner] - EJB Containers and JVMs

2005-06-05 Thread pbowker
If I were to configure JBoss to have more than one EJB container would each be started in its own JVM? In other words, can a bean in one container access a bean in another container through its local interface? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [JCA/JBoss] - Re: TODO: Admin objects

2005-06-05 Thread [EMAIL PROTECTED]
Congratulations. A post about adding admin objects to other deployments has been HIJACKED into "I can't read the spec/docs/examples" on plain admin objects. Scott, please don't encourage people HIJACKING threads. The irrelevent posts should be deleted rather than answered, especially when people

[JBoss-user] [JBoss Portal] - Re: Some simple user comments on RC2

2005-06-05 Thread [EMAIL PROTECTED]
it has been fixed in CVS, you can fix it in your local installation by changing Users->User in jboss-portal.sar/portal-core.war/WEB-INF/portlet.xml in the init param of the UserPortlet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880345#3880345 Reply to t

[JBoss-user] [Installation & Configuration] - Re:

2005-06-05 Thread cratygs
yes JBoss is working with jdk 1.5 I changed my java 1.5 beta version to final jdk 1.5 version and removed uneccessary fileds from the system variables. the usage of beta version might be the problem. thanx for the help bye View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - Re:

2005-06-05 Thread mtedone1
I can confirm that Jboss 4.0.2 runs fine with Java 5. I'm running Windows XP SP2 with JDK 1.5.0_03. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880343#3880343 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880343

[JBoss-user] [Beginners Corner] - Re: JBoss & J2EE: Starting.....

2005-06-05 Thread darranl
"giscard_aioba" wrote : | Well, I already read the start guide tutorial and some topics abou the J2EE tutorial, but... | As well as reading it did you actually work through the tutorial? This would have produced deployable archives that you could now look at to see how it works. Vi

[JBoss-user] [Beginners Corner] - Re: JBoss & J2EE: Starting.....

2005-06-05 Thread giscard_aioba
Hello guys... Well, I already read the start guide tutorial and some topics abou the J2EE tutorial, but... Sorry if I have a so stupid question, but I am really cannot solve my problem. I am try just to deploy a simple Converter application (with comes into the j2ee tutorial) and it don't

[JBoss-user] [Beginners Corner] - Re: deploy EJB in jboss 2.x and later releases

2005-06-05 Thread firasarabo
http://java.sun.com/dtd/ejb-jar_2_0.dtd";> the above line need to be added to ejb-jar.xml JBoss-2.x doesn't care while later releases 3.x, 4.x seem to be looking for it when parsing the ejb-jar.xml file thanks firas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Security & JAAS/JBoss] - Re: Is Using DatabaseServerLoginModule w/o rolesQuery Okay ?

2005-06-05 Thread [EMAIL PROTECTED]
The roles query behavior will be made optional in the future. If your not using declarative roles, the roles query should be something like: | select 'InvalidRole', 'Roles' from MY_USERS where userid=? | which will place the unassigned InvalidRole into the usual Subject group called 'Rol

[JBoss-user] [Management, JMX/JBoss] - Re: Get MBean from JBoss???

2005-06-05 Thread [EMAIL PROTECTED]
Use MBeanServerFactory.findMBeanServer("jboss"); or better, use MBeanServerLocator.locateJBoss(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880338#3880338 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880338 --

[JBoss-user] [JBossWS] - Re: Problem creating port-component in webservices.xml

2005-06-05 Thread jjboss
"buntjer" wrote : | Another weirdness in webservices.xml is the location of the wsdl-file and the jaxrpc-mapping file. At first creation the paths to these files are set to: | | | WEB-INF/META-INF/wsdl/myProject.wsdl | | WEB-INF/META-INF/jaxrpc-mapping.xml | | | If you are r

[JBoss-user] [HTTPD, Servlets & JSP] - javax.servlet.ServletException: setAttribute: Non-serializab

2005-06-05 Thread tosenthu
Hai I am using a 3rd party control named common-controls for a creating tree control. I was using JBoss 3.2 and tomcat 5.5.0 previously. i just now changed the Version of JBoss to 4.0.2 and Tomcat to 5.5.9. Now the same code that was running in my previous version isnt working with the new ve

[JBoss-user] [JBossWS] - Re: Problem creating port-component in webservices.xml

2005-06-05 Thread jjboss
"[EMAIL PROTECTED]" wrote : I am having an impossible time creating the in the webservices.xml. | | I am using the latest Xdoclet build xdoclet-1.2.3 | | * @wsee.port-component name="ThePort" | * wsdl-port="MyBeanEndpointPort" | * service-endpoint-interace="com.

[JBoss-user] [Security & JAAS/JBoss] - Re: Is Using DatabaseServerLoginModule w/o rolesQuery Okay ?

2005-06-05 Thread jjboss
"kenlohwh" wrote : | Therefore, I'd like to ask if it is okay if I use only principalsQuery without rolesQuery ? I don't know you have to set an role query. I "solved" this problem by using the following roles query: SELECT varchar 'MyStaticRole' AS "roles"; It always does return the MyStati

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Where is the session instantiated...

2005-06-05 Thread [EMAIL PROTECTED]
Obviously in the PageContext implementation if its needed. Get the tomcat jasper source to see the full details. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880331#3880331 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem when publish MapMessage!

2005-06-05 Thread [EMAIL PROTECTED]
Looks like you have out of date jboss-common.jar, or at least an out of date org.jboss.util.Primitives class in some jar visible to this test client. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880330#3880330 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [EJB/JBoss] - Re: Is it possible to load my MDB ejb-jars in separate class

2005-06-05 Thread [EMAIL PROTECTED]
Yes, that should required scoped class loading in all ears and the reuse of the same mdb class in different deployments would result in the class being loaded multiple times. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880329#3880329 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Can an MBean use an EJB local interface?

2005-06-05 Thread [EMAIL PROTECTED]
In general this cannot be done across all app servers as the only way to use an ejb-link from one component to another in an ejb jar or war in an ear. JBoss does happen to bind its local homes into jndi such that they can be accessed. See the following wiki and look at the local-jndi-name discus

[JBoss-user] [JBossCache] - Re: how to clear jboss 3.2.25 cache

2005-06-05 Thread ketan_dba
Thanks Ambica.. Many files in server/default/work & server/default/tmp . Let me know, which file to be deleted... ketan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880327#3880327 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [EJB/JBoss] - Re: ClassCastException with LocalHome casting

2005-06-05 Thread erinol0
"[EMAIL PROTECTED]" wrote : And everyone asking this question has read: | http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases | Scott, I read the article, and it was very helpful. However, it doesn't yet cover UCL3 and EARs with embedded JARs and WARs (the second TO-DO),

[JBoss-user] [Installation & Configuration] - Re:

2005-06-05 Thread darranl
No that is not the answer, JBoss 4 runs fine with Java 5. Get rid of the JBOSS_CLASSPATH variable, the run script for JBoss will set all variables as required as long as the JAVA_HOME environment variable is set correctly. Also remove the JBoss bin folder from your PATH. Looking at your enviro

[JBoss-user] [Installation & Configuration] - Re:

2005-06-05 Thread cratygs
i got the solution. from other forums i came to know that the JBoss 4.0.2 is incompatible with jdk 1.5 because jdk 1.5 has its own JMX implementation and thus the JBoss is working fine with jdk 1.4.2 bye View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880324#

[JBoss-user] [Installation & Configuration] - Re:

2005-06-05 Thread darranl
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64818 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880321#3880321 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880321 --

[JBoss-user] [Installation & Configuration] - Re: while starting JBoss server getting message

2005-06-05 Thread darranl
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64830 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880322#3880322 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880322 --

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem with Dukes Bank section 5.2

2005-06-05 Thread RogerA
Copied axis.jar to jboss-4.0.2/lib directory as you suggested but still get error on wsdl build target. Have checked that axis.jar does contain the class org.apache.axis.wsdl.Java2WSDL Any further ideas on this? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-06-05 Thread fred2210
This happen only with 4.0.2 ! Is there a BUG ? or what do we have to change ? Thanks Fred View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880318#3880318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880318 --

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-06-05 Thread fred2210
Hi, I'm using JBoss 4.0.2 and the last JBoss-IDE for Eclipse. And this Fibo Tutorial doesn't work : The EJB and Webapps deploy, but when I post to Fibo servlet, it gives me this exception : root cause java.lang.ClassCastException com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(Portab

[JBoss-user] [JBossWS] - WSSecureEndpoint and other security realm than JBossWS

2005-06-05 Thread jjboss
Hi. I have worked my way through the "WSSecureEndpoint-Tutorial" and it works nice. However I need my own security realm so I changed it and created an entry for it in the login-config.xml. But now I can not even create the service without login (access denied to the wsdl file). The given examp

[JBoss-user] [Installation & Configuration] - Re:

2005-06-05 Thread cratygs
hi, i removed the JBOSS_HOME variable still getting the same error. plzz help thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880315#3880315 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880315 ---

[JBoss-user] [Installation & Configuration] - Re:

2005-06-05 Thread [EMAIL PROTECTED]
do not set JBOSS_HOME. The script will figure it out. Just set JAVA_HOME View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880312#3880312 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880312 --

[JBoss-user] [Installation & Configuration] - "Failed to boot JBoss" -- while starting JBoss server

2005-06-05 Thread cratygs
hi, i installed JBoss 4.0.2 and has set the required variables. i am working on windows xp platform. while starting the JBoss server i am getting the following error messages in the console. i am showing all the variable values as echoed. please check them out and help to find out solution