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

2006-11-28 Thread [EMAIL PROTECTED]
http://docs.jboss.com/seam/1.1BETA2/reference/en/html/events.html#d0e3178 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989585#3989585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989585 _

[jboss-user] [JBoss Seam] - Re: Facelets does not submit

2006-11-28 Thread [EMAIL PROTECTED]
No i'm sorry, I never found what was wrong with my old project. Maybe it's worth trying to install a clean app. server, and try to deploy to there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989584#3989584 Reply to the post : http://www.jboss.com/index.h

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

2006-11-28 Thread lara
Thx for replying but could you be more specific and give me a simplified example? The parameter as I already mentioned in not constant. Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989583#3989583 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Beginners Corner] - Re: JBoss 5.0.0 beta 1 and web-console

2006-11-28 Thread stvasan
"MichaelMuo" wrote : Thanks visolvejboss, | | That was the first issue, but fixing some of the JRE & CLASSPATH issues did not resolve a problem. Finally, I added in applet.jsp some required jars and get rid of this problem. Hi MichaelMuo, I'm using 4.0.5 GA version. I'm getting the same p

[jboss-user] [Security & JAAS/JBoss] - Re: LDAP Newbie - LdapLoginModule

2006-11-28 Thread shilpee_toshi
HI, Thanks for replying. Yes i added in it in jboss-web.xml. Forgot to mention. I am facing a new problem now. I am not able to access my login.jsp page. It gives COnfiguration error: can't authenticate against null principal. In the code i posted, after successful login , the way i am adding us

[jboss-user] [JCA/JBoss] - Re: OutOfMemoryError: OracleConnection.pingDatabase

2006-11-28 Thread djr667
I'm trying. One thing that does not help is that server.log gets wiped out (i.e emptied or overwritten) when this error happens and JBoss restarts. All I have to work on is the console output. Dave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989580#39895

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-11-28 Thread y_zl
Hi! bfo81, great! I have one question as following: Suppose I have two tables | user(id, name) | userlog(id,userid,content) | I'd like to create a new user and write the log at the same time. Suppose I use extended persistent manager. I have the following code: | @In @Out use

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Messages get stuck in queue

2006-11-28 Thread Byorn
We are facing the same problem. If anyone has an idea about this, can you please suggest something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989579#3989579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989579 __

[jboss-user] [JBoss Seam] - Re: @PostConstruct on SessionBeanInterceptor is never called

2006-11-28 Thread stu2
Reading through the docs some more, section 1.2.1.7 explains why this works. ejb-jar.xml tells the EJB3 container to add the SeamInterceptor (extends SessionBeanInterceptor) to all beans. ejb-jar.xml wasn't in my META-INF directory. Putting it there makes everything work. Well at least I did

[jboss-user] [JBoss Seam] - JSF requiredMessage does not work with seam bundle

2006-11-28 Thread yj4jboss
Hello, I have to input a "required" field in a JSF form. As such i am using the following code in my XHTML file. | | | | | | | However, when nothing is entered in the input textbox and the form is submitted, the desired error message from the seam resource bundle is n

[jboss-user] [JBoss Seam] - Re: Seam app on slashdot

2006-11-28 Thread [EMAIL PROTECTED]
IS NICE! :) Devon, could you share with us your server setup and the average CPU / memory load during this digg / slashdot period? I think part of the reason Seam holds up so well is that it destroys objects immediately at the end of each conversation. If the app had to maintain a long life HT

[jboss-user] [JBoss Seam] - @PostConstruct on SessionBeanInterceptor is never called?

2006-11-28 Thread stu2
I'm running 1.1CR2 in embedded mode (TestNG). All of the plumbing seems to be working fine, except Seam components that are EJBs are never getting initialized (Component.initialize() is not called - seems like it's intended to be done by SessionBeanInterceptor.postConstruct). Looking closely t

[jboss-user] [JBoss Messaging] - Messaging 1.2 on JBoss 5

2006-11-28 Thread thejavafreak
Dear all, I tried patching the latest JBoss 5 Beta1 with Messaging 1.2 since JBoss 5 came with Messaging 1.0.1, but it didn't work. I copied the library needed and the xml configuration of Messaging 1.2 to JBoss 5. Have I missed out on something here? I need to do this for testing the latest

[jboss-user] [Microcontainer] - Create Session Factory

2006-11-28 Thread thejavafreak
Dear all, Would it be possible for me to create hibernate session factory from microcontainer? If it is can anybody give me a hint to achieve that? Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989572#3989572 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Re: Accessing HttpServletRequest from RenderRequest

2006-11-28 Thread thanvi
Hi Even i am trying to do the same, have you succeded. Please let me know View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989570#3989570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989570 __

[jboss-user] [JBoss Seam] - Re: Seam app on slashdot

2006-11-28 Thread modoc
Thank you very much! I'm very happy with the performance of the app, given the circumstances. I'll definitely keep working with Seam and learning as I go. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989569#3989569 Reply to the post : http://www.jboss.

[jboss-user] [JBossCache] - Re: how to use with EJB3Standalone container inside eclipse

2006-11-28 Thread kagey
Let me refine my problem. I'm trying to get a treecachembean deployed in the ejb3 embeddable container. I created this test deployment descriptor in the xml file embedded-jboss-beans.xml: | | | and i get the following errors when the file is parsed: | DEBUG 28-11 21:02:15,772 (Serv

[jboss-user] [Security & JAAS/JBoss] - Re: Negotiate with Kerberos

2006-11-28 Thread hpkolasani
In fact that's what I ended up doing and it worked fine in JBoss 4.02. But in 4.04 and 4.05, I was getting 'No role found' error from 'JBossSecurityMgrRealm'. And, I fixed that one by using a * in the applicaitons 'web.xml'. It works for me as I am not authenitcating against any domains. The ap

[jboss-user] [EJB 3.0] - Records in database vanish upon restart

2006-11-28 Thread lightbulb432
When I restart my application server my MySQL 5 database records vanish, and I must add them again. I've set hibernate.hbm2ddl.auto to create, create-drop, and update and none of them work. What should that value be set to? I've even got the hibernate.connection.shutdown property set to true.

[jboss-user] [JBoss jBPM] - Re: process image display layout error? (from webapp tag)

2006-11-28 Thread dslevine
that [img] tag didnt work. :-/ I'll link and post inline here below. The 'currently you are here' highlight on the workflow image is misaligned. Hmm. Image as URL: http://allnicepeople.com/dan/images/jbpmWorkflowImageLayoutError.jpg and inline: View the original post : http://www.jboss.c

[jboss-user] [JBoss Eclipse IDE (users)] - Client JARs

2006-11-28 Thread lightbulb432
The documentation specifies the following: "If you are running JBoss 4.0 or above, You will receive a ClassLoaderException if you attempt to package your EJB interfaces in both the WAR and EJB-JAR because of the new Tomcat scoped classloading. To avoid this issue, you should skip this section,

[jboss-user] [JBoss Eclipse IDE (users)] - JSP in JBoss IDE??

2006-11-28 Thread lightbulb432
My JBoss IDE doesn't give me the option of creating JSPs. When I select "New > Web Components", there's no JSP option listed - only Servlet, JSP Tag Handler, and Filter. None of the other list options specify JSP. I tried creating a J2EE 1.4 project, and even that doesn't change anything. I do

[jboss-user] [JNDI/Naming/Network] - Re: JBoss in Live Environment

2006-11-28 Thread visolvejboss
Hello, I think, you need to open all ports in the external ip that might be accessed by the clients. After that you need to forward each of ports from the external ip to the port of internal ip. You can use the firewall to implement this. If this doesn't answer your question, can you please pos

[jboss-user] [JBoss jBPM] - process image display layout error? (from webapp tag)

2006-11-28 Thread dslevine
The XML process that I created by hand and then laid out using the GPD editor is showing up strangely. screengrab: [img]http://allnicepeople.com/dan/images/jbpmWorkflowImageLayoutError.jpg[/img] I'm guessing this has to do with the gpd.xml that I also created by hand, but I'm not sure where

[jboss-user] [JBoss Portal] - How to avoid simultaneous login for same user...

2006-11-28 Thread purna_cherukuri
Hi, I am using JBoss-portal-2.4.0. As per my requirements, we are supposed to ristict the simultaneous login for same user.. Means once user is in logged in state, We should not allow him/her to login from another client. For this we thought of creating one property in database which tell us

[jboss-user] [JBoss jBPM] - Re: Can I import XML into Graphical Process Designer?

2006-11-28 Thread dslevine
update to anyone else having this problem, I was able to manually make the gpd.xml file appear properly after playing around with everything. You can do it! Thanks... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989559#3989559 Reply to the post : http:/

[jboss-user] [JBoss AOP] - Re: error when calling MethodInvocation

2006-11-28 Thread fabiocsilva
The problem was in the declaration of the advice, that was without "throws". But JBoss AOP did not point the error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989558#3989558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss AOP] - Re: annotation-introduction + aspect oriented annotations

2006-11-28 Thread fabiocsilva
I corrected the last error erasing the folder of build and recriando it. The main problem, however, still persists. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989557#3989557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss AOP] - Re: error when calling MethodInvocation

2006-11-28 Thread flaviarnn
Did this error ocurr with the MethodExecution.invoke commented? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989556#3989556 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989556 ___

[jboss-user] [JBoss AOP] - Re: annotation-introduction + aspect oriented annotations

2006-11-28 Thread fabiocsilva
The code not yet is executing. | | SystemRecord.java : | | package util; | | import java.lang.annotation.ElementType; | import java.lang.annotation.Target; | | @Target({ElementType.CONSTRUCTOR}) | public @interface SystemRecord { | | } | | SomeClass.java : :)

[jboss-user] [Security & JAAS/JBoss] - Re: Custum LoginModule calling EJB in non-default security d

2006-11-28 Thread kaloisi
Not sure if I understand exactly your problem but I have a LoginModule access a secured EJB. I used RunAsLoginModule as an example. The problem is that JBoss has a stack containing principals and credentials. When a login module is called this stack is empty so if your LoginModule tries to ac

[jboss-user] [JBoss Portal] - Re: portal 2.4 with app seam+ajax issues

2006-11-28 Thread wlchung
For more information, my portal is jb2.2. And the web.xml I used is the one in portal-core.war\WEB-INF. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989553#3989553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39895

[jboss-user] [JBoss Seam] - Re: Seam 1.1 CR1, IceFaces & Tomahawk...

2006-11-28 Thread SmokingAPipe
I have Seam working nicely with Tomahawk. I'm using Seam 1.1 and Tomahawk 1.1.5 snapshot, and also Tomahawk Sandbox 1.1.5 snapshot. It's cool! There are some bugs but it is working. I was going to also add Icefaces to the mix but I thought that would be asking for a mess. At some point I'll

[jboss-user] [JBoss AOP] - Re: annotation-introduction + aspect oriented annotations

2006-11-28 Thread [EMAIL PROTECTED]
Within the annotation-introduction you have a few different "verbs": constructor - introduces annotation onto a constructor method - introduces onto a method field - introduces onto a field class - introduces onto a class What you have there is the same as | package gui.complaints; | | p

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

2006-11-28 Thread cavani
Thanks again! it works! And, yes! I am using JBoss 4.0.5/EJB3 R9 (Hibernate on base). I am not conviced that this is HEM bug. By specs, an entity bean may be any POJO (including XML-only mapped one) that can be associated with a certain Persistence Unit. This way, "contains" should not evaluate

[jboss-user] [JBoss Seam] - Re: Seam app on slashdot

2006-11-28 Thread ellenzhao
Thanks for the links! I had a look at the site and am really impressed by the performance! Since there is neither too much CPU load nor "out of memory" problem under such stress, your application must handle objects really well. Congratulations! View the original post : http://www.jboss.com/

[jboss-user] [JBoss AOP] - annotation-introduction + aspect oriented annotations

2006-11-28 Thread fabiocsilva
I would like to use the feature "annotation-introduction" to introduce annotation in constructors and to capture them in "bind". For example: | | | @util.SystemRecord | | | | | | | But 1 - The form @util.SystemRecord->new (..) to mark the constructors i

[jboss-user] [EJB 3.0] - Re: reentrant annotation?

2006-11-28 Thread ALRubinger
If I remember correctly... Entity Beans could be marked as "reentrant". Session Beans did not require a "reentrant" marking because if Stateless, the container would return another separate instance, and Stateful was prohibited (as it is now)... EJB 2.1 Spec, Final Draft, 7.12.10: anonymous w

[jboss-user] [Security & JAAS/JBoss] - Re: Federation in JBOSSsso

2006-11-28 Thread [EMAIL PROTECTED]
Here is the JIRA bug report for tracking this: http://jira.jboss.com/jira/browse/JBSSO-20 Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989540#3989540 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=398954

[jboss-user] [EJB 3.0] - Re: external configuration for service beans

2006-11-28 Thread jahlborn
i'm now running 4.0.5, and i was still required to use the ejb-name, management, ejb-class, and remote elements, even though the bean is fully annotated. however, that doesn't really help, as there is nothing really of use in that descriptor for the service bean anyway (unless i'm missing some

[jboss-user] [JBoss Seam] - Re: Seam app on slashdot

2006-11-28 Thread cwash
"ellenzhao" wrote : i got a 404could you please fix the link? http://it.slashdot.org/it/06/11/28/2037237.shtml is the link to the story and http://www.10minutemail.com/ is the link to the app. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989538#398

[jboss-user] [JBoss Seam] - Re: Seam app on slashdot

2006-11-28 Thread modoc
This url should work: http://www.10minutemail.com It's holding up better than I expected. It's a little slow at the moment, but hasn't fallen over. I was taken by surprise by the slashdot article, but so far it's working out well. I'm not sure where the slowness is coming from, my bandwidth

[jboss-user] [Security & JAAS/JBoss] - Re: Federation in JBOSSsso

2006-11-28 Thread [EMAIL PROTECTED]
anonymous wrote : | #1.) Does it support SAML 1.0/1.1 and 2.0? | Currently it is SAML 1.1 supported. But we are working towards making it SAML 2.0 compliant ASAP anonymous wrote : | #2.) Does it also support the browser-based POST method (for Federation). | Yes, this should be su

[jboss-user] [Security & JAAS/JBoss] - Federation in JBOSSsso

2006-11-28 Thread sullyseatte
Hello all! I just have a couple quick questions regarding the JBOSSsso product/framework. #1.) Does it support SAML 1.0/1.1 and 2.0? #2.) Does it also support the browser-based POST method (for Federation). Thanks much! :-) --J View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss AOP] - Re: Tracing/Logging - Actual RMI calls vs calls between EJBs

2006-11-28 Thread [EMAIL PROTECTED]
You can't if you use "execution" or "field" pointcuts, if you want access to the caller you need a "call" pointcut, but those have certain limitations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989532#3989532 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss AOP] - Re: Tracing/Logging - Actual RMI calls vs calls between EJBs

2006-11-28 Thread ykrishnaprasad
Kabir, In my interceptor class i can get a reference to the target object. How can i get a reference to the caller object in the interceptor class? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989529#3989529 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Seam app on slashdot

2006-11-28 Thread ellenzhao
i got a 404could you please fix the link? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989528#3989528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989528 ___ jboss-use

[jboss-user] [JBoss Seam] - Seam app on slashdot

2006-11-28 Thread [EMAIL PROTECTED]
Slashdot gave a mention (http://it.slashdot.org/it/06/11/28/2037237.shtml[/url]) to 10minutemail ([url]http://www.10minutemail.com), an interesting looking Seam app. Congratulations to Devon for the exposure his app is getting. I wonder how Seam is holding up to the slashdot effect. Vie

[jboss-user] [JBoss Seam] - Re: Dumb question: Links from a datatable

2006-11-28 Thread SmokingAPipe
Ok, I got it working. I need to specify view="/full/path/book-details.jsf". That works but it seems wrong to have to specify it with the full path. Is there some better alternative? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989527#3989527 Reply

[jboss-user] [JBoss Seam] - Re: Best Practice for Handling Redirect After Login

2006-11-28 Thread ellenzhao
I'm not sure whether I really understand your "We provide to sites outside of our domain a URL to our SEAM application". But I know there are surely possibilities to take the user directly back to a particular page after login. I implemented it with pageflow in jpdl and it works like charm. Th

[jboss-user] [JBoss Seam] - Dumb question: Links from a datatable

2006-11-28 Thread SmokingAPipe
This is a totally dumb question but I have been trying to figure this out all day and I'm not making progress. I have a Seam application. Like many applications, it displays a bunch of stuff in a DataTable. I happen to be using the Tomahawk DataTable, but it shouldn't be that different from a

[jboss-user] [EJB 3.0] - Re: @[EMAIL PROTECTED] within @AroundInvoke call-tree err

2006-11-28 Thread gnulp
==> further investigations showed that this happens in EJB3-RC8 as well as EJB3-RC9 !! - any ideas ? thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989522#3989522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate createQuery() ClassCastException

2006-11-28 Thread bcflynn2
Hey guys. I'm deploying Hibernate 3.2.1 within an ear folder in a JBoss 3.2 installation. This works well, except I've run into a problem I can't figure out. I have a hot deployed service that uses the following code to truncate a table prior to loading data: public void clearData(Logger pLog)

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

2006-11-28 Thread ellenzhao
The code example here is helpful: http://weblog.infoworld.com/tcdaily/archives/2006/11/review_extra_je.html However at this time things like backward chaining (there is a bit backward chaining in order to reach goals for things like cashflow optimization in my Jess script) and shadow facts are

[jboss-user] [JBoss jBPM] - Re: OutOfMemory error when running jbpm.db test suite

2006-11-28 Thread john.rojas
Ronald, Thanks so much for clarifying that for me. It really helps! Just as an FYI... I resolved most, if not all of those issues by reading through the posts in the forum. Thanks again, John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989518#3989518

[jboss-user] [EJB 3.0] - Re: reentrant annotation?

2006-11-28 Thread supert24
But wasnt there an deployment descriptor tag in EJB 2.1? Is it not ported to annotations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989517#3989517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989517

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

2006-11-28 Thread [EMAIL PROTECTED]
"miketech" wrote : Does JBoss already have any WSRP 2.0 implementation? Not yet, no. "miketech" wrote : Is JBoss using WSRP4J in JBoss Portal 2.6? Or is it your own implementation? We already have a base-level implementation of WSRP 1.0 in Portal 2.4. The implementation is our own, based only on

[jboss-user] [Messaging, JMS & JBossMQ] - Strange problem when network fails

2006-11-28 Thread BeckyG
Hi all, I am trying to put something together with JBoss, out of the box. It isn't anything complicated. I have some entity beans deployed in JBoss, and a few separate Java apps which access the beans. The Java apps talk to each other by JMS. The problem is, if the network fails while this is

[jboss-user] [JBoss Seam] - Seam 1.1 CR1, IceFaces & Tomahawk...

2006-11-28 Thread marcin777
Is this posible to use together Seam 1.1 CR1, IceFaces and Tomohawk components together? What about tomahawk filter implemented in web.xml U say? If that is posible, can U tell me how to implement Tomahawk together seam->IceFaces? View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Facelets does not submit

2006-11-28 Thread zzzz8
Hi Paul, Did you ever figure this out (or hazard a guess)? From you last post, I guess you didn't... Anyway, I'm having similar problems (I moved from Tiles to Facelets and I now am encountering this issue) - the h:messages tag doesn't show any errors and look at the phase listener tracker th

[jboss-user] [JBossWS] - Re: Exception with JBoss-4.0.5-SP1 and JBossWS-1.0.3-SP1 but

2006-11-28 Thread lafr
I enabled DEBUG for org.jboss.ws and got this: 2006-11-28 23:45:49,480 DEBUG [org.jboss.ws.server.StandardEndpointServlet] doPost: /mbi-ws/mbi2e-lafr-sb2000-ipc/core/MessageServic | eWS | 2006-11-28 23:45:49,488 DEBUG [org.jboss.ws.soap.MessageContextAssociation] pushMessageContext: org.jbos

[jboss-user] [JBoss Seam] - Re: Value is not a valid option.

2006-11-28 Thread supernovasoftware.com
I stepped into org.jboss.seam.selectitems.jsf.EntityConverter and found that the entities are in fact looked up correctly. If I select 3 items each lookup works fine, but I am still getting the jsf validation error. I am using myfaces 1.1.4, JBoss 4.0.4.GA and Seam 1.0.1 GA. Any advice? View

[jboss-user] [JBoss Seam] - Re: ELContext exception

2006-11-28 Thread lowecg2004
I came across this and, yes, adding el-*.jar as modules at the EAR level resolved the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989509#3989509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989509 _

[jboss-user] [Installation, Configuration & Deployment] - Setting up an Interceptor on jBoss

2006-11-28 Thread Haensel
Hello, my name is Hans-Martin. I am a student from Germany. I have a very big problem. My Professor wants me to send events via JMS to a Complex Event Processing Platform. First of all my professor gave me the simple job to create a jsp with 4 Buttons. He wants to see ?something move??. The t

[jboss-user] [JBoss Seam] - Re: Possible to test Passivation from Embedded EJB3?

2006-11-28 Thread lowecg2004
Ah yes - this was down to a mix in jboss-serialization.jar versions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989507#3989507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989507 __

[jboss-user] [EJB 3.0] - javax.ejb.EJBAccessException: Authentication failure with no

2006-11-28 Thread EricChile
I am trying to build a simple webapp / EJB 3.0 project. But running into some difficulty. After getting the session context bean, while trying to run a procedure that returns rows from a the DB, I get javax.ejb.EJBAccessException: Authentication failure Anyone know why? I don't even have @S

[jboss-user] [Messaging, JMS & JBossMQ] - message from queue to topic using single MDB

2006-11-28 Thread BalaBoss
Hi All, I am new to MQForum and as well as JBoss too. I have little knowledge of JMS and MDB. I have clear idea that queue's message cant be shared more than one target.But topic's messages can be shared by 0, 1 ... N targets. Now my question is: How to send the incoming message from queue to

[jboss-user] [JBoss Seam] - Re: Value is not a valid option.

2006-11-28 Thread supernovasoftware.com
I tried the following on the offending entity, but I still get a validation error. | @Override | public boolean equals(Object obj) | { | final Size other = (Size) obj; | if(other.getId()==id) return true; | return false; | } | Here is how I am using the fa

[jboss-user] [JBoss Seam] - Best Practice for Handling Redirect After Login

2006-11-28 Thread djeverson
We provide to sites outside of our domain a URL to our SEAM application. This URL contains query parameters such as www.domain.com/page.seam?regId=19293. The page in the URL is secure and requires login. If the user is not logged in, they are redirected to the login page. However after doing

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy79 getting conext

2006-11-28 Thread EricChile
Awesome that was it now Im getting a different error [Code] java.io.IOException: No properties file: users.properties or defaults: defaultUs ers.properties found at org.jboss.security.auth.spi.Util.loadProperties(Util.java:315) at org.jboss.security.auth.spi.UsersRolesLogi

[jboss-user] [JBoss jBPM] - Re: Process Definition Creation APIs

2006-11-28 Thread kukeltje
passing the ProcessDefinition will work and it was just my opinion that it would be easier to create the xml document. No special reason to do that, or it migh be that if it is stored, it can be looked up, changed and redeployed again. But if you feel comfortable using the PD, then go ahead.

[jboss-user] [JBoss Seam] - Re: Value is not a valid option.

2006-11-28 Thread supernovasoftware.com
I am also having a problem with this. I have it working for one entity, but I get a jsf validation error for another. Both equals methods were generated using Eclipse 3.2. I cannot find the difference between the 2 entities. I will try the equals method that only compares the ids. View th

[jboss-user] [JBossWS] - jboss-4.0.5 jbossws-1.0.3.SP1 deployment exceptions

2006-11-28 Thread zurchman
I know you don't want to read long stack traces, so here's the synopsis: jboss-4.0.5 has problems resolving three jbossws jars. I've noticed several posts calling attention to this problem, but have not found references to any resolutions. | 2006-11-28 14:18:13,260 DEBUG [org.jboss.deploymen

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy79 getting conext

2006-11-28 Thread ALRubinger
Yes. And you're looking up the one in local, and trying to cast it into the object type stored under remote. WebkidsAdminLite/webkidsFacade/local < $Proxy79 implements interface org.usiis.model.webkidsFacadeLocal WebkidsAdminLite/webkidsFacade/remote < $Proxy77 implements interface org.usiis.

[jboss-user] [JBoss jBPM] - Re: Process Definition Creation APIs

2006-11-28 Thread leobaz2
Thanks, using the ProcessDefinition object will work for me. However, why would it be easier to create the xml document? I would hoping to just pass the ProcessDefinition object itself to something. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989496#3989

[jboss-user] [JBoss Portal] - JBoss Portal + WSRP 2.0

2006-11-28 Thread miketech
Hi, I am currently exploring WSRP, especially WSRP 2.0 (the draft). Does JBoss already have any WSRP 2.0 implementation? Is JBoss using WSRP4J in JBoss Portal 2.6? Or is it your own implementation? Can you tell me anything about WSRP 2.0 in JBoss Portal in the future? How important is WSRP (

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy79 getting conext

2006-11-28 Thread EricChile
| Global JNDI Namespace | | +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory) | +- TopicConnectionFactory (class: org.jboss.naming.LinkRefPair) | +- WebkidsAdminLite (class: org.jnp.interfaces.NamingContext) | | +- webkidsFacade (class: org.jnp.interfaces.N

[jboss-user] [JBoss Eclipse IDE (users)] - Error creating WS: IWAB0514E Unable to get URL for project .

2006-11-28 Thread pkdj
I'm trying to publish a simple Java class as a web service using the Web Services > Create Web Service functionality. I accept the defaults. After processing a bit, I get "IWAB0514E Unable to get URL for project wst-p03" in a dialog. When I acknowledge the dialog and cancel the wizard, I see Axi

[jboss-user] [JBoss jBPM] - Re: OutOfMemory error when running jbpm.db test suite

2006-11-28 Thread kukeltje
John, I tried looking back at some of your posts. The one about the taskinstances would fall into the category: parts of the code/process, create a unit tests that demonstrates the problem. The one about the failure when ending a process falls in the categorie, to much info, not going to rea

[jboss-user] [JBoss Seam] - Re: Error with SeamGen

2006-11-28 Thread [EMAIL PROTECTED]
I bet there are other errors in your startup log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989489#3989489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989489 ___ jboss

[jboss-user] [JBossWS] - Using JBoss Web Services in the jbpm-starters-kit-3.1.2

2006-11-28 Thread ian.griggs
I am trying to demonstrate an XML/SOAP Web Service operation that starts a jBPM process instance I want advice on which JBoss tools to use to do this. I installed jbossws-1.0.3.GA in the JBoss server supplied with the jBPM starters kit 3.1.2. (I am running Windows XP.) Is this an appropriat

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - wait activity (and onAlarm in pick)

2006-11-28 Thread wugf
Same problem happens with onAlarm in pick. | | | | | | | | | | | | It works. But | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread kukeltje
why 'not acceptable'? To little functionality? If so, then look in the forums for posts on exchanging the the identity model. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989486#3989486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy79 getting conext

2006-11-28 Thread ALRubinger
Try: anonymous wrote : WebkidsFacadeLocal = | (webkidsFacadeLocal) context.lookup("WebkidsAdminLite/webkidsFacade/local"); ...looks like "WebkidsFacade" is stored under "remote". S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=398948

[jboss-user] [JBoss Seam] - Re: Debug page intercepts handled exceptions in 1.1

2006-11-28 Thread [EMAIL PROTECTED]
anonymous wrote : when I debugged it I found that the contextData on the invocationContext was different on the call to the second bean than on the initial JSF call to the first bean so the outermost flag was true in both cases. Ah. Good point. That's a bug. http://jira.jboss.com/jira/browse/

[jboss-user] [EJB 3.0] - Re: external configuration for service beans

2006-11-28 Thread ALRubinger
You're right; hadn't intended for this to be a full listing. However, I haven't found the "partial' configurations to be a problem, though you might have to update to EJB3 RC9. You can either patch 4.0.4-GA or upgrade to 4.0.5...I'm successfully using partial descriptors with no more than "ejb

[jboss-user] [JBoss Seam] - Re: Seam Stateless Beans

2006-11-28 Thread [EMAIL PROTECTED]
Stateless session beans should NEVER have setter methods! Use a stateful bean (and read up on the definition of "stateless" in EJB). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989482#3989482 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Handling remoting exceptions

2006-11-28 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989481#3989481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989481 ___ jboss-user mailing list jboss-user@lists.jboss.org

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

2006-11-28 Thread [EMAIL PROTECTED]
Yes, it is a bug. http://jira.jboss.com/jira/browse/JBSEAM-533 But actually it looks like the bug is in HEM, not in Seam (I assume you are using Hibernate): http://java.sun.com/javaee/5/docs/api/javax/persistence/EntityManager.html#contains(java.lang.Object) So why not report this in Hibernate

[jboss-user] [Installation, Configuration & Deployment] - Multiple war files

2006-11-28 Thread imchints
I am experiencing some application server performance issue both with startup and stability. Our application currently have 50+ war files. The web applications are not complex but simple web forms capturing user information and store the data in the database using hibernate. I was wondering will

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

2006-11-28 Thread [EMAIL PROTECTED]
Try using a Seam page parameter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989477#3989477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989477 ___ jboss-user mailing lis

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread NiB
Yes i see that might be possible. Nevertheless for a real business application not acceptable. Has anyone developed a replacement for this role model? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989476#3989476 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Migration to Seam 1.1.CR1

2006-11-28 Thread [EMAIL PROTECTED]
Then look at the hibernate and hibernate2 examples, which show this working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989475#3989475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989475 __

[jboss-user] [EJB 3.0] - java.lang.ClassCastException: $Proxy79 getting conext

2006-11-28 Thread EricChile
Can't seem to get the stateless facade from within my webapp. I hava the webapp and the jar (bean) in the same ear. It appears the the context for the bean is correct. I also made sure there were no references to that bean in my WEB-INF/classes or lib. Anyone have a clue as to what is going on h

[jboss-user] [JBoss jBPM] - Roadmap for releasing BPEL support

2006-11-28 Thread meghanai_99
Hello, I see that BPEL suppor tin jBPM is in Beta2. I want to know when the final release will be out. Also I would like to know if BPEL will available to use under LGPL. Currently it is showing as 'custom' under license on sourceforge download site. The roadmap and license are going to be de

[jboss-user] [EJB 3.0] - Re: external configuration for service beans

2006-11-28 Thread jahlborn
just to clarify on the "partial specification thing". the config that you wrote is not valid (in 4.0.4), although you may not have intended it to be. the parser seems to require all of the management, remote, etc. elements when specifying the service bean, even if all of these are already spec

[jboss-user] [EJB 3.0] - Re: external configuration for service beans

2006-11-28 Thread jahlborn
yes, i am aware of this configuration option. besides the fact that it doesn't seem to support "partial specification" the way a deployment descriptor does, it doesn't seem to support env-entry elements like a stateless session bean. it does have some resource-ref stuff, but i couldn't figure

[jboss-user] [EJB 3.0] - @PrePersist @PreUpdate within @AroundInvoke results in call-

2006-11-28 Thread gnulp
I have a stateless sessionBean defined using an interceptor on a businessMethod as well as a entityBean with a listener. | @Stateless | @TransactionAttribute(TransactionAttributeType.REQUIRED) | public class MyStatelessSessionBean { |... |@Interceptors(MyInteceptor.class) |

[jboss-user] [JBoss Seam] - Debug page intercepts handled exceptions in 1.1

2006-11-28 Thread rbz285
I've just upgraded from 1.0.1.GA to 1.1.0.CR1 In my app I have a JSF page calling a stateful seam bean which then calls another stateless seam bean. The second bean can throw an exception which is caught and handled by the first, which then shows a faces message. However, in 1.1 the seam deb

[jboss-user] [JBoss Portal] - Re: upload zip archive bug : NegativeArraySizeException

2006-11-28 Thread Antoine_h
I am working on this right now. yes, I've seen it is a bit more complicated... I have tried it this way : FileItem item = (FileItem) itr.next(); | ZipFile zipFile = new ZipFile(item.getName()); in the CMSAdminPortlet code (a copy of it). and it seems to work. the FileItem javadoc says getName(

  1   2   3   >