KomachiSion removed a comment on issue #2138: Could not commit JPA transaction 
when I use save to insert data to oracledatabase
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2138#issuecomment-478408005
 
 
   @fdlzp Sorry, I use your demo code to do test, but when I visit 
`http://127.0.0.1:8080/listTerminal`. the web has error
   
   ```
   Whitelabel Error Page
   
   This application has no explicit mapping for /error, so you are seeing this 
as a fallback.
   
   Mon Apr 01 09:34:27 CST 2019
   There was an unexpected error (type=Not Found, status=404).
   /WEB-INF/jsp/listTerminal.jsp
   ```
   
   and the service log is 
   ```
   2019-04-01 09:31:49.500  INFO 1358 --- [  restartedMain] 
o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure 
on startup
   2019-04-01 09:31:49.569  INFO 1358 --- [  restartedMain] 
s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 
(http)
   2019-04-01 09:31:49.573  INFO 1358 --- [  restartedMain] 
c.f.oracletest.OracleTestApplication     : Started OracleTestApplication in 
7.117 seconds (JVM running for 7.777)
   2019-04-01 09:34:26.803  INFO 1358 --- [nio-8080-exec-1] 
o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring FrameworkServlet 
'dispatcherServlet'
   2019-04-01 09:34:26.804  INFO 1358 --- [nio-8080-exec-1] 
o.s.web.servlet.DispatcherServlet        : FrameworkServlet 
'dispatcherServlet': initialization started
   2019-04-01 09:34:26.820  INFO 1358 --- [nio-8080-exec-1] 
o.s.web.servlet.DispatcherServlet        : FrameworkServlet 
'dispatcherServlet': initialization completed in 16 ms
   2019-04-01 09:34:26.878  INFO 1358 --- [nio-8080-exec-1] 
o.h.h.i.QueryTranslatorFactoryInitiator  : HHH000397: Using 
ASTQueryTranslatorFactory
   Hibernate: select * from ( select terminal0_.id as id1_0_, 
terminal0_.card_no as card_no2_0_, terminal0_.date_time as date_time3_0_, 
terminal0_.name as name4_0_ from terminal terminal0_ order by terminal0_.id 
desc ) where rownum <= ?
   0
   0
   5
   0
   0
   []
   ```
   
   Is it a problem with my order of operation?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to