[jboss-user] [EJB/JBoss] - ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeExceptio

2007-06-14 Thread ssuhaila
i just new in this java..so need help because when i deploy my program this error in jboss will appear. before this ok..but after i install a new version of netbeans there is a problem. PLEASE HELP ME!! 2007-06-15 13:22:42,546 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in m

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread miloslav.vlach
Solved !! The problem is not in ui:include but in ui:repeat - http://www.ninthavenue.com.au/blog/c:foreach-vs-ui:repeat-in-facelets Working code... | | | #{a.template} | | | | [/code[ View the original

[jboss-user] [JBoss jBPM] - The relationship between jbpm BPEL and jbpm jPDL

2007-06-14 Thread debra
I am not clear about the relationship between jbpm BPEL and jbpm jPDL, can someone tell me something? Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054608#4054608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.2GA binds to IP but not webapp

2007-06-14 Thread lpiccoli
anonymous wrote : is there some config that binds the web application to an IP? | ooops looks like this is user error. The web-app was deployed correctly to public IP just like the manual states! i was just testing incorrectly. ouch:-( -lp View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread miloslav.vlach
Hi, I tried to use ui:include but with no success. When I use | | it works. But the I use | | where #{a.template} = testtemplate I got | HTTP Status 404 - /cms/index.seam | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054606#40546

[jboss-user] [JBoss Seam] - Re: JBoss seam with eclipse

2007-06-14 Thread [EMAIL PROTECTED]
There is a page on the Seam wiki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054605#4054605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054605 ___ jboss-user mailing lis

[jboss-user] [JBoss Portal] - Re: instances problem

2007-06-14 Thread habicht
The modifications for PostgreSQL are made and the driver is under /jboss/server/default/lib. JBoss created all tables and filld them with data. to make sure that it's not the DB I set the DB config back to hypersonic (original xml-files from the zip). It produced the same problem. About the sta

[jboss-user] [EJB 3.0] - Any way to do global overrides for EJB3 defaults?

2007-06-14 Thread dbudworth
I think I just realized that I've been barking up the wrong tree for a few months with the issues I'm having with using a foreign JCA provider it appears that standardjboss.xml is for EJB 2 only, yes? And, as far as I can tell, for EJB3 I can do: Annotate my MDBs or Use ejb-jar.xml or combo ann

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.2GA binds to IP but not webapp

2007-06-14 Thread lpiccoli
"PeterJ" wrote : First place I would look is in /etc/hosts to make sure my host name was declare properly. thanks peter. the /etc/hosts look fine. since jboss binds ok to the ip and listens on the public IP i guess it is ok. is there some config that binds the web application to an IP? thanks

[jboss-user] [EJB 3.0] - Re: @Predestroy In Stateless Session Bean

2007-06-14 Thread grdzeli_kaci
is there anybody who knows how to catch redeployment event ? Regards, Paata. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054598#4054598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054598 ___

[jboss-user] [JBoss Portal] - Authentication using system username and password

2007-06-14 Thread ram_java
Hai , We are currently developing a intranet portal for a client. We want to authenticate the user of the portal using system username and password. Is there any login module available in jboss portal to meet above requirement. Please give me suggestions about this. Operating System : win

[jboss-user] [JBoss Seam] - Re: JBoss seam with eclipse

2007-06-14 Thread kaviarasu
hi where we find the documents im using facelets seam and ejb3 and oracle 10g thaks for u r reply View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054596#4054596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054596

[jboss-user] [JBoss Seam] - Setting Actor id in jboss seam

2007-06-14 Thread trekker880
Hi i am using seam pageflow for the navigation in web application Can i use the same swimlane functionality that are in process-defintion of the jbpm in the seam-pageflow. Actually i need that my pageflow should be on some role basis. How would i do that ? View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0 Alpha - pdf component causes problem

2007-06-14 Thread fmars
unintentionally i clicked on submit. here i go on writing: after those changes, if i try to deploy, i am getting these warnings: WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. WARN [ServiceC

[jboss-user] [JBoss Seam] - Seam 1.3.0 Alpha - pdf component causes problem

2007-06-14 Thread fmars
i was trying seam 1.3.0. i created a new seam project, added a few entity classes. it has successfully deployed. After that i wanted to try pdf component. therefore i made these changes: in components.xml: added a pdf name space and this declaration in web.xml: added these lines Docu

[jboss-user] [EJB 3.0] - Re: EJB3 MDBs & JCA Message inflow with foreing JMS provider

2007-06-14 Thread dbudworth
sorry to ressurect an old topic, but I've been beating my head against a wall to get this to work with Sonic 7.5 and jboss 4.2 Is there a means of setting the default rar file to use for inflow in ejb3? I've been changing standardjboss.xml but nothing seems to take effect. do I *have* to set i

[jboss-user] [JBoss Seam] - Re: potential bug

2007-06-14 Thread [EMAIL PROTECTED]
oops, fixed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054591#4054591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054591 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - potential bug

2007-06-14 Thread matt.drees
Page.java line 260 has this: | if (eventType==null) | { | Events.instance().raiseEvent(eventType); | } | I suspect it should be "!=". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054588#4054588 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread [EMAIL PROTECTED]
| @Name("someClass") | public class SomeClass { | | @In SomeClass someClass; | | public void createSomething() { | someClass.sendAnEmail(); | } | | @Asynchronous | public void sendAnEmail() { | //Send an email asynchronously | }

[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-06-14 Thread roy007
Hi Sebastian, Your post has been very helpful as I am in the process of evaluating different WFM solutions and had the same questions and concerns. A lot of those were clarified by your post. I still have one question maybe you can help me understand this... Suppose I have a status field in my

[jboss-user] [JBoss Seam] - How to create reusable Seam components?

2007-06-14 Thread Axyd
Hello! Can you please tell me where I can found information about how to create reusable Seam components? And is it possible? For example, I need a 'Forum' component (just a simple forum), which I then can reuse in many pages in an application. So I first created it in Seam (as usual web app),

[jboss-user] [Messaging, JMS & JBossMQ] - DurableSubscriber

2007-06-14 Thread jp_ammu
Hi All, I am creating DurableSubscribers on a remote JMS topic. Here code snippet. Iam using a seesion Bean with Message Listener. Iam using Jboss and Oracle JMS public void connect(){ tcf = new STCTopicConnectionFactory(RibHost, rib_port); topicConnection = tcf.createTopicConnection(); logger.de

[jboss-user] [JBoss jBPM] - jbpm-gpd 3.0.12 not working with Eclipse 3.3

2007-06-14 Thread philippk
Hello, just discovered this project but unfortunatly cannot use the current designer in the newest Eclipse Europa build 3.3.rc2-rc4. We need this eclipse version to develop our software. Are there any know issues beside the faulty apache-xerces plugin dependency that I removed by hand from the

[jboss-user] [JBoss jBPM] - Re: LazyInitializationException when setting variable

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

[jboss-user] [JBoss Seam] - Re: selectItems and enums

2007-06-14 Thread davidfed
Can you post the code you came up with? I tried some things based on your description but am not succeeding. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054580#4054580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: Timers from previous deployments are still persistent

2007-06-14 Thread tuxzilla
Yes, I will wait for 1.3.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054579#4054579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054579 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread glennsil
Thanks for the help. I downloaded and built the booking example from C:\jboss-seam-1.3.0.ALPHA and it ran. It appears that ajax4jsf-1.1.0 depends on a number of apache commons jars, which the documentation specifically says it not needed. In fact, nowhere in the docs does it say what jars need t

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread petemuir
Ask Gavin what he thinks, I think that we can improve on where we are at now :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054577#4054577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054577 ___

[jboss-user] [Management, JMX/JBoss] - Use of JSR88 implementation (J2EE deployment api)

2007-06-14 Thread Boemm
Hi there, I've tried to use the JSR88 implementation of jboss for deploying j2ee components, but i run in trouble while connecting to the jboss server ... I don't know, which uri I have to use to get the a deployment manager, which is able to distribute and start some components. I have used t

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread youngm
I was just mentioning that as an idea. Perhaps Seam could provide an invocation context in ThreadLocal so I could do something like: InvocationContext.getContext().sendAnEmail(); Just a thought. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054575#4054575

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread youngm
I believe it does apply interceptors, however, my bean isn't an EJB. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054574#4054574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054574 ___

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread petemuir
Does it apply interceptors to getThis() - if so then the Seam interceptors will be applied and you are there... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054573#4054573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread youngm
EJB provides the context.getThis() methodperhaps ther e is some kind of Seam execution context we can make available somehow? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054572#4054572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread petemuir
AFAIK calls to this. aren't intercepted so you can't. You need to put the async method on separate component, inject the component and call cmp.sendAnEmail() - though this does seem quite convoluted. Hmmm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40545

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread ishabalov
hint: the real cause of the problem may be on the very bottom of your stacktrace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054570#4054570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054570 __

[jboss-user] [JBoss Seam] - Is it possible to access the outer instance of a Seam Compon

2007-06-14 Thread youngm
I have a class with methods like so: | public class SomeClass { | public void createSomething() { | sendAnEmail(); | } | | @Asynchronous | public void sendAnEmail() { | //Send an email asynchronously | } | } | What is the recommended wa

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread ishabalov
Are you sure you completely remove all problematic war files? In my case having a4j-1.1.1.jar is server/lib did no harm to the server. What particular error message do you have? Any stacktrace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054567#4054567 Rep

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread petemuir
Or explain your query more carefully. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054566#4054566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054566 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread petemuir
I'm confused - are you trying to put ajax4jsf-1.1.x.jar in server/default/lib (DON'T do this) or in the WEB-INF/lib of your war project or in the WEB-INF/lib of your war inside a ear? The booking example in 1.3ALPHA demonstrates correct packaging for a Seam application using ajax4jsf running in

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread glennsil
I've even tried it with ajax4jsf-1.1.1.jar and it won't work. I've tried every possible combination of web.xml files, copied directly from the documentation and the Seam book. I've tried different jar files in the WEB-INF/lib directory, all to no avail. View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread glennsil
This problem has nothing to do with web.xml or with WEB-INF/lib contents. Just put the ajax4jsf-1.1.0.jar file in the server/default/lib directory, restart your sever and try to deploy any ear or war file. You can't. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss jBPM] - Re: Help with concurrent subprocess instances!

2007-06-14 Thread roccolocko
No, theres no way to show this on the diagram, but like you said, it is done using a fork and a join, but... no the normal fork that comes with jbpm, you need to create your own implementation with a node. I have in an application this, but I did not code it so I can't hand it to you, but let m

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread ishabalov
And pls post you web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054561#4054561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054561 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread ishabalov
what is the content of your WEB-INF/lib folder? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054560#4054560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054560 ___ jboss-u

[jboss-user] [Beginners Corner] - Logging - ejb activity

2007-06-14 Thread sask_tracs
Am developing a application that uses Stateless Session Beans, want to know if there is a way to turn on logging within Jboss to trace the activity of the Beans? Have read about log4j etc and how you can put statements into the code (The Developed Beans) to have log4j put the statements into de

[jboss-user] [JBoss Seam] - Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.GA se

2007-06-14 Thread glennsil
Put ajax4jsf-1.4.0.jar in the WEB-INF/lib directory of any war file and deploy to jboss-4.2.0.GA server. You will get the following error: 15:04:54,484 ERROR [MainDeployer] Could not start deployment: file:/C:/jboss-4. .0.GA/server/default/tmp/deploy/tmp49172crud.ear-contents/app.war org.jboss.de

[jboss-user] [JBoss jBPM] - Re: Process Instance end method

2007-06-14 Thread roccolocko
First of all, you need then to have a transition to the END node, which I guess you do have, anyways, like I said before your process is probably working but simply you are never going to see it on the END node. Once a task goes to the END node it simply "ENDS", and the process is finish, meanin

[jboss-user] [JBoss Seam] - Re: Timers from previous deployments are still persistent

2007-06-14 Thread markfoerstein
tuxzilla, I'm doing exactly the same thing, and having the same problem. Take a look at your \JBOSS_HOME\server\default\data\hypersonic dir. You will find a file named localDB.log Open this file. You will see something like this: | After the first deploy: | INSERT INTO TIMERS VALUES('1','

[jboss-user] [Security & JAAS/JBoss] - elf-signed client certs Jboss 4.0.4

2007-06-14 Thread mwiron
He, im trying to get ss with self-signed client certs - aka mutual authentication - Web Browser Client work on jboss 4.0.4. In the wiki i found a setup information at http://wiki.jboss.org/wiki/Wiki.jsp?page=SSLSetup now my problem is when i follow the discription 3 - SSL enabled on the server

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - cant't deploy in context root on jboss-4.2.0.GA

2007-06-14 Thread hasc
Hi, i have trouble getting my application running in the root context. i read the documentation, the howto s and so on, maybe i'm stupid but i cant get it working... i was trying to configure apache and tomcat with ajp ant got so far that i could access the application with [mydomain.tld/app]

[jboss-user] [JBoss jBPM] - Re: JBPM JSF Integrartion

2007-06-14 Thread roccolocko
One way to go its what you did, modify the jbpm.war and include your JSF files in there but then you will only be changing things all the time to fit your needs. I thing the best way to do an integration is to generate your own war file (yourAplication.war) and communicate that application with

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread nhpvti
"petemuir" wrote : in fact its because Java2D doesn't support writing to a gif, probably because of licensing issues It was my first suspicion... Good news is that it is nevertheless possible and even animated: "shakenbrain" wrote : | You'd have to update this to allow for "gif" format types

[jboss-user] [JBoss Seam] - Re: Viewing deployed EJBs

2007-06-14 Thread petemuir
HAve you looked at the debug.seam page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054546#4054546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054546 ___ jboss-user mail

[jboss-user] [JBoss jBPM] - Licence Question - Commercial End Product

2007-06-14 Thread strandum
Hi, I am a java consultant with 10 years experience that has been asked by a software house to evaluate various workflow solutions for incorporation into a web application. I have had a look at jboss jbpm and feel it maybe a good fit with our requirements. Is it posible to deploy this applicati

[jboss-user] [JBoss Messaging] - Re: 1.3.0 Temporary Destination - Full security

2007-06-14 Thread aslak
I'd like to clearify my last post... The last post was a bit of a mix between two different issues I was having. The referencing source was more of an 'oddity' that I found looking for; 'Why I wasn't able to read from my temp destination even though I could see the message?'. I had assumed tha

[jboss-user] [JBoss Seam] - Viewing deployed EJBs

2007-06-14 Thread jlowcock
I am having difficulty understanding why the variables in my seam pages are not being resolved and I was wondering if there was a way of viewing the list of EJBs known to seam via the @Name annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054540#40

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread monkeyden
Ah, my mistake, I guess EL doesn't qualify as a runtime expression. | include | | | JSP | The include tag can point at any Facelet which might use the composition tag, component tag, or simply be straight XHTML/XML. It should be noted that the src path does allo

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread petemuir
Oh, you're trying to say it doesn't support EL expressions? It does :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054538#4054538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054538

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread monkeyden
a runtime expression View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054537#4054537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054537 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Getting Started Documentation] - Re: jboss + mysql

2007-06-14 Thread ros060
"PeterJ" wrote : You need a *-ds.xml file that describes the MySQL data source. You can find an example one at docs/examples/jca/mysql-ds.xml. Once you edit it for your database, copy it to server/xxx/deploy. | | For more info: http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_singl

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread shakenbrain
+1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054535#4054535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054535 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread petemuir
What's rtexp? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054534#4054534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054534 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JNDI/Naming/Network] - accessing a database in jboss

2007-06-14 Thread ros060
Hi, I have a small application where I access a database using ejb with jsp/servlets. The application is working ok but I have a question about the mysql-ds.xml file and ejb-jar.xml file. I have pasted the 2 files below. The thing is at the moment I have specified the name of the database in m

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread monkeyden
does not allow rtexp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054531#4054531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054531 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread petemuir
As png is a superior format to gif, I can't see any problem here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054530#4054530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054530 _

[jboss-user] [JBoss Seam] - Re: request parameter + sfsb

2007-06-14 Thread petemuir
page parameters are newer, more powerful, and separate design concerns better than @RequestParameter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054529#4054529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054529 _

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread shakenbrain
>From ContentServlet.java String formatName = ""; |if ("image/png".equals(contentType)) | formatName = "png"; |else if ("image/jpeg".equals(contentType)) | formatName = "jpeg"; | |Ima

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread petemuir
ui:include from facelets (you are using facelets, right?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054527#4054527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054527 _

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread petemuir
Yes, seamspace doesn't support gifs. But, as shakenbrain says, this is not because s:fileUpload can't upload gifs, but just due to the design of the example (in fact its because Java2D doesn't support writing to a gif, probably because of licensing issues). View the original post : http://www

[jboss-user] [JBoss Seam] - Re: back-buttoning after logging out

2007-06-14 Thread hstang
Yes I did. Were you able to solve this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054525#4054525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054525 ___ jboss-

[jboss-user] [JBoss Seam] - Re: back-buttoning after logging out

2007-06-14 Thread monkeyden
Did you try the meta tags? | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054523#4054523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054523 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Store example simpler than DVD Store is needed

2007-06-14 Thread dkane
Dear colleagues, I have a very little Seam experience and need a template to create basic store application. DVD Store example is too complicated for the beginner. Initially I need a very basic functionality : user login, searching products by name, adding selected products to shopping cart a

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

2007-06-14 Thread monkeyden
Ok, it's definitely calling returnToCapturedView() automatically after the register() method is called. Can anyone tell me why @Begin and @End aren't being honored? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054521#4054521 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - back-buttoning after logging out

2007-06-14 Thread hstang
I noticed that in my particular Seam application, back-buttoning is allowed after a user logouts which is concerning because if the user goes out for a bathroom break and someone uses his computer, he can see data he's not allowed to. When I try this with my bank online, it gives a "session tim

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread nhpvti
"shakenbrain" wrote : I guess I'm not following you. Where is this uploaded image supposed to be shown? How are you storing it? seamspace example, JBoss AS 4.0.5 GA, Seam 1.2.1 GA Images are stored in the database and shown on the start page or in the user's profile. It works for JPEG and PN

[jboss-user] [JBoss Seam] - How to import (include) .xhtml code

2007-06-14 Thread miloslav.vlach
Hi all, I would like to import or include the page according the bean value: But I don't know which taglib to use. Can anybody help me ? M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054512#4054512 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Messaging, JMS & JBossMQ] - Re: bisocket error in using jboss messaging 1.3

2007-06-14 Thread [EMAIL PROTECTED]
You are missing some step in your instalation. If you could describe how you're installing we would be able to help you. (Have you followed the installation steps at http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.GA/html/installation.html ?) BTW

[jboss-user] [JBoss Seam] - Re: Search Engines and Seam

2007-06-14 Thread monkeyden
If "home.seam" worked in the welcome file list, then the server would essentially be restarting the request, since at that point you've already passed the URI parsing facility of the server. The welcome file list can't be anything that requires a request URI mapping in web.xml. View the origin

[jboss-user] [JBoss Seam] - Re: request parameter + sfsb

2007-06-14 Thread mbertelsen
Can anybody suggest the thinking behind choosing to use a page parameter vs. @RequestParameter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054503#4054503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054503 __

[jboss-user] [Beginners Corner] - Configuring JDK5.0 compilation support in JBoss 4.2

2007-06-14 Thread akrishmohan
Hi We are moving from 4.0.4 GA to JBoss 4.2. I was curious to know if we still needed to manually add these lines to web.xml to enable JDK5 compilation support. compilerSourceVM 1.5 Let me know. Thanks K View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Portal] - Re: probleme with

2007-06-14 Thread eagleIT
Have you solution ? Thanks. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054499#4054499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054499 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Search Engines and Seam

2007-06-14 Thread trickyvail
Previously I stated that search engines were not caching pages, but it would be more accurate to state that they were caching blank pages (sorry for the imprecision). It seems that robots.txt can only be used to define areas to not visit, so that won't work either. Currently I'm thinking about

[jboss-user] [JBoss Portal] - Re: probleme with

2007-06-14 Thread eagleIT
components.xml : | | | | #{applicationScope.PortalObjectContainer} | | | #{applicationScope.LayoutService} | | | #{applicationScope.InstanceContai

[jboss-user] [JBoss Seam] - Re: Newb: why don't any seam log messages appear in JBoss lo

2007-06-14 Thread davetron5000
A fresh install of both seemed to work. I'm not sure what I did to the log4j.xml file, but somehow it must've been excluding seam messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054496#4054496 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - Re: probleme with

2007-06-14 Thread eagleIT
DashboardManager.java : | package fr.cpage.PersonnalizePortlet.backingbean; | | import java.io.Serializable; | import java.util.ArrayList; | import java.util.Collection; | import java.util.Collections; | import java.util.Iterator; | import java.util.LinkedHashMap; | import java

[jboss-user] [JBoss Portal] - Re: Portal 2.4.1 in AS 4.2.0. Any work arounds?

2007-06-14 Thread nollie
Thank you for the reply. Not only did you answer my question, but the one I was about to post :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054494#4054494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054494 __

[jboss-user] [JBoss Portal] - probleme with "page.createPage()"

2007-06-14 Thread eagleIT
Hello. I'm using the jboss-portal 2.6 CR2 with Eclipse 3.2. I will want to create my own customize portlet to personalize the dashboard, like the "Dashboard configurator Portlet". And when i want to add a portlet in page, it doen't add. However, the portlet is in the database with properties "or

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread shakenbrain
I guess I'm not following you. Where is this uploaded image supposed to be shown? How are you storing it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054492#4054492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Seam] - captureCurrentView

2007-06-14 Thread monkeyden
Having some trouble with captureCurrentView(). The use case is: Actor is on any page within the application. Let's call it "Page A". Actor clicks the "Sign Up" link Actor is presented with the "Sign Up" page Actor enters necessary info and selects "Submit" Actor is brought to the "Sign Up Confi

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread nhpvti
"shakenbrain" wrote : You can upload any kind of file with the file upload component. Yes, I can upload any content and I can see binary data of the gif image in the database with contentType field set to image/gif But the problem is that web browsers (e.g. IE7, Firefox 2.x, Opera 9.x) don't

[jboss-user] [JBoss Seam] - Re: DataModel using Set does not work

2007-06-14 Thread andreigh.ts
Thank you all for the answers. Can you please help me out - There still are some problems and searching on the forum seemsto be bugs, but I am not sure. Can you please confirm. Here are the problems: 1) Stateful component - Conversation scope; outjecting Set DataModel (defaulting to Conversat

[jboss-user] [JBoss Seam] - Re: Search Engines and Seam

2007-06-14 Thread trickyvail
I've tried the above with both home.seam and home.xhtml as the target welcome page but with no success. Maybe because the server tries to access the file directly rather than letting seam intercept the file by extension? Solution attempt 2 - create a robots.txt file that directs the search engin

[jboss-user] [EJB 3.0] - JBoss EJB 3.0 TrailBlazer doesn't seem to work for me

2007-06-14 Thread happytour
Greetings, I'm starting using EJB 3 with JBoss 4.0.5GA and I deployed the EJB 3 TrailBlazer (EJBTrail.ear). I launced the browser and I went in the Message Driven Beans section. Here I pressed the "Try the message driven calculation" button, I accepted the default values in the Investment calcu

[jboss-user] [JBoss Seam] - Re: Can't set Character encoding for submitted form data

2007-06-14 Thread ryildirim
The problem might arise from URIEncoding http://www.jboss.com/index.html?module=bb&op=viewtopic&t=107804 will address your problem. This is only applicable when your request parameters are sent with the URL query string. One other possibility of this happening is your database's client/server

[jboss-user] [JBoss Seam] - Re: Why limiting SEAM to Web Applications?

2007-06-14 Thread [EMAIL PROTECTED]
There's certainly no reason that Seam has to be limited to web application development. We've even talked some about using it in Swing applications. However, I don't think anyone sees it as a huge priority right now. I'm sure we'd welcome contributions from anyone who wants to use Seam outside

[jboss-user] [EJB 3.0] - Re: Message Driven Bean with TIBCO EMS - Wrong Connection fa

2007-06-14 Thread harleybl
I found the problem... After pouring through the logs and JBoss AS source code I found a place where you can select the jms provider JNDI. Changing the annotations to: | @MessageDriven( | activationConfig = { | @ActivationConfigProperty(propertyName = "providerAdapterJNDI"

[jboss-user] [JNDI/Naming/Network] - JBoss EJB 3 TrailBlazer doesn't seem to work for me

2007-06-14 Thread happytour
Greetings, I'm starting using EJB 3 with JBoss 4.0.5GA and I deployed the EJB 3 TrailBlazer (EJBTrail.ear). I launced the browser and I went in the Message Driven Beans section. Here I pressed the "Try the message driven calculation" button, I accepted the default values in the Investment calcu

[jboss-user] [JBoss Seam] - Visual Web Pack - Seam

2007-06-14 Thread purplehaze
Is it possible to combine Seam with Netbeans Visual Web Pack? Now Seam 1.3 use Suns JSF RI. Also is it possible to use Seam as back end technology and develop user interfaces with VWP? Roman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054481#4054481 Reply

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0 ALPHA released

2007-06-14 Thread [EMAIL PROTECTED]
Remove the conversation-is-long-running parameter from core:manager in components.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054480#4054480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054480

[jboss-user] [JBossCache] - Re: How could I create a new Region programmatically?

2007-06-14 Thread Sancheski
I think I found the solution, perhaps it is gonna be usefull for someone. The code below could be used as an example: | //getting the cache's eviction RegionManager | RegionManager regionMgr = cache.getEvictionRegionManager(); | | //Creating your own EvictionConfiguration | FIFOConfig

  1   2   3   >