[JBoss-user] [Security & JAAS/JBoss] - Re: Using JAAS in a Servlet? No Pricipal propagation?!

2006-03-01 Thread sventura
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

[JBoss-user] [JBossCache] - Re: Jboss 4 startup error: jgroup or Tree cache?

2005-12-12 Thread sventura
"[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.

[JBoss-user] [Beginners Corner] - Re: getSingleResult behaviour mismatch for count() and sum()

2005-10-29 Thread sventura
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

[JBoss-user] [Beginners Corner] - getSingleResult behaviour mismatch for count() and sum() whe

2005-10-29 Thread sventura
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(

[JBoss-user] [Beginners Corner] - Re: dynamic axis serializer generation fails on 4.0.2+EJB3RC

2005-10-29 Thread sventura
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

[JBoss-user] [Beginners Corner] - dynamic axis serializer generation fails on 4.0.2+EJB3RC2

2005-10-26 Thread sventura
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

[JBoss-user] [Beginners Corner] - Re: EJB3Trail.ear fails on 4.0.3RC1

2005-10-26 Thread sventura
>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

[JBoss-user] [Beginners Corner] - Re: EJB3Trail.ear fails on 4.0.3RC1

2005-06-27 Thread sventura
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 ---

[JBoss-user] [Beginners Corner] - EJB3Trail.ear fails on 4.0.3RC1

2005-06-27 Thread sventura
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 |