[jboss-user] [JBoss Portal] - NoClassDefinitionFound on IPC example

2007-09-04 Thread habicht
hi! i have the following problem with the IPC example from the reference manual (PortletA/PortletB) when i deploy the sar with the jboss-service.xml i receive the exception: java.lang.ClassNotFoundException: No ClassLoaders found for: test.PortletB$Listener | at org.jboss.mx.loading.Load

[jboss-user] [JBoss Seam] - problem with Authenticator

2007-09-04 Thread mnrz
Hi I have an Authenticator component in my application and it was working fine until yesterday and now it's treating weird, I had no changes since yesterday but it throws following exception. | Hibernate: select user0_.username as username3_, user0_.address as address3_, user0_.group_id as

[jboss-user] [JBoss Seam] - Re: Error on core:resource-loader

2007-09-04 Thread wise_guybg
Oops, sorry. Seam doesn't find any problems in the xml code. It's IntelliJ IDEA that was complaining. I restarted the system and now it's fine. Thanks... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081171#4081171 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - SEAM POJO: ROLE BASED ACCESS CONTROL?

2007-09-04 Thread rmadabusi
I have read "No support for container managed security" if we use POJO beans instead of EJB3. Does this mean I can't use Role based access control using POJO's? (For example, Can I use s.hasRole, s.hasPermission in either JSF or at Bean level if I implement my application in SEAM + HIBERNATE (NO

[jboss-user] [JBoss Seam] - FacesMessages Does not work with jPDL navigation???

2007-09-04 Thread curtney
Greetings everyone!! I am using Seam 2.0 Beta 1 running on JBoss 4.2.0.GA. The problem I am having is that I am unable to show error messages on forms that are submitted in a jPDL flow / page navigation. I can see that the error messages were enqueued, but somehow they are not displayed on the

[jboss-user] [JBoss Seam] - Re: Switching to Hibernate or not

2007-09-04 Thread samdoyle
Unfortunately you cant have more then OneToMany mappings with EAGER FetchType or your application blows ups. If you set one to be LAZY it blows up. Please see my recent post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081165#4081165 Reply to the post :

[jboss-user] [JBoss Seam] - failed to lazily initialize a collection of role exception

2007-09-04 Thread samdoyle
So I want to use Hibernate 3.2 for my EM in a JEE5 environment. However, I have an entity that has and requires TWO mappings of the following: | @OneToMany(cascade={CascadeType.ALL}, fetch=FetchType.EAGER, mappedBy = "owningILDA") | The FetchType is EAGER. This is not against he spec. and

[jboss-user] [JBoss Portal] - Re: ClassCastException when using MyFacesGenericPortlet

2007-09-04 Thread [EMAIL PROTECTED]
Have you looked at: http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAndMyFaces? As far as running MyFaces portlets together with Portal 2.6, Portal itself is an example of a success since the administration portlets use a bundled MyFaces to run. View the original post : htt

[jboss-user] [JBoss Portal] - Re: Emergent:cannot running the examples?

2007-09-04 Thread ljd19821103
Emergency!Emergency!Emergency!Emergency!Emergency!Emergency!Emergency!Emergency!Emergency!Emergency! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081161#4081161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081161 __

[jboss-user] [JBoss Portal] - Emergent:cannot running the examples?

2007-09-04 Thread ljd19821103
I have download the Jboss Portal 2.4.2 bundled.zip,and the test page http://localhost:8080/portal have successfully runned.And,the examples,such as HelloWorldPortalPage,HelloWorldPortlet and HelloWorldJspPortlet have successfully runned.But when I add other examples(download from current websit

[jboss-user] [The Lizzard's corner] - JEFF FLYNN TOMMY GAY GLOBAL CAPITAL PROJECTS LIMITED BLACKLI

2007-09-04 Thread HARRISON50
JEFF FLYNN IS THE PRESIDENT OF GLOBAL CAPITAL PROJECTS LIMITED INCOPORATED IN HONG KONG. JEFF FLYNN LIVES IN VIRGINIA. HIS TELPHONE NUMBER IS 540-446-5913. TOMMY GAY LIVES OUTSIDE HOUSTON, TEXAS. HIS PHONE NUMBER IS 972-387-8223. FLYNN AND GAY WERE BOTH BROKERS IN THE PETROLEUM PRODUCTS TRADING

[jboss-user] [JBoss Seam] - JEFF FLYNN TOMMY GAY Global Capital Projects Limited BLACKL

2007-09-04 Thread HARRISON50
JEFF FLYNN IS THE PRESIDENT OF GLOBAL CAPITAL PROJECTS LIMITED INCOPORATED IN HONG KONG. JEFF FLYNN LIVES IN VIRGINIA. HIS TELPHONE NUMBER IS 540-446-5913. TOMMY GAY LIVES OUTSIDE HOUSTON, TEXAS. HIS PHONE NUMBER IS 972-387-8223. FLYNN AND GAY WERE BOTH BROKERS IN THE PETROLEUM PRODUCTS TRADING

[jboss-user] [EJB 3.0] - Re: ejb-jar.xml file

2007-09-04 Thread changemylife
1. If you need ejb-jar.xml, you can add it into your app. 2. You add SecurityDomain into jboss.xml. Ex: anonymous wrote : MyDomain 3. Enter the jboss-install-dir>/server/default/conf to add your SecurityDomain (MyDomain). Hope this helps. Regards. View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: FetaureRequst disabling the buttons after a user presses

2007-09-04 Thread [EMAIL PROTECTED]
jQuery(".mySubmitButtonsHaveThisStyleClass").disabled = true; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081153#4081153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081153

[jboss-user] [JBoss Seam] - Re: Last try - Conversational Feature let me feel like an id

2007-09-04 Thread [EMAIL PROTECTED]
Any seam-gen application uses propagation="join". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081152#4081152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081152 ___ jbos

[jboss-user] [JBoss Seam] - Re: stored proc reverse engineered into ORM/JPA code???

2007-09-04 Thread [EMAIL PROTECTED]
This question should be asked on the Hibernate forum. No, you can't reverse engineer stored procedures into something else with the Hibernate Tools. There is nothing to "reverse engineer", what you are asking for would be a code translator from one procedural programming language (PL/SQL) into a

[jboss-user] [Security & JAAS/JBoss] - Re: How to let

2007-09-04 Thread changemylife
I don't sure that I understand your problem. "system" is a role that you declared in code. If SecurityDoamin is valid, all things are Ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081150#4081150 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Switching to Hibernate or not

2007-09-04 Thread [EMAIL PROTECTED]
Of course not. I use the Hibernate JPA provider, cast to org.hibernate.Session when I have to, and s:convertEntity works fine as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081149#4081149 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to secure beans ?

2007-09-04 Thread changemylife
Hi! 1. I declared SecurityDomain (ex: ClientDomain) inside jboss.xml file. And then, I package my bean to jar file (ex: myBean.jar). 2. The Stranger get it (myBean.jar), he can extract it. And he can see all things in jboss.xml file. (Here, I know SecurityDomain that I declare). I understan

[jboss-user] [JBoss jBPM] - [Workaround] Re: Combo Box in Form

2007-09-04 Thread karstendausb
"kukeltje" wrote : please what is so difficult about my previous post this is JSF stuff, not jBPM. So please ask in the correct forum and learn JSF I wouldn't say this is totally wrong, but it is pretty far away from the truth, as jBPM is probably very well involved in this problem

[jboss-user] [JBoss Seam] - Re: FetaureRequst disabling the buttons after a user presses

2007-09-04 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : I think you'd need a new commandButton subclass. Maybe s:button could do that, but I think it is something that is more likely to be done by a component library like ajax4jsf/richfaces. Humm... tying it to Ajax is a big overhead. I am trying to avoid Ajax (ICEfaces/

[jboss-user] [JBoss Seam] - Re: Are Seam and JBoss 4.2.0.GA available for AS/400 ?

2007-09-04 Thread [EMAIL PROTECTED]
I do believe that JBoss/RedHat has several customers running on AS/400. I don't know of anything in 4.2 that would cause any problems. I don't know about Java 5 on it, but if it is available then Seam should not be a problem on it. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: best practice for handling double-click during a long-ru

2007-09-04 Thread eghchang
one more thing ... while i do see multiple requests from the browser, i only see one request (well actually, set of requests, but this is "normal") on the server. in other words, the server looks the same whether i single-click or double-click. thanks-eric View the original post : http://www

[jboss-user] [JBoss Seam] - Re: ExpressionLanguage Vs. XPath

2007-09-04 Thread andres.testi
I've found that bean methods in JXPath, are invoked as functions. An invocation to enterprise.createEmployee("name") is invoked as createEmploye(enterprise, "name"). The target of the message is the first argument in the function call. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Are Seam and JBoss 4.2.0.GA available for AS/400 ?

2007-09-04 Thread cfranky
We have a Seam application working very well in Linux-intel and MS-Windows. We have to migrate this Seam application to an AS/400 machine with OS system and DB2 database, but we do not have any experience with AS/400. We would appreciate any comment about this situation in the following aspects:

[jboss-user] [JBossCache] - Re: Searching a Pojo Cache?

2007-09-04 Thread [EMAIL PROTECTED]
We don't yet have a query language. However, there is a project out there that adds search to core jboss cache (not pojo cache): [url]http://www.jofti.com/[/urll] You could however use this with POJO Cache, since it could return the FQN, that you could then pass to POJO Cache. View the origi

[jboss-user] [JBoss Seam] - Re: communicating between two seam applications

2007-09-04 Thread koenhandekyn
the fundamental question is in fact a question of granularity my application (as many do prob) exists out of a collection of 'modules' (jars), a group of classes that together offer a more or less independent service. i could put alle the modules (jars) inside one big ear and avoid inter ear c

[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-09-04 Thread narayam
Hi Thomas, All the links mentioned here are not working. Where else can I get hold of the Quick Start / User Guide? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081128#4081128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Multiple validation contexts

2007-09-04 Thread gonzalad
Hello, I have a strange application (requirement) which implies different validation rules depending on the execution context. Here's the explanation : - the application will be used by 4/5 different organizations. Those will manipulate the same entities (same database) but each one of those o

[jboss-user] [JBoss Seam] - Need to write entity object to XML

2007-09-04 Thread tim_ph
I got a need to serialize the object out as XML, but current persistent entity gives too much unrelated stuff. I can't break out of current transaction to get to detached object because it is needed in another step. So, I just wonder if any of you see the same problem and has a work-around solut

[jboss-user] [JBoss Seam] - Re: communicating between two seam applications

2007-09-04 Thread koenhandekyn
i have the classloading issues fixed, but had to do this in a jboss specific way. i was wondering if there is an elegent and standardized approach. for other readers info : i have the different ears configured with the same jboss-app.xml loader-repository configuration (which makes jboss 4.2

[jboss-user] [JBoss Seam] - stored proc reverse engineered into ORM/JPA code???

2007-09-04 Thread asookazian
Is it possible to reverse engineer sproc (PL/SQL or T-SQL based) into entity beans, Hibernate, Toplink, iBATIS, etc.?? otherwise, if we need to do this, what is the recommended path? convert to pseudo-code first and then go from there??? View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Switching to Hibernate or not

2007-09-04 Thread IGx89
FYI, the decision between JPA and Hibernate also affects Seam functionality available to you. For example, strangely only works with JPA and not Hibernate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081121#4081121 Reply to the post : http://www.jboss.c

[jboss-user] [EJB 3.0] - Re: EJB 2.1 and 3 coexisting?

2007-09-04 Thread goldrimtang
OK, so after much effort, (frustration), and time, I can confirm that it does not work. I'm giving up on JBoss 4.2.1. We'll stick to 3.2.6 until an stable release EJB3/Java EE 5 is made. I hope this helps the JBoss team to improve their product. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - with simultaneous action and view attributes applie

2007-09-04 Thread asookazian
Is it possible to do that? I need to pre-populate a multi checkbox (h:selectManyCheckbox) in an .xhtml page by calling a method in a SFSB first, then rendering the JSF as follows: | behavior i'm getting is no test() method call (output from method is not in the server.log) and successfull

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - update to hibernate 3.2.5 causes query exception

2007-09-04 Thread sgollery
I'm trying to move from hibernate 3.2.1 to 3.2.5, but I've run into a query that used to work and now throws this exception: Illegal attempt to dereference collection [patient0_.patient_key.studiesSubmittedTo] with element property reference [submittedDate]... The query code looks like this:

[jboss-user] [JBoss Seam] - Re: best practice for handling double-click during a long-ru

2007-09-04 Thread eghchang
thanks norman and amitev for your replies. norman, when double-clicking i can see (using firebug) that two requests are being sent to the application server before any response is received. furthermore, i don't see any errors in the server log that would suggest a double insert/optimistic lock

[jboss-user] [The Lizzard's corner] - MICHAEL GAMBINO MG PETROLEUM UPEC HOLDINGS

2007-09-04 Thread HARRISON50
PLEASE BE ADVISED THAT MICAHEL GAMBINO dba MG PETROLEUM IS A BROKER. ANY CLAIMS HE MAKES TO THE CONTRARY ARE FALSE. HE IS CURRENTLY CLAIMING THAT UPEC HOLDINGS IS A CHEVRON MANDATE. UPEC IS HEADED BY A PERSON FROM HAITI. UPEC IS NOT A CHEVRON MANDATE. GAMBINO HAS FALSELY CLAIMED THAT HE IS A M

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-09-04 Thread gonzalad
Hello, I'd like to know what the status betwwen Seam 2.0 and Websphere. I've read on this thread you had some hard times with this appserver. Do you plan to support it ? Thanks for the information View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081104#4081

[jboss-user] [JBoss Seam] - Re: Last try - Conversational Feature let me feel like an id

2007-09-04 Thread [EMAIL PROTECTED]
Stephen - sure, I'm not really expecting a full example (with nice explanation text etc.) - but something is better than nothing. At least like this we can get a better understanding of what you are after. Despite what Christian says, I do feel we are lacking an example that uses workspace man

[jboss-user] [JBoss Seam] - Re: Last try - Conversational Feature let me feel like an id

2007-09-04 Thread stephen.friedrich
Now I, too, feel like an idiot because each example should be showing this, but I still don't get it after looking at several different examples. "[EMAIL PROTECTED]" wrote : ?! It's not different from any of the existing examples. You need to understand how propagation="none" and propagation="jo

[jboss-user] [JBoss Seam] - Re: best practice for handling double-click during a long-ru

2007-09-04 Thread amitev
There actually no concurent requests but the action method is called twice. This may cause double insert into database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081101#4081101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: Switching to Hibernate or not

2007-09-04 Thread rlhr
Thanks for the info :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081100#4081100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081100 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - Re: dataTable/selectItems woes

2007-09-04 Thread binabik
ok, going home from the office and not thinking about this helped. :) i updated to the current CVS and it works now. so just ignore me for now, sorry. sb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081099#4081099 Reply to the post : http://www.jboss.com/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Steps for Deploying the new EAR file (Hot Deployment ??

2007-09-04 Thread pmohanan
Hi..Peter, Thanks a lot for the reply. Hot deployment did not work in most of the cases. (Even though we are more interested in getting this work) Until & unless step 3 & 4 are done, we still have issues once the new ear is deployed. Regards, Praveen View the original post : http://www.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Steps for Deploying the new EAR file (Hot Deployment ??

2007-09-04 Thread PeterJ
Those steps are correct if you want to start with a clean deployment. Hot deployment is easy - simply copy the EAR file to the deploy directory. The app server will undeploy the old app and deploy the new one. There are various situations under which this will fail, mostly having to do with how

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: DataSource Problem JBoss/Tomcat Only Configuration

2007-09-04 Thread PeterJ
It looks like deployment of *-ds.xml files is handled by org.jboss.deployment.EARDeployer, which implies to me that you need for EAR functionality to be able to deploy *-ds.xml files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081092#4081092 Reply to the

[jboss-user] [JBoss jBPM] - Re: signalling custom task

2007-09-04 Thread kukeltje
Lots of detailed info... thanks for that, but this is one the developers should answer. I'll inform them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081091#4081091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081

[jboss-user] [EJB 3.0] - Re: Extensions to EJB3: Message Driven POJOs

2007-09-04 Thread maximuszen
testsuite link is broken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081090#4081090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081090 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - Re: ExpressionLanguage Vs. XPath

2007-09-04 Thread andres.testi
Thanks for your suggestions, norman! Apache JXPath is very extensible. I will try to create an extension for Seam ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081089#4081089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Re: Transitions not being followed correctly

2007-09-04 Thread kukeltje
anonymous wrote : However, whatever i do, the token always moves along the 'no' transition and i end up in an infinate loop! Any suggestions?! Yes, known issue, patch is attached to the jira issue Please file a jira issue for the security role thing View the original post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: FetaureRequst disabling the buttons after a user presses

2007-09-04 Thread [EMAIL PROTECTED]
I think you'd need a new commandButton subclass. Maybe s:button could do that, but I think it is something that is more likely to be done by a component library like ajax4jsf/richfaces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081087#4081087 Reply to

[jboss-user] [JBoss Seam] - Re: ExpressionLanguage Vs. XPath

2007-09-04 Thread [EMAIL PROTECTED]
As I said, I'd rather focus on improving EL, but that shouldn't stop you from exploring the other possibilities. In working on jboss-el, we discovered that the web servers (tomcat, in specific) are very sensitive to the EL and will try to parse the EL. There's very little you can do there. Wi

[jboss-user] [JBoss Seam] - Re: Last try - Conversational Feature let me feel like an id

2007-09-04 Thread [EMAIL PROTECTED]
?! It's not different from any of the existing examples. You need to understand how propagation="none" and propagation="join" work, and that's it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081084#4081084 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - instanceof in Expression Language?

2007-09-04 Thread EricJava
I can see that instanceof is a reserved word, but is it implemented? I'm displaying a table with links to detail pages. But those pages will be different depending on what sub-type of object is in the table. It would be great to be able to say: rendered="shape instanceof Rectangle" and then h

[jboss-user] [JBoss Seam] - Re: Switching to Hibernate or not

2007-09-04 Thread [EMAIL PROTECTED]
It's the same persistence context. You are simply casting to a proprietary API when you have to. That's perfectly OK. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081081#4081081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Switching to Hibernate or not

2007-09-04 Thread rlhr
Hello, I started project using Seam-managed persistence context with JPA. Later I needed some of the hibernate feature, so I used the delegation pattern wherever I needed it | Session session = (Session)entityManager.getDelegate(); | session.persist(myEntity); |

[jboss-user] [JBoss Messaging] - Re: Messaging bridge question

2007-09-04 Thread chip_schoch
OK. I set up two servers, JBossAs 4.2.0.GA with JBM 1.4.0.CR2. I configured a bridge that successfully deployed. I posted a message to server1 then listed all messaged from server1 jmx-console. No messages listed. I listed all messages from server2 jmx-console. No messages listed. I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Steps for Deploying the new EAR file (Hot Deployment ??)

2007-09-04 Thread pmohanan
Hi.., What are the steps when you want to deploy the new war file to the server. Here are the steps I follow : 1. Shutdown the App server 2. Remove the EAR file from deploy folder 3. Go to the tmp folder & remove all the files related to the earlier app 4. Go to the work folder & remove all th

[jboss-user] [JBoss Tools (users)] - Re: Deplyemnet Problems with JBPM in Eclipse

2007-09-04 Thread kukeltje
known issue in the JBoss IDE 1.6, solved some time ago. What version of the jbpm plugin are you using? Btw, look in the jBPM user forum for more info on this subject. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081076#4081076 Reply to the post : http://

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - DataSource Problem JBoss/Tomcat Only Configuration

2007-09-04 Thread kdolan
I need to create an application packaged as a .war file that updates a database and supports transactions. I also need to deploy this application in JBoss but in the Tomcat Only configuration. I created a test application, deployed it in the "default" installation of JBoss (along with a test-d

[jboss-user] [JBoss Seam] - FetaureRequst disabling the buttons after a user presses a s

2007-09-04 Thread [EMAIL PROTECTED]
Do you think we could add another seam tag , like: That would force the button to be disabled once ANY submit button on the page was pressed? This would have to be though out pretty well as may not be useful when using Ajax on your page as the page actually won't reload but VERY useful f

[jboss-user] [JBoss Seam] - Re: s:graphicImage and images being shared by users!

2007-09-04 Thread g.blanco
Thanks, Shane. I will try from CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081069#4081069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081069 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Last try - Conversational Feature let me feel like an id

2007-09-04 Thread [EMAIL PROTECTED]
Yes, an example application of this sort would be a great addition to the Seam examples I think. Does anyone have something they can donate? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081068#4081068 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: ExpressionLanguage Vs. XPath

2007-09-04 Thread andres.testi
method expression can be done with a special Seam defined XPath function like s:call(object, method, argument1, argument2...) . Then, s:call(enterprise, createEmployee, "andres") has the same effect than enterprise.createEmployee("andres") I know this solution is not coolest than the point opera

[jboss-user] [JBoss Seam] - Re: Seam-Managed Persistence Context

2007-09-04 Thread [EMAIL PROTECTED]
I would do something like - obviously you need to deal with the case your id is null better... @Name("currentUserManager") | @Scope(CONVERSATION) | public class CurrentUserManager { | |@In(required="false", value="currentUserId") @Out(scope=SESSION, value="currentUserId") |pri

[jboss-user] [EJB 3.0] - ejb 3.0 deploy/environment error for jboss 5 beta2

2007-09-04 Thread billmil
Hi, I see an error when trying to deploy my application in jboss 5 beta2. Caused by: java.io.IOException: invalid constant type: 60 | at javassist.bytecode.ConstPool.readOne(ConstPool. | The log "is giving me mixed signals". The error appears in the ejb3 deployer class, but the fi

[jboss-user] [JBoss Seam] - Re: Last try - Conversational Feature let me feel like an id

2007-09-04 Thread stephen.friedrich
That's exactly my use case and I don't have a solution either. Currently the first version of my app works without using conversations which of course seems to waste quite a lot of seams value. A big problem is that _all_ the explanations teach you about the technical side, e.g. what a conversat

[jboss-user] [JBoss Seam] - Re: communicating between two seam applications

2007-09-04 Thread [EMAIL PROTECTED]
Are you experiencing classloader issues the way you are doing it now, or are you just concerned about non-portability by using JBoss-specific configuration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081057#4081057 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: ExpressionLanguage Vs. XPath

2007-09-04 Thread [EMAIL PROTECTED]
The limitations of regular EL prompted the Seam EL extensions in jboss-el. We'd like to further enhance the EL, but I'm not sure XPATH itself is the best approach. The selection notion might work ok for values, but we also need a method expression syntax. It would be great to borrow some th

[jboss-user] [EJB 3.0] - Re: EJB 2.1 and 3 coexisting?

2007-09-04 Thread goldrimtang
Hi Wolf, Thanks for your reply. Yes, the method has a transaction attribute (RequiresNew). If I change the parameter from an array (Object[]) to a type 'Vector', it stops complaining about this during deployment type. I can live with that ... the problem is that then another exception happens,

[jboss-user] [JBossWS] - Re: Error: Could not transmit message

2007-09-04 Thread palin
Hi Paoletto, "paoletto" wrote : | | Caused by: java.net.UnknownHostException: fornost | | at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) | | at java.net.Socket.connect(Socket.java:507) | | at java.net.Socket.connect(Socket.java:457) | |

[jboss-user] [JBoss Seam] - Re: NoSuchMethodFound createFullTextQuery()

2007-09-04 Thread srpantano
Please momochone11, you resolved the "createFullTextQuery()" problem, because I am with the same problem and I can´t fix it. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081049#4081049 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBossWS] - Re: How di I get detail in SOAPFault

2007-09-04 Thread oskar.carlstedt
The response I get from JBoss is: | http://schemas.xmlsoap.org/soap/envelope/";> | | | | http://schemas.xmlsoap.org/soap/envelope/";>codeNS:Server | javax.xml.ws.soap.SOAPFaultException | | | | //Oskar View the original post : h

[jboss-user] [JBoss Seam] - exception redirect - missing message

2007-09-04 Thread gstacey
Hi, This may be an issue of integration with IceFaces rather than a Seam issue, but I'm posting on both forums in the hope that someone can offer some insight. I'm using exception redirects in my project and while they work fine, after the first time the associated message is not displayed. e.

[jboss-user] [JBossWS] - How di I get detail in SOAPFault

2007-09-04 Thread oskar.carlstedt
Hello! I can't get the detail element of the SOAPFault. Is there a magic way to do this. I have a Provider< SOAPMessage > implementation. When I do the following ... | @Local | @Stateless | @WebServiceProvider( | serviceName = "MyService", | portName = "MyServi

[jboss-user] [JBoss Seam] - dataTable/selectItems woes

2007-09-04 Thread binabik
hi, i'm in the middle of whacking together a timetable-generating application for the institute i work at. and i'm banging my head against the wall because of some weird stuff that seam is doing. i have a list of TimetableItems, each of which has a list of 1..n TimetableItemTimes. I have a sta

[jboss-user] [JBoss Seam] - Re: ExpressionLanguage Vs. XPath

2007-09-04 Thread andres.testi
I'm sorry for my grammatical faults, I'm not an native english speaker :P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081043#4081043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081043 _

[jboss-user] [JBoss Seam] - Re: Seam-Managed Persistence Context

2007-09-04 Thread rjstanford
I should add that I'm currently doing mostly extended persistence in SFSBs, but I do have the occasional LIE where I wasn't exepcting one (and have ended up with a bit more in the way of defensive .merge() calls than I really like). View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: best practice for handling double-click during a long-ru

2007-09-04 Thread [EMAIL PROTECTED]
Seam serializes requests in a conversation. Are you actually seeing multiple concurrent requests, or are you just seeing the annoying message? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081040#4081040 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Seam-Managed Persistence Context

2007-09-04 Thread rjstanford
Fantastic, that's the way I'll proceed then. For something like this, where would you suggest having the factory? I don't really like adding that into the datamodel piece (although that seems to be very common for example-scale apps); is it more realistic to have a generic Factory class that c

[jboss-user] [JBoss Seam] - Re: Reducing size of the default JBoss AS 4.2.1 server for S

2007-09-04 Thread [EMAIL PROTECTED]
You probably need most of the default config for the base Java EE support. You can get by without the invokers, management console, and the other misc services. However, even if you slim up JBoss, I think you are going to have a hard time living within those memory constraints. And, honestl

[jboss-user] [JBoss Seam] - ExpressionLanguage Vs. XPath

2007-09-04 Thread andres.testi
Hi people: I think XPath is a powefull expresion language, and has high selection skills. The apache JXPath project, allows we to use XPath over beans and define new functions, just like our java ExpressionLanguage does. Are there technical restrictions to implement XPath as alternative to Expr

[jboss-user] [JBoss Seam] - Re: @Create vs. @Factory

2007-09-04 Thread [EMAIL PROTECTED]
Please see the documentation/examples. @Create and @Factory are covered fairly well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081035#4081035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081035

[jboss-user] [JBoss Seam] - Re: @Create vs. @Factory

2007-09-04 Thread [EMAIL PROTECTED]
Please see the documentation/examples. @Create and @Factory are covered fairly well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081034#4081034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081034

[jboss-user] [JBoss Seam] - Re: @Create vs. @Factory

2007-09-04 Thread [EMAIL PROTECTED]
Please see the documentation/examples. @Create and @Factory are covered fairly well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081034#4081034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081034

[jboss-user] [JBoss Seam] - Re: Error on core:resource-loader

2007-09-04 Thread [EMAIL PROTECTED]
Is Seam complaining, or is it your XML tools? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081030#4081030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081030 ___ jboss-use

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

2007-09-04 Thread mtpettyp
If you have your logging level set to INFO you should see the following log message printed out: | 14:39:48,750 INFO [RuleBase] parsing rules: /META-INF/security.drl | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081026#4081026 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: SSL-Connector - problem with keystore format

2007-09-04 Thread nathandennis
thank you for posting your discover. it saved me days. just for that,, i promise to post all my revelations of tedium. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081020#4081020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JNDI/Naming/Network] - basic JNDI beginners problems - cant do look up from applica

2007-09-04 Thread wiggy
just trying to get to grips with JBOSS AS4.2 and new to the environment. Really trying to get to EJB3 but doing it bit by bit and want to be able to call session bean services from a test application client - that i can run in eclipse. deployed 4.2 and configured a My sql XA datasource as foll

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-09-04 Thread [EMAIL PROTECTED]
Damien, removing the ignoreDupRequests attribute from a:support makes our test case work - this is actually seriously breaking Seam's conversation handling currently as it attempts to abort the current request and sends the next. Unfortunately request isn't aborted. I'll look into why. I've ad

[jboss-user] [EJB 3.0] - EntityManager.lock and database connections

2007-09-04 Thread ablevine1
When you use EntityManager.lock, does it hold on to the same database connection the whole time, not allowing other threads to use that connection?? I seem to be running out of connections in my connection pool, as I am getting the following exception: | INFO [WorkManager(4)-53846][2007-09

[jboss-user] [JBoss Seam] - Re: Save conversation state in client

2007-09-04 Thread [EMAIL PROTECTED]
You can specify how the conversation propagates when following a link. Look for the conversationPropagation parameter in the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081011#4081011 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [EJB 3.0] - Re: EJB 2.1 and 3 coexisting?

2007-09-04 Thread wolfc
Have you got by any chance a deployment descriptor containing a transaction attribute override on the setAgeingSteps method? If so, try the following method parameter: [Lcom.xxx.yyy.server.process.MyClass; Or try without any method parameters. View the original post : http://www.jboss.com/index.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuring the JBoss to redirect the console messages

2007-09-04 Thread PeterJ
Between the boot.log and server.log, you should already have all of the messages that display on the console. The information about JVM arguments and other environment variables at the start of the console output are generated by the run.sh script, not by the app server. You could redirect that

[jboss-user] [JBoss Seam] - Hibernate Search

2007-09-04 Thread srpantano
Where is the error in the code? Because doesn´t work. I´m using JPA + Seam 2.0. | List result = null; | | try { | | org.apache.lucene.queryParser.QueryParser parser = | new org.apache.lucene.queryParser.QueryP

[jboss-user] [JBoss Seam] - How not to lose data in a partially completed form?

2007-09-04 Thread akwatters
What is the best way to prevent the fields in a partially completed form from being lost when you navigate to another page complete an action on the other page and then go back to the original page? The context is: When adding a new user the administrator chooses to add a new company, after add

[jboss-user] [JBoss Portal] - Custom portlet mode on jboss portal ?

2007-09-04 Thread tinico
Hi... It's still me !!! I'm studying jboss portal for my company... I need to use a custom portlet mode named "config" on vignette which is accessible only by administrator... On the jbp2.4, this mode wasn't allow !! On 2.6, any custom portlets mode seems to be created... So, can you confirm

[jboss-user] [JBoss Seam] - JBoss rules

2007-09-04 Thread mhissen
I have a problem in the installation of Drools; I have a file ?security.drl? which contains the following rule: | rule RestrictAccess | when | check: PermissionCheck(name == "/home.xhtml", action == "render", granted == false) | Role(name == "user") | th

[jboss-user] [JBoss Messaging] - Re: JMS Bridge Question

2007-09-04 Thread [EMAIL PROTECTED]
mclu, If you read the thread back, what fheldt said is the same thing that Tim Fox said back on this thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080995#4080995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

  1   2   3   >