1
vote
2answers
100 views
setProperty must be overridden by all subclasses of SOAPMessage
I'm trying to deploy some web services in a WAR application on JBoss 5.1.0.
I have created the source files from an existing wsdl using JAX-WS tool wsgen. This created the Service files and @XmlType …
1
vote
2answers
39 views
JBoss 5 truncates trailing = of a base64 cookie string
After upgrading from JBoss 4 to JBoss 5, I've noticed the most annoying regression. It truncates the trailing equal sign ('=') of a base64 cookie value.
It took me so much time to understand that the …
1
vote
5answers
354 views
JBossCache as a second level cache for Hibernate in JBoss 5
Here is my configuration: Hibernate 3.3.1.GA, JBoss 5.1.0.GA, JBoss Cache 3.2.0.GA.
I'm doing Hibernate configuration as described here:
…
0
votes
1answer
49 views
Exploded deployment fails on JBoss 5
I have a web application which deploys fine as an ear file. But when I try to deploy it in exploded form it fails like this:
17:13:17,305 ERROR [AbstractKernelController] Error installing to Start: …
0
votes
0answers
93 views
What is my best choice of Linux server distro? [closed]
I will mainly run JBoss AS 5 on this server and I am just started to learn Linux. So which Linux distro is both easy to learn/configure/manage and runs JBoss well? Any advice/hints is appreciated.
0
votes
0answers
208 views
JBoss 5.1.0GA: “java.lang.IllegalStateException: Null beanMetaData” and “java.lang.RuntimeException: failed to initialize bean container”
Hi,
I am trying to deploy a ear file, which was originally written for Jboss 4.0.3 SP1.
The "upgrade" involved:
use of javax.annotation.PostConstruct
change activateConfig to activationConfig
make …
0
votes
0answers
27 views
Transactional File Access and Caching in JBoss AS 5
We need to locally store a cache on a File System through JBoss 5. The files we need to store are big (~50 Mbyte) and there are many consumer (through WS on JBoss) that read these files and one …
0
votes
2answers
56 views
How to get the class loader ObjectName from a JavaEE application under JBoss 5.x
Our JavaEE application has a services which is responsible for installation and start up of other services depending on the configuration stored in a database. Services are installed using the
…
0
votes
3answers
241 views
J2EE - JPA - EJB3 - Transactions in MDB methods
Hi, I have resource local datasource (Oracle9i) deployed at JBoss 5.1.0:
<datasources>
<local-tx-datasource>
<jndi-name>OracleDS</jndi-name>
…
0
votes
4answers
161 views
install war file at server deploy directory
Hello all,
I'm want to have the war file deployed in the server deploy directory (or any directory of my choice) along with the one deployed in the repository. Also, can I control the name of the war …
0
votes
1answer
143 views
Jaas web form authentification in JBOSS 5
Hello all.
First of all sorry for my poor english but, i'm french...
I try for some time to create my custom jaas module for authentification im my web application. I work under JBoss5.
So I have …
0
votes
1answer
179 views
JAAS and JBOSS 5 problem with principal
I am working with a piece of code implementing JAAS LoginModule and in the commit method I set the principal with user UUID:
subject.getPrincipals().add(new SimplePrincipal(userUUID)
But for some …
