[jboss-user] [JBoss Eclipse IDE (users)] - Re: Missing JBossWS options

2007-01-29 Thread omatzura
Hi! strange.. exactly what jdk/jre version are you running eclipse under? /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008149#4008149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008149 _

[jboss-user] [Security & JAAS/JBoss] - Re: Clustered SSO with SPNEGO/KERBEROS

2007-01-29 Thread j_ri
Hello Thibault, thanks for your answer. Unfortunately your idea doesn't help me, because the problem is not the web-layer, but the ejb layer. My web-application makes a call to a stateless session bean (on node1 of the cluster) and 15 minutes later it makes another call to the bean (but this tim

[jboss-user] [J2EE Design Patterns] - Re: Exception handling in Bulk calls

2007-01-29 Thread kapil.singhal
Hello, The following code snippet is getting Displet color detail in a single call based on Object Id. The second method getDipletColorDetails() is calling the above method getDispletColorDetail() in a for() loop for the no. of iterations. Now if there are 100 iterations and an exception is bei

[jboss-user] [Javassist user questions] - Error in Using Log4j in Struts Application

2007-01-29 Thread ashish.mishra16
Hi All, I m using JBoss-4.0.4.GA. I m using Log4j for logging. When i deploy my application named MsgForum.war,I get the following error: 3:20:59,828 INFO [TomcatDeployer] deploy, ctxPath=/MsgForum, warUrl=.../deploy/MsgForum.war/ 3:21:03,875 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.ut

[jboss-user] [J2EE Design Patterns] - Re: Exception handling in Bulk calls

2007-01-29 Thread rajeshpinku
Please post your code along with the query. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008145#4008145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008145 ___ jboss-user

[jboss-user] [JBoss jBPM] - GPD installation problem

2007-01-29 Thread thriveni
hi all, I am facing a problem during the installation of graphical process designer. the problem is while installing this through eclipse as said am getting error. the errror is org.jbpm.gd.jpdl.feature (3.0.12) requires plug-in "org.eclipse.wst.common.core". can anyone please help me

[jboss-user] [Installation, Configuration & Deployment] - java.lang.NoClassDefFoundError

2007-01-29 Thread hussain_rangwala
hey peter thanks for your reply it really helped my server is up and running fine...however i get an error when i click on the "submit" button of my web page...can you help me on this ..i am using jboss portal 2.4.0.GA and i have jdk 1.5 installed on my windows XP.Thanks in adv

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB dependency on other MDB

2007-01-29 Thread ariekz
Hi, 10x for the response In general I've managed without dependencies, though for general knowledge I used < depends / >, the problem is that both the depend and the depended MDBs are in the same configuration files (jboss.xml and ejb-jar.xml) so while deploying I get messages saying that the de

[jboss-user] [JBoss Seam] - Re: anyone uses s:selectDate ?

2007-01-29 Thread [EMAIL PROTECTED]
Look at date.css in the booking app. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008138#4008138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008138 ___ jboss-user mailing

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Missing JBossWS options

2007-01-29 Thread purohitvinod
Hi Bertaa, I am also facing the same problem. Then as per omatzura's suggestion, i changed the eclipse environment to 1.5 but even after that, the JBossWS is not activated. Were you able to solve the problem? * "bertaa" wrote : Operating system :

[jboss-user] [Security & JAAS/JBoss] - Re: How can I get JBoss to use my login module?

2007-01-29 Thread SmokingAPipe
I have it working. It's critical to use exactly the right format in jboss.xml. It must be: myDomain not anything with java:/jaas or anything like that. I wrote my own LoginModule from scratch and it works fine. Is there any reason why I shouldn't use my own LoginModule instead of subclass

[jboss-user] [JCA/JBoss] - Re: matchManagedConnections not called when

2007-01-29 Thread LGSW_Sam
Hi Weston! I do have hashCode() and equals() implemented and they are called and equals returns true or false correctly. But matchManagedConnections() is not called at all... I would expect that macthManagedConnections() is called always if equals=true and the pool has at least one connectio

[jboss-user] [J2EE Design Patterns] - Exception handling in Bulk calls

2007-01-29 Thread kapil.singhal
Hello, I am using JBoss 4.0.05GA and JBossWS 1.0.3. I have created a Web Service and I am exposing various methods at the client-end. I have provided custimozed SOAP API Exception to be thrown at the client-end in the form of code, actor, text etc. When ever any method/call is failed, an excp

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBoss JMS vs. Home-grown scaling solution... Which is be

2007-01-29 Thread Byorn
Yeah No point reinventing the wheel also. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008134#4008134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008134 ___ jboss-user ma

[jboss-user] [JBoss Portal] - Re: Weather Portlet - temp in deg C

2007-01-29 Thread andyreed78
lol. I've spoken with the Queen and as an alternative, she suggested that the US would be welcome back into the commonwealth if they are willing to start spelling things correctly (e.g. colour) and stop stealing our places names and prefixing them with 'New'! I hope this is taken as the joke

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Joining messages (queues)

2007-01-29 Thread Byorn
How does the MDB know the resouce is ready ??? You could use a scheduled task to execute every 5 seconds (n minutes) to check the resource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008132#4008132 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: anyone uses s:selectDate ?

2007-01-29 Thread kazoo
I ran into the same problem. I copied all the Date related style from screen.css and all the images over to my probject, but it stll shows up as transparent. I wonder what files I need to make it work. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=400

[jboss-user] [JBoss Seam] - Re: Seam + EJB3 performanceL

2007-01-29 Thread [EMAIL PROTECTED]
Enable the SQL log. I'm 99% sure that you simply execute hundreds of SQL queries when the tree is rendered. Read up on explode()/CONNECT BY operators in SQL, and workarounds with "nested set" and "materialized path" (use Google). In Hibernate, you can also think about batch fetching. Do not opt

[jboss-user] [JBoss Eclipse IDE (users)] - Naming Error shutting down JBoss server in JBoss Eclipse

2007-01-29 Thread gzoller
Hello, I'm running JBoss Eclipse (latest beta) on Windows. On this platform I needed to change the JNDI port from 1099 to something else (1999) because something else had already claimed 1099. This works fine and I can launch and use the server from Eclipse. My problem comes when I go to shu

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Logging not taking place within tomcat?

2007-01-29 Thread russray
I am working with JBoss 4.0.5 and everything is working but for some reason I am not getting the logging events from the Web Server (tomcat). All my logging events from the Application server is coming in correctly. | | | | | | | | | |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem include external context

2007-01-29 Thread visolvejboss
Hello, You can use the following code achieve this. <% getSetvletContext.getContext("/company_import").getRequestDispatcher("/").include(request,response); %> This might solve your problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008127#4008127 Reply

[jboss-user] [JBoss Seam] - Re: seam-gen generate-entities not using Entity.java

2007-01-29 Thread dan.j.allen
Ah, makes perfect sense, now that you point it out. My mind was being to narrow, thinking that the scope was entirely within the Seam source. Thanks for the quick response. To avoid having to answer this question time and again, you might just want to add that hint to the usage statement in S

[jboss-user] [Installation, Configuration & Deployment] - Problem configuring service jboss:service=Scheduler

2007-01-29 Thread sonoerin
Using JBoss 4.0.2 on OS X (10.4.8) with mySQL: I see this error on server startup and I haven't been able to find an answer. Has anyone seen this error before and maybe tell me what might be causing it? 18:09:15,554 INFO [ServiceConfigurator] Problem configuring service jboss:service=Schedule

[jboss-user] [EJB/JBoss] - Undeploy a Management Bean: Caused by: javax.management.Inst

2007-01-29 Thread freebase
I have an application which is using Manage bean and Jboss 4.0.5.GA. when I undeploy the ServiceOne of jboss-EJB-3.0_RC9-FD, the programming gives me some error information: 10:41:45,674 INFO [STDOUT] ServiceThree - Interceptor | 10:41:45,675 INFO [STDOUT] ServiceThree - Stopping | 10:41:45

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-29 Thread venkateshbr
i agree. one option is to download the pdf and sign it using some tools. The other option is to sign the pdf using an applet reading the client keystore. The reason i say client is in an e-biz transaction b/w a buyer and a supplier the document is always signed using the key of the buyer and s

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss Admin Console

2007-01-29 Thread visolvejboss
Hello, Yes. JBoss has Administration Console. After starting the JBoss Server, On your web browser, by locating the url : http://localhost:8080/ It shows the "Jboss Web Console" on the Welcome page of JBoss, it is the Admin console of jboss. View the original post : http://www.jboss.com/i

[jboss-user] [EJB 3.0] - Re: Timer Error intermittently killing my site

2007-01-29 Thread mkleiderman
Did you file a bug in Jira? If so, what's the number? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008109#4008109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008109 ___

[jboss-user] [JBoss Seam] - Re: documenting Configuring Seam in a Portal

2007-01-29 Thread codelion
Discovered too many problems with portal and facelets, i.e. using JSF instead of JSP like in the example. My mode: Trying to take code from seam-gen (new-project and generate-entities), see it run as application, then modifying it to run at least one view page in a portlet. I get something.ht

[jboss-user] [JBoss Seam] - Re: How can s:button be rendered as an image button

2007-01-29 Thread [EMAIL PROTECTED]
Fixed in CVS. s:button behaves just like h:commandButton, allowing an image="..." to be specified. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008111#4008111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008111

[jboss-user] [JBoss Seam] - Re: Seam + EJB3 performance

2007-01-29 Thread [EMAIL PROTECTED]
I can't believe that it would take a minute to render even a data set several orders of magnitude larger. Do you have a simple test case that can demonstrate the behavior? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008108#4008108 Reply to the post :

[jboss-user] [JBossCache] - Re: Cache lockup in JBoss 4.0.4.GA + EJB3 RC9 under heavy lo

2007-01-29 Thread kgrjb
im using JBossCache 1.4.1.GA with Hibernate 3.2.2.GA and i get a huge number of similar read locks and write locks warns + errors, especially during eviction stage. Then the cache and therefore application fail completely. 2007-01-30 12:50:33,443 WARN [BaseEvictionAlgorithm] eviction of zzz/d

[jboss-user] [JBoss jBPM] - Re: define process definition with jbpm's api

2007-01-29 Thread jnesta
Using codes as follows instead of new ProcessDefinition, it's ok. [CODE] ProcessDefinition definition = ProcessDefinition.createNewProcessDefinition(); [/CODE] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008106#4008106 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: Seam + EJB3 performance

2007-01-29 Thread vladimir.kovalyuk
It seems that I do. There are menu with pop-up sub-menus on the top, tree with context menus on the left panel, and list of contents on the right panel. You can see that sort of design in Windows Explorer for instance. Usually the page is rendered (starting from second attempt) immediately, I mea

[jboss-user] [JBossWS] - Re: SchemaTypeCreator.introspectJavaProperties Exception w/

2007-01-29 Thread jgoldbergca
Hi- Did you ever resolve this issue? I'm seeing the same error. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008103#4008103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008103

[jboss-user] [JBoss Seam] - is my assumption of what Seam is doing correct (link to IceF

2007-01-29 Thread seamNoobie
http://www.icefaces.org/JForum/posts/list/3589.page#16535 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008102#4008102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008102 _

[jboss-user] [JBoss Seam] - Re: How can s:button be rendered as an image button

2007-01-29 Thread xtia004
Yes, it is a good workaround. It has solved my problem. But you know, it is lack of the pressdown behaviour and if we have more kinds of such buttons, we have to style each of them. What about a request to make s:button be able to render an image button as petemuir suggested? View the original

[jboss-user] [JBoss jBPM] - define process definition with jbpm's api

2007-01-29 Thread jnesta
jbpm3.1.2 I define process as follows: | ProcessDefinition definition = new ProcessDefinition(); | definition.setName("hello world"); | | Transition open = new Transition("open"); | open.setProcessDefinition(definition); | | StartState newS = new StartState("new"); | newS.addLea

[jboss-user] [JBoss jBPM] - Getting (and changing) the data of finished TaskInstances?

2007-01-29 Thread telecky
Hi, I am a newbie with JBPM. I have the following question: Once created you save the TaskInstance forever. So I believe that using the TaskInstance.Id you can get the TaskInstance always from the database no matter if it has been completed yet or not. Can you retrieve also the variable values

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

2007-01-29 Thread fhh
anonymous wrote : Feel free to update it :) I have added a very simple example. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008094#4008094 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008094

[jboss-user] [JBoss Seam] - Re: Confused about Seam/JSF/Facelets Tools - Seeking some Gu

2007-01-29 Thread vladimir.kovalyuk
Although I didn't find anything about Seam in JIRA JBIDE I hope eventually JBOSS IDE will be shipped with Seam plugins. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008093#4008093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss jBPM] - Re: Unable to locate current JTA transaction

2007-01-29 Thread crussell42
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99366&postdays=0&postorder=asc&start=0 Found the solution in this posting. Had to change config option in jbpm.cfg.cml to false. Not sure why this is but it seems to fix things | | View the original post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: Seam injection doesn't work while testing with testng!

2007-01-29 Thread fhh
Is the Seam-Interceptor configured? Regards Felix Plz note that the examples declare the interceptor in the deployment descriptor and not by the @Interceptor annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008088#4008088 Reply to the post : htt

[jboss-user] [JBossCache] - Re: IdentityLock write lock

2007-01-29 Thread [EMAIL PROTECTED]
This could have to do with somewhat stronger locking semantics for creating/removing child nodes, introduced in 1.4.1.GA. See http://jira.jboss.com/jira/browse/JBCACHE-955 I hope to put out an SP1 very shortly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Seam] - Seam Users in the Northwest-USA?

2007-01-29 Thread modoc
This may not be the most applicable forum, but it's the only one I know. Are there any Seam users in the Seattle area who might be up for a periodic hack session, knowledge sharing, etc...? If so, let me know and I'll set something up. [EMAIL PROTECTED] Regards, Devon View the original po

[jboss-user] [JBossCache] - Re: Read Locks not released broken between 1.4.1.beta and 1.

2007-01-29 Thread [EMAIL PROTECTED]
This is related to http://jira.jboss.com/jira/browse/JBCACHE-955 I hope to release an SP1 very soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008063#4008063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008063 _

[jboss-user] [JBoss Seam] - Re: Does Seam File Upload Component support very large files

2007-01-29 Thread [EMAIL PROTECTED]
That is right, and you'll be able to inject the file data as either a byte[] or an InputStream. Of course the InputStream will be more resource-friendly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008066#4008066 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: SeamSecurityManager missing?

2007-01-29 Thread [EMAIL PROTECTED]
The security API is code-complete for the release, I'm just working on documentation and examples now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008067#4008067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008067

[jboss-user] [JBoss Seam] - Re: Does Seam File Upload Component support very large files

2007-01-29 Thread modoc
That sounds great! I can't wait. Thanks guys! Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008075#4008075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008075 ___

[jboss-user] [JBossWS] - Re: jsr181pojo - java 1.5 - SOAPMessageImpl

2007-01-29 Thread dwin
also did you compile the stubs (against the WSDL) for the client class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008087#4008087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008087 __

[jboss-user] [JBoss Seam] - Seam injection doesn't work while testing with testng!

2007-01-29 Thread gena777
Hi, i've got probably a stupid injection issue but i need a hint: 1. While testing with testng no one Seam component can be injected. However, @EJB components can be! 2. All components seem to be correctly installed/registered during start up 3. Component.getInstance("..") and so on work proper

[jboss-user] [JBoss Seam] - Re: Confused about Seam/JSF/Facelets Tools - Seeking some Gu

2007-01-29 Thread terryb
Thank you guys for the response. I think many seam starters are in my position. who look at seam for seam+jsf+facelets+xhtml development; but get go around the circles trying to workout dev tool that delivers this functionality. I will appreciate more responses from experiences with dev tools in

[jboss-user] [Security & JAAS/JBoss] - Re: How can I get JBoss to use my login module?

2007-01-29 Thread fhh
AFAIK the LoginContext is only created when it is needed for the first time. So unless you start declaring some security constraints on your webapp you will never know whether it works or not. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008

[jboss-user] [JBoss Seam] - Re: How can s:button be rendered as an image button

2007-01-29 Thread [EMAIL PROTECTED]
Can't you just style it with CSS? button.styled { | width: 80px; | height: 80px; | border: 0px; | background: url(image.png) no-repeat top left; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008080#4008080 Reply to the post : ht

[jboss-user] [JBoss jBPM] - Re: How to get previous actorid

2007-01-29 Thread webjavier
there is no way to do it??? "Saviola" wrote : Hi! | The PreviousActorId is not persisted in the database. So you can use it until you commit the session where you changed the actorId. | | Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008081#400

[jboss-user] [JBoss jBPM] - Re: How get the previousActorId on the task list?

2007-01-29 Thread webjavier
there is no way to do it??? "kukeltje" wrote : You 2 search the forum first please: | | http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83349 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008082#4008082 Reply to the post : http://www.jboss.

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

2007-01-29 Thread petemuir
I've committed this to CVS. It would be great if some of you could put it through its paces prior to the 1.1.5 release later this week. It's documented in with the rest of the JSF controls, and is demonstrated in the ui example. You should note that the wiki version is a bit different to the v

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem include external context

2007-01-29 Thread stefanraabe
Hello i have the following problem. In my JBoss exist 2 web application now i would like to include the content from the 1. application into the second. Here a example path: 1. localhost:8080/company_web 2. localhost:8080/company_import http://localhost:8080/company_import"; flush="true" /> Do

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

2007-01-29 Thread [EMAIL PROTECTED]
And is this under load only? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008061#4008061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008061 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Problems with injection of persistence context.

2007-01-29 Thread adamkoprowski
anonymous wrote : Remember Seam injects by variable name NOT class/interface. Ups, I didn't know that. Sorry, I'm a newbie to Seam and the manual seems to go rather smoothly over such technicalities... Thanks a lot for help! Adam View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - Re: Weather Portlet - temp in deg C

2007-01-29 Thread kukeltje
Yeah, I have a better idea... lets ditch Fahrenheit, Miles, ounces, NTSC, driving left, speaking english (sorry, american english that is ;-)) all together and create a new ice-age so GB is finally part of main land europe sorry... just joking View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: Problems with injection of persistence context.

2007-01-29 Thread petemuir
There's your problem, you've called the component entityManager but are trying to inject it as em. Remember Seam injects by variable name NOT class/interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008055#4008055 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Unable to locate current JTA transaction

2007-01-29 Thread crussell42
When I deploy the jbpm-enterprise.ear to jboss 4.0.5ga and try to log into the jbpm-console web app I am getting the following error. Unable to locate current JTA transaction | 16:56:02,784 ERROR [STDERR] Jan 29, 2007 4:56:02 PM com.sun.facelets.FaceletViewHandler handleRenderException | SEV

[jboss-user] [JBoss Seam] - Re: Problems with injection of persistence context.

2007-01-29 Thread adamkoprowski
Here it goes: components.xml: | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation= | "http://jboss.com/p

[jboss-user] [JBoss Seam] - Re: The Tree died

2007-01-29 Thread adamkoprowski
Well, I'm having precisely the same problem. I was browsing through forums to find a solution to that with no success. In this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98856 there is a suggestion of work around (constructing tree via facelets method call and returning

[jboss-user] [JBoss Seam] - Re: Problems with injection of persistence context.

2007-01-29 Thread petemuir
Post your components.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008051#4008051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008051 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: How can s:button be rendered as an image button

2007-01-29 Thread petemuir
Oh, I didn't read your post properly. You'll probably need to put a feature request in JIRA for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008049#4008049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008049

[jboss-user] [JBoss Seam] - Re: How can s:button be rendered as an image button

2007-01-29 Thread petemuir
I would just wrap a image with an s:link View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008047#4008047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008047 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Problems with injection of persistence context.

2007-01-29 Thread adamkoprowski
Hello, I'm running into problems with injection for persistence context. If in a session bean I do: @PersistenceContext private EntityManager em everything is fine, however if in the Seam component I do: @In(create=true) EntityManager em the application breaks up and I get: | Caus

[jboss-user] [JBoss Seam] - Re: How can s:button be rendered as an image button

2007-01-29 Thread gus888
How about | | but I am not sure, just a suggestion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008045#4008045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008045 _

[jboss-user] [JBoss Seam] - How can s:button be rendered as an image button

2007-01-29 Thread xtia004
I have tried several properies of s:button such as type="image", image="...", src="..." so that it can be rendered as an image button but not successful. The reason here not using s:link is that I want a javascript confirmation before actually performing the action in case of delete. By using s:

[jboss-user] [JBoss jBPM] - Re: How get the previousActorId on the task list?

2007-01-29 Thread kukeltje
You 2 search the forum first please: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83349 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008043#4008043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=400804

[jboss-user] [JBoss Seam] - Re: ResultList from EntityQuery raises OutOfBoundsException

2007-01-29 Thread markfoerstein
Yes, you are right. The message is so obvious, but I couldn't see. I was using Atinav's AveConnect 2.5 JDBC driver for SQL Server. Changed to jTDS 1.2 and everything is fine now. Thanks Gavin for your support. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss jBPM] - Re: Exporting a persisted ProcessDefinition to a jpdl XML.

2007-01-29 Thread kukeltje
I beg you how can I tell you, without offending you that you should SEARCH THE FORUM FIRST. this has been asked more than once, maybe even 10 times... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008040#4008040 Reply to the post : http://www.jbos

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

2007-01-29 Thread mraccola
I rolled back to 1.3.0.SP2 and I am no longer experiencing the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008039#4008039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008039 _

[jboss-user] [JBoss Seam] - Re: s:dynamicImage is possible in Seam 1.1.5

2007-01-29 Thread gus888
It will also be great if s:dynamicImage can be released in Seam 1.2.0. Petemuir, thanks a lot for the DynamicImage and SelectItems components you created. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008038#4008038 Reply to the post : http://www.jboss.com

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSException while initializing DLQHandler

2007-01-29 Thread genman
Looks like there's some sort of issues with JNDI. How is your server configured (differences from the stock release)? I would guess there's some sort of version conflict. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008037#4008037 Reply to the post : http

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB dependency on other MDB

2007-01-29 Thread genman
using ... < depends / > in your jboss.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008034#4008034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008034 ___ jboss-user ma

[jboss-user] [JBoss AOP] - *** java.lang.instrument ASSERTION FAILED ***

2007-01-29 Thread dunks80
Has anyone ever run across this error message when running aop? I've gotten it using both jdk 1.6 and jdk 1.5 on Fedora Core 5 64-bit jdk 1.6 *** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at ../../../src/share/instrument/JPLISAgent.

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB dependency on other MDB

2007-01-29 Thread genman
Although getting help here is fairly rare these days ;-) you should post your server version, configuration files, and relevant error messages. I assume you're using in your jboss.xml ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008031#4008031 Reply to

[jboss-user] [JBossCache] - Re: Cache lockup in JBoss 4.0.4.GA + EJB3 RC9 under heavy lo

2007-01-29 Thread J.Hedin
Reposted as http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100197&start=-10 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008028#4008028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008028 ___

[jboss-user] [EJB 3.0] - Deployment of node 2 fails in JBoss 4.0.5.GA + EJB3 RC9 patc

2007-01-29 Thread J.Hedin
We use JBoss 4.0.5.GA + EJB3 RC9 Patch 1+ jBPM 3.1.3 with store in MySQL 5 for our application. The application runs in an active-active cluster on two nodes. The flow is mainly MDB (starts TX) -> token.signal() -> jBPM actions (often calls EJB3 SLSB -> EJB3 entity beans) -> JMS send tokenId to

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBoss JMS vs. Home-grown scaling solution... Which is be

2007-01-29 Thread genman
In terms of performance, many JMS implementations don't use relational DBs but use local storage. Some do "buddy replication" over the network, and require no disks for "persistence". These probably would out-perform your solution. Anyway, by the time you finished your custom solution, it's like

[jboss-user] [JBoss Seam] - Re: Accessing multiple databases

2007-01-29 Thread guy_davis
Good to know. Is it possible to specify these datasources programatically rather than in an XML file. For example in the booking example, there is the jboss-seam-booking.jar!/booking-ds.xml file which contains the details on a single datasource. Should I add multiple data source declarations i

[jboss-user] [JBoss Portal] - Re: Weather Portlet - temp in deg C

2007-01-29 Thread dexxa
I'm using 2.4.1 and I have been able to get the edit button to work although the _c doesn't work for me either. I get the actual temperature to display in C by adding &u=c to the end of the "zipcode". The degrees are then displayed in Celcius however an F still appears beside each of the number

[jboss-user] [JBossCache] - Re: Cache lockup in JBoss 4.0.4.GA + EJB3 RC9 under heavy lo

2007-01-29 Thread J.Hedin
I can now confirm that the lockup problem is gone in JBoss 4.0.5.A + EJB3-RC9-Patch-1. The backport of the eviction queue size is in danger then. The lock time out fix look sufficient. As for the deployment error on a highly loaded server, I will repost it to the EJB3 forum. Tanks all for the

[jboss-user] [JBoss Seam] - Re: s:dynamicImage is possible in Seam 1.1.5

2007-01-29 Thread petemuir
As 1.1.5 is being released this week, a dynamic image component isn't going to make it in. Resource loading more generally is certainly an issue that needs addressing. As for selectitems, some of the functionality currently in SeamSelectItems will make it into 1.1.5. View the original post :

[jboss-user] [EJB 3.0] - Re: Bug? @Inheritance(strategy=JOINED) AND @DiscriminatorVal

2007-01-29 Thread fhh
Sorry, I have found the Hibernate bug describing this: http://opensource.atlassian.com/projects/hibernate/browse/ANN-140?page=all (It is amazing that you always find the bug report only after you tried to describe the problem yourself.) Since I don't know anything about the hibernate sources I

[jboss-user] [JBoss Seam] - Re: Seam + EJB3 performance

2007-01-29 Thread [EMAIL PROTECTED]
I think it is well understood that there is good bit of overhead involved. The tests so far have indicated that the performance is quite reasonable in practice. If you observe actual performance issues we'd be very interested to know of them. View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Confused about Seam/JSF/Facelets Tools - Seeking some Gu

2007-01-29 Thread kukeltje
The exadel plugin is less usable with seam since - it does not know about the annotations and therefor has no codecompletion, validation - does not know how to visually display seam tags - ... Since I do not use jsf pageflow with seam (jpdl) and therefore this plugin becomes less and less usabl

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-29 Thread swestbom
Anyone get security to work at the page level. I find my settings are getting ignored on 2.6 alpha but work on 2.4 sp1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008008#4008008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Portal] - JBoss 2.6 alpha

2007-01-29 Thread swestbom
Anyone get security to work at the page level? I find that the settings get ignored entirely. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008007#4008007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008007 ___

[jboss-user] [EJB 3.0] - Re: How to deploy an EJB3 app in production ?

2007-01-29 Thread ALRubinger
Simple usually is. :) In my environment I'm currently using a little EJB3 JMX Pojo called a "DatabaseBootstrapService". Its responsibility: * Ensure the necessary schemas exist, and if not, creates 'em * Ensure the necessary DB users exist, and if not, creates 'em. * Creates the necessary table

[jboss-user] [JBoss Seam] - s:dynamicImage is possible in Seam 1.1.5

2007-01-29 Thread gus888
Hi there, It is great that s:selectItems will be released in Seam 1.1.5 (found from Seam-Road-Map). I am wondering whether it is possible to move the DynamicImage component in Seam-wiki to Seam UI. I think that the DynamicImage is used a lot in Web 2.0, as same as s:fileUpload, s:formattedText.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - case insensitive finder

2007-01-29 Thread sigitm
Hi! I'm trying to build a finder that uses user input to lookup entries in a database. I'm using a CMP entity EJB (2.1) in JBoss 4.0.5.GA (using Hypersonic), with this finder: * @ejb.finder | * signature = "java.util.Collection findByFields(java.lang.String id, java.lang.String au

[jboss-user] [JBoss jBPM] - Exporting a persisted ProcessDefinition to a jpdl XML.

2007-01-29 Thread furtadov
I am trying to export a ProcessDefinition deployed to the database to a jpdl compliant processdefinition.XML. The org.jbpm.jpdl.xml.JpdlXmlWriter class has been deprecated. Is there any way to tap into the ui.jar to export to a file... View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Seam + EJB3 performance

2007-01-29 Thread vladimir.kovalyuk
To be honest the latter. If I were able to perform true performance tests I'd provided you with figures. I thought you already have them. I just wanted to draw attention to the fact that contents of callstack between caller and callee is a very long journey and must cost a lot, even not taking in

[jboss-user] [EJB 3.0] - Bug? @Inheritance(strategy=JOINED) AND @DiscriminatorValue d

2007-01-29 Thread fhh
Hello! It seems that the the JBoss EJB3/Hibernate stuff ignores the @DiscriminatorValue annotation on JOIND inheritances: | @Entity | @Inheritance(strategy=JOINED) | public abstract class parent { | | @Id | Integer id; | | } | | @Entity | @DiscriminatorValue("chil

[jboss-user] [Security & JAAS/JBoss] - Re: 3.2.0 to 4.0.5 causes failure when trying to access secu

2007-01-29 Thread pcarrollnf
Here is the log output when TRACE is on if this helps. | | 2007-01-29 15:26:03,651 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.Workspace#findByPrimaryKey] Executing SQL: SELECT t0_Workspace.WORKSPACE_ID, t0_Workspace.WORKSPACE_NAME, t0_Workspace.DESCRIPTION, t0_Workspa

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE 2.x and WTP 1.5.2 coexistence

2007-01-29 Thread [EMAIL PROTECTED]
try out the nightly build and let us know if it works in there. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007990#4007990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007990 ___

[jboss-user] [JBoss jBPM] - How get the previousActorId on the task list?

2007-01-29 Thread webjavier
How get the previousActorId on the task list? i'm using jbpm3.2Alpha1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007991#4007991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007991 _

  1   2   3   >