This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@page import="uk.co.inbrand.dto.UsersBase"%> | |
<%@page import="uk.co.inbrand.dto.OrganisationBase" %> | |
<%@page import="java.util.ArrayList" %> | |
<%@page import="java.util.Iterator" %> | |
<%@page language="java" %> | |
<%@page contentType="text/html" pageEncoding="UTF-8"%> | |
<%@taglib uri="/struts-tags" prefix="html" %> | |
<html:form action="edit.action" > | |
<table width="80%" border="0"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package uk.co.inbrand.common.aspects; | |
import java.lang.annotation.ElementType; | |
import java.lang.annotation.Retention; | |
import java.lang.annotation.RetentionPolicy; | |
import java.lang.annotation.Target; | |
@Retention(RetentionPolicy.RUNTIME) | |
@Target(ElementType.METHOD) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
warning no match for this type name: HttpServletRequest [Xlint:invalidAbsoluteTypeName] | |
************************************************************ | |
<aop:config> | |
<aop:aspect ref="loginAspect"> | |
<aop:pointcut id="theExecutionofattemptAuthentication" expression="execution(* uk.co.inbrand.security.LoginFilter.attemptAuthentication(HttpServletRequest , HttpServletResponse )) and args(request,response)"/> | |
<aop:around pointcut-ref="theExecutionofattemptAuthentication" method="loginAction"/> | |
</aop:aspect> | |
</aop:config> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package uk.co.inbrand.dao; | |
import java.io.Serializable; | |
import java.util.List; | |
/** | |
* Generic interface for DAOs providing basic CRUD (Create, Review, Update, | |
* Delete) operations on a given entity (<code>T</code>) with a | |
* {@link Serializable} object (<code>ID</code>) as its unique identifier. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<document> | |
<version inline="2.0" author="Theresa Forster"/> | |
<data> | |
<body class="page page-id-61 page-template page-template-propertydetail-page-php"> | |
<header role="banner"> | |
<div class="container"> | |
<h1 class="png_bg"> | |
<a shape="rect" href="http://shuretys.co.uk/" title="Shurety's Estate Agents" rel="home">Shurety's Estate Agents</a> | |
</h1> <p class="png_bg">The Surrey Hills Specialists</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE xsl:stylesheet[<!ENTITY nbsp " "> | |
<!ENTITY bull "•"> | |
<!ENTITY tab "	"> | |
<!ENTITY oquote "“"> | |
<!ENTITY cquote "”"> ]><xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg" xmlns:date="http://exslt.org/dates-and-times" xmlns:fox="http://xml.apache.org/fop/extensions" xmlns:inbrand="http://www.inbrand1.co.uk/xsl" exclude-result-prefixes="fo"> | |
<inbrand:fields/> | |
<inbrand:styles/> | |
<xsl:output method="xml" version="1.0" omit-xml-declaration="no" indent="yes"/> | |
<xsl:include href="file:///c:/InBrand-1.0/Runtime/Scripts/CropImage.xsl" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>uk.co.inbrand</groupId> | |
<artifactId>FopEngine</artifactId> | |
<version>1.0</version> | |
<packaging>jar</packaging> | |
<name>FopEngine</name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03-Jan-2012 11:44:27 org.apache.catalina.core.StandardContext listenerStart | |
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener | |
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultDataSource' defined in class path resource [uk/co/inbrand/db/applicationContext-database.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchFieldError: NULL | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) | |
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) | |
at org.springframework.bea |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Maven\InBrand>git push --force origin master | |
[email protected]'s password: | |
Counting objects: 1206, done. | |
Delta compression using up to 8 threads. | |
Compressing objects: 100% (1167/1167), done. | |
Writing objects: 100% (1206/1206), 96.59 MiB | 6.04 MiB/s, done. | |
Total 1206 (delta 185), reused 0 (delta 0) | |
remote: error: refusing to update checked out branch: refs/heads/master | |
remote: error: By default, updating the current branch in a non-bare repository | |
remote: error: is denied, because it will make the index and work tree inconsist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package uk.co.inbrand.utilities; | |
import java.io.IOException; | |
import java.io.StringReader; | |
import java.util.HashMap; | |
import java.util.Iterator; | |
import java.util.Map; | |
import javax.xml.parsers.DocumentBuilder; | |
import javax.xml.parsers.DocumentBuilderFactory; |