[jboss-user] [EJB 3.0] - Re: Joined Subclass Inheritance Strategy Problem

2007-05-07 Thread oskar.carlstedt
Hello!! I'm not sure if this is what you are asking for. Take a look at the following post http://www.jboss.com/index.html?module=bbop=viewtopict=83732. It might handle what you are looking for, but in a persistent way instead of querying. With kind regards Oskar View the original post :

[jboss-user] [EJB 3.0] - Re: find throwing EntityNotFoundException?

2007-05-07 Thread fhh
This is clearly not according to the specs. I think instead of actually finding the entity with the id it tries to refresh it, which will throw the named exception. I would file a bug at Hibernate. Regards Felix View the original post :

[jboss-user] [JBoss Seam] - Re: Exception getting value of property

2007-05-07 Thread fhh
The error message is right there: | Could not create instance of org.jboss.seam.contexts.WebSessionContext - org.jboss.seam.contexts.WebSessionContext | Inject the component - not the context. Regards Felix View the original post :

[jboss-user] [Beginners Corner] - Re: Class not found exception?

2007-05-07 Thread kalyansundar
I too have this problem. Please help me out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043574#4043574 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043574 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: UndeclaredThrowableException from an EJB

2007-05-07 Thread dav_ua
Yes, thanks it's help me :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043576#4043576 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043576 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - what´s the error

2007-05-07 Thread sashaxiv
Jboss tells me: javax.persistence.PersistenceException: org.hibernate.MappingException: Could not determine type for: com.satdatatelecom.satdataweb.model.usuario.ejb.UsuarioEJB, for columns: [org.hibernate.mapping.Column(idUsuario)] this is my code: @Entity @Table(name=usuario) public class

[jboss-user] [EJB 3.0] - Re: what´s the er ror

2007-05-07 Thread oskar.carlstedt
Are you sure you want to use Double as you id type. Normally databases are using integers for ids. Try to use Long ,or Integer if you can gurarantee that you won't exceed the max int value, instead? With kind regards Oskar View the original post :

[jboss-user] [JBoss Seam] - problem with messages in scheduler.

2007-05-07 Thread Stateless Bean
hi, I got in messages properties some text like: | myText = xxx yyy zzz | and my messages | @In | protected MapString, String messages; | in normal case it works when i do somethink like: String someString = messages.ge(myText); someString get xxx yyy zzz, but i got method

[jboss-user] [JBoss Seam] - Re: problem with messages in scheduler.

2007-05-07 Thread Stateless Bean
there shoudl be: messages.ge(myText); get(..), i made mistake in post, but problem still exist in cource code i have get() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043584#4043584 Reply to the post :

[jboss-user] [JBoss Seam] - s:link

2007-05-07 Thread KoniKoni
There are like titel attribute in s:link? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043586#4043586 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043586 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: what´s the er ror

2007-05-07 Thread sashaxiv
thanks Oscar, i tried to use Long and the error persists. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043587#4043587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043587

[jboss-user] [JBoss Seam] - Re: Exception getting value of property

2007-05-07 Thread koriel
Felix, thx for your answer but by injecting the component what do you mean exactly? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043588#4043588 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043588

[jboss-user] [JBoss Seam] - Re: s:link

2007-05-07 Thread petemuir
there should be, does it not work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043589#4043589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043589 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: problem with messages in scheduler.

2007-05-07 Thread petemuir
where is the messages.properties being packaged to in your ear? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043590#4043590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043590

[jboss-user] [JBoss Seam] - Re: Exception getting value of property

2007-05-07 Thread petemuir
Part of the contract of marking an interface serializable is to ensure that all objects referenced from it are serializable. Context isn't, so mark it transient. What version of Seam btw? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043593#4043593 Reply to

[jboss-user] [JBoss Seam] - Re: Exception getting value of property

2007-05-07 Thread petemuir
s/interface/class View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043594#4043594 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043594 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: configuring DbPersistenceServiceFactory is not working?

2007-05-07 Thread camunda
Nobody has a idea to this issue? Otherwise I think I report it as a bug, because it definitly do not work like documented (or am I that stupid?)... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043595#4043595 Reply to the post :

[jboss-user] [Beginners Corner] - JBoss and Time

2007-05-07 Thread Zakaria Khabot
Hi all, I installed Jboss 4 in Linux Redhat. When I start JBoss, the time generated in the log of JBoss is (Sysdate+2H). If my time system is 15h00 the log of JBoss is 17h00. How to change this and align the two times. Thanks. No virus found in this outgoing message. Checked by AVG Free

[jboss-user] [JBoss jBPM] - Re: configuring DbPersistenceServiceFactory is not working?

2007-05-07 Thread mputz
If you are using jBPM 3.2 and want to use CMT you should configure it like outlined in this wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=Jbpm32UsingCMT Regards, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043596#4043596 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: configuring DbPersistenceServiceFactory is not working?

2007-05-07 Thread camunda
Yeah, I now that. But I wanted to get more control (for example setting HibernateTransactionFactory JNDI name) which should be done via configuration, but do not work as described... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043597#4043597 Reply to the

[jboss-user] [JBoss Seam] - Re: Exception getting value of property

2007-05-07 Thread koriel
I'm using Seam 1.1.6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043601#4043601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043601 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:link

2007-05-07 Thread KoniKoni
No, with me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043602#4043602 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043602 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.0 CR2 Release

2007-05-07 Thread [EMAIL PROTECTED]
That's out of the box or with a custom login module ? I tried again your scenario, i can't reproduce it so far. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043603#4043603 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - JBossMQ disconnected in Windows 2003 Server

2007-05-07 Thread scip7050
OS: Windows 2003 Server Impacted JBoss version: 4.0.4GA clustered (with 2 nodes) We have a Session Bean which connected to MQ initially when the bean is instantiated. After a Idle period (about 24 hour), the MQ connection got disconnected. Hence when we try a transaction after 24 hour, it

[jboss-user] [JBoss Seam] - 'Modal' in terms of pageflow

2007-05-07 Thread kooudy
Hello, in Seam's tutorial is anonymous wrote : The stateful/stateless navigation distinction is quite similar to the traditional view of modal/modeless interaction. Now, Seam applications are not usually modal in the simple sense of the word - indeed, avoiding application modal behavior is one

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-4.2.0.CR2 + 1.5.0_07 + Mac OS X 10.4.9, ppc proble

2007-05-07 Thread thorgal
ok, thx ! I've removed address=${jboss.bind.address} in server.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043606#4043606 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043606

[jboss-user] [EJB 3.0] - Re: what´s the er ror

2007-05-07 Thread sashaxiv
i think this is interesting. I fixed my error but it was not in my UsuarioEJb class!! Jboss was misleading me. The error was in other class related to UsuarioEJb i had Column(name=idUsuario, updatable=false, insertable=false) public UsuarioEJB getUsuario(){

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-4.2.0.CR2 + 1.5.0_07 + Mac OS X 10.4.9, ppc proble

2007-05-07 Thread visolvejboss
Hello, Try run the jboss with the following command anonymous wrote : ./run.sh -b ip-address where ip-address can be specified as an ip-address which can be accessible from outside. Other than that, no change is required, even you can revert the change you have done. View the original post :

[jboss-user] [EJB 3.0] - Re: what´s the er ror

2007-05-07 Thread oskar.carlstedt
Good work! Sometimes it is hard for JBoss to find a good error message. When you specify the column annotation, JBoss tries to save/serialize the object into that column, no matter of what type it is. So in this case, JBoss finds the UsuarioEJB and then i tries to save it into the column

[jboss-user] [JBoss Seam] - Re: 'Modal' in terms of pageflow

2007-05-07 Thread [EMAIL PROTECTED]
This is just Gavin going on about something... The main point I think is that traditionally web applications only work in one browser window at a time, because all state is session-shared and several windows would produce conflicting updates. A workaround is to simulate several browser

[jboss-user] [Remoting] - Re: how to start remote jboss server

2007-05-07 Thread jbossjb
Yes Ron, using twiddle tool that provided by jboss we can stop any server (either remote or local for ex: twiddle --server=servername invoke jboss.system:type=Server shutdown) but in case of start, how can we do? JB View the original post :

[jboss-user] [Performance Tuning] - Remote Call is Slow (EJB 3.0)

2007-05-07 Thread grdzeli_kaci
hi all, can anybody tell me why is so slow remote call? it takes 200 millisecond per call ? can i tuning something ? client and server are on different machines, is it possible that, this is reason of network traffic ?? Regards, Paata. View the original post :

[jboss-user] [JBoss Seam] - Re: problem with messages in scheduler.

2007-05-07 Thread Stateless Bean
petemuir wrote : where is the messages.properties being packaged to in your ear? myProject - project name | myProject.ear/myProject.jar/messages_en.properties | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043618#4043618 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Trying to build JBPM ear file locally. jbpm-jpdl-3.2.GA

2007-05-07 Thread mputz
This is most likely due to a different deployment structure (and also an open JIRA task, see JBPM-836). I suppose you have jbpm-enterprise.ear and jbpm-console.war (or your custom jbpm web app) deployed separately, ie not in a nested structure. Deploy the war nested inside the ear and the local

[jboss-user] [JBoss Seam] - Re: IP address from the http request..

2007-05-07 Thread Stateless Bean
[EMAIL PROTECTED] wrote : Can anyone recommend one that would go well with Seam Ajax (IceFaces). I think there is no any book...some guys work on one, but I think Seam grows soo quickly they wil never finish it:P View the original post :

[jboss-user] [Clustering/JBoss] - Request not redirecting to the server in the cluster.. Help

2007-05-07 Thread PriyaP
I have configured loadbalancer as belows and I the request are not redirecting to the correct servers. Please help me on this. We have 2 jboss machines running on 1) 10.239.20.193 Port 8080 2) 10.239.96.181 Port 8080 We have installed Apache with mod_jk in another machine

[jboss-user] [JBoss Seam] - Re: seam generate-entities

2007-05-07 Thread tcavaleiro
Hi again! Since my post I was searching an answer to my problem, and doing my research over the jdbc mysql driver so I can get some answers. I was getting that error and I thought the problem exists because the database (MySQL) was using latin1 charset, then I changed the charset to utf8 and

[jboss-user] [JBoss Seam] - WRONG_DOCUMENT_ERR Exception ???

2007-05-07 Thread waheed.murad
Hi !!! I am using paypal for my online transactions in me seam project. when ever i submit my form and send request to paypal, some times it works fine and most of the time it gives exception given below. MESSAGE=Error: Paypal Exception occured: ; nested exception is: org.w3c.dom.DOMException:

[jboss-user] [JBoss Seam] - Re: WRONG_DOCUMENT_ERR Exception ???

2007-05-07 Thread [EMAIL PROTECTED]
What does this have to do with Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043625#4043625 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043625 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: 'Modal' in terms of pageflow

2007-05-07 Thread kooudy
thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043626#4043626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043626 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: WRONG_DOCUMENT_ERR Exception ???

2007-05-07 Thread waheed.murad
well i personly also thought that it does not have to do any think with seam ? but just want to be confirmed that is this exception have to do any thing with seam request processing life cycle or not. As from exception its seems that may be some jsf component(which i thought it is refering as

[jboss-user] [Security JAAS/JBoss] - Re: SecurityAssociaton.getSubject is null

2007-05-07 Thread AbhayaJha
* ***URGENT*** * Hi , Please help at your earliest. Below are the detailed description for tbe above. We have a two ear deployed in JBoss. One ear contains all EJBs. Second Ear contains war file and internally invokes EJBs. When my system receives (Using MDBs) messages

[jboss-user] [JBoss Seam] - Re: jboss seam 4.2.0.cr2 all seams to fail install examples

2007-05-07 Thread ForteJ
There is no such thing as a CVS load. If you mean check out, well it really takes quite a while. Really: 1) Do read the docs. 2) At least when you are starting: Play by the books. Start by modifying an example. Do not change any descriptors. Do not mix-in alternative frameworks. If you started

[jboss-user] [EJB 3.0] - load testing EJB3 SLSB

2007-05-07 Thread poyge394
Hi! I have a SLSB as an facade in my application, SLSB do some logic and use entity beans to persist. I whant to load test my application, is thair any good tolls for that, or more generall how does pepole load testing ejb3 applications ? View the original post :

[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-05-07 Thread estaub
Sebastien, I'm a relative newbie, so I can only help so much. anonymous wrote : If i want to create a workflow for entity E, do i have to store the id of each instance in the jbpm's context of the process instance in order to do the link between my application and jbpm process ? Yes,

[jboss-user] [JBoss Seam] - Re: IP address from the http request..

2007-05-07 Thread petemuir
Also, if you use facelets (and if not, why not ;) ), most JSF books are not quite right as they talk about JSP. I've seen an oreilly pdf-only book on facelets that was quite decent. Otherwise, Rick Hightowers series of facelets articles on ibm developerworks are superb and I would recommend

[jboss-user] [JBoss Seam] - Re: OneToMany List refresh after insert

2007-05-07 Thread damianharvey
I've recreated this with a simple example using Seam Gen. If you have a PERSON entity and a CITY entity. Then you wish to show a list of CITYs with a column holding a ui:repeat (or similar) displaying all associated PERSONs. The cause of the problem is that this is an all-in-one type page where

[jboss-user] [JBoss Seam] - Re: WRONG_DOCUMENT_ERR Exception ???

2007-05-07 Thread [EMAIL PROTECTED]
It could also be magnetic interference from your credit card. Do you keep your wallet with the credit card next to the computer when this happens? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043637#4043637 Reply to the post :

[jboss-user] [JBossCache] - POJOCACHE not working properly

2007-05-07 Thread sreejithkt
Hi, I am using pojocache for replication. I have 4 machines for running my clustered application in Tomcat (Tomcat v 5.5.20 on FC-5 OS with JDK 1.5). One of it is running as loadbalancer and Apache 2.2 is used for that. Tomcat clustering is also enabled. My problem is that only two of my

[jboss-user] [JBoss Tools (users)] - Re: Eclipse Pageflow Designer for Seam

2007-05-07 Thread nctrax
Any reply ? May be my question wasn't clear ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043641#4043641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043641 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: help needed.. plz respond.

2007-05-07 Thread alexg79
If you REALLY want help, then maybe you should be more specific. Downloaded what application? Got what error? And mind the spelling and grammar. Have you read any one the tutorials? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043642#4043642 Reply to the

[jboss-user] [JBoss Seam] - Re: Seam and OpenLaszlo?

2007-05-07 Thread mcrow12
Have you made any more progess with your helloworld example? I would be interested to see your example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043643#4043643 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043643

[jboss-user] [EJB 3.0] - Server restart required after failed EJB3 deployment?

2007-05-07 Thread alexg79
I have noticed that whenever the deployment of an EJB3 app fails due to any reason, the EJB3 service is unregistered. As a result, subsequent attempts at deploying any EJB3 application fail until the server is restarted. Anyone care to explain why? This happens on both 4.0.5GA and 4.2.0CR2.

[jboss-user] [JBoss Seam] - Two war files with the same code base

2007-05-07 Thread hvram
Hi For the purpose of development our team uses Seam 1.2.1 . So we generally change the name of the project and thus create 2 different WAR files and then deploy them to the same jboss server . While I was trying to debug using the java remote debugger I found that I was hitting the

[jboss-user] [Clustering/JBoss] - Database mirroring.

2007-05-07 Thread kenta76
Is there an JDBC driver besides Microsoft that supports database mirroring? Regards. Kenth View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043649#4043649 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043649

[jboss-user] [EJB 3.0] - Re: Server restart required after failed EJB3 deployment?

2007-05-07 Thread wolfc
Please post a full stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043650#4043650 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043650 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-07 Thread [EMAIL PROTECTED]
Are you using the flat classloader hack? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043655#4043655 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043655 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: IP address from the http request..

2007-05-07 Thread stephen.friedrich
petemuir wrote : Also, if you use facelets (and if not, why not ;) ), most JSF books are not quite right as they talk about JSP. I've seen an oreilly pdf-only book on facelets that was quite decent. Otherwise, Rick Hightowers series of facelets articles on ibm developerworks are superb and I

[jboss-user] [JBoss Seam] - Re: IP address from the http request..

2007-05-07 Thread petemuir
Yes, I've read the first chapter (which was fine), and skimmed the rest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043657#4043657 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043657

[jboss-user] [EJB 3.0] - Re: Collection Mapping

2007-05-07 Thread cs02rm0
Nevermind. I think I got it with an @OneToMany annotation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043659#4043659 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043659 ___

[jboss-user] [JBoss Tools (users)] - Re: Deployment in 2.0

2007-05-07 Thread ccorlatti
to deploy a jar you need to configure a jboss server and then click in the jar and run as / run on server this add the jar as a module in the jboss server view View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043663#4043663 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Can i use another kind of architeture for a SEAM applica

2007-05-07 Thread carlos.abreu
Hy Delphi and Christian, thanks for the tips... It worked very well in my application View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043665#4043665 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043665

[jboss-user] [Beginners Corner] - Re: Class not found exception?

2007-05-07 Thread PeterJ
What version of JBoss AS? Which version of the JVM? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043666#4043666 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043666 ___

[jboss-user] [Clustering/JBoss] - Re: Request not redirecting to the server in the cluster.. H

2007-05-07 Thread [EMAIL PROTECTED]
Couple things I see; may be others but this will get you started: 1) mod_jk uses the AJP connector, not the HTTP connector. Check your server.xml to make sure it's enabled (it is by default). Then modify worker.properties to use the port AJP is listening on (default is 8009).

[jboss-user] [JBoss Seam] - Re: DataModel: Row is not available

2007-05-07 Thread umk
For what it's worth, I'm seeing the same behavior with a java.util.Set - doesn't work. As soon as I changed to java.util.List, the dataTable rendered properly... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043672#4043672 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Moving Portlet Windows

2007-05-07 Thread ovidiucn
anonymous wrote : Interesting feedback probably that the DnD should not be enabled for maximized regions at all. | if you modify org.jboss.portal.theme.impl.JSPLayout and modifiy it with : ... | it should prevent maximized region to be draggable, could you try that ? | Thank you! Problem

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: 'no-select-before-insert'

2007-05-07 Thread bartvh
This error log is indeed very annoying. But to me, the fact that a generic CreateException is thrown is even more problematic. How do I distinguish this from some other failure in the database? I would hope I do not need to interpret the exeception's message to distinguish. Shouldn't this code

[jboss-user] [JBoss jBPM] - BPEL delete process error

2007-05-07 Thread jerdman
I am trying to write a simple app that deploys a bpel archive to jbpm bpel and then removes it. The storage is done with the following call: context.getGraphSession().saveProcessDefinition(processDef); Deletion is done this way: graphSession.deleteProcessDefinition(processDef); The storage

[jboss-user] [JBoss jBPM] - Re: BPEL delete process error

2007-05-07 Thread jerdman
Here is the full stack trace: org.hibernate.WrongClassException: Object with id: 1 was not of the specified subclass: org.jbpm.bpel.variable.def.SchemaType (loaded object was of wrong class) at org.hibernate.loader.Loader.instanceAlreadyLoaded(Loader.java:1235) at

[jboss-user] [JBoss Seam] - Re: validation message displayed twice

2007-05-07 Thread hasc
@damianharvey i tried that without any effect. but thanks for the hint. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043676#4043676 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043676

[jboss-user] [JBoss Seam] - Re: ClassCastException: org.jboss.seam.jsf.SeamApplication11

2007-05-07 Thread titou09
I'm not 100% of your last statement, I finally made it to work with the following config (but i'm not satisfied with it, mostly because of the parent_last classloader on the war and the need to use myfaces...): - have jboss-seam-ui.jar,

[jboss-user] [JBoss Seam] - Re: validation message displayed twice

2007-05-07 Thread hasc
i checked out the head revision from anoncvs.forge.jboss.com. i compiled it and packaged the jboss-seam*.jars into my ear. now i get the following error message when deploying the new ear. com.sun.facelets.FaceletException: Could not instantiate feature[compiler.ExpressionFactory]:

[jboss-user] [JBoss Seam] - Re: Seam and OpenLaszlo?

2007-05-07 Thread lcoetzee
I haven't had the time to work a lot on it. I am currently porting the example to the latest Seam cvs and jboss 4.2.0-CR2. I will place it on the wiki (will post here once I have done that), might be useful ! Regards L View the original post :

[jboss-user] [JBoss Seam] - Re: IP address from the http request..

2007-05-07 Thread monkeyden
Someone posted this a while back: factory name=remoteAddr value=#{facesContext.externalContext.request.remoteAddr} auto-create=true/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043681#4043681 Reply to the post :

[jboss-user] [JBoss Portal] - Some JBoss AS + Portal Bundle install issues and resolutions

2007-05-07 Thread galstuk
OS: XP Professional Download: JBoss Portal + JBoss AS (Clustered) 2.6-CR2 placed file in C:\Documents and Settings\\My Documents\My Downloads\Microsoft Setup\JBoss Files\JBoss + Eclipse directory Unzip isse: When unzipping from this deep directory, prompted for a password on various

[jboss-user] [Installation, Configuration Deployment] - disabling CORBA....how ?

2007-05-07 Thread nico.ben
Hi!, I am looking for some documentation which explains how to disable CORBA into jboss. So far I haven't found it. Could you please point me to some wiki or similar? Thank u, Nico View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043684#4043684 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: Deployment in 2.0

2007-05-07 Thread EdwardKelly
Hi Claudio, Thanks for the help. Where did you find the documentation that contains this? Charlie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043685#4043685 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043685

[jboss-user] [JBoss and NetBeans] - Netbeans v5.5 and JAX-WS Integration with JBoss

2007-05-07 Thread yamasaki
Hello, I was just wondering if anyone knows if Netbeans is working on integrating JAX-WS into their JBoss support. I know there is a workaround, but I was just wondering if they were working on a more integrated solution at this point. Thanks in advance. View the original post :

[jboss-user] [JBoss Seam] - Remoting problem - xxx is not a function

2007-05-07 Thread [EMAIL PROTECTED]
Hi, I'd like to use remoting in my application. I am following the docs but I get the error: anonymous wrote : | Seam.Component.getInstance(categoryHome).loadAllCategories is not a function | What does it actually mean? I'm sure the categoryHome object has loadAllCategories method and

[jboss-user] [JBoss Portal] - Re: Some JBoss AS + Portal Bundle install issues and resolut

2007-05-07 Thread [EMAIL PROTECTED]
I guess the quick start guide suits better for JBoss Portal + JBoss AS (non-clustered) distro. For clustered distro, a database needs to be configured. JBossw AS + JBoss Portal by default comes with hypersonic database which for obvious reason is not suited for clustered configuration hence

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-05-07 Thread grdzeli_kaci
can anybody help me how i can write java stored procedure into ejb 3.0 ? how i can get connection from EntityManager ? here is some example above, but there EntityManager has delegate method... i can't find delegate in my EntityManager class, it doaded from ejb3-persistance.jar file,

[jboss-user] [JBoss Tools (users)] - JBoss-ide creating new web services test client doesn't d

2007-05-07 Thread idoidoido
Hi, I have eclipse 3.2 under ubuntu linux (not the ubuntu package, the file straight from eclipse.com) with the latest stable jboss-ide installed. My problem is that when I try to create a new web services test client using: File-New-Other-JBoss-IDE-Web Services-Web Services Test Client it

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-05-07 Thread fhh
If you have the choice use PL/SQL. There is nothing to be gained by using java - unless you are using external java libs. Regards Felix P.S.: And don't forget to use bind variables. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043692#4043692 Reply to the

[jboss-user] [JBoss Seam] - Re: Seam and OpenLaszlo?

2007-05-07 Thread lcoetzee
Hi, I have added a very basic example to the Seam Wiki. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeam Look at: anonymous wrote : OpenLaszlo + Seam - a basic example using OpenLaszlo to create a swf object (explode in examples/remoting) | Regards L View the original post :

[jboss-user] [JBoss Seam] - Re: For Gavin to review

2007-05-07 Thread Delphi's Ghost
Regarding seam re-starting conversations in pageflows http://jira.jboss.org/jira/browse/JBSEAM-1292 aka forum post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043286#4043286 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043694#4043694 Reply

[jboss-user] [JBoss jBPM] - Interaction between two actors

2007-05-07 Thread avivstav
Hi I am quite new to JBPM, and I need to cordinate between two seperate Threads using JBPM, Suppose using the first example flow from the start-kit: | process-definition | start-state | transition to='s' / | /start-state | state name='s' |

[jboss-user] [JBossWS] - Generate JBossWS Artifacts: Error occurs

2007-05-07 Thread MichelRobert
Hello, When I attempt to generate JBossWS Artifacts, a NullPointerException occurs upon a call to handleWSDLToJavaGeneration(...). I've looked on line for clues to this behavior, and found several references to this problem. The only 'suggested fix' is to make sure that wstools-config.xml is

[jboss-user] [JBossWS] - Re: Unable to create a WSClient that uses jboss-wsse-client.

2007-05-07 Thread rieman4d
I'm getting the same error as Richard K: SOAPFaultException: Endpoint {http://org.jboss.ws/xabraws}WebServiceImplPort does not contain operation meta data for: {http://www.w3.org/2001/04/xmlenc#}EncryptedData The server log SOAPMessage trace shows the client request is encrypted, but the

[jboss-user] [EJB/JBoss] - Re: lookup NoClassDefFoundError

2007-05-07 Thread m.shinde
Have u defined @Remote Annotation into ur Stateless bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043699#4043699 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043699 ___

[jboss-user] [EJB/JBoss] - Re: No ClassLoaders found

2007-05-07 Thread m.shinde
I resolved this problem by defining components.xml file in JAR. But I don't know this is the perfect way to do. I have not defined anything into that ... Might be Seam looking for this file and defining the classes... View the original post :

[jboss-user] [JBoss jBPM] - Re: Interaction between two actors

2007-05-07 Thread avivstav
Should I signal the main thread upon operation done by the second thread? In that case I should use callback or any other mechanism, and continue from the state moved by the signal, am I right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043701#4043701

[jboss-user] [JBossWS] - Re: Generate JBossWS Artifacts: Error occurs

2007-05-07 Thread omatzura
Hi, which jbossws version are you using? /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043703#4043703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043703 ___

[jboss-user] [JBoss Seam] - Private configuration in Seam?

2007-05-07 Thread tonylmai
Hello, How would I go about passing a configuration to a Seam component? I.e. in my Authenticator, I would like it to connect to a remote server and authenticate there (hence I need a remoteHostAddress configuration read by Authenticator). Any idea? Thanks View the original post :

[jboss-user] [JCA/JBoss] - Re: Migration to MySQL

2007-05-07 Thread bartek.polakowski
There are no other warn or error messages. I used thi website to configure JBoss: http://ltiwww.epfl.ch/Eclipse/LoadingJBoss.html My mysql-ds.xml file looks like this: local-tx-datasource jndi-nameMySqlDS/jndi-name

[jboss-user] [JBoss Seam] - Entity Query problem

2007-05-07 Thread artur.chyzy
Hi. I want to make list filtering. On the page i have some dataTable like | rich:dataTable var=action value=#{actionList.resultList} | rendered=#{not empty actionList} | rowClasses=rvgRowOne,rvgRowTwo

[jboss-user] [JBoss jBPM] - Re: Trying to build JBPM ear file locally. jbpm-jpdl-3.2.GA

2007-05-07 Thread meghanai_99
Thank you for the reply. Using nested structure fixed the problem. Regards, Meghana View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043707#4043707 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043707

[jboss-user] [JBoss Seam] - Re: jboss-el improvements?

2007-05-07 Thread dustismo
For anyone interested, the blog post is at: http://weblogs.java.net/blog/jhook/archive/2006/11/index.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043708#4043708 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043708

[jboss-user] [JBoss Seam] - Re: WRONG_DOCUMENT_ERR Exception ???

2007-05-07 Thread monkeyden
Yeah, there is a well documented conflict between XML documents and certain credit cards. Post the number and the XML document here and I'll tell you if that's your problem. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043709#4043709 Reply to the post

[jboss-user] [JBoss Seam] - conversion support for selectManyCheckbox?

2007-05-07 Thread hstang
Just wondering if there's any support for conversion for selectManyCheckbox. Currently my code looks something like this | h:selectManyCheckbox value=#{someHome.instance.ofTypeSet} | s:selectItems value=#{someList.resultList} |var=result |

[jboss-user] [EJB 3.0] - Re: Problems injecting EJB into JSF-backingbean (on jboss-5.

2007-05-07 Thread Wolfgang Knauf
Hi Carsten, take a look at this post: http://www.jboss.com/index.html?module=bbop=viewtopict=107353 I managed to inject a EJB through the ENC. Hope this helps Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043713#4043713 Reply to the post :

  1   2   >