This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of DevSecOps Adventures: A Game-Changing Approach with Chocolate, LEGO, and Coaching Games and have Dana Pylayeva on-line!
See this thread for details.

Slavko Glisic

Greenhorn
+ Follow
since Jul 04, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Slavko Glisic

And I have this error:



Anybody had same problem?

b.t.w I use MySql
I try like this in Classroom.hbm.xml:


and in Class_.hbm.xml:



But it seems like dont work because if I delete one class from the Classroom it doesnt update it...
Please, can any one help me to resolve this relation:

I have Classroom class:


and Class_ class:



and tables looks like this:


table class have: classId, name and clasroomId

and table classroom: classroomId and name

And i wonder how to make mapping for Set classes in Classroom.hbm.xml
and mapping for classroom in Class.hbm.xml

Thanks a lot.
Dir Sirs,
I hava a problem .
Well, I have Table Centro, Departamento and Centrodepartamento(which have one key of Centro and another of Departamento)and I have persistent class for Centro ,Departamneto and Centrodepartamento
Mapping files looks like this:



And when I call


from the class which manage records,I get updated Centro, and Departamento but not Centodepartamento(for example if Centro have relation with three Departamentos in CentroDepartamento table and I delete one Centrodepartamento from Centro's Set of Centrodepartamentos in Table Centrodepartamento still there is relation to that Departamento )

Any help will be appreciated!
Thanks
Slavko
Please I need idea how to make Help Contents similiar like in Eclipse
With search, contents and main page,
Thanks
18 years ago
Please, if any body can explain if is possible to use XML like model in GEF?
Well, to make diagram editor in GEF then every time when load xml file to automatic populate diagrams, and after finish work to save it again in the same xml,with changes.
19 years ago
That's it Shailesh, thanks a lot.
I must learn more about servlet deploying...
Just another question why in the log file this doesn't show me that exception is thrown?
19 years ago
Thanks Sonny, Bill
Really I'm still new in servlets and I really want to bite the bullet, I don't expect to somebody make job for me, any way this is just one example what I trying to work...
I know that is best way for learning is go inside and try to fix what is the problem, but like I'm said all the other servlet behave normal except this one... b.t.w. this how looks my web.xml
Regards!

19 years ago
Thks Bill, but I think that's not a problem 'coz all other works well from the same package(default package), and I was set it in web.xml file, like the others...
i feel sicK!
19 years ago
But, thanx anyway!
19 years ago
But I realy cannot find it :-((!

This is all what it show me:

Jul 6, 2005 5:15:05 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jul 6, 2005 5:15:05 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2714 ms
Jul 6, 2005 5:15:06 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jul 6, 2005 5:15:06 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
Jul 6, 2005 5:15:06 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jul 6, 2005 5:15:07 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jul 6, 2005 5:15:07 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jul 6, 2005 5:15:07 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/80 config=null
Jul 6, 2005 5:15:07 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jul 6, 2005 5:15:07 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2023 ms
Jul 6, 2005 5:15:26 PM org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: init: Associated with Deployer 'Catalina:type=Deployer,host=localhost'
Jul 6, 2005 5:15:26 PM org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: init: Global resources are available
Jul 6, 2005 5:15:26 PM org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: list: Listing contexts for virtual host 'localhost'
Jul 6, 2005 5:15:49 PM org.apache.catalina.core.ApplicationContext log
INFO: Marking servlet ListManagerServlet as unavailable
19 years ago
Tim thanks for your reply, but I still don't found out what is going on!
I've found in log smthg like "INFO: Marking servlet ListManagerServlet as unavailable".
19 years ago
It shows that Servlet does not exist:
HTTP Status 404 - Servlet ListManagerServlet is not available
but I set everything same like for the other servlets from the package(I mean web.xml)
19 years ago
Please, can any body help me with this servlet:



By the way I'm using Eclipse 3.0.2 and Tomcat 5.5, and with the rest of the servlets in the same package I don't have any problem.
Thanks!
19 years ago