Search:

Type: Posts; User: BanKtsu; Keyword(s):

Search: Search took 0.02 seconds.

  1. Spring-Security + Spring Web Flow + JSF(Mojarra) trouble

    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...
  2. Error JSF 2.1 java.io.FileNotFoundException:*/*.xhtml Not Found in ExternalContext

    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...
  3. Solved, the error is in transportes-webflow.xml...

    Solved,
    the error is in transportes-webflow.xml


    <bean id="hibernateFlowExecutionListener"
    class="org.springframework.webflow.persistence.HibernateFlowExecutionListener">
    ...
  4. Error creating bean with name 'flowExecutor': Cannot create inner bean '(inner bean)'

    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...
  5. JBoss 7 Final - ERROR [org.jboss.msc.service.fail] - Spring Web Flow

    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...
  6. WARN [org.springframework.web.servlet.PageNotFound]No mapping found for HTTP request

    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"...
  7. Replies
    0
    Views
    502

    Error slf4j-api, in Jboss

    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...
  8. Replies
    0
    Views
    484

    Error slf4j-api, in Jboss

    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...
  9. Error book Hibernate Recipes Apress (@OneToMany bidirectional Using a Join Table)

    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 =...
  10. Replies
    0
    Views
    1,461

    @Id @GeneratedValue and Postgresql

    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}
    ...
  11. CascadeType.DELETE_ORPHAN} vs orphanRemoval = true

    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?


    ...
  12. Thanks gwa, I solve this change in the Junit ...

    Thanks gwa, I solve this change in the Junit
    @TransactionConfiguration(transactionManager = "transactionManager", defaultRollback = false),
    Thnks
  13. Spring,JUnit, Hibernate and persistence db but not insert

    This is my spring-master.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"...
Results 1 to 13 of 13