aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes weblogic.utils.AssertionError(In WLS6.0) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "weblogic.utils.AssertionError(In WLS6.0)" Watch "weblogic.utils.AssertionError(In WLS6.0)" New topic
Author

weblogic.utils.AssertionError(In WLS6.0)

Santoshwt
Greenhorn

Joined: May 17, 2001
Posts: 1
Hi All,
I've deployed an Entity EJB in weblogic6.0 server. The bean just contains Insert method in ejbCreate(). Rest of the methods have no body.
ejbCreate() method has last line as return registerTracePK;
When I lookup for the bean from servlet, I get the home interface object. When I call create() on the same, ejbCreate is called successfully, Insert query is successful and inserts record in Informix DB.
But at the return registerTracePK, there comes some exception and the stacktrace says weblogic.utils.AssertionError
All the log messages which are before return registerTracePK are shown, hence it's obvious that problem is with that line only.
IF neone could throw some light on that, it would be of immense help!!
Pl. reply to my email ID ( viz: mailto:santoshwt@infy.com)
TIA,
Santosh
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: weblogic.utils.AssertionError(In WLS6.0)
 
Similar Threads
Return type of ejbCreate
ejbCreate( ) + ejbRemove( )
legal ejbCreate method
when it will get executed?
ques on ejbCreate() mthd