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,
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
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
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
---
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
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
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
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
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
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
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
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
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
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
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
"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
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
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
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
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
--
"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
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
"[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.
"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
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
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
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 :
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
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
"[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),
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
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#
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
--
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
--
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
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
--
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
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
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
---
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
--
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
41 matches
Mail list logo