Help!

2002-01-09 Thread Nihilist
Title: Message



Can 
anybody explain this error to me:

Error parsing JSP page /process/index.jsp Error creating jsp-page 
instance: java.lang.VerifyError: (class: __jspPage1_process_index_jsp, method: 
_jspService signature: 
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) 
Illegal target of jump or branch

It 
can't be replicated on a consistent basis, it seems to pop up, then go away, all 
by itself. And that's disturbing... Gotta be able to trust the app 
server!

Thanks,
Michael

-Michael LaccettiDeveloper, Eldan 
Software[EMAIL PROTECTED]



RE: deploying ejb without jar'ing

2002-01-09 Thread Nihilist

It's possible...  It's just a matter of editing the application's
META-INF/application.xml to point to a directory (eg: project/ejb-jar),
then creating another META-INF directory (eg: project/ejb-jar/META-INF)
and dumping the ejb-jar.xml under that.

Of course, if by 'deploying' you mean sending them to another app
server, blah blah blah...  Then I'm not too sure.  I suspect that you'd
have to create the jar for that.

Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Morten Wilken
Sent: January 9, 2002 4:10 AM
To: Orion-Interest
Subject: deploying ejb without jar'ing


im sure ive come across this... can i deploy ejb's directly from a
filestructure instead fo jarring them first? and if so how?

sincerely
Morten Wilken