[JBoss-user] [EJB 3.0] - Re: Error storing objects with ejb3 entity

2006-03-01 Thread pulsycouac
I tried the following: - I had this to the persistence.xml | | The trace into hsqldb log file is: SET AUTOCOMMIT TRUE | drop table t_tech if exists | create table t_tech (nom varchar(255) not null, prenom varchar(255), primary key (nom)) | SET AUTOCOMMIT FALSE | INS

[JBoss-user] [EJB/JBoss] - Re: JBoss 3.2.8 gives EJB Method Permissions exceptions

2006-03-01 Thread indyzone
Hi Dimitris, Thanks for the reply. Can you tell me when would the JBoss 3.2.8 SP1 will be available for download? Regards, Indy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927368#3927368 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-01 Thread cbomoo
Suggest jbosside support seam-based project wizard. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927367#3927367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927367 -

[JBoss-user] [EJB 3.0] - Re: Projection

2006-03-01 Thread martin ganserer
Hi Bill, thank you for your response! At the moment I am reading a book about Hibernate. In one chapter the book describes projection (in Hibernate) very well. In one example I have seen that Hibernate was able to get a result list without a "hard defined" object like ArticleSummary. What I wa

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-01 Thread cbomoo
Today , I have download jbosside nightly build, it is good! Thanks gavin!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927365#3927365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927365 -

[JBoss-user] [JBossWS] - Re: why this exception comes out? org.apache.axis.soap.Messa

2006-03-01 Thread itomer
well, i answered my own question. the root cause of such exception is the using Web Services 1.0 Library which comes with JBoss-IDE. there is 4 jar files under Web Services 1.0 library. the problematic one is saaj-api.jar, under \plugins\org.jboss.ide.eclipse.jdt.ws.core_1.5.0.M2\lib\wsi-1.0\

[JBoss-user] [JBoss jBPM] - Help about TransitionLogTest

2006-03-01 Thread davis
why this test case can't pass | public void testBasicTransitionLogs() { | ProcessDefinition processDefinition = ProcessDefinition.parseXmlString( | "" + | " " + | "" + | " " + | " " + | "" + |

[JBoss-user] [JBoss Portal] - Helloworld IPC Problem

2006-03-01 Thread vjmohan
Hi All, I have downloade HelloworldIPC example.While the deployment of hellowroldipc.sar,I am getting the follwoing exception.Can anyone help on this? Thanks in advance... # java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.portlet.hello.HelloWorldPortletB$L

[JBoss-user] [JBoss Seam] - Re: JBoss Seam for (pre)production

2006-03-01 Thread yannn
Thank you for your answers. Now we can start our developments with a nice tool ! :-) Yannick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927360#3927360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927360 --

[JBoss-user] [JBoss Portal] - error in sarting jboss server

2006-03-01 Thread tejo.akkala
hi i am getting the following error when i am starting server. plz help me how to solve it. === . JBoss Bootstrap Environment . JBOSS_HOME: C:\Program Files\jboss-4.0.3SP1\bin\\.. . JAVA: c:\j2sdk1.4.2\bin\java . J

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ERROR [javax.faces.webapp.UIComponentTag] Faces context

2006-03-01 Thread michea
I don't know if this is a similar case for you, but I exactly obtained this error when I accessed my JSF page through a link where I forgot to add the "/faces/" pattern defined in the web.xml file: Faces Servlet /faces/* Hope this will help. View the original post :

[JBoss-user] [JBossCache] - how to integrate JBossCache into weblogic using JMX and Spri

2006-03-01 Thread luozn
Since JBossCache is the most popular distributed cache supporting cluster env, how to make full use of it in weblogic cluster env? I checked the Wiki page, it recommends using startup/shutdown class to register TreeCache into local JNDI and start service when server startup. It works fine. But s

[JBoss-user] [Clustering/JBoss] - Re: Http Session replication problems when NOT using sticky-

2006-03-01 Thread [EMAIL PROTECTED]
If you do removeAttribute the effect should be immediate though because you are using REPL_SYNC mode. How do you test it? And how long does it take? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927356#3927356 Reply to the post : http://www.jboss.com/index

[JBoss-user] [Management, JMX/JBoss] - Re: Can my stand-alone application use Jboss implementation

2006-03-01 Thread genman
If you download the source, you'll see that the JMX and services stuff falls into separate directories. Each one provides a separate library. Not sure which ones you'll need, however. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927355#3927355 Reply to th

[JBoss-user] [Management, JMX/JBoss] - Re: Need help with ServiceMBean

2006-03-01 Thread genman
Are we supposed to figure out what went wrong without a stack trace or specific error message? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927354#3927354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927354 -

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Fibo tutorial

2006-03-01 Thread kamal444
Hiello Everyone, With debugging little more, I have found out that this part has problem: Context context=new InitialContext(); Object ref=context.lookup("java:/comp/env/ejb/Fibo"); home= (FiboHome) PortableRemoteObject.narrow(ref,FiboHome.class); The code throws an Exception while executing thi

[JBoss-user] [JBoss jBPM] - Executing processes on remote machines

2006-03-01 Thread ltam1234
Are there any support for remote process execution by jBPM? I need the ability for the jBPM to execute a process that is on different machine than where the jBPM is? I have processes written in different domain languages and runs on different machines (in a distributed fashion), does jBPM have

[JBoss-user] [JBoss jBPM] - Re: Creating loops between nodes

2006-03-01 Thread enazareno
Hi Philip, I'd just like to illustrate what I meant with an example. Why don't you try it this way and tell me if it works for you: | | | | | | | | | | | | | | | action handler class:

[JBoss-user] [JBoss Seam] - Re: HarUrl Problem

2006-03-01 Thread [EMAIL PROTECTED]
I see... It seems like you have mixed up versions of things between HarDeployer and the Hibernate MBean. Somehow you are using a version of JBoss with a HARDeployer version which actually tries to set the Hibernate.HarURL attribute along with a Hibernate MBean version in which the HarURL attri

[JBoss-user] [JBoss Seam] - Re: Child object validation

2006-03-01 Thread andrew.rw.robinson
I went ahead and added a new JIRA issue as it wouldn't make sense in the hibernate-annotations issue: http://jira.jboss.com/jira/browse/JBSEAM-144 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927346#3927346 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JBoss jBPM] - Comparision matrix for jBPM

2006-03-01 Thread purvi.shah
Hi, I need Matrix(Comparison of jBPM with other WF engine-Marketing & technical Perspective) for jBPM, If it is available. I need some more documentation on jBPM (Basic material) which can give me idea how to start with jBPM. I have referred jBPM User Guide and other stuff. But I found it

[JBoss-user] [JBossCache] - Re: difference between Jboss and Dummy Transaction

2006-03-01 Thread [EMAIL PROTECTED]
You really don't need any additional configuration once you specify the JBossTransactionManagerLookup if you run it under JBoss AS. We will do a JNDI JTA lookup when it is instantiated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927345#3927345 Reply to t

[JBoss-user] [JBoss Seam] - Re: When are interceptors applied?

2006-03-01 Thread andrew.rw.robinson
I had set "@Intercept(InterceptionType.ALWAYS)" as shown above. Isn't this what I needed to ensure this? Also, there was no view to restore, this was right before render response and on a new view (my phase listener is calling the method manually) View the original post : http://www.jboss.com/

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-03-01 Thread [EMAIL PROTECTED]
"jpyorre" wrote : I've been away from work for a while (on honeymoon) and a lot seems to have happened since I last time visited the the forum... Congratulations!! Thanks for the time to come back to visit. :-) "jpyorre" wrote : 2. Implementing two things at the same time (caching and tree-stru

[JBoss-user] [JBoss Seam] - Re: Proposal for new functionality on ValidationInterceptor

2006-03-01 Thread andrew.rw.robinson
Jira JBSEAM-143 FYI - The severities control the faces message rendering and possibly user behavior (you can filter based on severity). The CSS style is based on these severities. So for example, errors and fatal messages can be marked as red. Typically, validation components add messages as er

[JBoss-user] [JBossCache] - Re: Clearing the cache

2006-03-01 Thread [EMAIL PROTECTED]
Daniel, I am the cache guy. :-) I assume you can reproduce this everytime? If so, can you open up a Jira and attach your unit test case? Btw, what is the JBossCache release that you used? Yes, the remove method is supposed to remove it from the eviction queue so it won't get evicted again. Th

[JBoss-user] [JBoss jBPM] - Re: Creating loops between nodes

2006-03-01 Thread im_ytk
Hi Elmo, Sorry I keeps on bothering you. Hopefully I didn't interfere your normal work. Ummm... It is a long story. In our project, we wish to use jBPM engine to process incoming events. We treat a ProcessInstance as the big boss. When the program starts, a ProcessInstance will be created, proc

[JBoss-user] [JBoss jBPM] - Re: jbpm problem

2006-03-01 Thread forJbpm
use parseXmlResource more can be found at http://docs.jboss.com/jbpm/v3/javadoc/ Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927338#3927338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927338 --

[JBoss-user] [Beginners Corner] - Access from internal network only, how?

2006-03-01 Thread Diamantregen
Hello, A newbie question: I have a Enterprise application (.ear) deployed to jboss server. Inside there are 2 webapplications that can be accessed by different servlet paths: application 1: http://192.168.1.4:8081/abc application 2: http://192.168.1.4:8081/def I want that the application 1

[JBoss-user] [JBoss Seam] - Re: Child object validation

2006-03-01 Thread andrew.rw.robinson
Sorry to be an idiot, do you want me to create a new JBoss-Seam JIRA issue or just attach the seam patch to the hibernate-annotations JIRA that is already open View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927336#3927336 Reply to the post : http://www.jbos

[JBoss-user] [Installation, Configuration & Deployment] - web-console not deployed

2006-03-01 Thread michea
Hi, I'm using jboss 4.0.4RC1 and can use the jmx-console but the web-console is not deployed (the word "web-console" is even absent from the logs). Any idea ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927335#3927335 Reply to the post : http://

[JBoss-user] [JBoss Seam] - Re: Message bundle issues

2006-03-01 Thread andrew.rw.robinson
It would be "fixed" if the ClassValidator is never passed a resource bundle (in that case, it will always use "ValidatorMessage.properties"), or if it is always passed a bundle. From what I saw in the review of the code is that during initialization ClassValidator is passed the messages bundle,

[JBoss-user] [JBoss Seam] - Re: HarUrl Problem

2006-03-01 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-2000 ? Are you trying to set HarURL yourself? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927333#3927333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927333 ---

[JBoss-user] [JBoss jBPM] - Re: jbpm problem

2006-03-01 Thread yyg1107
"yyg1107" wrote : How shall me deal with this problem? | | ProcessDefinition definition = | | JpdlXmlReader.parseFromResource("hello.par/processdefinition.xml"); | | The method parseFromResource(String) is undefined for the type JpdlXmlReader! thanks! View the original post : ht

[JBoss-user] [JBoss jBPM] - jbpm problem

2006-03-01 Thread yyg1107
How shall me deal with this problem? ProcessDefinition definition = | JpdlXmlReader.parseFromResource("hello.par/processdefinition.xml"); The method parseFromResource(String) is undefined for the type JpdlXmlReader! View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [JBoss AOP] - Re: NullPointerException at advised._getInstanceAdvisor();

2006-03-01 Thread schaefera
You need to exclude the _get* from the instrumentation when you bind a pointcut. It seems that AOPC does instrument that method when you instrument all methods (*) and then you run into the NPE. -Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927329#39

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JSP and Java5 Generics - Compiler reports error

2006-03-01 Thread psaville
Any news on this error? Is it an issue with JBossIDE JSP Builder? It is very frustrating since I monitor the "problems" tab for warnings and errors to fix issues and keep my code as clean as possible... It would be great to not see these errors there when I'm using the JDK 1.5.0 View the origin

[JBoss-user] [JBoss Seam] - Re: java.lang.RuntimeException: java.util.zip.ZipException

2006-03-01 Thread CptnKirk
May just want to grab a clean install of JBoss 4.0.4RC1 (remember to install with EJB3 support) and follow the Seam demo here: http://www.jboss.com/products/seam/EclipseCVS.html I've seen some pretty screwed up ZipExceptions when the archives were either missing or corrupted. The TestNG tasks

[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] [JBoss Seam] - Re: java.lang.RuntimeException: java.util.zip.ZipException

2006-03-01 Thread [EMAIL PROTECTED]
I have no idea. What does your deployment look like? Can you jar into into an example I can run? And, can you log an EJB3 jira task? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927326#3927326 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Portal] - Upload file in JBoss Portal 2.2

2006-03-01 Thread hsrock
Hi All, I used Struts Portlet and Struts Library to upload an image file, but the FormFile I received from ActionForm when the form was submitted was "null". It's ok when I use JBoss (not JBoss Portal). Please tell me why and give me a solution. Sorry for my poor English. Thanks Rock. View th

[JBoss-user] [Clustering/JBoss] - Re: Http Session replication problems when NOT using sticky-

2006-03-01 Thread jcprout
I now have a simple test application which reliably shows that if I attempt to remove either a session (using HttpSession.invalidate()) or a session attribute (using HttpSession.removeAttribute(String)), the change is not immediately made on the remote cluster node. I am testing to find out how

[JBoss-user] [JBoss Seam] - Re: Message bundle issues

2006-03-01 Thread epbernard
Oh, Seam initialize the validator to use message.properties But the Hibernate Validator Events no not use such things, so if the exception InvalidStateException comes from ValidateEventListener.validate() then that explains View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [EJB/JBoss] - cannot parse login-config.xml

2006-03-01 Thread tyu
I am using JBoss 4.0.3SP1 on Linux. I got: 2006-03-01 15:57:14,932 WARN [org.jboss.security.auth.login.XMLLoginConfigImpl] End loadConfig, failed to load config: file:/opt/c1/tiamat/deploy/servers/jboss -4.0.3SP1/server/default/conf/login-config.xml org.jboss.security.auth.login.ParseException: E

[JBoss-user] [JBoss jBPM] - Re: import authentication

2006-03-01 Thread kukeltje
Then you will see two factories and two services in the code completion. One of the factories is configured in the jbpm.cfg.xml (surprisingly the 'default' ;-)) Both extend the org.jbpm.security.AuthenticationService so implement one of your own. The 3.1 doc contains a small error in http://d

[JBoss-user] [EJB/JBoss] - No ClassLoaders found for Tomcat5

2006-03-01 Thread tyu
I am using JBoss 4.0.3SP1 on Linux. At startup, I got: 15:57:19,032 ERROR [MainDeployer] Could not create deployment: file:/opt/c1/tiam at/deploy/servers/jboss-4.0.3SP1/server/default/deploy/jbossweb-tomcat50.sar/ org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.w eb.t

[JBoss-user] [Installation, Configuration & Deployment] - Restart after crash (will there be a crash?)

2006-03-01 Thread flarosa
I configured JBoss to start up when my system boots by editing the /etc/init.d/boot.local file. I'm not sure if this is the best solution, but it seems to be working so far. Since this is a critical production server, I want to ensure that JBoss stays up. Is it likely that the server process wi

[JBoss-user] [JBoss jBPM] - Re: import authentication

2006-03-01 Thread boerse
Hi Ronald I'm using version 3.1. In the javadoc, i read: Package org.jbpm.security.authentication http://docs.jboss.com/jbpm/v3/javadoc/org/jbpm/security/authentication/package-summary.html and there there is no JbpmDefaultAuthenticator: anonymous wrote : Class Summary | DefaultAuthenticatio

[JBoss-user] [JBoss jBPM] - Re: import authentication

2006-03-01 Thread boerse
ah, and I forgot to say I use Eclipse. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927316#3927316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927316 --- This S

[JBoss-user] [JBoss Seam] - Re: Message bundle issues

2006-03-01 Thread [EMAIL PROTECTED]
Is there something we need to do here to make this easier to use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927314#3927314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927314 ---

[JBoss-user] [JBoss Seam] - Re: What is alter.config?

2006-03-01 Thread [EMAIL PROTECTED]
Its in CVS. Thank you Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927312#3927312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927312 --- This SF.Net ema

[JBoss-user] [JBoss Seam] - Re: What is alter.config?

2006-03-01 Thread [EMAIL PROTECTED]
Did that leak into the release? ugh. It is just for demo.jboss.com. It is not meant to be in the release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927311#3927311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-01 Thread [EMAIL PROTECTED]
Should be all in here: http://download.jboss.org/jbosside/builds/nightly/buildResults.html if it doesn't work, get back to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927308#3927308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [EJB 3.0] - Error storing objects with ejb3 entity

2006-03-01 Thread pulsycouac
Hello, I have trouble when trying to store objects with ejb3 entities. I follow the trailer (http://trailblazer.demo.jboss.com/EJB3Trail/) which is a very good support. However when I deploy my ear I have the following errors: FATAL [PersistenceXmlLoader] ejb3essaiPerst JTA and when I use th

[JBoss-user] [JBoss Seam] - Re: inherited annotations

2006-03-01 Thread coryvirok
Sounds like a good addition. Thanks, - Cory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927309#3927309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927309 ---

[JBoss-user] [JBoss Seam] - Re: @In via VariableResolver?

2006-03-01 Thread [EMAIL PROTECTED]
Hum, interesting. Please add this to JIRA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927306#3927306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927306 --- Th

[JBoss-user] [JBoss Seam] - What is alter.config?

2006-03-01 Thread [EMAIL PROTECTED]
What is alter.config in the Seam booking example used for? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927307#3927307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927307 --

[JBoss-user] [JBoss Seam] - Re: inherited annotations

2006-03-01 Thread [EMAIL PROTECTED]
Yes, a bad limitation in Seam is that Component does not scan superclasses for annotations. I will add this to JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927304#3927304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBoss Seam] - Re: validation problems

2006-03-01 Thread [EMAIL PROTECTED]
Emmanuel is now king of validations ;-) I must say I don't love the proposed solution (kinda complex). Is there a better way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927303#3927303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss Seam] - Re: inherited annotations

2006-03-01 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-142 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927305#3927305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927305 ---

[JBoss-user] [JBoss Seam] - Re: Pageflow problems

2006-03-01 Thread [EMAIL PROTECTED]
Did you solve this? It might be a bug. If you did not solve it, please submit a runnable EAR to JIRA, so I can reproduce this. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927302#3927302 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss Seam] - Re: JBoss Seam for (pre)production

2006-03-01 Thread [EMAIL PROTECTED]
Beta 2 is intended to be a stable platform for dev. The only reason we have not gone 1.0 yet is that we do not have portal integration done yet. 1.0 goes final as soon as we have portal integration done (Roy is working on it now). This will probably happen in late Q2, but definitely by early Q3.

[JBoss-user] [JBoss Seam] - Re: Message bundle issues

2006-03-01 Thread epbernard
Do you have a warn message somewhere telling you Serializing a ClassValidator with a not serializable ResourceBundle: ResourceBundle ignored from the ClassValidator category? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927300#3927300 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to get the path of the tomcat root from java?

2006-03-01 Thread pokemoen
anonymous wrote : Hello | | i have installed jboss on many client machines with much success, but now i have encountered a strange problem with a particular customers machine. Please start your own topic intead of posting in mine :( Please remove your messages.. Thanks. Alex View the orig

[JBoss-user] [JBoss jBPM] - Re: import authentication

2006-03-01 Thread kukeltje
You know, the code is your friend, as are the docs. First of all I assume you are using jBPM 3.0x In the extract from the docs you posted I read: org.jbpm.security.authenticator.JbpmDefaultAutenticator In your code you say org.jbpm.security.authentication.JbpmDefaultAutenticator I see the di

[JBoss-user] [JBoss Seam] - Re: Seam

2006-03-01 Thread [EMAIL PROTECTED]
yes, this should work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927296#3927296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927296 --- This SF.Net email is s

[JBoss-user] [JBoss Seam] - Re: java.lang.RuntimeException: java.util.zip.ZipException

2006-03-01 Thread [EMAIL PROTECTED]
um, i have never seen this... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927297#3927297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927297 --- This SF.Net ema

[JBoss-user] [JBoss Seam] - Re: Child object validation

2006-03-01 Thread [EMAIL PROTECTED]
please add it to JIRA, thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927293#3927293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927293 --- This SF.Net ema

[JBoss-user] [JBoss Seam] - Re: conversationList

2006-03-01 Thread [EMAIL PROTECTED]
You need to create a pages.xml file. This is covered in the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927295#3927295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927295 ---

[JBoss-user] [JBoss Seam] - Re: IFrame and Seam Conversation

2006-03-01 Thread [EMAIL PROTECTED]
Does this section help: http://docs.jboss.com/seam/reference/en/html/conversations.html#d0e2284 that shows how to propagate conversation across a GET request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927291#3927291 Reply to the post : http://www.jboss

[JBoss-user] [JBoss Seam] - Re: Seam Remoting Framework

2006-03-01 Thread [EMAIL PROTECTED]
Thanks for this stuff, Shane! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927294#3927294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927294 --- This SF.Net ema

[JBoss-user] [JBoss Seam] - Re: Problem using ADF menu model

2006-03-01 Thread [EMAIL PROTECTED]
Looks like a classpath problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927290#3927290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927290 --- This SF.Net em

[JBoss-user] [JBoss Seam] - Re: Proposal for new functionality on ValidationInterceptor

2006-03-01 Thread [EMAIL PROTECTED]
Add to JIRA. I never understood what JSF severities were actually used for... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927292#3927292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927292 --

[JBoss-user] [JBoss Seam] - Re: Don't Intercept All Methods

2006-03-01 Thread [EMAIL PROTECTED]
Method-level interceptors are a planned future enhancement, but I'm not sure that this will really solve the problem. This is definitely a (minor) drawback of EJB3 interceptors which must be around-style interceptors. Bill Burke designed the EJB3 interceptors stuff, so I had better not sound to

[JBoss-user] [JBoss Seam] - Re: Composite Ids

2006-03-01 Thread [EMAIL PROTECTED]
You probably need to add a JSF converter to the generated JSP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927289#3927289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927289 --

[JBoss-user] [JBoss Seam] - Re: Injection Conversion

2006-03-01 Thread [EMAIL PROTECTED]
Yes, this is probably a reasonable request. Please add it to JIRA. Btw, you can also use: @RequestParameter private String id; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927287#3927287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss Seam] - Re: @Factory ([EMAIL PROTECTED]) method called repeatedly on every req

2006-03-01 Thread [EMAIL PROTECTED]
Is the second request a GET request or a JSF postback? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927286#3927286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927286 --

[JBoss-user] [JBoss Seam] - Re: JSF 1.2 / Seam

2006-03-01 Thread [EMAIL PROTECTED]
Jacob talked to me about this problem, apparently it is due to some change in JSF 1.2. I'm not sure if there is a JIRA issue for this, but it is something we need to resolve, so please add one if it is not already there. Thanks, Gavin View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Seam] - Re: Tree structure workspaces?

2006-03-01 Thread [EMAIL PROTECTED]
No, this is not really what the workspaces stuff is for. However, it sounds like Seam's jBPM integration might help you... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927284#3927284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss Seam] - Re: @Role problem

2006-03-01 Thread [EMAIL PROTECTED]
What does the startup log say? Does it actually log the component at startup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927283#3927283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927283 ---

[JBoss-user] [JBoss Seam] - Re: When are interceptors applied?

2006-03-01 Thread [EMAIL PROTECTED]
Depends upon the @Intercept setting. By default, they are not triggered during RESTORE_VIEW. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927282#3927282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927282 ---

[JBoss-user] [Installation, Configuration & Deployment] - deploying webservice adminguide: chapter 12

2006-03-01 Thread forJbpm
Hi All! I am new bie to webservice on jboss. I was trying to follow example given in chaprer 12. I could create webservice.xml, mapping.xml etc. However I do not understand deployment part of it. Page 418 says :anonymous wrote : | To deploy and test hello webservice, run the following from ex

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-01 Thread [EMAIL PROTECTED]
Thanks for that Louis. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927281#3927281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927281 --- This SF.Net email is s

[JBoss-user] [JBoss Seam] - Re: Can I use multiple faces-config.xml?

2006-03-01 Thread [EMAIL PROTECTED]
Errr, I'm not sure, I have never tried to use this feature. Seam does not try to read faces-config.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927280#3927280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392728

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Filter on Static Content

2006-03-01 Thread scmlee
I've fixed my problem. The url-pattern and dispatch I had set for the filter was the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927278#3927278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927278 ---

[JBoss-user] [JBoss Seam] - Re: Steps to use SEAM in RCP (Eclipse Based) Application

2006-03-01 Thread [EMAIL PROTECTED]
Yes, this is something that we will get up to looking at late this year, unless someone steps up to contribute something here... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927277#3927277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss Seam] - Re: Need help understanding contexts

2006-03-01 Thread [EMAIL PROTECTED]
The idea is that instead of putting functionality on some stateless Action object (or SLSB), and manually pushing stateful JavaBeans in and out of constructs like HttpSession, HttpRequest, ServletContext, that are an explicit API representing a context, you instead bundle the state and logic tog

[JBoss-user] [JBoss Seam] - Re: Do you have to use entity beans as backing beans.

2006-03-01 Thread [EMAIL PROTECTED]
No, you do not have to use the entity as the backing bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927275#3927275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927275 --

[JBoss-user] [JBoss Seam] - Re: Seam Interceptor Questions

2006-03-01 Thread [EMAIL PROTECTED]
1, Correct. 2, You can have an interceptor upon anything that is not an entity :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927274#3927274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927274 ---

[JBoss-user] [EJB/JBoss] - PrimaryKey class Error occured on JBOSS

2006-03-01 Thread baba79au
Hi, Environment: Application Server : JBoss 4.0.2 | EJB Version : 2.0 CMP I'm getting this error when i try to access my ejb. The following is the error: javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: com.totaltel.prepaid.admincharge.Ad

[JBoss-user] [Installation, Configuration & Deployment] - Re: how to deploy process archive in jboss jbpm 3.0

2006-03-01 Thread forJbpm
Hi! I guess this a wrong forum! Answer for this can be found at jbpm forum. If you are using eclipse just right click on your .par proecss and select deploy process archieve. (Remember your server should be running before that) View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Management, JMX/JBoss] - Need help with ServiceMBean

2006-03-01 Thread unsavory
I have a ServiceMBean class that I am trying to get working in the JMX console. I am using this method to try and be able to invoke some business logic from the console and return a result. /** | * @jmx.managed-operation | * | * @param customerName | * @param locatio

[JBoss-user] [EJB 3.0] - Re: IllegalStateException in BaseSessionContext.getCallerPri

2006-03-01 Thread [EMAIL PROTECTED]
unfortunately, J2EE only defines the authentication mechanism for the web tier. It does not define it for EJB invocations so you will have no portable solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927268#3927268 Reply to the post : http://www.jb

[JBoss-user] [JBoss Portal] - how to plugin custom user preferenes implementation

2006-03-01 Thread sandeeppujar
Hello, use case: I have portlet preferences for a group of users and not specific per user. Say group 1 has one set of preferences and group2 has different set for the same portlet. Is there a way I can achieve that ? If I write my own custom preferences implementation is there a way I can plug

[JBoss-user] [JBoss Portal] - Re: management portlet and *-object.xml

2006-03-01 Thread weipingy
ok, I just found out that you can not create sub pages w/ mgmt portlet. so you have to depend on *.object.xml for that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927267#3927267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [EJB 3.0] - Need help with JBoss-4.0.4RC1, EJB3-RC5 and jBPM 3.1

2006-03-01 Thread J.Hedin
We need help with getting jBPM 3.1 to start on JBoss-4.0.4RC1 with EJB3-RC5 added as described in the installation docs. The jBPM code will be run mostly from within EJBs, and hence, CMT is what we want to use. The startup is done in a UserTransaction. We can't get the schema updates to work, an

[JBoss-user] [JBossWS] - Re: Class Cast Exception

2006-03-01 Thread hbraun
How do you deploy (package) that service? The failure looks similar to http://jira.jboss.org/jira/browse/JBWS-669 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927263#3927263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMP JDBC2 PM ignores read-ahead strategy = none

2006-03-01 Thread [EMAIL PROTECTED]
Why does the CMP JDBC2 ignore my declared-sql's read-ahead strategy of 'none' ? JBoss 4.0.2 JDK 1.4.2 Windows Oracle DB EJB2.1 I am having a problem with migrating to the cmp2.x jdbc2.x pm configuration for my read-only entity beans with cache invalidation. Let me begin with my original setup

[JBoss-user] [EJB/JBoss] - Re: EJBTimerService is not registered

2006-03-01 Thread [EMAIL PROTECTED]
Yes, .zip and tar.gz are equivalent View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927261#3927261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927261 --- This SF.N

[JBoss-user] [EJB 3.0] - Re: IllegalStateException in BaseSessionContext.getCallerPri

2006-03-01 Thread bdecoste
The spec specifies that getCallerPrincipal never returns null - thus the Exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927259#3927259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927259 -

  1   2   3   >