Hi i have a trouble about the configuration of Spring,Spring 3.1 WebFlow2.3, JSF (Mojarra) 2, Richfaces and Spring Security 3.1. I don't want a controller to map the login page or create a flow...
Type: Posts; User: BanKtsu; Keyword(s):
Hi i have a trouble about the configuration of Spring,Spring 3.1 WebFlow2.3, JSF (Mojarra) 2, Richfaces and Spring Security 3.1. I don't want a controller to map the login page or create a flow...
Hi, I have an a error in Jboss 7.0.2 "Arc", spring webflow 2.3.0.RELEASE with richfaces 4.0.0.Final(Myfaces 2.1.1):
when i run my login.xhtml page:
<ui:composition...
Solved,
the error is in transportes-webflow.xml
<bean id="hibernateFlowExecutionListener"
class="org.springframework.webflow.persistence.HibernateFlowExecutionListener">
...
Hi, I have a error like this working with webflow 2.3.0.RELEASE and richfaces 4.0.0.Final in jboss 7.0.1.FINAL:
Well I suppose that the error is because I have the Hibernate configuracion in...
Jboss 7 give me that error when I deployed my maven-war.(SpringWebFlow-Hibernate)
INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.0.Final "Lightning" started in 2889ms -
Started...
Hi i have a issued from my configuration of spring mvc:
my web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"...
I have my pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0...
I have my pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0...
The book say:
@Entity (name="bkch73")
@Table
(name="BOOK7_3", schema="BOOKSHOP7")
public class Book7_3 {
.
@OneToMany(targetEntity=Chapter7_3.class,mappedBy="book")
@JoinTable(name =...
Well this works for me, when I want to put other value than default in schema in DB Postgresql, setting in the xml:
hibernate.default_schema=${hibernate.default_schema}
...
Hi there, i have a issue about cascadeType.DELETE_ORPHAN, the IDE tell me that this is deprecation, is true , I always use for this orphanRemoval = true?
...
Thanks gwa, I solve this change in the Junit
@TransactionConfiguration(transactionManager = "transactionManager", defaultRollback = false),
Thnks
This is my spring-master.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"...