[JBoss-user] [JBossCache] - Re: TransactionManager Name not bound?

2006-04-30 Thread [EMAIL PROTECTED]
To use JBossTransactionManager, you will have to run JBossCache inside JBossAS. You can only access UserTransaction via jndi. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940431#3940431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBossCache] - Re: trying to figure why we are getting RegionNameConflictEx

2006-04-30 Thread [EMAIL PROTECTED]
Why don't you just cut and paste the portion that declare eviction policy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940430#3940430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940430 --

[JBoss-user] [JBossCache] - Re: EJB3 and JBossCache

2006-04-30 Thread [EMAIL PROTECTED]
No, @PojCacheable only denotes that this pojo will be instrumented. You will still need to attach it to the cache. However, when running under ejb3, there is container layer integration needed for this to happen. Currently, we are implementing ejb3 sfsb now for PojoCache. As for entity bean, yo

[JBoss-user] [Messaging, JMS & JBossMQ] - How to achive delayed message delivery in JBOSS

2006-04-30 Thread aczezowski
Hi, I need to regulate delivery time i.e. introduce delay in JMS message delivery in MQ server. How to do it ? This is to simulate use of JBOSS via slow link. Cheers Adam View the original post : http://staging.jboss.com/index.html?module=bb&op=viewtopic&p=3890807#3890807 Reply to the post

[JBoss-user] [JBoss AOP] - More AOP examples online with source, have a look

2006-04-30 Thread brett.schuchert
I'm giving a talk at the Oklahoma City JUG on May 9th and the Dallas/Fort Worth JBUG on May 11th on JBoss AOP. I've got 5 examples, I'm working on several more. I've started documenting the examples here: http://brett.schuchert.googlepages.com/jbossaop If you're so inclined, have a look and dro

[JBoss-user] [JBoss AOP] - Re: cflow assistance, please

2006-04-30 Thread brett.schuchert
Well after a bit of research, reading the documentation and stepping through the source, I *think* this might be a bug. If you're interested in the background, where I think the bug is and one possible fix (albeit an inefficient one), check out: http://jira.jboss.com/jira/browse/JBAOP-235 I'v

[JBoss-user] [JBoss jBPM] - Re: Assign multi-users to auto-created tasks?

2006-04-30 Thread Neelixx
Completed!! Below is the testCase that I created (modified from the workflowpattern#14.) This test case shows the creation of tasks (from Wfp#14) based on the number of users that need to be assigned the task. The task node IS NOT complete, until everyone completes their own assigned tasks.

[JBoss-user] [JBoss Seam] - Re: Resources.getResourceAsStream not multiple war safe

2006-04-30 Thread [EMAIL PROTECTED]
OK, I made your suggested fix in CVS. Please try it out. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940422#3940422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940422

[JBoss-user] [JBoss Seam] - Re: The URL in the address bar is not the same as the URL re

2006-04-30 Thread [EMAIL PROTECTED]
Right. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940423#3940423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940423 --- Using Tomcat but need to do more? Nee

[JBoss-user] [JBoss jBPM] - Re: Assign multi-users to auto-created tasks?

2006-04-30 Thread Neelixx
No, I haven't tried it yet. I'm just now building the test case on how to do this. After reading your last statement, I went back to the Javadoc and did find a way to assign an actor to the TaskInstance. Thanks!!! | TaskMgmtInstance tmi = executionContext.getTaskMgmtInst

[JBoss-user] [Security & JAAS/JBoss] - jboss security keystore file problem

2006-04-30 Thread freebot
what type of keystore file jboss neee? I have generated a keystore file that works fine with stand alone tomcat. However, the same keystore file does not work with JBoss. Anyone has any solution to this problem? Thank you in advance! http://www.qtbot.com View the original post : http://www.jb

[JBoss-user] [Installation, Configuration & Deployment] - jmx-console

2006-04-30 Thread freebot
how to log out of jmx-console? http://www.qtbot.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940418#3940418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940418 ---

[JBoss-user] [JBoss Seam] - Re: Portal example errors with 4.0.4CR2 and Portal 2.4

2006-04-30 Thread ariggz
I was able to get the portlet example to work using JBossAS 4.0.4CR2, JBoss Portal 2.2.1, and jboss-seam-1.0.0.CR2 by with following: Install JBossAS 4.0.4CR2 with the installer, selecting EJB Copy jboss-portal.sar and portal-hsqldb-ds.xml from the binary download of JBoss Portal 2.2.1 into jbos

[JBoss-user] [EJB 3.0] - CollectionOfElements - various issues

2006-04-30 Thread mick_mcgovern
I've had a few problems with an owned list. Firstly I can't override the table name, the JoinTable annotation is not compatible with the documentation (name attribute instead of table?) The generated code was coming up with column names like 'teller_teller_num' where teller_num is the PK on the

[JBoss-user] [Installation, Configuration & Deployment] - multiple jbosses, keeps swapping databases

2006-04-30 Thread chrisbitmead
I'm using the port-bindings.xml method to have two jbosses running on the same machine. Each jboss talks to a different oracle database and has a different database in its XXX-ds.xml. However both use the same datasource names. If I start jboss instance "A" it talks to database "X". But now if

[JBoss-user] [JBoss Seam] - Re: Here is code for annotation based navigation rules

2006-04-30 Thread andrew.rw.robinson
The other benefit I can see with this is to get "global" outcome support with annotations is simply with constants. public class A { @NagivigationRule(outcome=JsfNavOutcome.FAILED, view=JsfView.ERROR_PAGE) public String a() {} } public class B { @NagivigationRule(outcome=JsfNavOutcome.FAILED, v

[JBoss-user] [JBoss jBPM] - Re: Assign multi-users to auto-created tasks?

2006-04-30 Thread kukeltje
you don't have to use an assingnmenthandler class. You can do it (afaik) in the action class for creating the tasks. Did you try that and it didn't work? Did you get any errors? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940413#3940413 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: Having multiple JbpmContext objects fails...

2006-04-30 Thread kukeltje
the jsf version of the jbpm webapp has one for each page request. Look at the webapp source code to see what goes on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940412#3940412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [JBoss Messaging] - JMS Client libs for jdk 1.3 ??

2006-04-30 Thread meme
Hi there, I've got to run a jms client on 1.3. Are there any libs wich are doing this job? The backend is the actual 4.0.3sp1. Thanks for your help... m. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940411#3940411 Reply to the post : http://www.jboss.com/

[JBoss-user] [EJB 3.0] - Re: Persistence.createEntityManagerFactory problem

2006-04-30 Thread arthur83
Hi, thank you for the reply. Unfortunatelly I get the same exception... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940410#3940410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940410

[JBoss-user] [Installation, Configuration & Deployment] - Re: Anyway to do an unattended install?

2006-04-30 Thread [EMAIL PROTECTED]
If you use the .zip distribution, just unzip it and you are set (but not ejb3 preview then). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940409#3940409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940409 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: naive question about jaas authentication

2006-04-30 Thread armita
It is a web application based on seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940407#3940407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940407 --- Using T

[JBoss-user] [Installation, Configuration & Deployment] - Anyway to do an unattended install?

2006-04-30 Thread asack
Check Google, used the Search button, can't find anything...the only clue is that the Wiki mentions a "-c " to the installer but not sure if that has been deprecated. Can you install JBoss without the installer mumbo-jumbo? Thanks! View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploying application with 3rd Party Libraries

2006-04-30 Thread asack
"BLuz" wrote : Hi. I created a jboss-app.xml file for scoped class loading and put it in /META-INF as described at http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration , but /APP-INF/lib is still getting ignored. I created a jboss.xml file just in case too, even though I don't use

[JBoss-user] [EJB 3.0] - Re: EJB3.0 Standalone client

2006-04-30 Thread manishATjboss
thanks. works just right View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940404#3940404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940404 --- Using Tomcat but nee

[JBoss-user] [JBossWS] - Re: Authentication problem in jUDDI

2006-04-30 Thread Sorkun
..i finally found a simple approach: 1. I set the "juddi.auth" -entry in the juddi.properties file to "org.apache.juddi.auth.XMLDocAuthenticator" 2. Furthermore I added the absolute path to the juddi-users.xml file. (In my case: "juddi.users = C:/jboss/server/default/deploy/juddi.war/WEB-IN

[JBoss-user] [JBoss jBPM] - Having multiple JbpmContext objects fails...

2006-04-30 Thread wasperen
For my Tapestry / jBPM integration project, I stumble onto this problem: JbpmContext contextA = JbpmConfiguration.getContext(); | JbpmContext contextB = JbpmConfiguration.getContext(); | | ProcessInstance instance = contextA.createNewProcess(name); > bluhhh... This happens bec

[JBoss-user] [JBoss Seam] - Re: The URL in the address bar is not the same as the URL re

2006-04-30 Thread [EMAIL PROTECTED]
Try using a redirect after post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940400#3940400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940400 --- Using Tomcat

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - WEB - EJB3 Application

2006-04-30 Thread sierras
Has anyone been able to connect a JSP page under Tomcat 5.5 to EJB3 server 4.0.3 SP1. I've been looking for it around I havent found anything about and it does'nt work. Or at least I don't know how to make it work. Examples welcome! Thanks in advance! View the original post : http://www.

[JBoss-user] [EJB 3.0] - WEB - EJB3 Application

2006-04-30 Thread sierras
Has anyone been able to connect a JSP page under Tomcat 5.5 to EJB3 server 4.0.3 SP1. I've been looking for it around I havent found anything about and it does'nt work. Or at least I don't know how to make it work. Examples welcome! Thanks in advance! View the original post : http://www.

[JBoss-user] [EJB 3.0] - Re: EJB3.0 Standalone client

2006-04-30 Thread leonell
"manishATjboss" wrote : thanks for the suggestion. I'm still not entirely clear: | | My interface is: | | | @Remote | | public interface Get { | | public int get(int key); | | } | | | | My bean is: | @Stateless | | public class GetBean implements Get

[JBoss-user] [EJB 3.0] - Re: EJB3.0 Standalone client

2006-04-30 Thread manishATjboss
thanks for the suggestion. I'm still not entirely clear: My interface is: | @Remote | public interface Get { | public int get(int key); | } | My bean is: @Stateless | public class GetBean implements Get { | | public int get(int key) { | return 42+key; |

[JBoss-user] [JBoss Portal] - Re: No layout found for layout id generic

2006-04-30 Thread kael20
That fix worked for me using JBoss 4.04RC1. I am curious as to why that needed to be there for the later versions of jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940395#3940395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [EJB 3.0] - Re: EJB3.0 Standalone client

2006-04-30 Thread alesj
Simple as coding to interfaces. | public class TestEJB { | | public static void main(String[] args) { | TestHelloBean thb = (TestHelloBean) findJndi("gema/TestHelloBeanImpl/remote"); | if (thb != null) | System.out.println("thb = " + thb.sayHello("Ale

[JBoss-user] [EJB 3.0] - Re: Long transaction and transaction timeout

2006-04-30 Thread alesj
| @TransactionTimeout(value = 900) // 15min | public void initializeSearch() { | //... code | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940393#3940393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [EJB 3.0] - Re: Persistence.createEntityManagerFactory problem

2006-04-30 Thread alesj
Missing this? | org.hibernate.ejb.HibernatePersistence | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940392#3940392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940392 -

[JBoss-user] [EJB 3.0] - EJB3.0 Standalone client

2006-04-30 Thread manishATjboss
Hi, I can find a lot of instructions on the web on how to write a standalone client for the old style EJBs (where there was an explicitly created home interface). I'm using the new style EJBs (annotations, no home interface required). I'd like to be able to use the EJBs from a standalone client

[JBoss-user] [JBossWS] - Re: emtpy argument becomes null?

2006-04-30 Thread fred2210
I understand the problem of mapping arrays. It's just a pity this is not made better.. I'm starting to undestand that web services are made for very simple data exchange.. The problem is that I'm using an J2EE multi-views software structure (my development) putting all data over web.. with web

[JBoss-user] [Security & JAAS/JBoss] - Re: naive question about jaas authentication

2006-04-30 Thread jaikiran
Have a look at: http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch8.chapter.html Section 8.3.1, may be of your interest View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940389#3940389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Security & JAAS/JBoss] - Re: naive question about jaas authentication

2006-04-30 Thread jaikiran
What's your application? Is it a web-application? If yes then you will have to add the security-domain in the jboss-web.xml(similar to what you have done in jboss.xml) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940388#3940388 Reply to the post : http:

[JBoss-user] [Security & JAAS/JBoss] - naive question about jaas authentication

2006-04-30 Thread armita
Sorry for asking this here but the documentation are really bad, and the suggested are far out-of-date. I tryed to make my application jass enabled and add this section to jboss.xml: | java:/jaas/mcipro | false | nobody | and this one to login-config.xml | | |

[JBoss-user] [Management, JMX/JBoss] - Re: custom deployment listener / classloader

2006-04-30 Thread poojac20
Thanks Dimitris, this has given me a good starting point. Subdeployers is the keyword I was missing and calling it a custom deployer. I am hoping my question about the classloading will be solved through sub deployers itself; will post results. View the original post : http://www.jboss.com/

[JBoss-user] [JBossWS] - Re: Authentication problem in jUDDI

2006-04-30 Thread [EMAIL PROTECTED]
The juddi integration in jboss is database agnostic. Did you add the userid/pair to the "juddi_data.ddl" script? If the default authenticator is not doing the right job, then you can use the jboss authenticator as you suggested. But I have not played with it. View the original post : http://w

[JBoss-user] [JBoss jBPM] - Re: Share JbpmContext between wars

2006-04-30 Thread [EMAIL PROTECTED]
Rafael, JbpmContext is not threadsafe, so sharing a context between applications is probably not a good idea. Why would you want this? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940384#3940384 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [JBoss jBPM] - Re: task is not blocking after save of process-instance

2006-04-30 Thread [EMAIL PROTECTED]
Torsten, This looks like a bug. Can you please enter a JIRA issue referring to this entry? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940383#3940383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394

[JBoss-user] [JBoss jBPM] - Re: problem with gpd

2006-04-30 Thread [EMAIL PROTECTED]
Alberto, The GPD was not yet tested with Eclipse 3.2 so that may be the cause of the problem. I will probably work on this during the next week. In the meantime, just use Eclipse 3.1.2 and GPD 3.0.9 and everything should be fine... Regards, Koen View the original post : http://www.jboss.com/i

[JBoss-user] [JBoss jBPM] - Re: Waiting for process instances spawned before my process

2006-04-30 Thread hosierdm
I believe a node type State is what you want to use. Then you could have the external process indicate that it is finished and cause a token.signal() to get your waiting process to resume. It briefly mentions that in the User Guide: http://docs.jboss.org/jbpm/v3/userguide/processmodelling.html

[JBoss-user] [JBossWS] - Re: emtpy argument becomes null?

2006-04-30 Thread [EMAIL PROTECTED]
I do not wish to engage in an unqualified argument like this. Please show me payloads that are valid in the context of the abstract contract given in wsdl + schema. Additionally, show the relevant type mapping in jaxrpc-mapping. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss jBPM] - Re: subprocesses linked to superprocess in deploy time - not

2006-04-30 Thread [EMAIL PROTECTED]
Alexey, To my surprise, this is AFAICS indeed the current behaviour of the engine. So if you want this changed you can report a change request in JIRA. Make sure you refer to this thread. Maybe this should be a configurable option: --> always last version --> always current version --> always so

[JBoss-user] [JBossWS] - Re: emtpy argument becomes null?

2006-04-30 Thread fred2210
I don't think that making ws response with null object instead of empty array, or simple object instead of array of one simple object is "portable J2EE-1.4 WS endpoints" ! That exactly what JBossWS do... and not Axis. Strangly, I cannot use Java as ws client of my JBossWS endpoint : I've got a

[JBoss-user] [EJB 3.0] - Persistence.createEntityManagerFactory problem

2006-04-30 Thread arthur83
Hello everybody, I need an application-managed EntityManagerFactory, because I have to control the transactions manually. So I create the EntityManagerFactory via | EntityManagerFactory emf = Persistence.createEntityManagerFactory("wfmsem"); | but I get the following exception: | java

[JBoss-user] [JBossCache] - Differences between different types of Cache solutions in Ja

2006-04-30 Thread Hi_i_am_Amit
Hi, In java there are many open source cache solutions like OSCache, EHCache, Java Caching System (JCS), JCache, SwarmCache, WhirlyCache and Tree Cache/JBoss Cache. Can anyone explain me the difference between these types of solutions provided. Their Limitations and why JBoss cache is better th

[JBoss-user] [JBossWS] - Re: emtpy argument becomes null?

2006-04-30 Thread [EMAIL PROTECTED]
Axis uses soap encoding (rpc/encoded), which is not allowed by the basic profile. | | | | You need to use rpc/literal or document/literal with portable J2EE-1.4 WS endpoints View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940375#3940375

[JBoss-user] [JBoss jBPM] - jBPM within jsf application running in JBoss Server

2006-04-30 Thread esraa
i'm working with jsf +SWT application i used jbpm it worked correctly in SWT but i've the following Error : java.lang.ClassNotFoundException: class 'com.nounsware.droolsjbpm.jbpm.action.ValidateUser' could not be found by the process classloader When i run it with jsf ,, By the Way i put my pr

[JBoss-user] [JBoss Seam] - Re: transaction rollbackexception error

2006-04-30 Thread rdewell
This exception swallows up other exceptions, hiding the *real* reason for the error. See the conclusion of: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81613 So, there is some method of yours that is causing an exception. Instead of seeing the actual exception, you get this ambig

[JBoss-user] [EJB/JBoss] - Re: javax.ejb.EJBException: Invalid invocation After migraci

2006-04-30 Thread OZWolverine
Thanks a lot infrasoftcolombia, I only had to set JbossWebloader to true in jboss-service.xml in tomcat that comes inside JBoss. The other trick was to eliminate a jar that has some .class that are not needed in my ear, nor my war, and now everything is going perfect :-) Again thanks a lot. V

[JBoss-user] [JBoss Seam] - transaction rollbackexception error

2006-04-30 Thread drapierwim
Can't figure this out, the needed objects for the page are correctly loaded from the DB but I get the following error... 14:19:39,287 ERROR [STDERR] java.lang.RuntimeException: javax.transaction.RollbackException: Already marked for rollback TransactionImpl:XidImpl[FormatId=257, GlobalId=CPQ128

[JBoss-user] [JBoss Seam] - The URL in the address bar is not the same as the URL render

2006-04-30 Thread armita
I have this problem that the URL in the address bar is not the same as the URL rendered, and actually is one step behind it. Does anyone else faced this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940368#3940368 Reply to the post : http://www.jb

[JBoss-user] [Installation, Configuration & Deployment] - Re: Classpath problem between 2 ear

2006-04-30 Thread sylvain_44_fr_nantes
Ooops, there is an error in my Cut-Paste, error message is this one (EJB named UnitTesterEJB was a mistake) : anonymous wrote : | 13:56:27,864 WARN [verifier] EJB spec violation: | Bean : TestAdminFacadeSession | Section: 22.2 | Warning: The Bean Provider must specify the fully-qualif

[JBoss-user] [JBoss jBPM] - Waiting for process instances spawned before my process star

2006-04-30 Thread [EMAIL PROTECTED]
Hi, I have a novice question. At one stage of our a main process we need to wait for other process instances to finish. The trouble is, we haven't spawned those instances in our process and we don't know the processInstanceId's. We just know the instances will be of a specific type and will ha

[JBoss-user] [JBoss jBPM] - Re: how to install jboss jbpm gpd

2006-04-30 Thread Saviola
You can obtain more information from the readme files placed in jbpm-gpd-site-.zip or jbpm-gpd-feature-.zip. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940364#3940364 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [Beginners Corner] - Is it really impossible to create a web service for JBoss us

2006-04-30 Thread mastix
I'm starting to get nuts!!! I'm an experienced J2SE and J2ME Java developer... but I have huge problems creating a web service using eclipse WTP! The tutorials I found are for tomcat... But I want to code for JBoss and not for tomcat...!!! There must be somebody out there with the same issues.

[JBoss-user] [JBoss/Spring Integration] - Re: Hotdeployment and Parent Bean Factories

2006-04-30 Thread alesj
Hi! anonymous wrote : | As far as I understand so far, in such a case both SomeApp1 and SomeApp2 must be manually redeployed after ParentApp was bound to JNDI so that the changes of ParentApp apply to SomeApp1 and SomeApp2. | Currently this is not available, since I do not hold a bean fa

[JBoss-user] [Installation, Configuration & Deployment] - Classpath problem between 2 ear

2006-04-30 Thread sylvain_44_fr_nantes
Hello, First, this thing was working : AtanorServer.ear/ModuleExpert.jar (containing beans) AtanorServer.ear/ModuleTest.jar (containing test beans) But now I want to isolate ModuleTest.jar in another ear, so I want : AtanorServer.ear/ModuleExpert.jar (containing beans) AtanorTest.ear/ModuleTe

[JBoss-user] [JBossWS] - Re: emtpy argument becomes null?

2006-04-30 Thread fred2210
I have already seen JBWS-732, but it do not fix the problem. (done for jboss-1.0.0.CR4 and I'm running with jboss-1.0.0.CR6). After migrating from old axis solution with additional war to this annoted webservice (I was happy), I must re-use Axis. Why does it work with Axis ? -> the generated w

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-04-30 Thread [EMAIL PROTECTED]
Its essentially a request to allow for a configuration where all requests can be intercepted by a jacc authorization decision. This is not a standalone issue since authorization is meaningless without a preceeding authentication providing an identity to authorize. There has to be some security r

[JBoss-user] [JBoss Seam] - jBPM configuration

2006-04-30 Thread drapierwim
It's been a while since i've used seam, so things have changed a bit and I'm stuck with the jBPM stuff. For the moment it seems that the import.sql file is executed and messing up my foreign keys, the delete query is not an option. Did I do something wrong with my configuration files? View the

[JBoss-user] [JBoss Portal] - portal running error

2006-04-30 Thread richard.qin
Enviroment:JBossAS 4.0.3SP1 + JBoss Portal 2.2.1 + MySQL5.0 when create a new user, error occurs: 15:37:52,312 ERROR [AssertionFailure] an assertion failure occured (this may indicate a bug in Hibernate, but is more likely due to unsafe use of the session) org.hibernate.AssertionFailure: null id