• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

_pageflow in weblogic 9.2 ??

 
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am using weblogic portal and workshop 9.2 for my Enterprise application. I am in process of writing the build and release script of building the EAR using MAVEN and ANT.

I am using the javac compiler to compile my java classes. I have noticed that whenever we do a build using workshop, it creates a folder in web/build/classes by the name _pageflow which contains the .xml files for the web module.

The issue is if i dont touch my workshop and do a build using my script then i am not able to genarate this folder from my script. i.e. weblogic workshop must be calling some utility to build this web module which inturn generates the .xml files for annotations in jdk 1.5.

Can anyone tell me what should i do generate _pageflow files by compiling my java files containing annotations?

Thanks in advance,
Saurabh
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi saurabh,
have you resolved this issue...
I have the same problem
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found some documentation for 8.1 (not 9.2).

When I look under "How Do I...?" - "Deployment and Administration" - "How do I: Use a Custom Ant build for a project?" there are some instructions such as



If that doesn't work, is there help inside workshop where you could look it up? If not, try looking for documentation for your version. In any case, I imagine it will be using some custom WebLogic ant tasks to do what you are missing.

I didn't read this, but perhaps this upgrade information might help.

 
sri bak
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you...
I'm sorry i forgot to mention mine is weblogic10.2 version...
i have jpf annotations in .jav file . I want to compile java file upon doing so i have to get class file and xml file in _pageflow folder
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic