[jboss-user] [Installation, Configuration & Deployment] - Re: How to add additional ports in sample-bindings.xml

2007-04-28 Thread [EMAIL PROTECTED]
Yes, it's called "copy&paste" :) Or, if you want to write one (xslt based?) and contribute it back :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041616#4041616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041616

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-04-28 Thread denis-karpov
What do you need is user transactions. | import javax.ejb.TransactionManagement; | import javax.ejb.TransactionManagementType; | | | @TransactionManagement(TransactionManagementType.BEAN) | public class Q... | @In | private EntityManager entityManager; |

[jboss-user] [JCA/JBoss] - Re: Is it a JBoss Bug ...?

2007-04-28 Thread [EMAIL PROTECTED]
Hmmm. Without looking at the code it would be difficult to tell the reason. Can you turn on XLevel tracing in your log4j.xml file? There is an example of how to do this in the log4j.xml in your conf directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: EntityHome validation error (Chapter 14 example)

2007-04-28 Thread saeediqbal1
"cja987" wrote : ... prefer to have all CRUD actions go through the session bean that simply injects the EntityHome itself. TMTOWTDI. | what are you saying? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041619#4041619 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - If NoResultException, then logic in JSF or Java

2007-04-28 Thread saeediqbal1
In my simple application that i am writing, now i can edit records if a single resultset exist in database, pull it in the form and edit it and click save to modify the contents fine. Now the problem is that when nothing is returned from that database, for example an activity record for that us

[jboss-user] [JBoss Seam] - Re: If NoResultException, then logic in JSF or Java

2007-04-28 Thread saeediqbal1
Well that ActivityEdit.xhtml file is the one that creates a row in database (auto generated by seam-gen with entity) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041621#4041621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [Beginners Corner] - Re: connection problems after 1 hour using jboss

2007-04-28 Thread ralfi
Hi, i think we fix this problem. shame on me...we have a lot of jboss logfiles which explode our filesystem (no more space) ..and every time we reboot the server it clears the temp files... that declare the attitude of the connection problems thanx tomerbd2 :-) View the original post : h

[jboss-user] [EJB 3.0] - Re: connection problems after 1 hour using jboss

2007-04-28 Thread ralfi
Hi, i think we fix this problem. shame on me...we have a lot of jboss logfiles which explode our filesystem (no more space) ..and every time we reboot the server it clears the temp files... that declare the attitude of the connection problems thanx Felix :-) View the original post :

[jboss-user] [JBoss Seam] - Re: Seam + JSF + EJB3 + GWT example application

2007-04-28 Thread petemuir
I'm coming at this from a tangent to michael ;) - my feeling is that this is an example we are going to want in Seam (as we already have some gwt stuff from michael neale) so I thinking about how you could make the example as great as possible once it's in Seam (and also make Gavin less likely t

[jboss-user] [JBoss Seam] - Re: Mathematical captcha & Email obfuscator

2007-04-28 Thread petemuir
Sorry, I might have sounded a bit negative on the bug tracker - don't get me wrong - I and everyone else (being presumptuous) is really grateful for your contribution :) "Homer J." wrote : 1. I purposefully didn't use the patch format because I thought it's easier for you to integrate this way

[jboss-user] [JBoss Seam] - Re: Example: OneToMany & Composite Key

2007-04-28 Thread petemuir
All of the examples in the seam distribtution work - or do you want a specific example? Show the entity that is producing the error - perhaps someone can help you :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041626#4041626 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - Re: Any Help? Run booking example out of container error.

2007-04-28 Thread shaucle
false use-java-context: If this is set to false the the datasource will be bound in the global JNDI context rather than the java: context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041627#4041627 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & Deployment] - JMS-Topic-Deployment on JBoss 5 Beta 2

2007-04-28 Thread CarstenRudat
Hi all, I have an (Session-Bean)-JAR within an EAR. Inside the JAR, there is an META-INF/jboss-service.xml witch defines a JMS-Topic "messageTopic". A sessionBean - inside the same JAR - has an @Resource-injection with this just deployed topic - and this fails. The sessionbean will not be deplo

[jboss-user] [JNDI/Naming/Network] - Problem with deploying

2007-04-28 Thread Infest696
Hello, I get the following exception if I deploy my ear file to jboss. I have searched in the internet, but i can't find anything about this problem. Maybe sombody can help me. 2007-04-28 12:36:11,687 INFO [org.jboss.ejb3.EJBContainer] STOPPED EJB: de.baumarkt.itemmanagement.ItemmanagementBea

[jboss-user] [JBoss Seam] - Re: Any Help? Run booking example out of container error.

2007-04-28 Thread shaucle
ps: 1 set as non-jta-data-source 2 delete property of en, after reading docs of jboss-server, it's more clear. and it's clear! ^_^ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041631#4041631 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - how to import external page in taskform(.xhtml)?

2007-04-28 Thread javalau
I have external page(http://otherwebsite.com/jsp.page) that I need to import in to my task form(eg:form.create.xhtml in websale), how to config in task form?(jbpm Jpdl 3.2GA) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041632#4041632 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Any Help? Run booking example out of container error.

2007-04-28 Thread shaucle
delete line :property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041633#4041633 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Security & JAAS/JBoss] - Error registering jboss.web:type=ProtocolHandler, port=28080,

2007-04-28 Thread mallickcs
I have written Mbean , which makes a client RMI connection to external application . This bean is configured in the conf/jboss-service.xml so when the jboss is started during the start of my bean i get following error. Can anyone please tell me how to fix this problem. 17:17:07,312 ERROR [Regi

[jboss-user] [JBoss Seam] - SEAM INSTALLATION

2007-04-28 Thread pronob
After installing JBOSS AS 4.0.5 with ejb3 profile and \jboss-seam-1.2.1.GA the ant script gives the following message with both Java 5 and 6: select-compiler: compile: [javac] Compiling 382 source files to C:\JBOSSSIM\jboss-seam-1.2.1.GA\build\ classes [javac] javac: invalid target rele

[jboss-user] [JBoss Portal] - Re: Can't change the layout in the JBoss Portal 2.6CR1

2007-04-28 Thread empty11
Dear. I've added some layouts and uncomment the two layout(nodesk, phalanx). after changing the layout in the portal page, there is no effect to change the layout. I did succeed changing layout in the JBoss Portal 2.4.2, but I can not change the layout JBoss Portal 2.6 CR1. Let me know how to

[jboss-user] [JBoss Portal] - Error message on clicking to the admin page

2007-04-28 Thread empty11
Dear When I click the admin page, there are error message on the message console as below. 2007-04-28 22:16:18,750 ERROR [STDERR] 2007. 4. 28 PM 10:16:18 com.sun.facelets.compiler.TagLibraryConfig loadImplicit Added Library from: jar:file:/E:/Utils/JBoss/07.Portal/jboss-portal-2.6-CR1-bundled

[jboss-user] [JBoss Portal] - There is an error message when shutdown

2007-04-28 Thread empty11
Dear. There is an error message when shutdown as below. 22:37:09,468 WARN [JBossServiceModelMBean$ServiceMixin] Stopping failed JBossServiceModelMBean$ServiceMixin java.lang.NullPointerException at org.jboss.portal.portlet.impl.container.PortletApplicationContextImpl.stopPortletApplica

[jboss-user] [Installation, Configuration & Deployment] - last sources from svn

2007-04-28 Thread sviluppatorefico
hi.where I can to find the last snapshot of jboss application server through anonsvn? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041640#4041640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041640

[jboss-user] [JBoss Seam] - Re: Example: OneToMany & Composite Key

2007-04-28 Thread umk
"petemuir" wrote : All of the examples in the seam distribtution work - or do you want a specific example? | | Show the entity that is producing the error - perhaps someone can help you :) Yes, I'm looking for a specific example: one that shows use of a Composite Primary key - as the order

[jboss-user] [JBoss Portal] - last sources from svn

2007-04-28 Thread sviluppatorefico
hi.where I can to find the last snapshot of jboss portal through anonsvn? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041643#4041643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041643 _

[jboss-user] [JBoss Seam] - Re: Example: OneToMany & Composite Key

2007-04-28 Thread umk
Actually, use this code instead of the above to invoke the entities. I just changed one line to make it standalone. | ... | // code that invokes above entities to produce the problem | Collection biomarkers = new ArrayList(1); | RecordData biomarker = new RecordData(); | biomarker.setBi

[jboss-user] [Beginners Corner] - Re: ports for EJB

2007-04-28 Thread tomerbd2
There is a wiki that tells which ports should be exposed http://www.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041646#4041646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Beginners Corner] - Re: ports for EJB

2007-04-28 Thread kuvera
Yes, I read that. It is a little bit technical for the mortal, though, with all those MBean references. This is why I asked for reinforcement. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041648#4041648 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Re: how to change JWS 80 port on jboss portal 26CR1

2007-04-28 Thread kevnlin
by ths issue? http://wiki.jboss.org/wiki/Wiki.jsp? I Modify all file 1---the portal 2.6.CR1 on windows , is work 2--on solaris 10 is not work I login in portal (account admin) and enter admin _> WSRP page When I click (SELF application ) regist link ,and show this error (intern

[jboss-user] [JBoss Seam] - Re: Mathematical captcha & Email obfuscator

2007-04-28 Thread Homer J.
No need to excuse, I don't think that you sounded negative. I just thought this way you have more control over how to integrate it without worries cause it's only a handful of files. Anyway: I converted the whole stuff into 3 patches. It's tested (& working) with todays CVS head and JBoss AS 4.

[jboss-user] [Installation, Configuration & Deployment] - Re: last sources from svn

2007-04-28 Thread PeterJ
All the repositories are accessible from: http://anonsvn.jboss.org/repos/ The latest sources are is always under "trunk" within each project. For example: http://anonsvn.jboss.org/repos/jbossas/trunk/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041652#404

[jboss-user] [JBossCache] - Regional classloaders and state transfer

2007-04-28 Thread FredrikJ
We are currently using the 2.0 beta 2 release, and have some problem with the state transfer. We are using regional based classloaders with an example cache like: /a/ -> ClassLoader A /b/ -> ClassLoader B The startup sequence of the cache looks like: 1. Create cache 2. Register classloaders 3

[jboss-user] [JBoss Seam] - Re: seam cannot reference EJB, why?

2007-04-28 Thread hsiung
here is the startup log in which Seam scans the ejb jar: 20:03:09,933 INFO [ServletContextListener] Welcome to Seam 1.2.1 | 20:03:09,953 INFO [Scanner] scanning: /D:/opt/jboss-4.0.5/server/default/./tmp/deploy/tmp1148FBN-app.ear-contents/FBN-JSF-exp.war/WEB-INF/lib/jboss-s | eam.jar | 20:0

[jboss-user] [JBoss Seam] - Re: SEAM INSTALLATION

2007-04-28 Thread [EMAIL PROTECTED]
If you are getting that message, you are definitely not using Java 5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041655#4041655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041655 ___

[jboss-user] [JBoss Seam] - Re: default equals() doesn't behave as expected for javaBean

2007-04-28 Thread Sammy8306
Just a thought: wouldn't it be enough to let equals check the defined component name and scope for equality? That assumes that the name/scope pair is unique to the object and immutable, which holds as far as I can see? View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Portal] - @In annotation and creating bean

2007-04-28 Thread mladen.babic
Hi, I 'm beginer with seam and have a question.I've created two stateful beans(eg. User and Message).How can I call User 's method in Message bean by annotation? Best regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041657#4041657 Reply to the post

[jboss-user] [JBoss Portal] - PageCustomizerInterceptor not restricting tabs based on role

2007-04-28 Thread jgilbert
Looking at the PageCustomizerInterceptor class it performs security checks before rendering tabs but it does not seem to be working. JACCPortalAuthorizationManager is always returning true for checkPermission. I'm fairly certain that I have setup my security constraints properly in my *-object.

[jboss-user] [JBoss Seam] - Re: seam cannot reference EJB, why?

2007-04-28 Thread petemuir
Show the contents of FBN-EJB.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041659#4041659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041659 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: For Gavin to review

2007-04-28 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-1262 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041660#4041660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041660 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: seam cannot reference EJB, why?

2007-04-28 Thread hsiung
the content of the ejb jar is - jndi-properties | - META-INF/seam.properties | - META-INF/ejb-jar.xml | - META-INF/persistence.xml | - META-INF/Manifest.mf | - com/ideartis/jee/fbn/Booking.class | - com/ideartis/jee/fbn/BookingBean.class | - com/ideartis/jee/fbn/ View the origina

[jboss-user] [EJB 3.0] - In relation to Entity hierarchy and EntityManager's behaviou

2007-04-28 Thread pyctam
I found a strange behaviour of EntityManager for the Entity Hierarchy using JOINED strategy (I have not tested yet other strategies). Let me assume that I have a hierarchy of joined entities derived from, for example, a Vehicle base class: | Vehicle | / | \ |

[jboss-user] [JBossWS] - Using (Hash)Map in wrapper class

2007-04-28 Thread jaap.taal
I'm using jboss-4.2.0.CR2 with jbossws-1.2.1.GA I'm trying to deploy the following simple echo webservice. | @WebService() | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class EchoMapSSTest { | | @WebMethod | public Map echoMapSS(Map myMap) { | return myMap;

[jboss-user] [JBossWS] - Re: Using (Hash)Map in wrapper class

2007-04-28 Thread jaap.taal
I've found a related jax-ws topic: http://forums.java.net/jive/message.jspa?messageID=185244 Putting the Hashmap inside a wrapper does work: | @WebService() | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class EchoMapSSTest { | | public static class MapWrapper { |

[jboss-user] [JBossWS] - Two services with same portname

2007-04-28 Thread jaap.taal
When I deploy two services with the same method name inside one war file something strange happens: | @WebService | @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED) | public class EchoListString { | |

[jboss-user] [Clustering/JBoss] - How to configure heartbeat on Cluster env!

2007-04-28 Thread geniusfox
I have 2 nodes on my cluster env with Jboss4.05GA on RedHat AH3. Machine1: eth0 :192.168.0.173 eth1: 192.268.100.173 Maching2: eth0: 192.168.0.174 etho1:192.168.100.174 "192.168.100.173" and "192.168.100.174" connect directly and the "192.168.0.173" and "192.168.0.174" connecte with a

[jboss-user] [JBoss Seam] - Re: If NoResultException, then logic in JSF or Java

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

[jboss-user] [Clustering/JBoss] - Re: How to configure heartbeat on Cluster env!

2007-04-28 Thread [EMAIL PROTECTED]
Try: | ./run.sh -c all -b 192.168.0.174 -Dbind.address=192.168.100.174 | JGroups will use the value of the "bind.address" system property to determine what interface to use. Other services use "jboss.bind.address". When you use -b, when JBoss starts it sets both of those properties to th

[jboss-user] [JBoss Tools (users)] - Eclipse 3.2 and JBoss IDE 2.0 beta2 introduces config errors

2007-04-28 Thread [EMAIL PROTECTED]
Installation of Eclipse IDE 2.0.0 Beta2 introduces several feature configuration errors, older versions of features being installed over newer one: anonymous wrote : | Included feature "J2EE Standard Tools (JST) Project" version "1.5.3.v200701251935-kW-NqztJbMj98Vy" is disabled. | | Inclu

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

2007-04-28 Thread [EMAIL PROTECTED]
Forgot to mention: installed thru Eclipse; in the install documentation the url for the remote site is "http://download.jboss.org/jbosside/updates/stable";, but this is the path for IDE 1.6! How come the docs are not updated? Shouldn't Eclipse 3.2 prevent you to install an incompatible version?

[jboss-user] [JBoss Seam] - import.sql and hsqldb

2007-04-28 Thread suryad
In the Seam hotel booking example, there is the import.sql file. I am wondering how that is getting run. I looked if there is an ant target for example running the SQL into HSQLDB database when the project gets built but there is nothing of the sort. Could someone with considerbaly more experien

[jboss-user] [JBoss Seam] - Re: Any Help? Run booking example out of container error.

2007-04-28 Thread suryad
I got the seam booking example running out of the box with Tomcat 6.0 no problems. Is this with JBoss AS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041680#4041680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041

[jboss-user] [JBoss Seam] - Re: SEAM INSTALLATION

2007-04-28 Thread pronob
I am pasting a full display with java -version output : just to make sure we are in the same page: C:\JBOSSSIM\jboss-seam-1.2.1.GA>java -version java version "1.6.0_01" Java(TM) SE Runtime Environment (build 1.6.0_01-b06) Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing) C:\J

[jboss-user] [JBoss Seam] - Re: import.sql and hsqldb

2007-04-28 Thread stu2
It's a hibernate thing, not seam-related. Check out http://www.hibernate.org/381.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041682#4041682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041682 ___

[jboss-user] [JBoss Seam] - Re: import.sql and hsqldb

2007-04-28 Thread matt.drees
It's part of hibernate. http://www.google.com/search?hl=en&q=import.sql+hibernate&btnG=Google+Search View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041683#4041683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041683 _

[jboss-user] [JBoss Seam] - Re: If NoResultException, then logic in JSF or Java

2007-04-28 Thread petemuir
"saeediqbal1" wrote : value.setUsername("#{identity.username}"); You can't use EL like this - try injecting identity into the bean using @In. With your navigation problem - I'm unsure of the precedence order of navigation rules - which takes priority - from-action or from-outcome? What you are