[jboss-user] [JBoss jBPM] - Re: invoke called, but our invoker is disconnected

2007-01-03 Thread [EMAIL PROTECTED]
Bertrand, Unfortunately the log you posted shows neither the original SOAP message returned by the axis-based service nor the message returned by your router service. Can you please post them? -Alejandro View the original post :

[jboss-user] [JBoss jBPM] - Re: Request didn't include a SOAP Message

2007-01-03 Thread [EMAIL PROTECTED]
Hi Bertrand, Does the monitoring component at http://localhost.8081/creditprocess/schufa have a WSDL document? You should include the location of that WSDL document in your service catalog in bpel-application.xml. The soap:address element in the WSDL document should, in turn, specify the

[jboss-user] [Beginners Corner] - Re: JBoss enterprise architecture stack

2007-01-03 Thread sandeepjha18
Thanks.. this may help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997457#3997457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997457 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - common webapplication and class sharing

2007-01-03 Thread siddharthags
Hi is it possible to designate a web application as common to all web applications running on the jboss server possibly using tomcat that shares classes with any other hot deployed war/web application? looked at the ROOT.war but hooking into it is causing some failures etc.. so want to see if I

[jboss-user] [JBoss Seam] - IceFaces experience...

2007-01-03 Thread sherkan777
Hi all! Can U tell about experience using IceFaces? I use it since 1 month and sometimes i get exception user session expired, there's no error on console and hereI misses to debug page:P Can anyone tell in witch cases thos error is thrown and how to prevent? Regards! View the original post :

[jboss-user] [JBoss Seam] - TransactionRequiredException

2007-01-03 Thread lightbulb432
I have a stateless session bean method bound to a user's form submission. That user then proceeds to submit another form that is bound to a stateful session bean method (extended persistence context). Both methods have the default REQUIRED transaction attribute. Why might I be getting a

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

2007-01-03 Thread mzeijen
You are completely right that Maven2 isn't perfect and it (or its concept) has its flaws. But I haven't discovered yet that the maven plugins are Buggy. anonymous wrote : | This thread is a good example: Everybody is traing to give a complete list of all dependencies. But I think this is not

[jboss-user] [Installation, Configuration Deployment] - JBoss Portal and federation service

2007-01-03 Thread lcappai
Hi all, I am trying to test the JBoss Federation service seam demo application following the instructions at http://labs.jboss.com/portal/index.html?ctrl:cmd=renderctrl:window=default.wiki.WikiPortletWindowpage=JBossFederatedSSOV1.0.0.BetaCheatSheatForTheSeamDemoApplicationslanguage=EN but I

[jboss-user] [JBoss jBPM] - Re: Exception on scheduler launch

2007-01-03 Thread Vlad Tepesch
Up please. I don't find anything about this in the documentation. Nobody have seen this problem before? My request is badly formed? My English is difficult to understand? As I say, even a way of reflexion should be enought to find why the scheduler act like this. View the original post :

[jboss-user] [JBoss Seam] - Seam Gen problem with ejb-jar.xml

2007-01-03 Thread james_027
Hi, I am new with Seam. Iam trying to create a new project with seam gen. After doing the seam setup, seam new-project, and seam explode. I cannot open the web page. This is one of the error I found during the startup of JBOSS AS ejb-jar.xml must either obey the right xml schema or define a

[jboss-user] [EJB 3.0] - ManyToOne gives EntityNotFoundException

2007-01-03 Thread ingo77
My problem is that I get a EntityNotFoundException when I load a entity if the one side of a Many-to-one unidirectional doesn't exists in the database. Can someone please explain why. Obviosly I don't have a FK in the database and in this case it's not an option to add one. I would prefer to

[jboss-user] [Beginners Corner] - Re: How to get the JBoss Start time

2007-01-03 Thread danielgalan
Thanks Peter, | ObjectName mbeanId = new ObjectName(jboss.system:type=Server); | MBeanServer server = MBeanServerLocator.locateJBoss(); | Date startDate = (Date)server.getAttribute(new ObjectName(jboss.system:type=Server), StartDate); | Date jbossStartupTime = new

[jboss-user] [JBoss Messaging] - Re: [JBoss Messaging 1.2.0 Beta1] Failover Problem and Quest

2007-01-03 Thread hendra_netm
I see. Thank you very much for your explanation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997473#3997473 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997473 ___ jboss-user

[jboss-user] [EJB 3.0] - Using the embedded ejb3 with Maven, Cobertura and TestNG

2007-01-03 Thread davidmate
Hi all, I'm trying to use the embedded ejb3 to test my EJBs. Unfortunately, when running the tests from maven, the cubertura instrumented files are not used, so I have reports indicating coverage of 0%. Has someone been able to use all four together? David View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBoss Shutdown and long-running MDB

2007-01-03 Thread oglueck
In the loop you should check for Thread.interrupted() anyway. Plus you can register for a JMX notification about the shutdown. See http://docs.jboss.com/jbossas/javadoc/4.0.4/system/org/jboss/system/server/Server.html View the original post :

[jboss-user] [Microcontainer] - Standalone microcontainer

2007-01-03 Thread feh
Hi guys I have a problem with understanding the microcontainer. First I have to tell that I'm new in the business of beans etc. Now, can someone give me an easy explanation what I all have to do to create a standalone jms topic and lookup with his JNDI name?! I already searched through the

[jboss-user] [Installation, Configuration Deployment] - Getting Exception While deploying EAR in jboss-4.0.5.GA

2007-01-03 Thread amitvyas
Hi, I am getting below exception while deploying ear in jboss-4.0.5.GA.Same ear is workign for me in jboss-3.2.0_tomcat-4.1.24.In ear-deployer.xml what changes I have to make. -- : Exception: -- E:\Program Files\jboss-4.0.5.GA\binrun -c cabpa

[jboss-user] [Microcontainer] - Re: Standalone microcontainer

2007-01-03 Thread alesj
Look at the way EJB3 uses Microcontainer as a standalone EJB container - there you will already find how they use JMS (since they need it for MDBs) and a few more user-guide files. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997478#3997478 Reply to the

[jboss-user] [Microcontainer] - Re: Standalone microcontainer

2007-01-03 Thread feh
Thanks, I will take a look at this and hope I will find what I need. feh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997479#3997479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997479

[jboss-user] [JBossWS] - jbossws.bat doesn't find org/jboss/ws/tools/WSTools

2007-01-03 Thread Sanver
hi I've just installed JbossWS 1.0.4 over a Jboss Server 4.0.4, but it seems that the batch file can't find the main class to start running. I've installed jbossws as it says on the installation notes, but it doesn't seem to work correctly... When i'm trying to execute jbossws.bat, it

[jboss-user] [JBoss Portal] - PhaseListener getting called multiple times

2007-01-03 Thread h.cahyadi
Currently I have jboss-seam 1.1.0 GA jboss portal 2.4 and AS jboss_4.0.5GA I have two portlet windows that perform and IPC, when I saw the log it seems that some method called multiple times, can some one explains this? Is this because of PhaseListener getting called multiple times ? thanks

[jboss-user] [JBoss Seam] - simple question on update

2007-01-03 Thread jdijkmeijer
Hi, I've a very simple use case I'm trying to implement but I cant get it to work. Its too simple for words: I have a list with a few entities (subjects in my case) and clicking on one of them should bring me to the nextpage where I can make some modifications, and than return to my list to

[jboss-user] [JBoss Seam] - How to debug seam-gen generated project in Eclipse (JBoss-ID

2007-01-03 Thread flozanolopez
I've just downloaded Jboss IDE 2.0 beta2 and I have JBoss 4.0.5 installed. I can deploy with seam-gen my app and works correctly in JBoss. Now I'm trying to debug the project in Jboss IDE but I can't. I've added the JBoss 4.0 runtime in Window - Preferences - Servers - Installed runtimes, but

[jboss-user] [JBoss Seam] - Re: Seam Gen problem with ejb-jar.xml

2007-01-03 Thread jdijkmeijer
maybe you can show youerproject/exploded-archives/yourproject.jar/META-INF/ejb-jar.xml Or you can check for some ^M characters, gave me some errors in navigation.xml goodluck. jeroen. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997487#3997487 Reply to the

[jboss-user] [JBoss Portal] - Retrieve page properties

2007-01-03 Thread luuzz
I am using JbossPortal 2.2. I want to access page properties defined in my -object.xml file in my doView function. To do so, i use PortalNode from the request object and i sucessfully retrieve the pages names. But i can't read properties because the getDefinedProperty method is only defined for

[jboss-user] [Performance Tuning] - CMP cache performance gain ?

2007-01-03 Thread chrismm
Has anybody tried the caching of CMPs by the AS ? We examined our application and discovered it was hitting the database thousands of times for each request, this was due to the application developers use of findByBusinessKey methods, we converted the code to use the findbyPrimaryKey method so

[jboss-user] [JBoss Portal] - Re: WSRP

2007-01-03 Thread sridhark79
Hi, The NetUnity Portal is working. The vignette and Oracle are not working though. Once we login to the default page we are able to see the remote portlets. But when we edit the information say RSS News Feed .We are getting the following error | 16:32:39,716 WARN [ActionHandler]

[jboss-user] [EJB 3.0] - Re: ManyToOne gives EntityNotFoundException

2007-01-03 Thread alexg79
If you look at the data for class B, does it have rows where the A reference is non-null and refers to a nonexistent A entity? That would explain the error you're getting. Why are you specifying the join columns by hand anyway? View the original post :

[jboss-user] [JBoss jBPM] - Split out main process into a user-defined number of sub-pro

2007-01-03 Thread bazoo
Hi there, I have a business process where the main process needs to split out into a number of exactly alike subprocesses, and then join back up again into the main process once each of those subprocesses have finished running their course. The problem is that the number of sub-processes that

[jboss-user] [JBoss Seam] - Re: Seam + Tobago

2007-01-03 Thread ayz
Tobago 1.0.8 + Joss 4.0.4 + Seam 1.0.1 kind of work. Only server state saving can be used. How critical is this from Seam's perspective ? What is not good is that Tobago does not work with Ajax4Jsf - simply enabling Ajax4Jsf filter crashes all Tobago pages. Apparently, this is because they both

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2007-01-03 Thread fuligj
So, i have found the jar file, what the web console uses. I would like to manage users and processes through the web-console, so I have begun to develop the admin face, but I have read, that the web console will be improved by the Jboss Team too. Have anybody info thereof, when comes the new

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2007-01-03 Thread fuligj
So, i have found the jar file, what the web console uses. I would like to manage users and processes through the web-console, so I have begun to develop the admin face, but I have read, that the web console will be improved by the Jboss Team too. Have anybody info thereof, when comes the new

[jboss-user] [JBoss Messaging] - Re: Scheduled Delivery like JBossMQ

2007-01-03 Thread timfox
This will be supported in 1.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997499#3997499 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997499 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Why findByPrimaryKey issues ?SELECT pkey from TABLE whe

2007-01-03 Thread chrismm
Are you sure you are actually retrieving something from the database. ie is there some data that matches your primary key? Also, are you accessing the retrieved data ? the AS only puts data into the cache when it is accessed ( not when you do the findByPrimaryKey ). View the original post :

[jboss-user] [JBossWS] - Re: J2ME/JBossws 1.0.3 / chunking disabled but still error

2007-01-03 Thread MmarcoM
Nope No luck Nokia's carbide.j stub creation is screwed up big time.. at least for my WS which is not a simple HelloWorld webservice.. i think i'll go for some J2ME SOAP packages or back to kXML/kSOAP... if anyone has any suggestion, they are all welcome.. thanks and regards marco View the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: EJB2 findByPrimaryKey caches sometimes but not others.

2007-01-03 Thread chrismm
This was due to the fact that the AS only caches data when its accessed, not when findByPrimaryKey is called. One of the tests printed out the returned entity (and hence it was cached) and the other didnt (and hence it wasnt cached). View the original post :

[jboss-user] [JBoss Seam] - Re: HelloWorld-Ajax with Facelets

2007-01-03 Thread petemuir
I would suggest asking about blueprints/facelets on the facelets mailing list. http://facelets.dev.java.net View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997505#3997505 Reply to the post :

[jboss-user] [JBoss AOP] - Re: execution pointcut....class context?

2007-01-03 Thread robotics80
Ok Kabir, I have downloaded the new example classes fixed from cvs and I see that the TestCase you done, works well. But if you change the code of jboss-aop.xml file from: interceptor class=org.jboss.test.aop.regression.jbaop336callnpe.LogInterceptor/ |bind

[jboss-user] [JBoss jBPM] - Re: Simple process not ending.

2007-01-03 Thread srsuarez
Thanks for your reply, now I use 'ExecutionContext.leaveNode' at the end of the action, but i have the following error: java.lang.NullPointerException at org.jbpm.graph.exe.ExecutionContext.leaveNode(ExecutionContext.java:128) at

[jboss-user] [JBoss Seam] - Re: best practice question: SMPC, @OneToOne and h:selectOne

2007-01-03 Thread petemuir
Try something like: | h:selectOneMenu id=user.department value=#{employee.department} converter=department.converter |f:selectItems value=#{departmentList}/ | /h:selectOneMenu | where departmentList now references a list of department objects and department.converter is a custom

[jboss-user] [JBoss Seam] - Re: Time Input Field

2007-01-03 Thread petemuir
dojo has a time input widget which you could make into a JSF component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997523#3997523 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997523

[jboss-user] [JBoss Seam] - Re: Usage of selectitems breaks application flow (weird!)

2007-01-03 Thread petemuir
I can say I have had no problems related to si:selectitems or f:selectitems and pageflows. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997524#3997524 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997524

[jboss-user] [Management, JMX/JBoss] - Re: ServiceMBean Start Sequence

2007-01-03 Thread duskodugousko
the easiest way is always the best way... Thx it works well View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997525#3997525 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997525 ___

[jboss-user] [EJB 3.0] - Re: ManyToOne gives EntityNotFoundException

2007-01-03 Thread ingo77
Thanks for your answer. I need to specify the columnnames because the databaseschema already exists and it's not an option to change this. If I understand you correct, YES. | Table A | a_pk1 a_pk2 col3 | --- | 1 1

[jboss-user] [JBoss Seam] - Re: log4j configuration with JBoss AS Seam

2007-01-03 Thread m_hess
Does this mean, that there is no way of providing a log4j.xml together with the application? Maybe it´s just me, but I don´t like the idea of having a centralized logging configuration. I would like a more modular approach where I can provide the configuration on a per-Application basis. Is

[jboss-user] [JBoss Seam] - Re: simple question on update

2007-01-03 Thread jdijkmeijer
ahh I forgot to include the scopetype in my entity, put it to session. Now it all works! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997530#3997530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997530

[jboss-user] [JBoss Seam] - Re: Usage of selectitems breaks application flow (weird!)

2007-01-03 Thread evdelst
Depending on the entityconverter. You might need a proper equals hashcode in your pojo (have had strange things happen if those are not implemented correctly) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997532#3997532 Reply to the post :

[jboss-user] [EJB 3.0] - Re: ManyToOne gives EntityNotFoundException

2007-01-03 Thread alexg79
I'd say you have a serious problem there. If you use @ManyToOne, the referenced entity must exist. The only other option is to specify that field as a long and retrieve the referenced entity by means of a separate query. Be warned though, getSingleResult() from a Query throws an exception

[jboss-user] [JBoss Seam] - Re: How to debug seam-gen generated project in Eclipse (JBos

2007-01-03 Thread petemuir
The way I do it in Eclipse is to add in a jboss server, and then alter the startup to enable debugging (see for example run.conf in the bin directory), and then just attach the debugger. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997534#3997534 Reply to

[jboss-user] [Beginners Corner] - Communication between 2 jboss AS

2007-01-03 Thread bustanil
Hi all, I'm a beginner with Jboss and ejb3. My current project uses 2 jboss, the first one is used for daily transactions and the second one is used for batch processing. I want the servers to communicate with each other. Can anyone give me tips or web links as a starting point. I found

[jboss-user] [JBoss Seam] - Re: Seam portlet window state issue (JIRA issue: JBSEAM-245)

2007-01-03 Thread zeroconf
Is there no one having the same issue or even reproduce the error with the sample? It is quite important to me if and how this issue can be fixed (if it still is a bug and not due to my misconfiguration) I first would like to get some feedback because I don't want to re-open the JIRA issue

[jboss-user] [JBossWS] - Re: Problem using .NET Compact Framework Client

2007-01-03 Thread Duffcase
AFAIK this has been an issue for a long time, and the folks over at ms say it is a design fault, and mark all the bug reports as false. I posted a bug on connect for this over 6 months ago, but there hasn't been any progress at all. View the original post :

[jboss-user] [JBoss Seam] - Re: log4j configuration with JBoss AS Seam

2007-01-03 Thread [EMAIL PROTECTED]
I honestly have no idea. I love the centralized logging and can't imagine why someone would want to lock their runtime logging configuration inside of their application. Most people I run are going exactly the opposite direction to yours. They have been keeping their logging with their

[jboss-user] [JBossCache] - Re: Cache, missing entries

2007-01-03 Thread baranowb
Hmm we could find solution so far, any ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997549#3997549 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997549 ___ jboss-user

[jboss-user] [JBoss jBPM] - Task form does not appear after starting process instance

2007-01-03 Thread stelecta
I am using jBPM 3.2 and after deploying a own process (which works fine in 3.1.2) it is not possible to edit the task form when you start a process instance. Has anybody else had this problem? We tried it with both IDE Versions, 1.6 and 2. Thanks in advance. View the original post :

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

2007-01-03 Thread [EMAIL PROTECTED]
You don't ever have a transaction context that spans multiple requests. Those would be separate transactions. Can you show the code where you get the error? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997551#3997551 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Gen problem with ejb-jar.xml

2007-01-03 Thread [EMAIL PROTECTED]
Did you install the EJB3 profile when you installed JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997556#3997556 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997556 ___

[jboss-user] [EJB/JBoss] - retrieving the entity Name / Class in an interceptor

2007-01-03 Thread drabbit
Hi, when I use invocation.getMethod().getDeclaringClass(), I can get the declaring Class of the method currently called. This already helps me in most cases to determine which class / entity a method is called upon. Unfortunately this fails when calling methods like remove() which is declared

[jboss-user] [EJB/JBoss] - Re: retrieving the entity Name / Class in an interceptor

2007-01-03 Thread drabbit
edit: this is for jboss 4.0.x View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997559#3997559 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997559 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - exception during destroy of stateful bean then @SecurityDoma

2007-01-03 Thread ramazanyich
With seam 1.0 we have an issue dueing destroying of bean. Stateful bean is defined as @Stateful @SerializedConcurrentAccess @Scope(ScopeType.SESSION) @Name(studioAuditTracking) @Interceptors(SeamInterceptor.class) @SecurityDomain(OurDomain) public class StudioAuditTrackingBean implements

[jboss-user] [JBoss Seam] - Re: No concurrent calls on stateful bean!

2007-01-03 Thread [EMAIL PROTECTED]
I think Seam normally serializes requests within a conversation, but if you are accessing a stateful component in the session then you can run into problems like this. You'll need to add @Synchronized to your session bean to get Seam to enforce serialized access to a component across

[jboss-user] [JBoss jBPM] - Re: Simple process not ending.

2007-01-03 Thread hosierdm
You should post the code to your ActionHandler. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997564#3997564 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997564 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: How to debug seam-gen generated project in Eclipse (JBos

2007-01-03 Thread [EMAIL PROTECTED]
Any volunteers to write up a debugging seam applications article? I know I'd be interested in reading it. I've recently tried to use Netbeans and Eclipse for Seam development, but I'm just not an IDE-minded guy. View the original post :

[jboss-user] [JBossCache] - Re: Cache, missing entries

2007-01-03 Thread [EMAIL PROTECTED]
No really good ideas. One odd thing was in your steps 1 and 2: Object val=treeCache.getObject(OURCACHE,key) Should that be Object val = treeCache.get(nodename, key) You already confirmed it should be get not getObject. But is the Fqn you are using the same as what you used in the

[jboss-user] [Security JAAS/JBoss] - Re: JBOSS Federated SSO

2007-01-03 Thread [EMAIL PROTECTED]
Sanket- JBoss Federated SSO is currently in a beta release mode. We have done one beta update with fixes/enhancements based on community feedback since its release in November 2006. So far the response has been positive and it looks like its stable enough for us to do a Candidate Release very

[jboss-user] [Messaging, JMS JBossMQ] - JMS provider failure

2007-01-03 Thread frenchyboss
Hi ! Running JBoss 4.0.4 GA with JBoss MQ on Sun JVM 1.4, Win2K3, in a clustered configuration After a variable period of activity (from 2 hours to a week), I get exception from the MDB Container: WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected for xxxMDB

[jboss-user] [JBossCache] - Re: Cache, missing entries

2007-01-03 Thread baranowb
By our cache I meant fqn of node. yes I have tried RR, no improvement. I have created tck test which replicates problem, I can propably create standalone app which replicates it. Tck test can be downloaded from here: https://mobicents.dev.java.net/issues/show_bug.cgi?id=139 View the original

[jboss-user] [Security JAAS/JBoss] - Re: JBOSS Federated SSO

2007-01-03 Thread [EMAIL PROTECTED]
Also, Here is our JIRA project to track its progress and roadmap. http://jira.jboss.com/jira/secure/BrowseProject.jspa View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997575#3997575 Reply to the post :

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

2007-01-03 Thread lightbulb432
Below is the first class where somebody simply logs in with the login() method. @Stateless | @Name(login) | public class LoginBean implements Login { | | @PersistenceContext(type=TRANSACTION) | private EntityManager em; | | @Out(required=false) | private Member

[jboss-user] [JBoss Messaging] - Re: Can't start jboss messaging a 2nd time

2007-01-03 Thread guinsu
I am using mysql and I am using the mysql-persistence-service.xml file from the 1.2/examples/config directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997576#3997576 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Defining new CMS portlet instance

2007-01-03 Thread domyalex
I'm facing the exact same problem! I'm trying to create a new page with a reference to the Rss portlet, but with a different xml feed address. I can do it perfectly from the admin page, but I'd like to be able to specify it from the xml descriptor. How can this be done? Regards Alejandro

[jboss-user] [JBossCache] - Re: Cache, missing entries

2007-01-03 Thread [EMAIL PROTECTED]
If you can create a junit test case that recreates it, that would be best. If you can, please open a JIRA and attach it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997578#3997578 Reply to the post :

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

2007-01-03 Thread lightbulb432
I'm not sure if this might have anything to do with it, but in my log I see a lot of not founds: 08:13:49,781 DEBUG [Component] seam component not found: org.jboss | 08:13:49,781 DEBUG [Component] seam component not found: org.jboss.seam | 08:13:49,781 DEBUG [Component] seam component not

[jboss-user] [JBossCache] - Re: removeObject do not fully remove when working with FileC

2007-01-03 Thread emailmsgbox
I lost you there. I did the same test on 1.4.0.SP1 and 1.4.1.CR1 I have a MBean with tree methods one creates on the cache the object TestData.The second removes the object. and getObject The scenario is simple , I create and when remove (no restart this time) With 1.4.0.SP1 there is no

[jboss-user] [EJB 3.0] - Re: RC9 Patch 1 released

2007-01-03 Thread alexg79
It seems that this only works properly with the all configuration. The install script installs the ejb3-clustered-sfsbcache-service and entity-cache-service services regardless of the configuration chosen. Removing those from the deploy directory solved the problem (I used the default

[jboss-user] [EJB 3.0] - Re: ManyToOne gives EntityNotFoundException

2007-01-03 Thread ingo77
I hate the answer but anyway Thanks a lot. I was afraid of this but still a bit surprised. Has everyone else access to perfectly designed databases, I haven't? I'm not sure what to do, either your solution (which will work) or try to change the dbSchema, this is not the only example for issues

[jboss-user] [JBoss Seam] - Jboss messaging supported?

2007-01-03 Thread liudan2005
I'm using JBoss messaging at moment. I can send a message from a standalone client. When I try to send a message from my ejb, I keep getting NullPointerException. Here is how I defined the component | component name=paymentQueueSender class=org.jboss.seam.jms.ManagedQueueSender |

[jboss-user] [EJB 3.0] - Re: ManyToOne gives EntityNotFoundException

2007-01-03 Thread alexg79
I think most of us just use the database as persist storage for their applications, meaning that they get to dictate the db schema. This usually involves schema autogeneration through the EJB 3.0 persistence provider. View the original post :

[jboss-user] [JBoss jBPM] - Re: Exception on scheduler launch

2007-01-03 Thread Vlad Tepesch
I believed this problem comes from the SQL Exception throws first. I don't have any hbm.xml files in my project, but I will search about them on google. It's maybee he key of the problem :) Thanks, and if you know a good site that can speed up my search, I'm OK to use it ;) View the original

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Error compiling EJB-QL statement '' .... org.jboss.ejb.plugi

2007-01-03 Thread polygon
Hi all, Im getting this error from Jboss: org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement ''; - nested throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: FROM not found) I know its to do with having or not having empty ql sections, but i am not sure of the

[jboss-user] [Installation, Configuration Deployment] - Re: how we let JBoss to deploy only new ear instead of all e

2007-01-03 Thread PeterJ
You could deploy your ear as an exploded directory. Then the app server would not have to rebuild tmp directory each time it starts up. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post :

[jboss-user] [EJB 3.0] - Cascade question

2007-01-03 Thread lightbulb432
I know cascades can only be set on OneToMany but not ManyToOne. However, for OneToOne or ManyToMany, can cascades be set on only the owning side, or either side? Does this apply to all cascades or just REMOVE (I was looking at the spec but it seemed to single out REMOVE in this regard).

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2007-01-03 Thread rkrol
I have a similar problem with a data version class mismatch. I work with Hibernate 3.2.1 and JBossCache 1.4.1.CR1 (both downloaded yesterday). Hibernate configuration : - hibernate.cache.provider_class=org.hibernate.cache.OptimisticTreeCacheProvider - objects are cached in transactional mode

[jboss-user] [JBoss jBPM] - Assign-copy problem, very strange!

2007-01-03 Thread pkovgan
I have very strange problem in Assign: The problem is : I failed to copy second element of complex type using XPATH. Copy is possible only if I copy 1-st element, then second. Look at my sequence: sequence | !-- receive the name of a person -- | receive

[jboss-user] [EJB 3.0] - NameNotFound exception in .jsp

2007-01-03 Thread konstantin.ermakov
Hello! I was deploying my app as ejb3 jar. now I migrated to .ear as I would like to use the small on-the-web frontend. All my stateless beans are annotated as | @Stateless(name=application/session/SomeBean) | class .. | as soon as I am trying to execute

[jboss-user] [JBoss Seam] - Change the order of the classes handed to AnnotationConfigur

2007-01-03 Thread dmacbride
Hi, I've taken the Seam 'Booking' example and begun to modify it for my own use. I created some Entity beans, annotated them to describe the properties and relations, and am now trying them out by simply seeing if JBOSS AS will start cleanly (like it does for the Booking example). I've

[jboss-user] [JBoss Seam] - best practice for many2many input?

2007-01-03 Thread jdijkmeijer
Hi implementing my usecases step by step. This one is about a subject wich will act in many roles and one role may be acted by many subjects, these meet in a connect-table(an actor) and I'm wondering what would be the best, most elegant way to make this editable. I'm displaying a single

[jboss-user] [JBoss Seam] - Re: exception during destroy of stateful bean then @Security

2007-01-03 Thread [EMAIL PROTECTED]
I'm not able to reproduce this. Can you give a few more details. Is this only occurring on conversation timeouts? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997606#3997606 Reply to the post :

[jboss-user] [JBoss Seam] - Re: No concurrent calls on stateful bean!

2007-01-03 Thread toni
Thanks for the reply! I looked into the documentation and found the following: Specifies that a stateful component has multiple concurrent clients, and so access to the component must be synchronized. This annotation is not required session scoped components, which are synchronized by default.

[jboss-user] [JBoss Seam] - Mapping entity primary key to Postgresql serial sequence

2007-01-03 Thread trickyvail
While testing an entity bean mapped to a Postgresql database table I recieved some duplicate key violates unique constraint errors. The errors occured during concurrant access to the database by jboss and psql using different database roles. After setting the SequenceGenerator annotation

[jboss-user] [JBoss jBPM] - Re: Exception on scheduler launch

2007-01-03 Thread cpob
jBPM already includes it's own .hbm.xml files. Its probably trying to rollback when it fails getting the timer query, and then bombs in rollback. Search this forum, and the jBPM user guide to make sure your environment is setup properly. View the original post :

[jboss-user] [JBoss jBPM] - TaskInstance.end() hogs CPU time

2007-01-03 Thread Johan.Parent
Hi all, I'm evaluating jBPM(3.1.x) and therefore making simple test programs. To my surprise the profiler showed that the TaskInstance.end() method consumes 90+% of the time. In turn the time this spent in this method breaks down in: - Hibernate.IdentitySession.getUserByName() 46% -

[jboss-user] [JBoss Portal] - Re: WSRP

2007-01-03 Thread [EMAIL PROTECTED]
sridhark79 wrote : | How do one know what registration information need to be passed to a remote portlet. Would it be available in the wsdl file? Please let me know. | There should be some information on the console when that's the case. As far as your other problem goes, I'd need to see

[jboss-user] [Beginners Corner] - Re: ERROR [org.jboss.ejb.plugins.jms.DLQHandler ] Initializa

2007-01-03 Thread ramdatta
Resolved this problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997622#3997622 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997622 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - @Out/@DataModelSelection issues when using s:link but not wi

2007-01-03 Thread cmdrclueless
I've run into strange issues when trying to use s:link verses ice:commandLink for performing an action when the selected item is in a dataTable element. I'm just trying to find out if it's a bug or a horrible misunderstanding on my part. In a nutshell I have a Session bean with three private

[jboss-user] [JBoss jBPM] - I don't want to use starters kit!

2007-01-03 Thread francogdn
Hi there, I'm trying to install jbpm, but i don't want to use the starters kit. I already have jboss installed on my pc. How can i install Core Engine and Identity Component (jbpm-x.x.x.zip) package? I don't see any complete doc page (i need a step by step howto...). Thank you! View the

[jboss-user] [Beginners Corner] - Re: ERROR [org.jboss.ejb.plugins.jms.DLQHandler ] Initializa

2007-01-03 Thread cronydude
How about sharing the solution with the group??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997627#3997627 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997627 ___ jboss-user

[jboss-user] [Messaging, JMS JBossMQ] - IllegalStateException (The connection is closed) after heavy

2007-01-03 Thread harrismic
We are using JBossMQ with JBoss version 4.0.2 and 4.0.4 We have a configuration with a JMS client connected to JMS queues. There are two JMS queues a request queue and response queue. The web app running under JBoss can submit requests for statistical analysis to the request queue. The

[jboss-user] [EJB/JBoss] - Client proxy problem

2007-01-03 Thread tonioc
Strange problem with EJB/Client My business logic EJB/Stateless Session Bean (EJB 3.0) 1 - Users (Authorization/Authentication/Accounting) 2 - Calculator (add, multiply,etc) I'm accessing these EJBs with the BusinessDelegate Pattern. My applications running in a Tomcat in different JVM 1 -

[jboss-user] [JBossWS] - Re: how can I get the soap envelope somewhere in my logs

2007-01-03 Thread joeh
anonymous wrote : The log4j category jbossws.SOAPMessage needs to be set to TRACE This doesn't work for me, or I'm misunderstanding. I've deployed a jsr109 EJB endpoint. I would like jboss to log the SOAP request and response. Are you saying that just enabling this log4j category should cause

  1   2   3   >