Hi
I try to set UserPrincipal without using j_security_check under jboss.
So, I am tired to using jboss.
Know I am using weblogic 8.1.
I can set UserPrincipal without using j_security_check.
My question is
Why I can not set UserPrincipal without using j_security_check under jboss.
View the or
Adrian,
I do admit (and, in written, did in my first post) that I'm relatively fresh to
J2EE, and as such :) take the faulty brain joke with a pinch of salt...
especially since the second post was hasty, as it did turn out to be "user
error" :| (read: disregard second post, and pardon for litte
Look, obviously got one of the following broken:
* compiler/jvm
* brain :-)
In either case, this is not a JBoss or EJB issue.
Depending upon the problem, the solution will come from:
* the JDK vendor
* medical help :-)
What makes you think anybody in an EJB forum would be interested in this
p
... I'm still scratching my head here, and it's getting even more confusing:
I've got a InitialContext.lookup call in a JNDIUtil class... and now it turns
out that for some String name = "Hello"
name = name.concat(" World!");
context.lookup(name);
IS NOT THE SAME AS
context.lookup(name.concat(
Well I found out the solution was in the code of a servlet filter that our team
had created, so the solution was specific to our application.
This explains why no one posted a generic solution.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889920#3889920
R
Hi all,
I'd like to perform a DB task every hour or so in an EJB container.
However, I can't seem to figure out a simple way to have the timer load
on startup as I can't do a simple load-on-startup servlet or
ServletContextlistener. The app is contained only in a jar, deployed in
JBoss that just h
Hmm, a little confusion.
OracleASJMS is not an adapter for a traditional database persistent Oracle AQ
Here's te extract from
http://www.oracle.com/technology/tech/java/oc4j/1012/collateral/OC4J-FAQ-JMS-1012.html
anonymous wrote :
| Oracle offers two JMS providers; OJMS (AQ/JMS) and OC4J/JMS.
Here is the workaround that I performed to make the web services in chapter 5
to work:
1. Since jboss-build.xml is including the entire jars in jboss-4.0.2\client to
the classpath, I renamed the existing axis-ws4ee.jar to z_axis-ws4ee.jar, so
that it is loaded at last. This file has the timesta
I'm using jboss-4.0.3RC1 on Windows XP with jdk1.5.0_04
I get the following exception when runing Jboss with a Tutorial example
java.io.FileNotFoundException:
D:\jboss-4.0.3RC1\server\default\work\jboss.web\localhost\>_fibo\tldCache.ser
(The filename, directory name, or volume label syntax is i
Here is the woraround that I performed to make the web services in chapter 5 to
work:
1. Since jboss-build.xml is including the entire jars in jboss-4.0.2\client to
the classpath, I renamed the existing axis-ws4ee.jar to z_axis-ws4ee.jar, so
that it is loaded at last. This file has the timestam
Last time. heh. It a learning experience:)
|
| ...
| jdbc:hsqldb:hsql://localhost:1701
| ...
|
| 127.0.0.1
| 1701
| true
| default
| false
| true
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
Somehow it doesn't work.
After inclusion of oc4j_unsupportedapi.jar into rar file it started complaining
about some missing OracleConnectionFactory from oc4j_internal.jar. After that
one was packaged into rar, I start getting com.evermind.AppServer class
missing, even thoug that class sits in th
Oops that code was parsed out. try this:
...
jdbc:hsqldb:hsql://127.0.0.1:1701
...
127.0.01
1701
true
default
false
true
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889906#3889906
Reply to the post :
http://www.jbos
However there seems to be an optional configuration to bind it to a socket in
the HS deployment file hsqldb-ds.xml. I was wondering if someone did attempt
to use this configuration, how you would bind it to a specific address. As
mentioned before the following will not work..
...
jdbc:hsqld
Using JBossWS (JBoss 4.0.2), wscompile-generated artefacts, I have a problem
with using a custom data type holder. I have implemented the custom holder as
follows.
| public final class WSStatusHolder implements javax.xml.rpc.holders.Holder {
| public WSStatus value;
|
| publ
Hi
Were you able to figure out how to do it. I am also facing the same situation
Regards
Mahesh
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889893#3889893
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889893
--
Hi,
Im running Jboss 3.2.7, framework struts + hibernate. My application is a wap
service, my experience is almost everyday the application server would just
stop. There was no error log on the server.log, i can telnet the port 8009 of
jboss but the http port set can't. Is there any logical exp
Yes this is a known issue that was introduced at 3.2.7
http://jira.jboss.com/jira/browse/JBAS-1442
This issue should be fixed in 3.2.8 when it is released.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889886#3889886
Reply to the post :
http://www.jboss.or
Wrap the configuration with [ code ][ /code ] tags without the spaces and use
the prview button to make sure it displays correctly.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889885#3889885
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
Hi,
I'm starting to work on a new project - web platform. JBoss and Jboss Portal
is one of the frameworks im considering to use.
One of the platform features has to be a possibility to dynamically create
new portals using the predefined set of portlets. The goal is to let the
customers of
I wanted to use eclipse and configure JBoss 4.0.2 with it
I have downloaded wtp-all-in-one-0.7-win32 and JBoss 4.0.2 and JDK 1.4.2-08 and
JRE 5 and set the corrosponding classpaths in windows and in eclipse also.Both
eclipse and JBoss are running fine separately and i can see my deployed files
You made te right assumption, I deployed a JAR file for EJBs and a WAR file for
Servlets and JSP. The exceptions package is included in both. Thanks very much
for your help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889881#3889881
Reply to the post :
22 matches
Mail list logo