[jboss-user] [JBoss Seam] - how can i use *.seam and *.jsf at the same time?

2008-01-25 Thread gringalet
i am glad to see jboss seam example -dvdstore, and i want to add a jsp file named upload.jsp in the root dir. and like this: --root ---home.xhtml ---browse.xhtml ---dvd.xhtml .-- .. ---upload.jsp now, i want to use upload.jsp for upload file. i make a managed-bean in fa

[jboss-user] [JBoss Seam] - Re: Stateless bean holding data?

2008-01-25 Thread blabno
As far as I can see, the peopleList is updated only when search() method is called, so if you just get back to the listing page, then it accesses the same bean with old data. You could put action in pages.xml or in pageflow definition to be called before rendering the page. View the original po

[jboss-user] [Beginners Corner] - JBoss and IP address

2008-01-25 Thread mortsahl
I installed JBoss 4.2.2 on a machine with an IP address of 192.168.1.200. (Running Ubuntu 6.06) To see the JBoss welcome page I can get there by going to http://localhost:8080 or http://127.0.0.1 ... but not by http://192.168.1.200:8080. Why? Since I can't display the page with that URL I can't

[jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati

2008-01-25 Thread neilac333
As I keep studying Pete's seamdiscs code, I feel less confident about how much I can really use beyond concepts. I understand the seamdiscs example is meant to highlight the Seam CRUD application framework, but as a result I think a lot of the data model integration doesn't apply to my case.

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss Federated SSO: Does it support?

2008-01-25 Thread ArjunDhar
I have a Question: In the Wiki (http://labs.jboss.com/wiki/StartFedSSO) for installation and testing; it says to copy the default configuration and start the server again: Now create an exact same copy of 'default' configuration and name it 'default2' | \ | | run -c default2 -b node1.jb

[jboss-user] [JBoss Portal] - Re: Themes - Region interceptor override

2008-01-25 Thread PMN
This is only my opinion and I hope the portal team provides you with the specific response you are expecting. You are pointing at the weakness of the theme/layout architecture in 2.6, there is layout architecture is not honorable enough to support sufficient flexibility. YUI team is working on

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread EricJava
It's definitely better to do an EAR, not a WAR. Seam + EJB3 can be embedded in a WAR but the whole thing is not designed for that usage. It's designed to live in a container. JBoss AS in particular. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123699#412

[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2 Spring Deployer + Spring 2.08

2008-01-25 Thread alesj
"devnulled0" wrote : | I poked around in build.sh and build.xml.. looked around in the tools/etc/buildmagic directory and noticed that nothing about Spring was mentioned in there, but otherwise I don't know this build system well enough to know what to even look for or change. Any suggestio

[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2 Spring Deployer + Spring 2.08

2008-01-25 Thread devnulled0
"alesj" wrote : | First, I think you should be trying to fix this against some AS4.x branch. | Not the trunk, since trunk already contains new code needed for AS5. | | Then simply run (JBossAS_4.x_HOME)/build/build.sh. | This will download all the required thirdparty libs (that's what's

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread [EMAIL PROTECTED]
I'm just trying to figure out exactly what went wrong. You created a web project - so it is deploying as a WAR - right? Then you ran generate-entities and got the error? I'll have to look into the code a bit - but I believe the generate-entities will not work with a WAR deployment because you a

[jboss-user] [JBoss Seam] - Re: Is it possible to grab the FacesContext in a @WebRemote

2008-01-25 Thread [EMAIL PROTECTED]
ServletContexts is correctly set with the HttpServletRequest for a remoting request, so yes you can use it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123695#4123695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss jBPM] - BAM includes forecasting, planning?

2008-01-25 Thread wouterhartog
Triggered by the reply to this post: http://jboss.org/index.html?module=bb&op=viewtopic&t=128540, i tried to find all documents related to BAM. I did not find much, but the impression I get is more an after-the-fact analysis tool. When we are adding more date/time information to jBPM, can't we

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread lazar.mihai
Wow, thanks a lot for the prompt reply :). I had RHDS RC1 and eclipse jee with jboss tools.. What I'm doing is this. I'm making a Seam Web Project with JBoss Seam 2.0.0.GA on JBoss AS 4.2.0.GA The template works fine. When I access Generate Entities from the tool i get a n error saying somethin

[jboss-user] [EJB 3.0] - Re: Accessing EJB3s through a firewall

2008-01-25 Thread magnus.ahlander
I'm employing the following configuration of JBossAS 4.2.1 GA to make stateless EJB3s accessible both through firewall/router and from LAN. 1. Port forwarding Configure port forwarding of the following ports from router to JBossAS:host: Naming - 1098, 1099 EJB3 - 3873 HTTP - 8080 2. EJB3 prox

[jboss-user] [JBoss Seam] - Re: transaction failed

2008-01-25 Thread jagin
Hi, I have the same problem. Did you resolve it? Regards Jarek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123687#4123687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123687 _

[jboss-user] [JBoss Seam] - Re: SFSB vs. JavaBean

2008-01-25 Thread [EMAIL PROTECTED]
"EricJava" wrote : Then I was using other POJOs and wondering, why are these things not starting conversations? Now I see. I need to put @Scope(CONVERSATION) on them. | Using a conversation scoped component does not automatically make the conversation long running. View the original post

[jboss-user] [JBoss Seam] - Re: inline image email attachment

2008-01-25 Thread sandy_brydon
i blame dark wizards - it's always the dark wizards... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123684#4123684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123684 ___

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread [EMAIL PROTECTED]
I'll see what I can help you with. Could you post some more details on the issues you are seeing? Did you get the basic seam-gen app working - but just adding on failed? Is it a WAR deployment or an EAR deployment? Have you tried a diff with the registration example - some times you might be

[jboss-user] [JBossWS] - Identical in wsdl causes major headache!

2008-01-25 Thread ppt
I have a WSDL that looks like this: . The problem is I want to convert my wsdl to java skeleton using Jax WS wsconsume. I cannot do so because "J

[jboss-user] [JBossWS] - Re: Cannot get URL for schema (because of extra slash)

2008-01-25 Thread PeterJ
That class should be in lib/jbossws-common.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123676#4123676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123676 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread Oberiko
Agreed with above. For those of us coming from a more simple model (i.e. basic Struts, or even just plain Java development), having to deal with all the things Seam pulls together is a pretty tough start. I've been playing with it for a week and am just now starting to get the hang of what's g

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread nickarls
Start with Eclipse Europa J2EE version and add JBoss Tools 2, it has wizards for a simple project you can then start fiddling around with. Seam is an evolution along a long line of web development frameworks and ideas. If you are new to this stuff it can probably feel like trying to drink from

[jboss-user] [JCA/JBoss] - Re: Pools and permits

2008-01-25 Thread ydzsidemiik
In retrospect maybe this is wrong when considered against what you said. I admit I don't really know what I'm doing. What consequences could my approach have? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123667#4123667 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread EricJava
I must say, Seam is not easy to get started with. I have been using it for a year and I'm still figuring things out. It's great when you get it going, but until you have some experience with it it can be very frustrating to figure out, "why is this not working." When I'm stuck with debugging

[jboss-user] [JBoss Seam] - JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread lazar.mihai
Well, after 3 days of frustration, I finnaly decided to ask help on your forum. I'm pretty sure that this has been already discussed somewhere else but here it goes :). I've run the seam generator tool. Started Jboss AS 4.2.0 GA. Everything was fine. Than I tried to write the registration examp

[jboss-user] [EJB 3.0] - Re: problems with optimistic locking/persistence data in EJB

2008-01-25 Thread waynebaylor
try this: | t.begin(); | //queues an update from stale uNode | //Node mergedNode = em.merge(fromNode); | | //refresh reads back queued model | em.refresh(fromNode); | |

[jboss-user] [JCA/JBoss] - Re: Pools and permits

2008-01-25 Thread ydzsidemiik
Thanks, this is what I suspected. I had a need to use concurrently a small number of managed connections, so I created another layer of indirection above the connection handle -- now that handle is used to create another handle, and then immediately closed. Use of the second handle can proceed

[jboss-user] [Beginners Corner] - Rollback container managed persistence EJB

2008-01-25 Thread [EMAIL PROTECTED]
do you need something special to do for rollback the transaction when a customized exception (Inherits from Exception) ocurr? Thanks for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123662#4123662 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: SFSB vs. JavaBean

2008-01-25 Thread EricJava
"[EMAIL PROTECTED]" wrote : anonymous wrote : If I put just @Name, it's a POJO, and you're saying it's request scoped? | | Yes. Waitaminute, looking at the JBoss Seam book (an official JBoss publication), by Michael Yuan and Thomas Heute, on page 320: anonymous wrote : However, Seam POJO

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: NullPointerException in VFSUtils.readManifest during WA

2008-01-25 Thread dbbernstein
filed in jira: http://jira.jboss.com/jira/browse/JBAS-5178 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123660#4123660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123660

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Using JBOSS optimistic tree cache and Websphere 6.1.0.13

2008-01-25 Thread myspri
Hi, While trying to use hibernate 3.2.5 with WAS 6.1.0.13 I am facing these issues: My hibernate cfg file has the transaction manager set up to be org.hibernate.transaction.WebSphereExtendedJTATransactionLookup which is recommended while using hibernate with Websphere 6.1. I am using CMT t

[jboss-user] [Beginners Corner] - Re: Loading Applets

2008-01-25 Thread TnyH
:) Managed to figure it out. Turns out that in order to access any files within the file system in the application, you need to login. But because the applet loader retrieves the file in a different session I receive the login page. of which the first few characters are "

[jboss-user] [JBoss Seam] - Re: InvokeMethod and Test

2008-01-25 Thread DiegoCoronel
Any ideia ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123655#4123655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123655 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [Security & JAAS/JBoss] - Re: logout from swing client

2008-01-25 Thread ragavgomatam
I think you can..Try this ( we did this in our swing client) In your swing client you must be having a handle to your callback handler, LoginContext & your implementation of PrivilgedAction CallBackHandler cbh = new FooCallBackHandler(); | LoginContext lc = new LoginContext("FooRealm", cb

[jboss-user] [JBoss Seam] - DataTable invokes bean one time too much

2008-01-25 Thread QPool.Char
Hello, i have a small strange problem... I have a datatable inside my JSF code. | | | Id | | |... | | The JSF gets the data for the table as

[jboss-user] [JBoss Seam] - Stateless bean holding data?

2008-01-25 Thread Oberiko
Hello, I have two pages, edit and search. From the edit screen, the user can go to the search screen (which also contains a list). From the search/list screen, they can select an entity to edit. The problem is that my list, which is part of a stateless session bean, is being retained through

[jboss-user] [Security & JAAS/JBoss] - Re: java.lang.SecurityException: Insufficient method permiss

2008-01-25 Thread ragavgomatam
Nope...When the session times out & the Pricipal is cleared out by JBoss, then you can't call the protected ejb. UNLESS you want to change method permission on that ejb to . If you can't do that & still want to call cleanUp(int) , you'll have to by pass the secured ejb, or do a programmatic jaas

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - default servlet handling welcome page prior to filter runnin

2008-01-25 Thread dr3342
I'm running JBoss 4.2.2 and have a filter in the ROOT.war WEB-INF/web.xml of the jboss-web.deployer. For some reason though when I request a page like http://host.domain.name/, the default servlet tacks on the index.html (which is a valid file and is one of the entries in the welcome file list

[jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati

2008-01-25 Thread brachie
@neilac333: I think it is a good idea that someone focuses on a generic database backed pagination for the Richfaces datatable. Unfortunately I had no time to do so and ended up in using Trinidads table (for our project sorting and paging is needed) with in-memory pagination/sorting, because Pe

[jboss-user] [JBoss Seam] - Re: task/process id may not be null

2008-01-25 Thread QPool.Char
yepp, i understand We decided that Seam isnt sufficient for integrating dynamic workflows at runtime into our application (no offense), so i moved over to the jBPM API at this point, which seems to work within Seam without bigger problems... Thx for your quick replies! View the original po

[jboss-user] [JBoss Seam] - Re: SFSB vs. JavaBean

2008-01-25 Thread EricJava
"[EMAIL PROTECTED]" wrote : anonymous wrote : If I put just @Name, it's a POJO, and you're saying it's request scoped? | | Yes. Ok, that clarifies things. I was using EntityHome, which is conversation scoped (in Home.java superclass). Then I was using other POJOs and wondering, why are

[jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati

2008-01-25 Thread neilac333
So I have done some research, and I have found that it actually isn't the rich:datascroller I should be focusing on but rather the rich:dataTable to which it is bound. It appears to me I need to do two things. First, I need to write my own DataModel. It seems I am supposed to use the RichFace

[jboss-user] [JBossWS] - Re: Cannot get URL for schema (because of extra slash)

2008-01-25 Thread brintoul
"memoens" wrote : created issue http://jira.jboss.com/jira/browse/JBWS-1969 Awesome. You know, I pulled the source for what I think is 2.0.2 JBossWS and I don't see the class (org.jboss.wsf.common.URLLoaderAdapter) that I mentioned. I think I might be using the wrong library (.jar) somewhere...

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2008-01-25 Thread PeterJ
As nitm pointed out, any war file should work. Just follow the example provided by php-examples.war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123639#4123639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123639 _

[jboss-user] [JBoss Seam] - Re: Seam Test Jboss

2008-01-25 Thread [EMAIL PROTECTED]
http://labs.jboss.com/jsfunit/ - read for yourself! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123636#4123636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123636 ___ jbo

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-25 Thread kasim
Anyway never mind. Looks like i have the issue resolved. Something with the way it was building. Their must have been some error in the building. I think it had to do with where it wsa placing webservices etc ... at least thats what i adjusted. View the original post : http://www.jboss.com/

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator: @Remove & @Destroy errors

2008-01-25 Thread sannegrinovero
I opened: http://jira.jboss.com/jira/browse/JBIDE-1691 and http://jira.jboss.com/jira/browse/JBIDE-1690 (this one is already resolved, you're very fast!!) should i close it ? thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123633#4123633 Reply to

[jboss-user] [EJB 3.0] - Re: Security annotations not working in 5.0.0.Beta3

2008-01-25 Thread javidjamae
http://jira.jboss.org/jira/browse/EJBTHREE-1186?watch=true View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123631#4123631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123631

[jboss-user] [JBoss Seam] - Re: Seam Test Jboss

2008-01-25 Thread vikramchhetryy
anonymous wrote : You could take a look at JSFUnit. But check how far Stan has got with support for Seam. Last I asked, it wasn't complete. Does JSFUnit use jboss application server? or its not possible yet to use jboss application server? View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Annotations and class inheritance

2008-01-25 Thread EricJava
I posted a blog entry on the subtleties of annotations and inheritance: http://chiralsoftware.com/blog/Annotations-inheritance-EJBs-and-JBoss-Seam-aeb5d89dd0fdbe82.html There are some aspects of it that have caused me to scratch my head, wondering why some annotation seemed to have disappeared.

[jboss-user] [JBoss Tools (users)] - Re: code completion not working

2008-01-25 Thread rodrigotico
I'm sorry for the later answer. Yes, the Seam Support is enable. (Project > Properties > Seam Settings) but I can't get the Content Assist on a Expression Language (.xhtml) for my entitys and seam beans. The Window > Preferences > Java > Editor > Content Assist is set as default. The project w

[jboss-user] [JBoss Seam] - Re: Seam Test Jboss

2008-01-25 Thread [EMAIL PROTECTED]
You could take a look at JSFUnit. But check how far Stan has got with support for Seam. Last I asked, it wasn't complete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123625#4123625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2008-01-25 Thread nitm
hi i am using phpMyAdmin with jboss AS. i didnt put it in the samples directory (i am not using the sample dir at all), instead i just packed it up in a war and deployed it as a regular jboss application. it works great. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Seam Test Jboss

2008-01-25 Thread vikramchhetryy
Hi, Can I use my jboss server in place of using jboss embedded container? If yes then how? I am facing lot many problems while running test scripts. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=128228&postdays=0&postorder=asc&start=0 Thanks in advance, Vikram Chhetry View the orig

[jboss-user] [JBoss Seam] - Re: SFSB vs. JavaBean

2008-01-25 Thread [EMAIL PROTECTED]
"vladimir.kovalyuk" wrote : 1. Does JPA persistence context propagation rules work for Seam-managed conversation-scoped Beans? No, they are different. JPA persistence context propagation rules are complex. SMPC propgation is simple. You will get the same PC for the length of that conversation i

[jboss-user] [JCA/JBoss] - Re: ManagedConnectionFactory.setLogger

2008-01-25 Thread vickyk
Adrian had already given you the details , I have raised a JIRA which will cater to the requirement the way you want it . Rathar than complaining and wasting time here you could have raised a JIRA for it :( http://jira.jboss.com/jira/browse/JBAS-5174 In case you change your mind do vote JIRA . V

[jboss-user] [Javassist user questions] - Proxy serialization, ok but what about inner Objects ?

2008-01-25 Thread lyc1
Hello, I working with proxies build with ProxyFactory method. How to us it is describe in javadoc. When I want to serialize/deserialize it, everything seems to be ok except that only proxy instance is serialized, not inner objects. Eg. Object "A" contains an instance of "B" After serializatio

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2008-01-25 Thread rotsen
Peter, I have installed php 5.2.? (the lastest stable as of yesterday) and I am using your php5servlet.dll I got PHP working...yeah... Another question: Can I put a package like phpbb3 or phpmyadmin in the php-examples folder and it should work, correct? I will try this but I was wonderi

[jboss-user] [JBoss Seam] - Re: How to set EndTask transition dynamically

2008-01-25 Thread jneubert
Thank you for the hint, and for the additional docs in the distribution. I didn't manage to use the very nice and straightforward Seam jBPM features with @DataModel. What worked best for me was the simple page parameter approach discussed in http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBossWS] - Re: How can I use session sope in jbossws?

2008-01-25 Thread mjhammel
I don't know if this helps, but see my thread on a similar subject: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128375 I tried to get the session context via the MessageContext, but that doesn't appear to work. At least not the way I tried. There is a helpful explanation on how to

[jboss-user] [JBoss Seam] - Re: Problems with @RequestParameter

2008-01-25 Thread kosl
Hi thank you for your answer. The bean is not just an intermediary, it is a backing bean for page displaying in some way data in the entity which id I want to pass through url parameter. For example http://URL/page.html?id=324 After entering page.html the id is passed to the bean and in the @Cr

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-25 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=10071&styleName=Html&version=12311884 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123593#4123593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123593

[jboss-user] [JBoss Seam] - Re: Request param acquire

2008-01-25 Thread mrobinson28
This is possible but not with the javax.faces API. You would have to fall back to the servlet API. Note the differences: http://java.sun.com/javaee/5/docs/api/javax/faces/context/ExternalContext.html#getRequestParameterMap() http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.h

[jboss-user] [EJB 3.0] - Persistence in EJB3

2008-01-25 Thread [EMAIL PROTECTED]
Hi, I am new to EJB3. I am using Persistence to connect to Mysql I got the following error when I try to deploy 11:32:39,410 INFO [EJBContainer] STARTED EJB: com.dreamplay.dpds.ejb.LogonTopicBean ejbName: LogonTopicBean 11:32:39,894 INFO [EJB3Deployer] Deployed: file:/C:/jboss-4.2.0.GA/server/

[jboss-user] [JBoss Messaging] - JBoss Messaging Download info

2008-01-25 Thread 143564
Hi, I 'm using jboss-4.2.1.GA. I want to install jms Messaging instead of using MQ.I would like to know, Which version is suitable for my environment from this list. * jboss-messaging-1.4.1.Beta1.zip * jboss-messaging-1.4.1.Beta1-src.zip * jboss-messaging-1.4.0.SP3.zip

[jboss-user] [JBossCache] - Re: Timeout/Lock exception in single user/single thread envi

2008-01-25 Thread [EMAIL PROTECTED]
You could check if a tx is already running, and if so, suspend it and resume it again in a finally block, yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123588#4123588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBossCache] - Re: Config Question

2008-01-25 Thread [EMAIL PROTECTED]
"lovelyliatroim" wrote : anonymous wrote : | | Hmm - have you tried this with 2.1.0.CR3 as well? | | | No I havent but i have now!! | | Had some issues getting the 2.1.0.CR3 to work in JBoss AS 5.0 Beta3. First off the binary lib jboss-cachecore.jar in the meta-inf directory conta

[jboss-user] [JBoss Messaging] - Re: Jboss messaging - persistance issue for blob data

2008-01-25 Thread 143564
Now I found my issue. Instead of changing the code, i went to clustered-oracle-persistant.xml. then i added a tag false Now every thing is perfect. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123586#4123586 Reply to the post : http://www.j

[jboss-user] [EJB 3.0] - Re: Security annotations not working in 5.0.0.Beta3

2008-01-25 Thread ALRubinger
Would you mind opening up a JIRA exhibiting this behavior? If you attach a sample deployment (and code of both the EJB and the Client), we'll be able to better verify this. Thanks for the detailed info. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Facelets ui:include bean param became null in s:link tag

2008-01-25 Thread gus888
Hi, I don't know whether I did correctly in the following code. The bean action throw exception "Target Unreachable, identifier 'action' resolved to null" in s:link. If I change s:link to ice:commandLink, it works. I don't know what is wrong. Thanks for help. | | | | view.xhtml

[jboss-user] [Messaging, JMS & JBossMQ] - RHM qpid

2008-01-25 Thread acomirkovic
Hi there, I am trying to use RHM as a messaging server and replace JBoss with it. Did anyone manage to do this and could I get any hints on how to do it? Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123581#4123581 Reply to the post : http://w

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Exact Tomcat Version

2008-01-25 Thread [EMAIL PROTECTED]
It is based on jbossweb 2.0.x. based on TC 6.0.13 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123578#4123578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123578 ___ jboss

[jboss-user] [EJB 3.0] - Security annotations not working in 5.0.0.Beta3

2008-01-25 Thread javidjamae
I'm trying to call an EJB with security annotations set on it, but only some of them work properly. Here is the EJB that I have: | @SecurityDomain("simple-security-domain") | @RolesAllowed( { "bank-manager", "teller" }) | @Stateless | public class StatelessCalculatorBean implements Calcu

[jboss-user] [JCA/JBoss] - Re: ManagedConnectionFactory.setLogger

2008-01-25 Thread iit
anonymous wrote : Rather than "fix" your MCF to log more scalably/performantly, So we should optimize our debug output because JBoss is so dumb to set a logger which implicitly turns debug/trace on? anonymous wrote : you want us to be able to not configure a log writer but we don't have that co

[jboss-user] [JBoss Messaging] - Re: Jboss messaging - persistance issue for blob data

2008-01-25 Thread 143564
Sorry , its wrong Correct changs is, ps.setObject(columnIndex, bytes); (its working) ps.setBlob(columnIndex, (Blob)is);(this line was not working) I haven't used ByteArrayInputStream. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412357

[jboss-user] [JBoss Seam] - Re: inline image email attachment

2008-01-25 Thread sandy_brydon
jira issue: http://jira.jboss.com/jira/browse/JBSEAM-2534 NOTE: above Mozilla Firefox was supposed to be Mozilla Thunderbird (apologies) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123576#4123576 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Beginners Corner] - Re: Loading Applets

2008-01-25 Thread TnyH
Doesn't appear to be an 'edit post' option... oh well I suppose the main problem here is when I use an applet tag (from anywhere) to access the class files http://localhost/cews/"; \> or an html in the same dir all of them fail with the magic number problem, which I assume is because inste

[jboss-user] [JBoss Seam] - Transaction recovery

2008-01-25 Thread breako
Hi, I am using SEAM Managed EntityManager with FushMode set to Manual for a JTA datasource. When I flush the EntityManager for some invalid update, I get a database exception. I catch this exception, the entity I am updating is still attached and I try to correct the invalid data and then try t

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-25 Thread Oberiko
For the sake of convenience, could we get a URL to the change log for this release? I wasn't able to find one (at a quick glance) on the site posted at the top comment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123571#4123571 Reply to the post : http:

[jboss-user] [JCA/JBoss] - Re: ManagedConnectionFactory.setLogger

2008-01-25 Thread [EMAIL PROTECTED]
"iit" wrote : | You don't want understand, right? | No, I understand perfectly. You're MCF does lots of work when it is configured with a log writer (even if the stream is effectively > dev/null). Rather than "fix" your MCF to log more scalably/performantly, you want us to be able to not c

[jboss-user] [Beginners Corner] - Re: NotContextException when I deploy ejb3 and ejb2 in the s

2008-01-25 Thread [EMAIL PROTECTED]
Thanks a lot for your help. Good work! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123569#4123569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123569 ___ jboss-user ma

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-4.2.2.GA on Win2K3 does not respond to HTTP reques

2008-01-25 Thread PeterJ
If you ask the browser to show you the source, is anything there? Also, try some of the telnet requests jaikiran mentions at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127760 (adjusting the command to use the ports you have specified). What is the exact URL you are using? What ha

[jboss-user] [JCA/JBoss] - Re: ManagedConnectionFactory.setLogger

2008-01-25 Thread iit
"[EMAIL PROTECTED]" wrote : | i.e. There will be no logging unless the appserver associates an output stream | with MCF. If or how it does it is entirely down to it. | | Since JBoss uses log4j and always associates a writer you can control | it using the log4j config. | | Since JB

[jboss-user] [JBoss Messaging] - mail example no mails received

2008-01-25 Thread dreuzel
I'm reading my mailbox all properties seem to be setup correclty | @MessageDriven(activationConfig={ | @ActivationConfigProperty(propertyName="mailServer", propertyValue="mail..net"), | @ActivationConfigProperty(propertyName="mailFolder", propertyValue="INBOX"), | @Activa

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuration JNDI

2008-01-25 Thread benjiii
Forgot: The RAD doesn't know the ejb-ql-tag... that's the reason for the syntax error... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123564#4123564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123564 _

[jboss-user] [JBoss jBPM] - Re: how to estimate / calculate the end date of a process?

2008-01-25 Thread wouterhartog
Thank you both for your quick replies. The startDate variable seems useful; I will see if I can use that for my 'scheduled start date' that a user needs to input for certain tasks in the process when they start a new process. However, it looks more like the actual date the task was started. May

[jboss-user] [JBoss Tools (users)] - Re: JBoss 4.3.0 fails to start

2008-01-25 Thread kapilanand
I had downloaded the zipped version jboss-eap-4.3.0.GA-1.ep1.8.zip and did not run the installer. This were the contents of jmx-console-users.properties: # A sample users.properties file for use with the UsersRolesLoginModule #admin=admin I removed the # comment and specified the user(admin) a

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuration JNDI

2008-01-25 Thread benjiii
Ok - thanks, you helped a lot - perhaps I don't understand everything, but I'm on the way now - and I got an idea about understanding all that. Now there's the next problem I've got. If I understood right after googling the RAD generates non-JBoss-conform EJBQL - and so the Error tolds me I saw

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-25 Thread [EMAIL PROTECTED]
When we have a GA release of Seam 2.1 that we consider stable enough to drop the 2.0 branch. This is a while away yet! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123560#4123560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Multiple Domains

2008-01-25 Thread etaham
Over the past week I have been reading a tremendous amount about jboss seam and how to use it. I'm very interested in using it for a new project I'm starting soon, but I'm couldn't find any documentation or examples described what I need. The easiest way to described my project is a large si

[jboss-user] [JCA/JBoss] - Re: ManagedConnectionFactory.setLogger

2008-01-25 Thread [EMAIL PROTECTED]
"iit" wrote : | And thanks that you've clearified your business model to me. You introduce bugs and want that users pay to fix it. Nice. | You know that using logical fallacies (especially when they are this obvious) just makes your argument look weaker to those that understand them. anon

[jboss-user] [JBossCache] - Re: JBoss Cache POMS

2008-01-25 Thread [EMAIL PROTECTED]
Ah, thanks Manik, I didn't look in JIRA, oops ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123559#4123559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123559 ___ jboss-

[jboss-user] [JBoss jBPM] - Integrating process' execution with external webapps issues

2008-01-25 Thread rocknroll
I have the following scenario at one of the projects i've been working in: I have a process definition that should work together with several Web applications. I believe that the interaction should happen at the State nodes (which purpose i believe (correct if i'me wrong) is to delegate the exec

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-4.2.2.GA on Win2K3 does not respond to HTTP reques

2008-01-25 Thread domyalex
Same problem here (Ubuntu 7.0.4, JDK 1.5 u11). I had apache running on and it worked; took that down, started up JBoss on but all I get is empty pages (no connection timeout)... really weird Does anybody have any ideas? Regards Alejandro View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-25 Thread cavani
Good work! I love JIRA and I dislike bugzilla, but I agree with your concept... How will release work with SVN and multi branch strategy? I seem 2.1 in trunk an 2.0 in branch... When 2.1 will be mainstream over 2.0? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JCA/JBoss] - Re: ManagedConnectionFactory.setLogger

2008-01-25 Thread [EMAIL PROTECTED]
"iit" wrote : | Which on JBoss is log4j configuration by default. Which just shows that you don't read what you quote. Here is the complete sentence: The ManagedConnection instances created by ManagedConnectionFactory "inherits" the log writer, which can be overridden by ApplicationServer us

[jboss-user] [Beginners Corner] - Re: NotContextException when I deploy ejb3 and ejb2 in the s

2008-01-25 Thread jaikiran
For specifying the jndi-name for the remote interface of your EJB3, use the @RemoteBinding annotation (for local interface use @LocalBinding) @RemoteBinding (jndiBinding="ejb3/MySessionBean") See the http://trailblazer.demo.jboss.com/EJB3Trail/ for more details. Here's the link for StatelessSe

[jboss-user] [JBoss jBPM] - Re: how to estimate / calculate the end date of a process?

2008-01-25 Thread kukeltje
1) no, Business Activity Monitoring is currently under development. The simulation functionality might also be of interest to you 2) From what I read you want the tasks to be automatically started. There is no functionality for this. Use e.g. timers that end a 'wait-state' and transition to a s

[jboss-user] [JBossCache] - Re: TreeCache Listener behaviour

2008-01-25 Thread spennec
Ok, thanks for your answer Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123549#4123549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123549 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Ajax polling of a conversation Bean

2008-01-25 Thread fterrier
Hello everyone, I need to regularly poll the progress of a really long operation (getting data from a web service) running in a conversation bean. I do that with Seam Remoting using a @WebRemote annotated method in the conversation bean. Everything works flawlessly, except that when my remote c

  1   2   3   >