All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.xsd.smooks.datasource-1.1.xsd Maven / Gradle / Ivy




    

    
        Smooks Datasource Configuration
    


    
    	
    		
    			Direct datasource configuration
    			The direct datasource resource creates a connection to a datasource and
    			makes it available in the ExecutionContext. The datasource can then be used
    			by other cartridges to access the datasource.
    		
    	
    

    
    	
    		
    			Direct Datasource
    		
    	
    	
    		
    			
    				
			    		
			    			The element on which the datasource is bound. On the visitAfter
			    			of the element the connection does a Commit or Rollback depending
			    			if a exception got thrown.
			    		
			    	
    			
    			
    				
			    		
			    			The namespace of the bindOnElement element
			    		
			    	
    			
    			
    				
			    		
			    			The reference name of the datasource. This name must be used
			    			to retrieve the datasource from the ExecutionContext.
			    		
			    	
    			
    			
    				
			    		
							If the datasource should automaticly commit.
			    		
			    	
    			
    			
    				
    					
    						The JDBC driver name
    					
    				
    			
    			
    				
    					
    						The JDBC URL
    					
    				
    			
    			
    				
    					
    						The username
    					
    				
    			
    			
    				
    					
    						The password
    					
    				
    			
    		
    	
    

    
    	
    		
    			JNDI datasource configuration
    			The JNDI datasource resource retrieves a datasource from the JNDI and
    			makes it available in the ExecutionContext. The datasource can then be used
    			by other cartridges to access the datasource.
    		
    	
    

    
    	
    		
    			JNDI Datasource
    		
    	
    	
    		
    			
    				
			    		
			    			The element on which the datasource is bound. On the visitAfter
			    			of the element the connection does a Commit or Rollback depending
			    			if a exception got thrown.
			    		
			    	
    			
    			
    				
			    		
			    			The reference name of the datasource. This name must be used
			    			to retrieve the datasource from the ExecutionContext.
			    		
			    	
    			
    			
    				
			    		
							If the datasource should automaticly commit.
			    		
			    	
    			
    		
    	
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy