Could you post your jboss.xml file or even better your working project source
so others can learn from it?
I am facing a similar issue and would like to take a look at your application.
View the original post :
http://staging.jboss.com/index.html?module=bb&op=viewtopic&p=3890790#3890790
Reply
"[EMAIL PROTECTED]" wrote : You need to troubleshoot to make sure JGroups work
first (or even mcast is working).
|
| -Ben
How can I do that?
I mean, I do not want clustering enabled but some dependecies ties my to 'all'
config.
I would like to just disable any clustering defualt setting.
TITLE IS : getSingleResult behaviour mismatch for count() and sum() when no
entities found
and I am using 4.0.2 + EJB3RC2 on gentoo with sun-jdk-1.5.05 on postgresql 8.0.3
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904312#3904312
Reply to the post :
htt
Is is normal that
Number num
| = (Number)entityManager.createQuery(
|"select count(*) from X x;")
|.getSingleResult();
works ok, and
Number num
| = (Number)entityManager.createQuery(
| "select sum(x.id) from X x")
| .getSingleResult(
By the way, axis fails to properly serialize agregated arrays on server side if
POJO is declared with field access level.
For example, it serializes an String[] as if it were a single String object but
multiple times (multiplicitly is coincident)
If POJO is declared with method level access (pr
I am experimenting a very peculiar issue with axis webservices on jboss 4.0.2.
This is my interface
package test;
|
| import java.rmi.Remote;
| import java.rmi.RemoteException;
|
| import java.util.*;
|
| public interface Test
| extends Remote
| {
| TestPojo[] t
>From my short experience, I recomend 4.0.2+EJB-3.0_RC2 over 4.0.3RC1 even if
>manual install is required. This combination incorporates a stricter check on
>entity contraints as @NotNull and @Length.
Be caution if dowgrading (not a downgrade really) since lazy code (as mine) may
suddenly fail
mm, this does not happen if the installer is used to install jboss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882915#3882915
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882915
---
DEBUG
[org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL
PROTECTED]
url=file:/home/sventura/local/coop/jboss-4.0.3RC1/server/default/deploy/EJB3Trail.ear,
deployedLastModified=1119914175000 }
| org.jboss.deployment.DeploymentException: Failed to find module file:
entities.par
|