  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | JBoss | Hi all
I 'm trying to build seam sample application using maven.
I have only a few dependencies in my project
seam-1.2.1 seam-ui-1.2.1 facelets and java5 api (just for development).
Now when I pOne thing to add here is when I 'm using java /DefaultDS in my persistence.xml as jndi-datasource hibernate is started while deploying my app when using my own specified datasource it does not get staThe problem
with annotation is that one does not understand what happens behind the screen.
I 'm using a ejb3-hibernate entity definition(simply defined)
in the pojo
@(protected) tableclass xyz when i am using https the submit a web form
the path of the action path will change
https //localhost 8080/portal/sec/portal
how to i clean the "sec " in the url with https submission?
THX
View tThere are loads of examples of backing the EJB3 persistence context with a database in the examples directory and take a look at the Hibernate Entity Manager docs.
View the original post http //wwHi
I am trying to set an eviction policy to a region that does not exit yet. I know how to set an eviction policy to a region that already exists but my problem comes up when I have to create a new Lots of examples of using a database and EJB3 persistence with Seam in the examples directory. The Hibernate Entity Manager also discusses this.
View the original post http //www.jboss.com/index.hIs there an example of how to use Set as a @(protected) ?
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054224#4054224
Reply to the post http //www.jboss.com/indNot built in to Seam. You can of course use velocity to template both views and classes as long as you parse them before the deploying them to the server.
View the original post http //www.jboss.coHi
my EJBs are not deployed as expected. Below is part of my logfile with the (I think) relevant parts. I 'm using SEAM 1.2.1.GA and want to use Hibernate JPA but I think one problem related to the Is there any facility with the seam to support velocity as a template ?
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054220#4054220
Reply to the post http //wHello @ all
we have an application running with Jboss ejb3 configuration. The Database is Oracle 10g. On jboss startup (or application deployment) we load an amount of data from the database with enhi all
i have one stateless session bean and into this bean i have one destroy method
| @(protected)
| public void destroy() {
| try {
| sender.disconnect() // Hi there
I monitored the subject SEAM and related issues since beginning of this year. I like the concepts but the implementation is limited to web services (if I understand it well). For our develofedora fc5
jboss4.2.GA
hi all
i am using the run.sh -b option to bind jboss against a machine IP.
netstat reports it running on 8080.
I can access the default jboss page on the IP 8080
but when Try again after deleting the contents of the 'jboss-4.x/server/your_config/data ' directory.
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054204#4054204
Reply tohi
i am doing ejb 3.0+seam project in exadel eclipse IDE. i am using JBOSS server to run my application.
well. now i need to connect my project with oracle database i have created a database conneI dont think its anything to do with that. The problem is the use of class instead of styleClass.
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054201#4054201
Rehi
i am doing ejb 3.0 project in exadel eclipse IDE. i am using JBOSS server to run my application.
well. now i need to connect my project with oracle database i have created a database connectioni have a problem in using security roles. The code
<s div class "entry " rendered "#{s hasRole( 'Premiumkunde ')} " >
| <div class "label " >Kreditkarte </div >
| Hi can any one say how to connect seam with database using eclipse with jboss-seam1.0.1.ga or eclipse with jboss ide
thank u
View the original post http //www.jboss.com/index.html?module bb&op viewHi
im new to seam and eclipse
can any any one say how to connect seam with database using jboss ide with eclipse or seam-gen with eclipse
View the original post http //www.jboss.com/index.html?Hi All
I see the same issue and a google search does 'nt reveal much. Also could 'nt find any helpful information on the jboss web site. Not sure if this is a bug. I am thinking of using a previousHi
We are using Jboss Portal 2.4.0 with oracle database.
We are right now in production.We have around 12 portlets deployed.
We need data on which portlet is most visited by the users.
Can we get itNo. Upgrade to 4.0.5 and use Seam 1.2.1.
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4054187#4054187
Reply to the post http //www.jboss.com/index.html?modulehi
Can seam application be run on the jboss 4.0.2 AS
We are using this jboss version in our project.
If it can be used with this version then what are the things that are needed to run the seam applicHi can any one say how to create seam projects and connect to database using Jboss IDE with Eclipse
Thank u
regards
Kaviarasu
View the original post http //www.jboss.com/index.html?module bb&op viHi all
Has anybody done any of their own neat looking CSS customisations for the Seam datepicker component?
I would love to leech from ..errr.. admire your work. If so perhaps uploading them to a
Regardless of Seam all EJBs in the same ejb-jar should have unique ejb names.
Try annotating the SFSB classes with @(protected)(name "beanX ") this may solve the problem.
View the original post http //Is it possible in Seam to have two SFSB that have the same class name but be in two packages with different component names?
| package com.firstpackage.inf
|
| @(protected)
| public interface ISo |
|
 |