[jboss-user] [Clustering/JBoss] - Re: Clustering begginner..please HELP

2007-02-14 Thread sreejava
when i tried http:\\_._._.209\TestApp fed up with seeing the error... Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request. | | Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the err

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

2007-02-14 Thread lightbulb432
Maybe these exceptions that've been happening on every deployment is related? java.lang.RuntimeException: javax.management.InstanceNotFoundException: jboss.j2ee:ear=test.ear,jar=jboss-seam.jar,name=TransactionListener,service=EJB3 is not registered. | at org.jboss.ejb3.JmxKernelAbstractio

[jboss-user] [EJB 3.0] - Toplink JPA in Hibernate

2007-02-14 Thread drosenstark
Is it possible to use Toplink JPA instead of Hibernate within Jboss? If so, what are the steps necessary to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016887#4016887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [EJB/JBoss] - Re: read-ahead and optimization

2007-02-14 Thread kanth_seenu
On further reading I understood that the finder method and the getter must be a part of the same transaction. Better approach would be to use the @ejb.value-object, and use the getData() method from the localobject, and ignore read-aheads View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-14 Thread bander
I've just discovered something else too. The IllegalStateException we have been seeing may be the result of a previous failure in JBoss. After doing some more tests I found the following errors in the log: ERROR 2007-02-15 17:49:52,687 [Manager Queue Seven.1.0] org.jboss.jms.client.container.Ex

[jboss-user] [JBoss Seam] - EntityHome

2007-02-14 Thread lightbulb432
I'm setting up relationships between entities from EntityHome subclasses. In a bidirectional relationship I have one EntityHome injecting the value of the other entity, and that entity's EntityHome injecting the value of the first. This seems like it's going to work fine, except for not knowing

[jboss-user] [JBoss jBPM] - Re: Process Designer not working in Eclipse

2007-02-14 Thread dleerob
Okay I downloaded Eclipse 3.2.1. When sticking the zip file in jbpm-starters-kit-3.1.4\jbpm-designer and running the "ant install" command, it unzips and sticks eclipse in jbpm-starters-kit-3.1.4\jbpm-designer\eclipse and links it okay, and now the process designer works. I can now use this ecli

[jboss-user] [JBoss Seam] - Re: Please Help (multiple row operations in a data table)

2007-02-14 Thread ask4saif
thanx gavin for your reply, I am really sorry to write to you so late. you wrote: anonymous wrote : | SecretQuestionsAction should have an @Name annotation. | It was my mistake, i forgot to paste the @Name annotation in my post, but it is present in my code. Here it is now, | @Statele

[jboss-user] [Management, JMX/JBoss] - fine grain authorisation with JSR 160

2007-02-14 Thread lpiccoli
hi all, I have been reading the following doc about JSR 160. The major point being the fine grain authorisation based at the MBeans level. anonymous wrote : This JSR depends on features introduced in the 1.2 version of the JMX API. Proxies simplify client-side programming. Per-MBean permissions

[jboss-user] [JBoss jBPM] - BPEL Installation - NewBie

2007-02-14 Thread xyz12345
Hi , I tried installing jbpm-starters-kit-3.1.4 jbpm-bpel-1.1.Beta2 jdk1.5 But, I got following error: [CommandExecutorThread] jBPM command executor STOPPED [STDOUT] Exception in thread "JbpmCommandExecutor" [STDOUT] java.lang.NoClassDefFoundError: org/jbpm/bpel/wsdl/Property [STDOUT] at ja

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

2007-02-14 Thread grdzeli_kaci
"[EMAIL PROTECTED]" wrote : Just "seam new-project". Nothing else. You entered the project name in setup. and what about second qustion ? i can't generate entities from database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016866#4016866 Reply to the post

[jboss-user] [JCA/JBoss] - loader-repository for a RAR

2007-02-14 Thread venugopalm59
Hi, Could anyone please tell me how I can configure the loader-repository for a stand-alone RAR. The RAR file is not deployed inside any EAR. I have seen the jboss-app.xml for EAR, jboss-service.xml for SAR and jboss-web.xml for a WAR. But I dont know how it is done for a RAR. I am using JBoss

[jboss-user] [JBoss Seam] - Re: Seam mail did not work in Tomcat

2007-02-14 Thread rajeshv7
Petemuir, The mail sample application started working once I moved the jboss-seam-mail.jar to the lib folder as mentioned in the seam ref doc section 16.2 Previously I had mistaken this jar for jboss-seam-email.jar Sorry about the delay in my response as I had problem logging in the whole da

[jboss-user] [EJB 3.0] - Re: Not understanding detached entities and merge()

2007-02-14 Thread [EMAIL PROTECTED]
You do as you originally said - that is, use find() to load in the entity and fill in that attached entity with the data coming in from that detached pojo. There isn't much you can do because the detached pojo you are getting is half-full (i.e. missing that transient data). It has some data but

[jboss-user] [JBoss jBPM] - RSS feed of this BB

2007-02-14 Thread dslevine
I couldn't find a link for an RSS feed of BB topics for my google homepage, so I created one with Feed43. Here's the link: http://feed43.com/3435677815055845.xml It doesnt have actual post enclosures unfortunately, but it's got the post subjects at least! View the original post : http://ww

[jboss-user] [JBoss Seam] - Re: Custom Validator comparing two fields

2007-02-14 Thread kukeltje
oops, wrong forum... should go in the hibernate forum I think (although there might be a seam oriented solution) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016856#4016856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Custom Validator comparing two fields

2007-02-14 Thread kukeltje
Hi, I'm writing a set of custom hibernate validators for some date checking (minimal age, between ages, comparing two dates etc..) Validations on a single field work perfectly, as do validations between fields if I put them on the class level (TYPE). The latter only go off if (at least it seam

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

2007-02-14 Thread [EMAIL PROTECTED]
It appears there are some problems. I'm not sure if it is out fault or iText's fault yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016852#4016852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016852 __

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

2007-02-14 Thread lightbulb432
I'm going down a rat hole here...solving problems just reveals more... any reason why the following transaction not found exceptions might be happening, when I'm using regular session beans and my connection to the DB is up? It results in an org.jboss.seam.TransactionFailed message, and only ha

[jboss-user] [JBoss Seam] - pages DTD causing a validation error in Eclipse

2007-02-14 Thread [EMAIL PROTECTED]
I am getting problem with eclipse (it seems to have an old version of the dtd as the errors dont make sense). I use the eclipse in-built browser to look at the DTD and I get this error... anonymous wrote : | The XML page cannot be displayed | Cannot view XML input using style sheet. Pleas

[jboss-user] [JBoss jBPM] - Please help - rollback with managed trasnactions

2007-02-14 Thread mrudulam
The situation I am breaking my head over is this - Assume there is a simple 3 node process. Each node has its own action handler. In the second action handler, I have an update to another database (other than the jbpm). In the 3rd action handler, there is an exception. I am trying to combine nod

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

2007-02-14 Thread owen_yao
Does current version support I18n? it seem the character except english can't be displayed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016845#4016845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016845 __

[jboss-user] [JBossWS] - Re: Generate wsdl from JSR 181 POJO

2007-02-14 Thread monowai
Having just posted that, checkout http://www.soapui.org, it may help you on the way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016843#4016843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016843 __

[jboss-user] [JBossWS] - Re: Generate wsdl from JSR 181 POJO

2007-02-14 Thread monowai
I too am now strugling with this. Seems to be that the Axis project bundled one - Java2WSDL - but JBoss is no longer supporting that release (ws4?) in the jboss-ws version shipping since AS 4.0.4. It would be nice if the creation of WSDL files, or lack there of, were a little more clearly d

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

2007-02-14 Thread rmemoria
You may also declare a security-constraint in web.xml like that: | Restrict XHTML Documents | | XHTML | *.xhtml | /mail/* | /templates/* | | | | Only Let 'developer's access XHTML pages | developer | |

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

2007-02-14 Thread lightbulb432
Wow, that makes things quite ugly! I have to create another useless component just to hold the form field value so that it doesn't interfere with the action method containing the injected EntityQuery. Are there any better solutions than what I've done? View the original post : http://www.jboss

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

2007-02-14 Thread [EMAIL PROTECTED]
You are trying to call from one component to another, and then double dispatch back to the first (the reentrant call occurs while evaluating the EL expression). This is not allowed in EJB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016823#4016823 Reply t

[jboss-user] [JBoss Seam] - Re: DataModelSelection and components.xml

2007-02-14 Thread [EMAIL PROTECTED]
entityQuery.dataModel.rowIndex But of course you have to actually be *using* the dataModel and not just the resultList. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016818#4016818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

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

2007-02-14 Thread lightbulb432
Big problem when using EntityQuery instead of regular query...I know it's caused by that because it appears when I change one line from em.createNamedQuery("...").getSingleResult() to injectedEntityQuery.getSingleResult(). "javax.ejb.ConcurrentAccessException: no concurrent calls on stateful be

[jboss-user] [JBoss Seam] - Re: TransientObjectException blues

2007-02-14 Thread [EMAIL PROTECTED]
I dunno, you must be doing something weird. If you like, create a very simple, runnable EAR or TestNG test case that reproduces this problem and email it to [EMAIL PROTECTED] But make sure I don't need to do *anything* in order to make it run - ie. I don't expect to have to futz with creating t

[jboss-user] [JBoss Seam] - Re: Stateless DAOs and SMPC

2007-02-14 Thread [EMAIL PROTECTED]
Neither (1) nor (2) is needed. If it is a *seam-managed* extended persistence context, it Just Works. If it was a *container-managed* extended persistence context, that is a different ballgame and something like (1) or (2) is necessary. You are misunderstanding the forum discussions. View the

[jboss-user] [EJB 3.0] - Re: Not understanding detached entities and merge()

2007-02-14 Thread SmokingAPipe
So what do I want to use to re-attach a detached entity? I think in Hibernate I would use session.refresh(entity). What would it be in EJB3? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016813#4016813 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-14 Thread bander
Just to sum things up - the following receiver code appears to work ok under jboss messaging: | Session session = connection.createSession(false, | Session.AUTO_ACKNOWLEDGE); | Queue q = session.createQueue(getQueueName()); | | MessageConsumer consumer = session.createCons

[jboss-user] [EJB 3.0] - Re: Not understanding detached entities and merge()

2007-02-14 Thread [EMAIL PROTECTED]
The behavior you are seeing with "merge" is correct. It takes a detached entity and merges it into the DB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016806#4016806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [EJB 3.0] - Not understanding detached entities and merge()

2007-02-14 Thread SmokingAPipe
Here's the situation: I have an entity that refers to other entities, like this: @Entity public class Invoice implements Serializable { |@ManyToOne private transient Customer customer; | } It must implement Serializable so I can send it to message queues. I labeled the customer field as

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-14 Thread bander
"timfox" wrote : | So you're creating a set of message listeners on the same session, and you're saying this gives you the aforementioned problem? | | What are you doing in your message listeners? Are you accessing the session at all? No sorry. I've got that wrong. We're using a single

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-14 Thread henrik.lindberg
I added the two missing variables, and I still get the same error :-( I also have some other issues in this form because of the nested form. Being new to this I don't quite know how to handle the subform. When I remove all facets except one I get behaviour that is ok - I can add things to the

[jboss-user] [JBoss Portal] - Re: Google Gadgets

2007-02-14 Thread Oberiko
Hi Julien, thanks for responding. I never tried the "dynamic" gadgets (sorry, I'm not sure what the proper terminology is, "stateful"?), as in my admittedly limited search I haven't noticed any particularly useful ones for a corporate site. Still, since the whole point was that Gadgets seem to

[jboss-user] [JBoss Seam] - Re: DataModelSelection and components.xml

2007-02-14 Thread lightbulb432
Any word on how to get the rowIndex from an EntityQuery or it's resultList? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016791#4016791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016791 ___

[jboss-user] [JBoss Seam] - Re: Anyone see this?

2007-02-14 Thread monkeyden
It must still be skunk works. It doesn't appear on the main "Google Code" page View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016789#4016789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016789 ___

[jboss-user] [JBoss Portal] - Re: Google Gadgets

2007-02-14 Thread [EMAIL PROTECTED]
I tried the demo site a bit and reloading the page leads to reload the widget state. So it would work for stateless gadgets I think. For instance try the pacman game on liferay or us, play a little and then click on another portlet. It will reload the game. View the original post : http://www.

[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment problem after Isolated Classpath config

2007-02-14 Thread jjay009
I removed the commons-digester.jar file from the EAR file. Now I am getting following error. --- ERROR [ActionServlet] Unable to initialize S

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-14 Thread timfox
If you can replicate the issue in a simple test case with real code, that would be helpful. So you're creating a set of message listeners on the same session, and you're saying this gives you the aforementioned problem? What are you doing in your message listeners? Are you accessing the session

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-14 Thread bander
Interesting - I reconfigured our test to only use one consumer per session per receiver thread and it ran without generating the IllegalStateException (previously I was using 5 consumers per session per receiver thread). It looks like the jboss client may be choking on sessions that have multipl

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-14 Thread [EMAIL PROTECTED]
Whenever possible use wstools instead of wscompile. We can fix the former, but not the latter. Bugs/feature requests specific to jax-rpc tools are more appropriately addressed at the JBossWS or JWSDP forums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016

[jboss-user] [Remoting] - Exceptions in calls and callbacks

2007-02-14 Thread login4jbr
Hello, I'm a begginer with JBoss remoting and any help will be great. What happens if something bad happens during a remote call or callback? The remote call throws some special exception like the RemoteException in RMI? How can I know that something bad happened? How can I know exactly what hap

[jboss-user] [JBoss Messaging] - Re: marshalling stack trace

2007-02-14 Thread [EMAIL PROTECTED]
Thanks a lot. I've linked it to our user wiki page http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessaging View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016771#4016771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=401

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

2007-02-14 Thread [EMAIL PROTECTED]
Very Good tip. I had real issues with facelet templates and having them reference files in different directories (would have had to have copies of template files or pull templates into templates depending on something else) so I must admit I dumped them all in one directory. I will move my "su

[jboss-user] [JBoss Seam] - Re: TransientObjectException blues

2007-02-14 Thread dozcelik
Gavin - I verified the value by adding a log.. @Override public String persist() { log.info("-->authenticatedUser id = " + authenticatedUser.getId()); getInstance().setUser(authenticatedUser); return super.persist(); } and I got .. 00:53:28,995 INFO [PhoneHom

[jboss-user] [JBoss Messaging] - Re: marshalling stack trace

2007-02-14 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/attach?page=JBossESBDocumentation%2FJBESB-JBM.pdf Sorry now it's a real link :). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016767#4016767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Messaging] - Re: marshalling stack trace

2007-02-14 Thread [EMAIL PROTECTED]
Here is a link to a pdf I just put up: http://wiki.jboss.org/wiki/attach?page=JBossESBDocumentation%2FJBESB-JBM.pdf --Kurt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016766#4016766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Stateless DAOs and SMPC

2007-02-14 Thread fabricio.lemos
I just implemented my first Seam conversation and now I want it to use a Seam-managed persistence context. I have SFSBs accessing SLSBs DAOs. Reading the posts I could see two ways of doing this: 1. Implement my DAOs as Stateful Seam components. 2. Declare the EM not only in DAOs, but also i

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

2007-02-14 Thread supernovasoftware.com
I also use the following in components.xml | | Note this is all one line the forum wrapped and So i can have the view files in different directories, but still resolve the images and css to the root of the webapp with out having to do ../../images/myimage.jpg I used to use something

[jboss-user] [JBossCache] - Listener receives both a nodeCreated AND nodeModified for ne

2007-02-14 Thread jmcclure
Using JBoss AS 4.0.5GA, JBoss Cache 1.4.1 SP1, Java 1.5.0_10, WinXP Pro Hi, I have created a tree cache instance in which I am adding a node via the method put(fqn, key, value). From the documentation, if that node does not exist, which is the situation in my test, a nodeCreated notification

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

2007-02-14 Thread saeediqbal1
Thanks Tony. I'll try Jason's advise too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016750#4016750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016750 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-14 Thread henrik.lindberg
Thanks for the tip - I will add the additional attributes on the dataPaginator that is giving me trouble and see what happens. And, yes - I have posted this issue on the ICEFaces forum too - (no comments so far). Will post here when I make some progress View the original post : http://www

[jboss-user] [JBossWS] - GENERATE EJB WEB SERVICE (DIFFERENT PROJECT)

2007-02-14 Thread danireb
Hi, I have an EJB Project with one ejb. I have a Dynamic Web Project where I put the ejb EndPoint. Finally I have an EAR Project that integrates the other 2 projects. I used wstools (JBOSSWS Plugin) in eclipse to deploy de ejb as web service. When I deploy the poject a message: "not found serv

[jboss-user] [JBoss Seam] - Re: nested conversation with explicit id

2007-02-14 Thread [EMAIL PROTECTED]
If so, add an issue to JIRA and I'll take a quick look at that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016744#4016744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016744 ___

[jboss-user] [Beginners Corner] - Re: jboss and apache

2007-02-14 Thread renemarxis
found somthing: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss sorry i ll try that first :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016743#4016743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - nested conversation with explicit id

2007-02-14 Thread ebu
Hi, Looks like that explicitely specified id is ignored when nested conv is used. In Manager.beginNestedConversation it is assigned Id.nextId(). Is it by design? Am i missing something? wbr, eugen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016741#40167

[jboss-user] [JBossCache] - Re: Distributed Hashtable and JGroups

2007-02-14 Thread javamann
Using the demo code and the manual I had already got that part working. I also got the Distributed Hashtable working using a Multiplexer. I just couldn't get them both working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016739#4016739 Reply to the post :

[jboss-user] [Beginners Corner] - jboss and apache

2007-02-14 Thread renemarxis
Hello i am very new to jboss and have some very basic questions on developing/deploying. I like to use the mod_jk.so for apache to be able to have apache serve as the webserver for my apps and static pages. First of i'd like to know if its possible to install tomcat separate from jboss? The a

[jboss-user] [JBoss and NetBeans] - NamingException: Could not dereference object - EJB 3.0 work

2007-02-14 Thread htran_888
Hi Everyone, I have stucked on workbook ex05_2 that makes comparison between using the same entity bean in TransactionPersistenceContext & ExtendedPersistenceContext. Anyhow, the following error occurred when trying to access either of these contexts: javax.naming.NamingException: Could not de

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2b2

2007-02-14 Thread kukeltje
I myself would have looked at where the downloadlink that is there (albeit for a different version) leads to I would have found out it points to sourceforge and I would have looked there. I would have found a beta2 version there. But I am not you View the original post : http://www.jbo

[jboss-user] [JBossWS] - org.jboss.ws.WSException: Cannot find java method when invok

2007-02-14 Thread rituraj_tiwari
Hi, Using JBoss 4.0.5 with NetBeans 5.5. When I try to invoke a web service operation using a generated client, I see the following exception in my jboss output: | ERROR [SOAPFaultExceptionHelper] SOAP request exception | org.jboss.ws.WSException: Cannot find java method: myOperation |

[jboss-user] [JBoss Seam] - Re: Protected methods on Seam components

2007-02-14 Thread fhh
I don't get it. Why do you want to declare your methods protected? And why will you "obviously" not get bijection if you declare a completly different method final? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016731#4016731 Reply to the p

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

2007-02-14 Thread [EMAIL PROTECTED]
yes, that is a much better way View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016730#4016730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016730 ___ jboss-user mailing list

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

2007-02-14 Thread supernovasoftware.com
I put all of my page fragments in WEB-INF and only have pages that I make available in the root directory. This solves this problem for me without have to put any restrictions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016729#4016729 Reply to the post

[jboss-user] [JBoss Seam] - Re: Views within views

2007-02-14 Thread [EMAIL PROTECTED]
No. context variables are scoped to a context, not to a webpage. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016727#4016727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016727 __

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-14 Thread petemuir
Hmm. I have to say I haven't seen this before. Can you get the mail example working? I would suggest following it's layout - jboss-seam-mail.jar and jboss-seam-ui.jar, jsf-facelets.jar in WEB-INF/lib rather than the ear (and really myfaces-api/impl as well) Otherwise, I would suggest wrappi

[jboss-user] [JBoss Seam] - Re: Anyone see this?

2007-02-14 Thread saeediqbal1
interesting.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016725#4016725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016725 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [EJB 3.0] - Re: Using a JoinTable, getting unique constraint violtions

2007-02-14 Thread SmokingAPipe
I ended up creating a placeholder entity. If that's the only way to do this, that's an unfortunate defect in the EJB3 spec. If there is some way please let me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016724#4016724 Reply to the post : http://

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

2007-02-14 Thread [EMAIL PROTECTED]
It depends what scope you define for the EntityQuery component, of course! This is Seam, components are stateful and contextual, remember :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016723#4016723 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: hsqldb, Hibernate and IDE's

2007-02-14 Thread [EMAIL PROTECTED]
No, thats a local in-memory database. you can't access it from another process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016722#4016722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016722 ___

[jboss-user] [JBoss Seam] - Re: hsqldb, Hibernate and IDE's

2007-02-14 Thread kukeltje
wrong forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016721#4016721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016721 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBossCache] - Re: accessing TreeCacheMBean from remote client

2007-02-14 Thread [EMAIL PROTECTED]
You need to have jgroups.jar on the client classpath. TreeCacheMBean includes this method: void fetchState(long timeout) throws org.jgroups.ChannelClosedException, org.jgroups.ChannelNotConnectedException; | which is quite poor, but is still around in JBC 1.x to preserve API compatibility.[

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: em.refresh() throwing error in JBoss AS 4.0.5.GA

2007-02-14 Thread tnevaker
I believe I may have found my problem. By changing the PersistenceContext in my SFSB from this: @PersistenceContext(unitName="warehaus") | protected EntityManager em; to this: @PersistenceContext(unitName="warehaus", type=PersistenceContextType.EXTENDED) | protected EntityM

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

2007-02-14 Thread [EMAIL PROTECTED]
I am now trying to figure out how to get the image that was uploaded to be shown on the "upload" page (as the transaction has not committed yet). Basically: It's been stuffed in the database, but in a transaction that is not committed yet (hack or not!). It's available in my Upload component as

[jboss-user] [JBoss Portal] - Re: where is my remote portlet?

2007-02-14 Thread [EMAIL PROTECTED]
Are there any exceptions in server.log or on the console? Your portlet should be visible via the "self" portlet provider. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016712#4016712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBossWS] - JNDI Configuration for a JBoss Cluster

2007-02-14 Thread mpardeshi
We have JBoss set up for a cluster with 2 nodes. We use a load balanced IP to access the cluster. My question is: When configuring the naming provider URL in jndi.properties should we use the server IP (which will be different for each node) or the load balanced name (same for a cluster) given t

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

2007-02-14 Thread [EMAIL PROTECTED]
I am probably doing horrible horrible things to the database... But it seems as good as place as any to stuff the images ;) and makes it more useful as a demo that can be run by the community. As this was started before SeamGen was as good as it is now then this demo was pretty much hand crafted.

[jboss-user] [Clustering/JBoss] - Re: Problem of merging split cluster

2007-02-14 Thread [EMAIL PROTECTED]
I recommend to replace JGroups 2.2.7 which is shipped with 4.0.3, with 2.4.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016708#4016708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016708 __

[jboss-user] [JBoss Seam] - Anyone see this?

2007-02-14 Thread monkeyden
Google Seam Forum http://code.google.com/p/seam-forum/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016706#4016706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016706 ___

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-14 Thread bander
We're not using multiple threads per session. On the receiving side (where this exception has been thrown), a single thread is used to create 5 sessions. Each session has a single consumer. The relevant receiving code is as follows: | setConnectionFactory(getConnectionFactoryStrategy() |

[jboss-user] [JBoss Seam] - Re: HotSwap???

2007-02-14 Thread monkeyden
Yeah, this used to be done by way of the JDTCompilerAdapter, used by the compiler attribute of the Ant javac task. With Java1.5 that adapter barfs on the annotations. I've read that you need to pass compiler params to javac, but apparently that can't be done with Ant 1.6.x. Oh, I got it. It

[jboss-user] [JBossWS] - Re: Error when invoking Webservice deployed in Jboss 4.0.3

2007-02-14 Thread mpardeshi
Thanks for the reply. That is correct. I figured out a better way to call the WebService. Actually I was working on a prototype where we need to call a smalltalk WebService from JBoss so my basic requirement was I should be able to invoke a WebService based on only the WSDL and without writing c

[jboss-user] [JBoss Eclipse IDE (users)] - I can't run the IDE. Please help.

2007-02-14 Thread stantonsun
Hi, I'm new to JBoss IDE. After downloading the files of IDE, I got the following error message in log file when I run eclipse.exe. Any one can help? Thanks in advance. the error is : !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.runtime.compatibility (37).

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

2007-02-14 Thread [EMAIL PROTECTED]
| package nz.co.risingstars.content; | | import java.io.ByteArrayOutputStream; | import java.io.IOException; | import java.io.InputStream; | | import javax.servlet.ServletException; | import javax.servlet.http.HttpServlet; | import javax.servlet.http.HttpServletRequest; | imp

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

2007-02-14 Thread [EMAIL PROTECTED]
Ugh.. its a bit crappy at the moment... but here it is: 1. Don't use the progress viewer as that just goes SPLAT (I don't think IceFaces passes to the callback it makes the actual conversationId so you get a "not part of long running conversation" exception. | http://www.w3.org/TR/xhtml1/DT

[jboss-user] [JBoss Portal] - Re: Google Gadgets

2007-02-14 Thread [EMAIL PROTECTED]
we have a service which provide google gadgets but the main issue is that page reloading force the gadget state to reinitialize. how does the liferay implementation work on a full page refresh ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016695#4016695 R

[jboss-user] [EJB 3.0] - Re: Using a JoinTable, getting unique constraint violtions

2007-02-14 Thread SmokingAPipe
I figured out the problem, but not the solution. Here's the problem: I have a uni-directional Collection in my Invoice: @Entity class Invoice { | |@OneToMany Collection getProducts(); | | } This results in creating a join table, with a unique constraint on the product_id column,

[jboss-user] [JBoss Seam] - EntityQuery

2007-02-14 Thread lightbulb432
When you do an @In EntityQuery to bring in a query that you defined in components.xml, does the value of this object contain some kind of cached results of the previous time you ran the query, or is it just the query object itself? What I'm trying to say is if you inject EntityQuery into a SFSB

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - em.refresh() throwing error in JBoss AS 4.0.5.GA

2007-02-14 Thread tnevaker
I am using a stateful EJB to manage user sessions on a web app, and manage the state of an Employee entity EJB that contains the user's information. The user information is returned as a bean by calling the getUserBean() method of the stateful EJB, which first attempts to use the persistence man

[jboss-user] [JBoss Seam] - Views within views

2007-02-14 Thread lightbulb432
I need to have XHTML views containing other views using the templating features of Facelets. e.g. view "outside.xhtml" contains views "inside1.xhtml" and "inside2.xhtml". However, because each view can also be seen as a standalone view, I'm concerned about conflicts in the injected/outjected co

[jboss-user] [JBoss Seam] - Re: problem with 1.1.6GA ? duplicate factory for: actor

2007-02-14 Thread [EMAIL PROTECTED]
Nice thing for the 1.1.6 spotting multiple factories. I don't known if my code was working or not, as it wasn't used yet, but it was there. I had something like this: | public abstract class BaseStateful implements BaseStatefulAction { | @Factory("user") | public User getCurrentUser() {

[jboss-user] [JBoss jBPM] - jBPM 3.2b2

2007-02-14 Thread JBossCompBoy
Hi I have seen some references in the forum from people using the jBPM 3.2b2 version. I don't see that download on the jBPM download page. Can anyone tell me when 3.2b2 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016687#4016687 Reply to the pos

[jboss-user] [JBoss Seam] - hsqldb, Hibernate and IDE's

2007-02-14 Thread [EMAIL PROTECTED]
Given: | | | | | risingstarsDatasource | jdbc:hsqldb:. | org.hsqldb.jdbcDriver | sa | | | | | It brilliant that you can run up the hsqldb client by going to localhost:8080 to get the JBoss stuff; open the jmx Co

[jboss-user] [JBoss Portal] - Re: where is my remote portlet?

2007-02-14 Thread shijiangpeng
sorry, forget to quote my xml document in right way. Here is the jboss-portlet.xml file: | | |HelloWorldPortlet |true | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016685#4016685 Reply to the post : http://www.jboss.com/index.

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

2007-02-14 Thread saeediqbal1
Tony: Wanna share with us how you do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016683#4016683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016683 ___ jboss-user mai

[jboss-user] [JBossWS] - JBoss WSTools reference?

2007-02-14 Thread rituraj_tiwari
Hi, I am trying to use NetBeans 5.5 (vanilla) with JBoss 4.0.5. I am running into endless trouble with nb's wscompile. I would like to use jboss' wscompile tool within my nb project's ant scripts. Has anyone tried this before? Is there a document that describes the options and functionality etc

  1   2   3   4   5   >