Alexandre,

PFA the logs for this error.
Please note that I have tried chnaging id to id-ne and still I am getting 
similar errors.

Thanks!
sangeeta

-----Original Message-----
From: Alexandre Gomes [mailto:[EMAIL PROTECTED]
Sent: Monday, June 26, 2006 2:30 PM
To: [email protected]
Subject: Re: Problem in importing Seed data

Hi Sangeeta,

Could you post a little bit more of the log file?

Alexandre

On 6/26/06, Sangeeta Bhatia <[EMAIL PROTECTED]> wrote:
>
> Yes.
> I have done everything explained in Si's tutorial and my application is 
> working perfectly well except for that I cannot import seed-data.
>
> -----Original Message-----
> From: Jacopo Cappellato [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 26, 2006 2:08 PM
> To: [email protected]
> Subject: Re: Problem in importing Seed data
>
> Are the entitygroup.xml and entitydef.xml file defined inside your custom 
> ofbiz-component.xml file?
>
> Jacopo
>
> Sangeeta Bhatia wrote:
> > Sorry  Dimitri ,that was a typo mistake.
> > I m actually using fID="PLAIN".
> > Still it's not working.
> >  I guess it is as Si suggested something to do with my configuration files.
> > Yet I am able to run all the applications (hell01,2 and 3)sucessfully.
> > I have also been able to import data as explained in his tutorial.
> > However for the particular application I have built,I am getting an error.
> >
> >
> >
> >
> > -----Original Message-----
> > From: Dimitri Unruh [mailto:[EMAIL PROTECTED]
> >
> > Sent: Monday, June 26, 2006 1:15 PM
> > To: [email protected]
> > Subject: RE: Problem in importing Seed data
> >
> > I guess your definition of the Seed data is wrong
> >
> > RoomFacility fId="PLAIN" description="A plain room with minimal
> >
> >> facilities"/>
> >>                <Room roomId="PLAIN" fId="F100" numberFree=5/>
> > </entity-engine-xml>
> >
> >
> > fId must have the same value.
> >
> >
> > Dimitri Unruh
> >
> > Lynx Consulting Group
> > Johanniskirchplatz 6
> > D-33615 Bielefeld
> > T: +49 (0) 521 / 52 47 - 408
> > [EMAIL PROTECTED]
> > http://www.lynx.de
> >
> > ====================================================================
> > == ======================================================
> >
> > Tech Mahindra, formerly Mahindra-British Telecom.
> >
> >
> >
> > Disclaimer:
> >
> >
> > The contents of this E-mail (including the contents of the enclosure(s) or 
> > attachment(s) if any) are privileged and confidential material of Tech 
> > Mahindra and should not be disclosed to, used by or copied in any manner by 
> > anyone other than the intended addressee(s). In case you are not the 
> > desired addressee, you should delete this message and/or re-direct it to 
> > the sender. The views expressed in this E-mail message (including the 
> > enclosure(s) or attachment(s) if any) are those of the individual sender, 
> > except where the sender expressly, and with authority, states them to be 
> > the views of Tech Mahindra.
> >
> >
> > This e-mail message including attachment/(s), if any, is believed to be 
> > free of any virus. However, it is the responsibility of the recipient to 
> > ensure that it is virus free and Tech Mahindra is not responsible for any 
> > loss or damage arising in any way from its use.
> >
> > ====================================================================
> > == ======================================================
> >
>
>
> ======================================================================
> ======================================================
>
> Tech Mahindra, formerly Mahindra-British Telecom.
>
>
> Disclaimer:
>
>
> The contents of this E-mail (including the contents of the enclosure(s) or 
> attachment(s) if any) are privileged and confidential material of Tech 
> Mahindra and should not be disclosed to, used by or copied in any manner by 
> anyone other than the intended addressee(s). In case you are not the desired 
> addressee, you should delete this message and/or re-direct it to the sender. 
> The views expressed in this E-mail message (including the enclosure(s) or 
> attachment(s) if any) are those of the individual sender, except where the 
> sender expressly, and with authority, states them to be the views of Tech 
> Mahindra.
>
>
> This e-mail message including attachment/(s), if any, is believed to be free 
> of any virus. However, it is the responsibility of the recipient to ensure 
> that it is virus free and Tech Mahindra is not responsible for any loss or 
> damage arising in any way from its use.
>
> ======================================================================
> ======================================================
>


============================================================================================================================

Tech Mahindra, formerly Mahindra-British Telecom.


Disclaimer:


The contents of this E-mail (including the contents of the enclosure(s) or 
attachment(s) if any) are privileged and confidential material of Tech Mahindra 
and should not be disclosed to, used by or copied in any manner by anyone other 
than the intended addressee(s). In case you are not the desired addressee, you 
should delete this message and/or re-direct it to the sender. The views 
expressed in this E-mail message (including the enclosure(s) or attachment(s) 
if any) are those of the individual sender, except where the sender expressly, 
and with authority, states them to be the views of Tech Mahindra.


This e-mail message including attachment/(s), if any, is believed to be free of 
any virus. However, it is the responsibility of the recipient to ensure that it 
is virus free and Tech Mahindra is not responsible for any loss or damage 
arising in any way from its use.

============================================================================================================================
An error occurred saving the data, rolling back transaction (true)
Exception: java.lang.IllegalArgumentException
Message: Type id-ne not found
---- stack trace ---------------------------------------------------------------

java.lang.IllegalArgumentException: Type id-ne not found
org.ofbiz.entity.GenericEntity.setString(GenericEntity.java:449)
org.ofbiz.entity.util.EntitySaxReader.endElement(EntitySaxReader.java:358)
javolution.xml.sax.RealtimeParser.processElement(Unknown Source)
javolution.xml.sax.RealtimeParser.parseContent(Unknown Source)
javolution.xml.sax.RealtimeParser.parse(Unknown Source)
javolution.xml.sax.RealtimeParser.parse(Unknown Source)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:224)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:184)
org.apache.jsp.entity.xmldsimport_jsp._jspService(org.apache.jsp.entity.xmldsimp
ort_jsp:270)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:252)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:173)
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java
:672)
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.j
ava:574)
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.jav
a:499)
org.ofbiz.webapp.view.JspViewHandler.render(JspViewHandler.java:86)
org.ofbiz.webapp.region.Section.viewHandlerRender(Section.java:174)
org.ofbiz.webapp.region.Section.render(Section.java:156)
org.ofbiz.webapp.region.Section.render(Section.java:81)
org.ofbiz.webapp.region.RenderTag.doEndTag(RenderTag.java:108)
org.apache.jsp.templates.main_005ftemplate_jsp._jspx_meth_region_render_5(org.ap
ache.jsp.templates.main_005ftemplate_jsp:314)
org.apache.jsp.templates.main_005ftemplate_jsp._jspService(org.apache.jsp.templa
tes.main_005ftemplate_jsp:193)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:252)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:173)
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java
:672)
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.j
ava:574)
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.jav
a:499)
org.ofbiz.webapp.region.Region.render(Region.java:125)
org.ofbiz.webapp.view.RegionViewHandler.render(RegionViewHandler.java:97)
org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:589)
org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:374)
org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191)
org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:87)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:252)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:173)
org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:258)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:202)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:173)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:2
13)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:1
78)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107
)
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnectio
n(Http11Protocol.java:744)
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:52
7)
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorker
Thread.java:80)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:68
4)
java.lang.Thread.run(Thread.java:534)
--------------------------------------------------------------------------------


460554 (http-0.0.0.0-8443-Processor3) [    TransactionUtil.java:248:ERROR]
---- exception report ----------------------------------------------------------

[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace ---------------------------------------------------------------

java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:247)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:229)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:234)
org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:184)
org.apache.jsp.entity.xmldsimport_jsp._jspService(org.apache.jsp.entity.xmldsimp
ort_jsp:270)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:252)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:173)
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java
:672)
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.j
ava:574)
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.jav
a:499)
org.ofbiz.webapp.view.JspViewHandler.render(JspViewHandler.java:86)
org.ofbiz.webapp.region.Section.viewHandlerRender(Section.java:174)
org.ofbiz.webapp.region.Section.render(Section.java:156)
org.ofbiz.webapp.region.Section.render(Section.java:81)
org.ofbiz.webapp.region.RenderTag.doEndTag(RenderTag.java:108)
org.apache.jsp.templates.main_005ftemplate_jsp._jspx_meth_region_render_5(org.ap
ache.jsp.templates.main_005ftemplate_jsp:314)
org.apache.jsp.templates.main_005ftemplate_jsp._jspService(org.apache.jsp.templa
tes.main_005ftemplate_jsp:193)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:252)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:173)
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java
:672)
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.j
ava:574)
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.jav
a:499)
org.ofbiz.webapp.region.Region.render(Region.java:125)
org.ofbiz.webapp.view.RegionViewHandler.render(RegionViewHandler.java:97)
org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:589)
org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:374)
org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191)
org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:87)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:252)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:173)
org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:258)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:202)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:173)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:2
13)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:1
78)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107
)
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnectio
n(Http11Protocol.java:744)
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:52
7)
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorker
Thread.java:80)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:68
4)
java.lang.Thread.run(Thread.java:534)
--------------------------------------------------------------------------------


460554 (http-0.0.0.0-8443-Processor3) [    TransactionUtil.java:258:INFO ] [Tran
sactionUtil.rollback] transaction rolled back
460554 (http-0.0.0.0-8443-Processor3) [org.apache.jsp.entity.xmldsimport_jsp:278
:INFO ] numberRead(url):-1
460585 (http-0.0.0.0-8443-Processor3) [     ControlServlet.java:258:DEBUG] [[[xm
ldsimport] Done rendering page, Servlet Finished- total:0.234,since last([xmldsi
mport] Set...):0.234]]

Reply via email to