Caliph Herald

Greenhorn
+ Follow
since Apr 09, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Caliph Herald

any one have or know where i can get jspsmart jar???

for uplaoding files.

Thanx.
Cheers.
17 years ago
Ilja,

I highlight the project -> right click -> properties-> java build path ->
libraries -> add class floder


i tried adding
Overdrive/jspsmart
and
Overdrive/jspsmart/upload

neither worked.
any ideas?
[ May 09, 2006: Message edited by: Caliph Herald ]
Hi,

I am having trouble getting Eclipse to recognize a package I have.

I have the class files for this package but no source code.
Since Eclipse wipes clean the output folder and replaces with newly compiled classes, it is recommended that a new class folder is created outside of the main output folder.( According to the help files) My guess then is to put this class folder on the buildpath. This does not seem to be working.

here is my folder structure

Overdrive
Overdrive/bin/com (my output folder)
Overdrive/jspsmart/upload/ (my added class folder)


I placed this folder,Overdrive/jspsmart/upload/, on the buildpath. But i still get "Import jspsmart cannot be resolved". Does it need to be in the 'bin' folder? Im stuck.

here is my import statement in my JSP page:


Can anyone please help me!
[ May 09, 2006: Message edited by: Caliph Herald ]
Hey, Thanx for the help. I DID IT! Im fully up and running on eclipse and i love it!

I imported from my SVN repository and wend with an ANT build.
to create the appropriate jar, war and ear.

thanx again
cheers
I have a similar problem. I am running the Jboss IDE 1.5ga on Eclipse 3.1.2.

When i deploy everything is fine. Then the program reaches a certain point and the system's outs on the console stops. nothing else is written to the console. My program uses log4j could this be the problem?

also, when i type in the console i can see it, its green, but it doesn't do anything.

ie. "shutdown -S" or "CTR + C"
will "terminate" shutdown the server PROPERLY?? (JBOSS 3.2.3)
Jeanne ,

sadly and oddly enuff there is no "export" option in jdeveloper 10g!!

Jdeveloper adds its only deployment descriptors (of course)...do you think i can just deploy to and ear file and import it with ECLIPSE?

would i have to use xDoclet to redeploy to jboss via eclipse?
thanx dave,
i will try the debug logging.
i guess what i dont get is why it runs with no problem in 3.2.3 and not 4.
is it a java version thing? ejb3 isssue(jboss 4?)?
18 years ago
Hi Jeanne ,

Thanx for responding.
I want to use eclipse 3.0 with Jboss IDE plugin v 1.4.1 e30

So, as far as exporting from jdeveloper...should i deploy the application as an ear file??? I dont see any simple "export" options. I do see "import" but no "export".

My goal is to move the entire project into eclipse 3.0 and deploy onto JBoss 4.

Im kinda a newbie here, so any help would be HIGHLY appreciated!
I have an application that is up and running on JBoss 3.2.3.

For an IDE, I use JDeveloper 10g. to deploy to jboss.

I need to deploy on Jboss 4. However when I deploy on JBoss 4 the depoyment fails and gives this error.




17:08:18,875 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Incompletely deployed packages:
org.jboss.deployment.DeploymentInfo@12839f48 { url=file:/C:/jboss-4.0.0/server/default/deploy/ASICS_APP.ear }
deployer: org.jboss.deployment.EARDeployer@19ba640
status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages.
state: FAILED
watch: file:/C:/jboss-4.0.0/server/default/deploy/ASICS_APP.ear
altDD: null
lastDeployed: 1141855697859
lastModified: 1141855604890
mbeans:




Can somebody out there help me???

[ March 08, 2006: Message edited by: Caliph Herald ]
[ March 08, 2006: Message edited by: Caliph Herald ]
18 years ago
is anyone out there??? can someone help me???
please i beg you!
Hi, I am attempting migrate to eclipse ide from jdeveloper 10g.
How should I go about this?

I have a j2ee web project built with struts framework. Mvc model.
Thank you Merrill, it worked like a charm! Is there anyway around having re-start the browser to see the change?
[ February 22, 2006: Message edited by: Caliph Herald ]
18 years ago
Hi, I am atempting to give my application multi-language support.

I have 4 resource bundles set up in struts-config.xml:

<message-resources parameter="view.application"/>
<message-resources parameter="view.application_en"/>
<message-resources parameter="view.application_de"/>
<message-resources parameter="view.application_es"/>


i set the locale to true in jsp:
<html:html locale="true">
...
</html:html>

i thought that struts would see the locale set in the browsers request object and set the correct resouce bundle accordingly. It does not. It appears to set what ever is the LAST bundle registered in the struts-config.xml. Meaning if I placed the "view.application_de" bundle last , THAT is the bundle that would be used reguardless of the locale in the request object.

please advise

[ February 21, 2006: Message edited by: Caliph Herald ]
[ February 21, 2006: Message edited by: Caliph Herald ]
18 years ago
AWT
Hi I just began studying for the test. I heard that the awt questions have been removed from the test. Is that tru?? Also, i dont see anything about awt on the objctives when i check sun's website.
anybody??
[ April 20, 2004: Message edited by: Caliph Herald ]
19 years ago